This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
OpenTTD
Watch
1
Star
0
Fork
0
You've already forked OpenTTD
mirror of
https://github.com/OpenTTD/OpenTTD
synced
2026-01-28 06:34:33 +01:00
Code
Issues
Releases
Wiki
Activity
Files
4c1ddb147996bc9513922a095165a7c9f6f1241a
OpenTTD
/
src
/
script
History
Peter Nelson
91ea8e3fa6
Codechange: Use locals for company/deity mode during script loops. (
#11686
)
2024-01-05 08:32:43 +00:00
..
api
Codechange: Use locals for company/deity mode during script loops. (
#11686
)
2024-01-05 08:32:43 +00:00
CMakeLists.txt
…
script_cmd.h
…
script_config.cpp
…
script_config.hpp
…
script_fatalerror.hpp
…
script_gui.cpp
Fix: Missing invalidations on gui.ai_developer_tools change (
#11664
)
2024-01-01 00:43:10 +01:00
script_gui.h
Change: Allow opening multiple script debug windows by holding Ctrl.
2023-12-20 20:39:07 +00:00
script_info_dummy.cpp
…
script_info.cpp
…
script_info.hpp
…
script_instance.cpp
Fix: Crash if squirrel compatibility scripts cannot be parsed. (
#11589
)
2023-12-15 01:25:36 +00:00
script_instance.hpp
Fix
#11585
: Crash when cleaning AI/GS with nested AsyncMode.
2023-12-14 20:54:31 +00:00
script_scanner.cpp
Codechange: Silence warnings about intentionally unused parameters.
2023-09-19 22:49:59 +02:00
script_scanner.hpp
…
script_storage.hpp
…
script_suspend.hpp
…
squirrel_class.hpp
…
squirrel_helper_type.hpp
…
squirrel_helper.hpp
Codechange: Ensure function opening
{
is on new line.
2023-11-09 20:15:38 +00:00
squirrel_std.cpp
…
squirrel_std.hpp
…
squirrel.cpp
Cleanup: missing spaces before continuation * in some comments
2023-11-01 22:56:11 +01:00
squirrel.hpp
…