OpenTTD/src/ai
Niels Martin Hansen 140a96b3a0 Change: Limit memory allocations for each Squirrel instance
This can avoid out-of-memory situations due to single scripts using up the entire address space.
Instead, scripts that go above the maximum are killed.
The maximum is default 1 GB per script, but can be configured by a setting.
2019-05-11 15:34:33 +02:00
..
ai.hpp Remove: ENABLE_NETWORK switch 2019-03-20 19:24:55 +01:00
ai_config.cpp Codechange: Use null pointer literal instead of the NULL macro 2019-04-10 23:22:20 +02:00
ai_config.hpp Codechange: Use override specifer for overriding member declarations 2019-03-24 16:10:04 +01:00
ai_core.cpp Codechange: Remove Company/OwnerByte types 2019-04-29 17:40:22 +01:00
ai_gui.cpp Codechange: Remove Company/OwnerByte types 2019-04-29 17:40:22 +01:00
ai_gui.hpp (svn r24554) -Add: Hotkeys for widgets in AI Debug window 2012-09-23 14:37:59 +00:00
ai_info.cpp Codechange: Use null pointer literal instead of the NULL macro 2019-04-10 23:22:20 +02:00
ai_info.hpp Codechange: Use null pointer literal instead of the NULL macro 2019-04-10 23:22:20 +02:00
ai_instance.cpp Change: Limit memory allocations for each Squirrel instance 2019-05-11 15:34:33 +02:00
ai_instance.hpp Codechange: Use override specifer for overriding member declarations 2019-03-24 16:10:04 +01:00
ai_scanner.cpp Change: Limit memory allocations for each Squirrel instance 2019-05-11 15:34:33 +02:00
ai_scanner.hpp Codechange: Use null pointer literal instead of the NULL macro 2019-04-10 23:22:20 +02:00