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-17 17:32:45 +01:00
Code
Issues
Releases
Wiki
Activity
Files
1bf45cd6ef9285d868f43f4f9fbfa69b52b15b51
OpenTTD
/
src
/
script
History
Peter Nelson
b653f875b0
Codechange: Space between
template
and
<
(
#13278
)
...
Make it all consistent so it matches CODINGSTYLE.
2025-01-04 17:56:14 +00:00
..
api
Codechange: Space between
template
and
<
(
#13278
)
2025-01-04 17:56:14 +00:00
CMakeLists.txt
…
script_cmd.h
…
script_config.cpp
…
script_config.hpp
…
script_fatalerror.hpp
…
script_gui.cpp
Codechange: make STR_NULL the default for all widget construction functions
2025-01-03 23:25:27 +01:00
script_gui.h
…
script_info_dummy.cpp
…
script_info.cpp
…
script_info.hpp
Codechange: Remove CCountedPtr.
2024-10-16 21:52:00 +01:00
script_instance.cpp
Codechange: Use std::visit for ScriptDataVariant.
2024-11-23 10:55:41 +00:00
script_instance.hpp
…
script_scanner.cpp
Codechange: Replace all FILE * with FileHandle RAII class. (
#12718
)
2024-09-16 08:45:26 +01:00
script_scanner.hpp
…
script_storage.hpp
Codefix: Script's last_error is not a StringID. (
#13227
)
2025-01-01 21:35:41 +00:00
script_suspend.hpp
…
squirrel_class.hpp
…
squirrel_helper_type.hpp
…
squirrel_helper.hpp
…
squirrel_std.cpp
…
squirrel_std.hpp
…
squirrel.cpp
Codechange: Replace all FILE * with FileHandle RAII class. (
#12718
)
2024-09-16 08:45:26 +01:00
squirrel.hpp
…