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 17:02:37 +01:00
Code
Issues
Releases
Wiki
Activity
Files
1f04cc62d902d04fc7ef25630091e4eb8090da41
OpenTTD
/
src
/
script
History
glx22
675cf7a8ee
Fix
6fe445e
: [Script] Respect joining adjacent when building an airport
2022-05-31 23:14:47 +02:00
..
api
Fix
6fe445e
: [Script] Respect joining adjacent when building an airport
2022-05-31 23:14:47 +02:00
CMakeLists.txt
Codechange: Move command callback declarations to the cmd header files.
2021-12-16 22:28:32 +01:00
script_cmd.h
Codechange: Pass unpacked command arguments to command callbacks (except Script).
2021-12-16 22:28:32 +01:00
script_config.cpp
…
script_config.hpp
…
script_fatalerror.hpp
…
script_info_dummy.cpp
…
script_info.cpp
…
script_info.hpp
…
script_instance.cpp
Codechange: Don't use globals for return values from vehicle command procs.
2021-12-16 22:28:32 +01:00
script_instance.hpp
Codechange: Add support for additional command result values.
2021-12-16 22:28:32 +01:00
script_scanner.cpp
…
script_scanner.hpp
…
script_storage.hpp
Codechange: Don't use globals for return values from vehicle command procs.
2021-12-16 22:28:32 +01:00
script_suspend.hpp
…
squirrel_class.hpp
…
squirrel_helper_type.hpp
…
squirrel_helper.hpp
Codechange: [Script] Prettify squirrel call helpers by using C++17.
2021-12-20 19:25:10 +01:00
squirrel_std.cpp
…
squirrel_std.hpp
…
squirrel.cpp
…
squirrel.hpp
…