OpenTTD/src/script
Patric Stout 56d54cf60e Add: introduce CMake for project management
CMake works on all our supported platforms, like MSVC, Mingw, GCC,
Clang, and many more. It allows for a single way of doing things,
so no longer we need shell scripts and vbs scripts to work on all
our supported platforms.

Additionally, CMake allows to generate project files for like MSVC,
KDevelop, etc.

This heavily reduces the lines of code we need to support multiple
platforms from a project perspective.

Addtiionally, this heavily improves our detection of libraries, etc.
2020-06-05 19:36:05 +02:00
..
api Add: introduce CMake for project management 2020-06-05 19:36:05 +02:00
CMakeLists.txt Add: introduce CMake for project management 2020-06-05 19:36:05 +02:00
script_config.cpp Fix: [Script] Random deviation upper bound range should be inclusive 2020-03-31 22:33:19 +01:00
script_config.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_fatalerror.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_info_dummy.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_info.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_info.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_instance.cpp Add: [Script] Native priority queue; useful e.g. for pathfinders. 2020-06-01 21:35:13 +02:00
script_instance.hpp Add: [Script] Native priority queue; useful e.g. for pathfinders. 2020-06-01 21:35:13 +02:00
script_scanner.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_scanner.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_storage.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_suspend.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
squirrel_class.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
squirrel_helper_type.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
squirrel_helper.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
squirrel_std.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
squirrel_std.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
squirrel.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
squirrel.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00