Home
last modified time | relevance | path

Searched defs:game_params (Results 1 – 25 of 59) sorted by relevance

123

/dports/games/minetest/minetest-5.4.1/src/
H A Dmain.cpp208 GameStartData game_params; in main() local
607 static bool game_configure(GameParams *game_params, const Settings &cmd_args) in game_configure()
621 static void game_configure_port(GameParams *game_params, const Settings &cmd_args) in game_configure_port()
636 static bool game_configure_world(GameParams *game_params, const Settings &cmd_args) in game_configure_world()
647 static bool get_world_from_cmdline(GameParams *game_params, const Settings &cmd_args) in get_world_from_cmdline()
693 static bool get_world_from_config(GameParams *game_params, const Settings &cmd_args) in get_world_from_config()
706 static bool auto_select_world(GameParams *game_params) in auto_select_world()
756 static bool game_configure_subgame(GameParams *game_params, const Settings &cmd_args) in game_configure_subgame()
767 static bool get_game_from_cmdline(GameParams *game_params, const Settings &cmd_args) in get_game_from_cmdline()
787 static bool determine_subgame(GameParams *game_params) in determine_subgame()
[all …]
/dports/games/freeminer/freeminer-0.4.10.4/src/
H A Dmain.cpp805 GameParams game_params; in main() local
1184 static bool game_configure(GameParams *game_params, const Settings &cmd_args) in game_configure()
1198 static void game_configure_port(GameParams *game_params, const Settings &cmd_args) in game_configure_port()
1209 static bool game_configure_world(GameParams *game_params, const Settings &cmd_args) in game_configure_world()
1265 static bool get_world_from_config(GameParams *game_params, const Settings &cmd_args) in get_world_from_config()
1278 static bool auto_select_world(GameParams *game_params) in auto_select_world()
1341 static bool get_game_from_cmdline(GameParams *game_params, const Settings &cmd_args) in get_game_from_cmdline()
1361 static bool determine_subgame(GameParams *game_params) in determine_subgame()
1560 bool ClientLauncher::run(GameParams &game_params, const Settings &cmd_args) in run()
1809 void ClientLauncher::init_args(GameParams &game_params, const Settings &cmd_args) in init_args()
[all …]
/dports/games/pioneers/pioneers-15.6/client/gtk/
H A Didentity.c99 const GameParams *game_params = get_game_params(); in calculate_width() local
128 const GameParams *game_params = get_game_params(); in calculate_identity_positions() local
163 const GameParams *game_params = get_game_params(); in draw_building_and_count() local
258 const GameParams *game_params; in draw_identity_area_cb() local
H A Dsettingscreen.c99 const GameParams *game_params; in settings_create_content() local
/dports/games/freecell-solver/freecell-solver-6.2.0/
H A Dpreset.h26 fcs_game_type_params game_params; member
/dports/games/sgt-puzzles/puzzles-20220128.c43a34f/
H A Dtwiddle.c38 struct game_params { struct
55 static game_params *default_params(void) in default_params() argument
H A Dsamegame.c98 struct game_params { struct
99 int w, h, ncols, scoresub;
100 bool soluble; /* choose generation algorithm */
H A Dguess.c25 struct game_params { struct
40 game_params params; argument
H A Dnullgame.c28 struct game_params { struct
36 static game_params *default_params(void) in default_params() argument
H A Dsixteen.c41 struct game_params { struct
55 static game_params *default_params(void) in default_params() argument
H A Dflood.c45 struct game_params { struct
46 int w, h;
47 int colours;
48 int leniency;
H A Dblackbox.c39 struct game_params { struct
44 static game_params *default_params(void) in default_params() argument
H A Dnetslide.c77 struct game_params { struct
78 int width;
79 int height;
80 bool wrapping;
81 float barrier_probability;
82 int movetarget;
H A Dpegs.c51 struct game_params { struct
62 static game_params *default_params(void) in default_params() argument
H A Dflip.c45 struct game_params { struct
67 static game_params *default_params(void) in default_params() argument
H A Dmines.c44 struct game_params { struct
45 int w, h, n;
46 bool unique;
H A Dlightup.c95 struct game_params { struct
96 int w, h;
97 int blackpc; /* %age of black squares */
98 int symm;
99 int difficulty; /* 0 to DIFFCOUNT */
H A Dcube.c185 struct game_params { struct
186 int solid;
211 struct game_params params; argument
H A Dunruly.c78 struct game_params { struct
98 static const struct game_params unruly_presets[] = { argument
H A Dnet.c83 struct game_params { struct
84 int width;
85 int height;
86 bool wrapping;
87 bool unique;
88 float barrier_probability;
H A Dbridges.c106 struct game_params { struct
107 int w, h, maxb;
108 int islands, expansion; /* %age of island squares, %age chance of expansion */
109 bool allowloops;
110 int difficulty;
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/webserver/
H A Dutil.py99 def dgl_format_str(s, username, game_params): # type: (str, str, Any) -> str argument
H A Dprocess_handler.py106 def __init__(self, game_params, username, logger): argument
604 def __init__(self, game_params, username, logger): argument
/dports/games/sgt-puzzles/puzzles-20220128.c43a34f/unfinished/
H A Dseparate.c106 struct game_params { struct
114 static game_params *default_params(void) in default_params() argument
H A Dsokoban.c123 struct game_params { struct
131 game_params p; argument

123