truebrain
|
bef1451f18
|
(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
|
275670b55d
|
(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
|
fe41ceb477
|
(svn r23367) -Codechange: refactor GetSetting to ScriptInstance, to avoid global variable in script_controller
|
2011-11-29 23:27:01 +00:00 |
|
truebrain
|
bfbadccf69
|
(svn r23366) -Codechange: move most of the Dummy code to script/, unifying it
|
2011-11-29 23:26:52 +00:00 |
|
truebrain
|
e7c77353ce
|
(svn r23364) -Codechange: refactor AIConfig, moving it mostly to Scriptconfig
|
2011-11-29 23:26:35 +00:00 |
|
truebrain
|
ff5775638c
|
(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
|
a3768b109b
|
(svn r23360) -Codechange: move AIInstance to ScriptInstance, making it reusable by other script API instances
|
2011-11-29 23:21:33 +00:00 |
|
truebrain
|
6f874962cd
|
(svn r23359) -Codechange: move AI_VMSuspend to Script_Suspend (and to its own file)
|
2011-11-29 23:21:24 +00:00 |
|
truebrain
|
1e13fa3dee
|
(svn r23358) -Codechange: move AI_FatalError to Script_FatalError (and to its own file)
|
2011-11-29 23:21:13 +00:00 |
|
truebrain
|
b4112dcf8e
|
(svn r23357) -Codechange: move AIStorage to ScriptStorage
|
2011-11-29 23:21:04 +00:00 |
|
truebrain
|
af1b3cc070
|
(svn r23355) -Codechange: rename all AI* to Script* (Rubidium)
|
2011-11-29 23:15:35 +00:00 |
|
truebrain
|
1ced96bb3c
|
(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
|
ad5830e42d
|
(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
|
2e731592c4
|
(svn r23295) -Codechange: put ImportLibrary in AIController (and document the parameters for NoAI docs)
|
2011-11-23 13:39:36 +00:00 |
|
truebrain
|
b2ae274a5d
|
(svn r23262) -Fix: one annoying typo in a squirrel_export marker line
|
2011-11-19 15:42:40 +00:00 |
|
truebrain
|
cbe453eab0
|
(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
|
215452b911
|
(svn r23195) -Codechange: if we really need to cast away constness, use const_cast
|
2011-11-12 08:37:12 +00:00 |
|
yexo
|
3566f8b905
|
(svn r23134) -Add [FS#3799]: [NoAI] AICargoList_StationAccepting
|
2011-11-08 15:44:53 +00:00 |
|
rubidium
|
2de0383538
|
(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
|
05199a641a
|
(svn r21890) -Cleanup: remove some unneeded includes
|
2011-01-22 14:52:20 +00:00 |
|
yexo
|
c5597c44c4
|
(svn r21664) -Add: [NoAI] AIEventTownFounded
|
2010-12-29 23:44:39 +00:00 |
|
rubidium
|
890eec6132
|
(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
|
360d6daf34
|
(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers
|
2010-08-26 22:01:16 +00:00 |
|
yexo
|
f30cc9e6ca
|
(svn r20563) -Change: [NoAI] rename AIAbstractList to AIList
|
2010-08-19 15:37:28 +00:00 |
|
yexo
|
0d57e6c193
|
(svn r20562) -Change: [NoAI] Move all functions from AIList to AIAbstractList
|
2010-08-19 15:19:40 +00:00 |
|
yexo
|
971691b691
|
(svn r20285) -Codechange: use ///< for single-line doxygen comments in the AI code
|
2010-08-01 19:36:56 +00:00 |
|
yexo
|
844e62546b
|
(svn r20271) -Doc: add doxygen comments to several items under src/ai/
|
2010-07-31 22:16:34 +00:00 |
|
rubidium
|
a70fd540fc
|
(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
|
114c2af6f2
|
(svn r19775) -Fix: improper use of 'then' in few comments (ln)
|
2010-05-09 18:13:36 +00:00 |
|
yexo
|
cdfe7f7834
|
(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
|
5504b1105e
|
(svn r19224) -Codechange: change parameters passed to ShowErrorMessage() a bit
|
2010-02-24 14:46:15 +00:00 |
|
rubidium
|
0bf54aaedb
|
(svn r18862) -Fix [FS#3544]: don't pass AI strings through iconv
|
2010-01-18 15:41:38 +00:00 |
|
rubidium
|
9467b7c6d6
|
(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
|
d9f86b6f97
|
(svn r18747) -Codechange: add some constness to the AI code
|
2010-01-07 00:09:27 +00:00 |
|
frosch
|
9e3c107ffe
|
(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
|
f708b9a80a
|
(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
|
5a97b64d73
|
(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
|
982b8ee5fc
|
(svn r17693) -Cleanup: remove some unneeded includes
|
2009-10-04 17:16:41 +00:00 |
|
rubidium
|
83be7b09ea
|
(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
|
3e3927cfcc
|
(svn r17544) -Fix [FS#3202]: [NoAI] Crash when doing commands in the 'global' scope
|
2009-09-15 16:16:28 +00:00 |
|
rubidium
|
a8975e9e72
|
(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
|
62e990823d
|
(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
|
99d46e0ad7
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
yexo
|
d6a3178646
|
(svn r17233) -Fix (r17232): typo
|
2009-08-20 11:02:35 +00:00 |
|
yexo
|
172d4dd23e
|
(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
|
48f70be5f8
|
(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
|
6b0520b3b4
|
(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
|
c22f60c812
|
(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
|
418c88f94d
|
(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
|
ee384495b9
|
(svn r17125) -Cleanup: remove an unused variable
|
2009-08-08 22:09:53 +00:00 |
|