Sat, 14 Apr 2007 09:48:23 +0000 truelight (svn r9623) [NoAI] -Fix: some comments to make doxygen happy noai
Sat, 14 Apr 2007 09:44:18 +0000 truelight (svn r9622) [NoAI] -Add: added AITownList, which lists all towns (and which you can iterate) noai
Fri, 13 Apr 2007 09:52:18 +0000 truelight (svn r9618) [NoAI] -Add: allow an extra param for PreRegister to register classes as extends of others noai
Thu, 12 Apr 2007 14:35:24 +0000 truelight (svn r9612) [NoAI] -Fix: ignore forward class defines in squirrel_export noai
Thu, 12 Apr 2007 14:29:15 +0000 truelight (svn r9611) [NoAI] -Add: allow a single param for squirrel_export which indicates the only file it should run on, instead of all *.hpp files noai
Thu, 12 Apr 2007 13:14:26 +0000 truelight (svn r9610) [NoAI] -Fix r9604: forgot to update regression noai
Thu, 12 Apr 2007 12:43:47 +0000 truelight (svn r9608) [NoAI] -Fix r9607: forgot to commit one file noai
Thu, 12 Apr 2007 12:41:48 +0000 truelight (svn r9607) [NoAI] -Fix: instances should be 'x', not 'p' in SQ param list noai
Thu, 12 Apr 2007 12:35:44 +0000 truelight (svn r9606) [NoAI] -Fix: make GetXXX in AITown static, so we can use it without AITown instance noai
Thu, 12 Apr 2007 12:19:13 +0000 truelight (svn r9605) [NoAI] -Fix: RemoveXXXValue and KeepXXXValue could cause infinite loops noai
Thu, 12 Apr 2007 12:11:46 +0000 truelight (svn r9604) [NoAI] -Fix: set default sort order to value-descending for AIList(), as that most likely will be the most used noai
Thu, 12 Apr 2007 11:37:24 +0000 truelight (svn r9603) [NoAI] -Add: added AIList(), a simple list in which you can add item/value pairs. You can sort them, walk them, and valuate them noai
Wed, 11 Apr 2007 20:53:58 +0000 glx (svn r9600) [NoAI] -Fix r9594: restore compilation with _UNICODE noai
Wed, 11 Apr 2007 19:53:33 +0000 truelight (svn r9594) [NoAI] -Add: added 'require()' for Squirrel, which allows you to include other files in your .nut noai
Wed, 11 Apr 2007 16:48:42 +0000 truelight (svn r9593) [NoAI] -Add: on runtime-error, print the complete stack, so the user can see where it went wrong noai
Wed, 11 Apr 2007 14:18:10 +0000 truelight (svn r9591) [NoAI] -Fix: SetCompanyName() in fact set the president name (Zuu) noai
Sun, 08 Apr 2007 14:46:55 +0000 glx (svn r9575) [NoAI] -Sync with trunk r9504:9574 noai
Sat, 31 Mar 2007 12:36:57 +0000 rubidium (svn r9536) [NoAI] -Fix: keep files in source.list (and thus the MSVC project files) alphabetically ordered. noai
Sat, 31 Mar 2007 12:34:38 +0000 rubidium (svn r9535) [NoAI] -Codechange: don't export virtual classes, only their class signature for parameters. noai
Wed, 28 Mar 2007 09:11:09 +0000 truelight (svn r9515) [NoAI] -Fix r9514: some systems know find -d, others find -depth... don't you just love it? noai
Wed, 28 Mar 2007 09:07:49 +0000 truelight (svn r9514) [NoAI] -Fix r9512: 'find' can do it on its own (without 'xargs') if you add -d(epth) (tkoskine) noai
Wed, 28 Mar 2007 09:02:21 +0000 truelight (svn r9513) [NoAI] -Fix: disable strict-aliasing to make GCC 4 stop bitching about it noai
Wed, 28 Mar 2007 08:36:07 +0000 truelight (svn r9512) [NoAI] -Fix: remove .svn dirs in 'make bundle', via 'find' and 'xargs', I hope all systems support this... (alternatives are welcome ;)) noai
Tue, 27 Mar 2007 21:39:38 +0000 rubidium (svn r9509) [NoAI] -Add: inner-class/struct support for parameters. noai
Tue, 27 Mar 2007 13:58:24 +0000 truelight (svn r9505) [NoAI] -Sync with trunk r9468:9504 noai
Tue, 27 Mar 2007 13:47:20 +0000 truelight (svn r9503) [NoAI] -Fix r9502: use tmp.XXX for temporary file-names instead of XXX.txt noai
Tue, 27 Mar 2007 13:43:02 +0000 rubidium (svn r9502) [NoAI] -Add: script to check the 'completeness' of the regression test noai
Tue, 27 Mar 2007 11:56:05 +0000 truelight (svn r9501) [NoAI] -Add: document that you can't assign orders to a vehicle build in test-mode noai
Tue, 27 Mar 2007 11:55:16 +0000 truelight (svn r9500) [NoAI] -Add: document behavoir in test-mode noai
Tue, 27 Mar 2007 10:33:42 +0000 truelight (svn r9499) [NoAI] -Revert r9498: reverted part of ai_sign.cpp, as by policy this is the road we take noai
Tue, 27 Mar 2007 10:22:39 +0000 truelight (svn r9498) [NoAI] -Add: added regression for AITransactionMode() noai
Tue, 27 Mar 2007 10:17:47 +0000 truelight (svn r9497) [NoAI] -Fix: BuildVehicle showed 2 return values in .hpp doxygen comments noai
Tue, 27 Mar 2007 09:58:18 +0000 truelight (svn r9496) [NoAI] -Add: added regression for AITestMode() and AIExecMode() noai
Tue, 27 Mar 2007 09:56:20 +0000 truelight (svn r9495) [NoAI] -Add: add regression for AIAccounting() in AIVehicle() regression noai
Tue, 27 Mar 2007 09:53:18 +0000 rubidium (svn r9494) [NoAI] -Fix: IsRoadTile returns true for all tiles that can be used to traverse a tile. This includes drive through road stops and excluded 'normal' road stations and road depots. noai
Tue, 27 Mar 2007 09:46:59 +0000 truelight (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test noai
Tue, 27 Mar 2007 09:40:02 +0000 truelight (svn r9492) [NoAI] -Fix r9491: forgot to update regression.txt (oops :)) noai
Tue, 27 Mar 2007 09:37:43 +0000 truelight (svn r9491) [NoAI] -Fix: added some missing commands to the regression test (some are still missing) noai
Mon, 26 Mar 2007 23:51:48 +0000 truelight (svn r9490) [NoAI] -Add: let 'make bundle' also add the 'bin/ai' dir and its contents noai
Mon, 26 Mar 2007 23:51:18 +0000 rubidium (svn r9489) [NoAI] -Add: functions to query existance and direction of road stations and depots. noai
Mon, 26 Mar 2007 23:42:00 +0000 truelight (svn r9487) [NoAI] -Fix: BuildVehicle had as param vehicle_id in .hpp, which of course should be engine_id noai
Mon, 26 Mar 2007 15:33:29 +0000 glx (svn r9481) [NoAI] -Fix: FS2OTTD returns the adress of a static buffer, so strdup the strings to prevent 'overwriting' noai
Mon, 26 Mar 2007 12:58:47 +0000 rubidium (svn r9479) [NoAI] -Fix: AIOrder::ChangeOrder didn't work as expected, or rather CMD_MODIFY_ORDER didn't. noai
Mon, 26 Mar 2007 12:41:42 +0000 rubidium (svn r9478) [NoAI] -Codechange: back in the days that DefSQMethod was called DefSQFunction, DefSQConst has a few spaces to align everything... aligning them now means adding way too much spaces, thus remove the alignment. noai
Mon, 26 Mar 2007 12:37:50 +0000 truelight (svn r9477) [NoAI] -Add: added regression-test for AIOrder() noai
Sun, 25 Mar 2007 23:51:30 +0000 truelight (svn r9468) [NoAI] -Sync with trunk r9431:9467 noai
Sun, 25 Mar 2007 23:39:05 +0000 KUDr (svn r9466) [NoAI] -Fix: main AI thread waking up triggered too early when AI stopped (TrueBrain, Rubidium) noai
Sun, 25 Mar 2007 23:36:09 +0000 KUDr (svn r9465) [NoAI] -Fix: fatal warning during compilation on MSVC noai
Sun, 25 Mar 2007 22:31:39 +0000 truelight (svn r9464) [NoAI] -Fix: make squirrel export script work with gawk again (silly stuff) noai
Sun, 25 Mar 2007 22:21:12 +0000 rubidium (svn r9463) [NoAI] -Codechange: update squirrel export script to generate the correct amount and type of parameters, so that can be checked. noai
Sun, 25 Mar 2007 21:53:57 +0000 truelight (svn r9462) [NoAI] -Add: add a note about defining params for functions (first param should always be a 'x') noai
Sun, 25 Mar 2007 21:52:16 +0000 truelight (svn r9461) [NoAI] -Add: allow to set the amount of params that SQ should expect in the SQ define lines. Script to automated this are coming up next. noai
Sun, 25 Mar 2007 21:34:29 +0000 truelight (svn r9460) [NoAI] -Fix r9459: CompileErrors now didn't work with Unicode (tnx glx) noai
Sun, 25 Mar 2007 21:27:54 +0000 truelight (svn r9459) [NoAI] -Fix: make the CompileErrors go via DEBUG() too noai
Sun, 25 Mar 2007 21:22:34 +0000 truelight (svn r9458) [NoAI] -Fix r9457: keep errors lowercase noai
Sun, 25 Mar 2007 21:21:52 +0000 truelight (svn r9457) [NoAI] -Fix: the errors reported by SQ were a) not via DEBUG, b) always ending with: "Unknown Error" noai
Sun, 25 Mar 2007 20:07:56 +0000 rubidium (svn r9456) [NoAI] -Fix: creation of new orders failed. noai
Sun, 25 Mar 2007 19:18:51 +0000 rubidium (svn r9454) [NoAI] -Fix: remove mawk <-> gawk incompatabilities from the Squirrel export. noai
Sun, 25 Mar 2007 17:43:40 +0000 rubidium (svn r9453) [NoAI] -Codechange: make a difference between static and non-static methods in the squirrel export script. noai
Sun, 25 Mar 2007 16:46:57 +0000 glx (svn r9452) [NoAI] -Fix r9450: compilation with _UNICODE was broken noai