OpenTTD/src/script
Jonathan G Rennison 3effb8931c
Add: [Script] GSAsyncMode to set async mode of gamescript commands (#10913)
In asynchronous mode, don't wait for result of executed command,
just fire-and-forget, and return estimated cost/result
2023-06-04 11:15:35 +02:00
..
api Add: [Script] GSAsyncMode to set async mode of gamescript commands (#10913) 2023-06-04 11:15:35 +02:00
CMakeLists.txt Codechange: move windows common to AI and GS out of ai_gui 2023-02-05 19:27:25 +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 Codechange: rewrite script string-to-settings conversion to C++ 2023-05-14 22:54:10 +02:00
script_config.hpp Codechange: Use std::map instead of custom SmallMap. 2023-05-18 12:18:30 +01:00
script_fatalerror.hpp
script_gui.cpp Codechange: Use window parent association for dropdowns. 2023-06-03 14:17:05 +01:00
script_gui.h Fix #10578: Allow to select any version of AI/GS from GUI (#10604) 2023-04-07 19:33:07 +02:00
script_info_dummy.cpp Codechange: use fmt::format to create dummy scripts 2023-05-14 22:54:10 +02:00
script_info.cpp Codechange: remove manual allocation/free for SQ_instance 2023-05-14 22:54:10 +02:00
script_info.hpp Codechange: remove manual allocation/free for SQ_instance 2023-05-14 22:54:10 +02:00
script_instance.cpp Codechange: use std::string for script config 2023-05-14 22:54:10 +02:00
script_instance.hpp Codechange: Move includes for common STL headers to stdafx. 2023-05-17 10:14:41 +01:00
script_scanner.cpp Codechange: use fmt::format_to to format the help message 2023-05-20 16:50:03 +02:00
script_scanner.hpp Codechange: use fmt::format_to to format the help message 2023-05-20 16:50:03 +02:00
script_storage.hpp Add: [Script] GSAsyncMode to set async mode of gamescript commands (#10913) 2023-06-04 11:15:35 +02:00
script_suspend.hpp
squirrel_class.hpp
squirrel_helper_type.hpp Change: include fmt.h C++ headers in stdafx.h 2023-05-08 16:49:23 +02:00
squirrel_helper.hpp Cleanup: the need for SQAutoFreePointers has gone 2023-05-14 22:54:10 +02:00
squirrel_std.cpp Codechange: use C++ strings for constructing script file paths 2023-05-14 22:54:10 +02:00
squirrel_std.hpp
squirrel.cpp Codechange: replace fprintf(<FILE*> with fmt::print(<FILE*> 2023-05-21 15:12:02 +02:00
squirrel.hpp Cleanup: stredup-ing string variant for calling scripts 2023-05-14 22:54:10 +02:00