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
|
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
|
34d7f01ccc
|
(svn r23364) -Codechange: refactor AIConfig, moving it mostly to Scriptconfig
|
2011-11-29 23:26:35 +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
|
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
|
ef02931a32
|
(svn r23302) -Add: [NoAI] AITown::GetCargoGoal and AITown::GetGrowthRate to query statistics about a town regarding its growing
|
2011-11-23 16:09:46 +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
|
e9dfd7a897
|
(svn r23262) -Fix: one annoying typo in a squirrel_export marker line
|
2011-11-19 15:42:40 +00:00 |
|
truebrain
|
b7a655bf4c
|
(svn r23209) -Codechange: track the current active script instance directly, instead of assuming the current company points you to the right one.
|
2011-11-13 20:43:48 +00:00 |
|
rubidium
|
c9a7f572ec
|
(svn r23195) -Codechange: if we really need to cast away constness, use const_cast
|
2011-11-12 08:37:12 +00:00 |
|
yexo
|
baf11cf401
|
(svn r23134) -Add [FS#3799]: [NoAI] AICargoList_StationAccepting
|
2011-11-08 15:44:53 +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 |
|
rubidium
|
7eba2bf4d3
|
(svn r21890) -Cleanup: remove some unneeded includes
|
2011-01-22 14:52:20 +00:00 |
|
yexo
|
703ff560c1
|
(svn r21664) -Add: [NoAI] AIEventTownFounded
|
2010-12-29 23:44:39 +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 |
|
yexo
|
dc303e550b
|
(svn r20563) -Change: [NoAI] rename AIAbstractList to AIList
|
2010-08-19 15:37:28 +00:00 |
|
yexo
|
6c7384cabd
|
(svn r20562) -Change: [NoAI] Move all functions from AIList to AIAbstractList
|
2010-08-19 15:19:40 +00:00 |
|
yexo
|
613b273f36
|
(svn r20285) -Codechange: use ///< for single-line doxygen comments in the AI code
|
2010-08-01 19:36:56 +00:00 |
|
yexo
|
6d4900ed7c
|
(svn r20271) -Doc: add doxygen comments to several items under src/ai/
|
2010-07-31 22:16:34 +00:00 |
|
rubidium
|
062dd0e24c
|
(svn r19814) -Codechange: give some more unnamed enums a name, in case they consisted of unrelated values use static const (u)int
|
2010-05-13 10:14:29 +00:00 |
|
smatz
|
3f961ca671
|
(svn r19775) -Fix: improper use of 'then' in few comments (ln)
|
2010-05-09 18:13:36 +00:00 |
|
yexo
|
8165737939
|
(svn r19544) -Feature [FS#3496]: add an input box to the AI Debug window where you can input a break string (patch by Zuu)
|
2010-04-02 17:35:20 +00:00 |
|
smatz
|
f051066bc4
|
(svn r19224) -Codechange: change parameters passed to ShowErrorMessage() a bit
|
2010-02-24 14:46:15 +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 |
|
rubidium
|
0e404038f2
|
(svn r18747) -Codechange: add some constness to the AI code
|
2010-01-07 00:09:27 +00:00 |
|
frosch
|
1ed599f5cf
|
(svn r18725) -Add: [NoAI] AIWaypoint::WaypointType and AIWaypoint::HasWaypointType().
-Change: [NoAI] Constructor of AIWaypoint now takes a WaypointType to also handle buoys.
-Remove: [NoAI] AIBuoyList.
|
2010-01-04 19:42:29 +00:00 |
|
smatz
|
a608fbaf7f
|
(svn r18557) -Fix: (most of) gcc errors when using lto caused by some structs having different definition in different object files
|
2009-12-19 23:53:15 +00:00 |
|
alberth
|
44aacfc59f
|
(svn r17928) -Codechange: ShowErrorMessage() now takes the summary string before the details string.
Gentlemen, swap your string parameters.
|
2009-10-31 19:46:51 +00:00 |
|
rubidium
|
d6cded5380
|
(svn r17693) -Cleanup: remove some unneeded includes
|
2009-10-04 17:16:41 +00:00 |
|
rubidium
|
f2487381ce
|
(svn r17545) -Fix [FS#3202]: [NoAI] AIs had 'infinite' time when running code from the global scope
|
2009-09-15 16:18:10 +00:00 |
|
rubidium
|
227824f753
|
(svn r17544) -Fix [FS#3202]: [NoAI] Crash when doing commands in the 'global' scope
|
2009-09-15 16:16:28 +00:00 |
|
rubidium
|
f3f6eaa6dc
|
(svn r17486) -Add [NoAI]: a vehicle list for all vehicle that are ordered to a specific depot
|
2009-09-09 09:46:08 +00:00 |
|
rubidium
|
4c84db1636
|
(svn r17345) -Fix [FS#2769]: one wasn't offered to take over bankrupt companies anymore; caused by the introduction NoAI, although NewAI had the same problem too.
|
2009-09-01 12:57:04 +00:00 |
|
rubidium
|
7fbc33dae1
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
yexo
|
b71de3a377
|
(svn r17233) -Fix (r17232): typo
|
2009-08-20 11:02:35 +00:00 |
|
yexo
|
8839bdbefd
|
(svn r17232) -Fix (r17223): Kill an AI when it tries to Sleep / execute a DoCommand during Save() instead of failing to save
|
2009-08-20 10:58:22 +00:00 |
|
yexo
|
0cb004e1d2
|
(svn r17231) -Fix [FS#3134]: AIs that crashed during Save() weren't killed as they should
|
2009-08-20 10:45:57 +00:00 |
|
yexo
|
14b5862c22
|
(svn r17230) -Fix (r15027): don't assert when an AI uses AI*Mode objects incorrectly but crash the AI instead
|
2009-08-20 10:39:39 +00:00 |
|
yexo
|
a4afa140f3
|
(svn r17223) -Change [NoAI] [FS#2980]: Crash an AI when it uses a DoCommand / Sleep instead of just printing an error message in the AI Debug Window
|
2009-08-19 16:14:15 +00:00 |
|
yexo
|
67106dc063
|
(svn r17214) -Add [NoAI]: GetAPIVersion() as optional function in info.nut. Return "0.7" to get an api compatible (as much as possible) with the 0.7 api or "0.8" to get the latest api.
-Change [NoAI]: move all deprecated functions to a separate squirrel script that is only loaded if an AI requests an old API version.
|
2009-08-18 18:51:42 +00:00 |
|
yexo
|
5d0ae8ad47
|
(svn r17125) -Cleanup: remove an unused variable
|
2009-08-08 22:09:53 +00:00 |
|