ZeroK-RTS / Zero-K

Open source RTS game running on the Spring/Recoil engine
https://zero-k.info
GNU General Public License v2.0
663 stars 200 forks source link

`api_gameframe_orders.lua` is obsolete #5299

Open sprunk opened 2 weeks ago

sprunk commented 2 weeks ago

Recursion is now allowed for most calls so the "relegate to next frame" pattern can be cleaned up. The api_gameframe_orders gadget is entirely that, but also there's for example the snippet for spawning commanders in start_unit_setup. Part of the task is to find what else there is.