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
4099acb94622661be91ff0cd4686bf7dab3f0b57
OpenTTD
/
src
/
script
History
Rubidium
4099acb946
Codechange: replace BSWAP32/BSWAP16 with std::byteswap
2025-01-28 19:22:12 +01:00
..
api
Codechange: replace BSWAP32/BSWAP16 with std::byteswap
2025-01-28 19:22:12 +01:00
CMakeLists.txt
…
script_cmd.h
…
script_config.cpp
…
script_config.hpp
…
script_fatalerror.hpp
…
script_gui.cpp
Codechange: use Textbuf::GetText() to access the buffer / hide Textbuf::buf
2025-01-19 23:01:35 +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
Codechange: allow mapping enums as parameter and return type from scripts
2025-01-27 06:13:45 +01:00
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
…