mirror of
https://github.com/godotengine/godot.git
synced 2025-01-30 21:33:18 +08:00
023dcd44c1
- `Main::setup` early exits (failure or `--help`/`--version`) now consistently return `EXIT_FAILURE` or `EXIT_SUCCESS` on all platforms, instead of 255 on some and a Godot Error code on others. - `Main::start` now returns the exit code, simplifying the handling of early failures. - `Main::iteration` needs to explicit set the exit code in OS if it errors out. - Web and iOS now properly return `OS::get_exit_code()` instead of 0. |
||
---|---|---|
.. | ||
condition_variable.h | ||
keyboard.cpp | ||
keyboard.h | ||
main_loop.cpp | ||
main_loop.h | ||
memory.cpp | ||
memory.h | ||
midi_driver.cpp | ||
midi_driver.h | ||
mutex.cpp | ||
mutex.h | ||
os.cpp | ||
os.h | ||
pool_allocator.cpp | ||
pool_allocator.h | ||
rw_lock.h | ||
safe_binary_mutex.h | ||
SCsub | ||
semaphore.h | ||
spin_lock.h | ||
thread_safe.cpp | ||
thread_safe.h | ||
thread.cpp | ||
thread.h | ||
time_enums.h | ||
time.cpp | ||
time.h |