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-16 08:52:40 +01:00
Code
Issues
Releases
Wiki
Activity
Files
acaceb45bacf076e00a5570ae5a1639ada500b75
OpenTTD
/
src
/
script
History
dP
acaceb45ba
Codechange: Make command constant names consistent with command proc (
#11920
)
2024-01-29 13:41:36 +01:00
..
api
Codechange: Make command constant names consistent with command proc (
#11920
)
2024-01-29 13:41:36 +01:00
CMakeLists.txt
…
script_cmd.h
…
script_config.cpp
…
script_config.hpp
…
script_fatalerror.hpp
…
script_gui.cpp
Fix: TextfileWindow called virtual methods before constructor completed. (
#11889
)
2024-01-27 14:45:37 +00: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
…
script_scanner.hpp
…
script_storage.hpp
Add: AI/GS Time Mode to choose between economy (default) and calendar time (
#11603
)
2024-01-23 10:42:10 -05:00
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
…