truebrain
|
9dde1287aa
|
(svn r23387) -Fix: move ai.script_max_opcode_till_suspend to script.script_max_opcode_till_suspend
|
2011-12-01 12:04:22 +00:00 |
|
truebrain
|
a8b22e5292
|
(svn r23386) -Fix: debug script related events to 'script' (removes 'ai')
|
2011-12-01 12:04:10 +00:00 |
|
truebrain
|
eab19b9ff3
|
(svn r23378) -Fix: set SVN properties correctly
|
2011-11-30 14:02:15 +00:00 |
|
truebrain
|
0f9954ec1b
|
(svn r23374) -Add: Doxygen files for the NoAI API (Yexo)
|
2011-11-29 23:31:55 +00:00 |
|
truebrain
|
7158aaea31
|
(svn r23373) -Add: move the AI API to script/api/ai, and move the Squirrel C++ glue templates to script/api/template
|
2011-11-29 23:29:20 +00:00 |
|
truebrain
|
e60747a604
|
(svn r23372) -Move: move squirrel export script to script/api/
|
2011-11-29 23:29:12 +00:00 |
|
truebrain
|
549e072041
|
(svn r23371) -Change: rename the DOXYGEN_AI_DOCS tag to DOXYGEN_API
|
2011-11-29 23:27:34 +00:00 |
|
truebrain
|
4d91f645c1
|
(svn r23370) -Add: support @api tag in API header files, to select which API should receive the defined classes and functions
|
2011-11-29 23:27:26 +00:00 |
|
truebrain
|
2c877b074e
|
(svn r23369) -Codechange: use script includes when possible, not ai includes
|
2011-11-29 23:27:17 +00:00 |
|
truebrain
|
e0d4c75cf4
|
(svn r23368) -Codechange: move FindLibrary down a few layers, so there is no layer violation anymore
|
2011-11-29 23:27:08 +00:00 |
|
truebrain
|
880f377fa6
|
(svn r23367) -Codechange: refactor GetSetting to ScriptInstance, to avoid global variable in script_controller
|
2011-11-29 23:27:01 +00:00 |
|
truebrain
|
3e6d026129
|
(svn r23366) -Codechange: move most of the Dummy code to script/, unifying it
|
2011-11-29 23:26:52 +00:00 |
|
truebrain
|
4505edbd47
|
(svn r23365) -Codechange: move constants to a single place, to avoid duplication (and in time, different values)
|
2011-11-29 23:26:44 +00:00 |
|
truebrain
|
34d7f01ccc
|
(svn r23364) -Codechange: refactor AIConfig, moving it mostly to Scriptconfig
|
2011-11-29 23:26:35 +00:00 |
|
truebrain
|
c38c16773c
|
(svn r23363) -Documentation: document a tiny bit better what is in variables
|
2011-11-29 23:21:59 +00:00 |
|
truebrain
|
e37149a1de
|
(svn r23362) -Codechange: refactor AIScanner, splitting it in AIScannerInfo and AIScannerLibrary
|
2011-11-29 23:21:52 +00:00 |
|
truebrain
|
ae8540f5e0
|
(svn r23361) -Codechange: move multiplayer DoCommand callback code so other script users can call their own
|
2011-11-29 23:21:42 +00:00 |
|
truebrain
|
3da8b5097a
|
(svn r23360) -Codechange: move AIInstance to ScriptInstance, making it reusable by other script API instances
|
2011-11-29 23:21:33 +00:00 |
|
truebrain
|
75c4bd280a
|
(svn r23359) -Codechange: move AI_VMSuspend to Script_Suspend (and to its own file)
|
2011-11-29 23:21:24 +00:00 |
|
truebrain
|
bbd9facb44
|
(svn r23358) -Codechange: move AI_FatalError to Script_FatalError (and to its own file)
|
2011-11-29 23:21:13 +00:00 |
|
truebrain
|
99cb93ef6f
|
(svn r23357) -Codechange: move AIStorage to ScriptStorage
|
2011-11-29 23:21:04 +00:00 |
|
truebrain
|
98103121d4
|
(svn r23355) -Codechange: rename all AI* to Script* (Rubidium)
|
2011-11-29 23:15:35 +00:00 |
|
truebrain
|
afdb67a353
|
(svn r23354) -Codechange: move all src/ai/api/ai_*.[hc]pp files to src/script/api/script_* (Rubidium)
|
2011-11-29 23:07:38 +00:00 |
|
truebrain
|
00877dd6d3
|
(svn r23352) -Add: support dynamically adding an API prefix when returning a C++ class to Squirrel
|
2011-11-29 22:24:30 +00:00 |
|
truebrain
|
bff7c33aa9
|
(svn r23350) -Add: support different ScriptTypes in the helper functions for GetClassName (Rubidium)
|
2011-11-29 22:23:33 +00:00 |
|
truebrain
|
d03bbdd4ac
|
(svn r23295) -Codechange: put ImportLibrary in AIController (and document the parameters for NoAI docs)
|
2011-11-23 13:39:36 +00:00 |
|
truebrain
|
492c96d214
|
(svn r23294) -Codechange: sq_pop in native callback is just a waste of CPU cycles, as the top is reset in all cases
|
2011-11-23 13:38:35 +00:00 |
|
truebrain
|
54ec3a2a3f
|
(svn r23293) -Codechange: make LoadScript/LoadFile non-static
|
2011-11-23 13:37:48 +00:00 |
|
truebrain
|
32b28bb868
|
(svn r23264) -Fix (r23263): save before commit
|
2011-11-19 15:51:21 +00:00 |
|
truebrain
|
b927ae5be9
|
(svn r23263) -Documentation: stop naming AI in comments in script/ files; it makes no sense
|
2011-11-19 15:50:10 +00:00 |
|
rubidium
|
160294ff22
|
(svn r23216) -Codechange: introduce the concept of having different tar lists
|
2011-11-14 21:28:43 +00:00 |
|
rubidium
|
3f7eb71b17
|
(svn r23210) -Codechange: generate the GetClassName function for the AI classes programmatically
|
2011-11-13 20:52:39 +00:00 |
|
rubidium
|
7fd1e1df81
|
(svn r23198) -Codechange: introduce a free that takes const pointers so we don't need to cast to void/non-const before being able to free
|
2011-11-12 13:00:29 +00:00 |
|
rubidium
|
65d0d19b16
|
(svn r23118) -Feature: [NoAI] Allow AIs to query the amount of remaining operations for the current tick
|
2011-11-04 23:20:14 +00:00 |
|
yexo
|
02913f40b0
|
(svn r23117) -Fix: [NoAI] calling require() to include a file gave you 100.000 opcodes for free
|
2011-11-04 23:14:23 +00:00 |
|
rubidium
|
748bddb31a
|
(svn r22906) -Fix (r22905): variable not properly cleared before use
|
2011-09-08 10:02:43 +00:00 |
|
rubidium
|
62777dbd84
|
(svn r22905) -Fix [FS#4753] (r22836): the name of the tar was removed from the AI filenames, so record it differently. Also removes some of the hackery to get the tar's filename
|
2011-09-08 09:55:04 +00:00 |
|
rubidium
|
414c397000
|
(svn r22904) -Codechange: add tar filename to file scanning
|
2011-09-08 09:48:52 +00:00 |
|
michi_cc
|
65637d8941
|
(svn r22874) -Fix [FS#4747]: Check size of various buffers before allocation. (monoid)
|
2011-09-02 20:16:41 +00:00 |
|
rubidium
|
d839aa0475
|
(svn r22836) -Codechange: simplify the scanning of (AI) scripts
|
2011-08-25 10:37:28 +00:00 |
|
rubidium
|
5a620d1c65
|
(svn r22406) -Document: some more "random-ish" tidbits
|
2011-05-01 19:51:52 +00:00 |
|
rubidium
|
e9fe58d7bf
|
(svn r22120) -Change: [NoAI] Prevent AIs from getting consistently over their allowed amount of operations by subtracting the amount they went over "budget" from the budget for the next "tick".
|
2011-02-20 20:28:49 +00:00 |
|
alberth
|
7303f7d199
|
(svn r21595) -Codechange: Some header files had their name changed, update the ifndef/define/endif lines.
|
2010-12-22 11:46:41 +00:00 |
|
rubidium
|
090d6fb8b7
|
(svn r21311) -Fix [FS#4260]: AIs in an infinite loop in e.g. autosave, but also getting settings and such from info.nut, would not be interrupted after a while causing OpenTTD to seem to not respond
|
2010-11-24 17:00:37 +00:00 |
|
rubidium
|
30f2afac9b
|
(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers
|
2010-08-26 22:01:16 +00:00 |
|
rubidium
|
1fa98e1695
|
(svn r20574) -Codechange: a little over 1 million vehicles should be enough for the forseeable future
|
2010-08-19 20:58:30 +00:00 |
|
rubidium
|
8a2fecbff5
|
(svn r19776) -Change: don't scan for tars in the script scanner; it has already happened.
|
2010-05-10 09:35:25 +00:00 |
|
smatz
|
23041d9720
|
(svn r19509) -Codechange: remove superfluous semicolons after function definitions
|
2010-03-23 22:37:18 +00:00 |
|
rubidium
|
b1bd106703
|
(svn r18862) -Fix [FS#3544]: don't pass AI strings through iconv
|
2010-01-18 15:41:38 +00:00 |
|
rubidium
|
82fc28f77f
|
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header
|
2010-01-15 16:41:15 +00:00 |
|