Home
last modified time | relevance | path

Searched refs:start_expedition (Results 1 – 14 of 14) sorted by relevance

/dports/games/widelands/widelands-build21/test/maps/expedition.wmf/scripting/
H A Dtest_no_double_colonizing.lua14 port:start_expedition()
16 port:start_expedition()
H A Dinit.lua192 port:start_expedition()
229 port:start_expedition()
268 port:start_expedition()
312 port:start_expedition()
H A Dtest_starting_wait_a_while_cancel.lua7 port:start_expedition()
H A Dtest_starting_and_immediately_canceling.lua8 port:start_expedition()
H A Dtest_cancel_when_port_space_was_reached_two_ships.lua8 port:start_expedition()
H A Dtest_ship_movement_controls.lua37 port:start_expedition()
/dports/games/widelands/widelands-build21/test/maps/port_space.wmf/scripting/
H A Dinit.lua82 port:start_expedition()
/dports/games/widelands/widelands-build21/src/economy/
H A Dshipping_schedule.h116 void start_expedition(Game&, Ship&, PortDock&);
H A Dportdock.h121 void start_expedition();
H A Dportdock.cc421 void PortDock::start_expedition() { in start_expedition() function in Widelands::PortDock
H A Dshipping_schedule.cc91 void ShippingSchedule::start_expedition(Game& game, Ship& ship, PortDock& port) { in start_expedition() function in Widelands::ShippingSchedule
130 return start_expedition(game, ship, port); in ship_arrived()
/dports/games/widelands/widelands-build21/src/scripting/
H A Dlua_map.h1106 int start_expedition(lua_State*);
H A Dlua_map.cc4868 METHOD(LuaWarehouse, start_expedition),
5255 int LuaWarehouse::start_expedition(lua_State* L) { in start_expedition() function in LuaMaps::LuaWarehouse
/dports/games/widelands/widelands-build21/src/logic/
H A Dplayer.cc808 pd->start_expedition(); in start_or_cancel_expedition()