Home
last modified time | relevance | path

Searched refs:is_init_network_save (Results 1 – 7 of 7) sorted by relevance

/dports/games/simutrans/simutrans-121.0/
H A Dsimtool.h50 bool is_init_network_save() const OVERRIDE { return true; } in is_init_network_save() function
63 bool is_init_network_save() const OVERRIDE { return true; } in is_init_network_save() function
87 bool is_init_network_save() const OVERRIDE { return true; } in is_init_network_save() function
133 bool is_init_network_save() const OVERRIDE { return true; } in is_init_network_save() function
142 bool is_init_network_save() const OVERRIDE { return true; } in is_init_network_save() function
152 bool is_init_network_save() const OVERRIDE { return true; } in is_init_network_save() function
162 bool is_init_network_save() const OVERRIDE { return true; } in is_init_network_save() function
175 bool is_init_network_save() const OVERRIDE { return true; } in is_init_network_save() function
184 bool is_init_network_save() const OVERRIDE { return true; } in is_init_network_save() function
193 bool is_init_network_save() const OVERRIDE { return true; } in is_init_network_save() function
[all …]
H A Dsimtool-dialogs.h68 bool is_init_network_save() const OVERRIDE{ return true; } in is_init_network_save() function
83 bool is_init_network_save() const OVERRIDE{ return true; } in is_init_network_save() function
98 bool is_init_network_save() const OVERRIDE{ return true; } in is_init_network_save() function
116 bool is_init_network_save() const OVERRIDE{ return true; } in is_init_network_save() function
131 bool is_init_network_save() const OVERRIDE{ return true; } in is_init_network_save() function
146 bool is_init_network_save() const OVERRIDE{ return true; } in is_init_network_save() function
161 bool is_init_network_save() const OVERRIDE{ return true; } in is_init_network_save() function
176 bool is_init_network_save() const OVERRIDE{ return true; } in is_init_network_save() function
191 bool is_init_network_save() const OVERRIDE{ return true; } in is_init_network_save() function
206 bool is_init_network_save() const OVERRIDE{ return true; } in is_init_network_save() function
[all …]
H A Dsimmenu.h271 virtual bool is_init_network_save() const { return false; } in is_init_network_save() function
442 bool is_init_network_save() const OVERRIDE { return true; } in is_init_network_save() function
H A Dsimmenu.cc72 bool is_init_network_save() const OVERRIDE { return true; } in is_init_network_save() function in tool_dummy_t
H A Dsimworld.cc3012 if( (!tool_in->is_init_network_save() || !tool_in->is_work_network_save()) && needs_check && in set_tool()
3020 if(!env_t::networkmode || tool_in->is_init_network_save() ) { in set_tool()
3038 assert(tool_in->is_init_network_save() || !init_result); in local_set_tool()
/dports/games/simutrans/simutrans-121.0/script/api/
H A Dapi_command.cc201 if (!tool->is_init_network_save()) { in push()
/dports/games/simutrans/simutrans-121.0/network/
H A Dnetwork_cmd_ingame.cc1049 if ( init ? tool->is_init_network_save() : tool->is_work_network_save() ){ in clone()