Fri, 04 May 2007 16:02:34 +0000 truelight (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx) noai
Fri, 04 May 2007 15:57:39 +0000 truelight (svn r9777) [NoAI] -Fix: renamed AITileListFlat to AITileListSlope and returnt he slope value noai
Fri, 04 May 2007 15:57:29 +0000 truelight (svn r9776) [NoAI] -Add: added AITileListSlope as valuator to see if tiles are flat or not noai
Wed, 02 May 2007 12:56:01 +0000 truelight (svn r9768) [NoAI] -Fix: check if the amount of params for constructor are correct noai
Wed, 02 May 2007 12:47:16 +0000 truelight (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates) noai
Wed, 02 May 2007 11:46:05 +0000 truelight (svn r9766) [NoAI] -Fix: remove a param from the stack after using, to avoid stack-coruption noai
Sun, 29 Apr 2007 13:53:54 +0000 truelight (svn r9751) [NoAI] -Fix: silly typo in doxygen header noai
Sun, 29 Apr 2007 13:02:36 +0000 truelight (svn r9750) [NoAI] -Fix: if AIAbstractList is empty, don't make the sorters segfault noai
Sun, 29 Apr 2007 13:02:12 +0000 truelight (svn r9749) [NoAI] -Add: added regression-test for new AITileList valuators noai
Sun, 29 Apr 2007 12:47:22 +0000 truelight (svn r9748) [NoAI] -Fix: use TileDiffXY instead of TileXY to move in the map (tnx glx) noai
Sun, 29 Apr 2007 12:35:39 +0000 truelight (svn r9747) [NoAI] -Add: added AITileListRoadTile and AITileListNeighbourRoad as Valuators for AITileList noai
Sat, 28 Apr 2007 13:38:48 +0000 truelight (svn r9732) [NoAI] -Fix: GCC 2.95 doesn't like SQConvert::Bla inside a template. Use 'using namespace' to avoid. This re-enables MorphOS target for NoAI branch. noai
Sun, 22 Apr 2007 19:06:48 +0000 rubidium (svn r9713) [NoAI] -Sync with trunk (r9631:9712). noai
Sun, 15 Apr 2007 10:30:00 +0000 truelight (svn r9634) [NoAI] -Fix: typo in doxygen comment noai
Sun, 15 Apr 2007 00:23:24 +0000 rubidium (svn r9632) [NoAI] -Sync with trunk r9574:9631. noai
Sun, 15 Apr 2007 00:17:57 +0000 rubidium (svn r9631) [NoAI] -Codechange: rewrite the loading in such a manner that the NoAI branch gets savegame compatability for both NoAI branch savegames (from this revision on) as well as trunk savegames up to the revision that NoAI is synched with. noai
Sat, 14 Apr 2007 22:16:11 +0000 rubidium (svn r9630) [NoAI] -Codechange: remove now useless define. noai
Sat, 14 Apr 2007 21:57:44 +0000 rubidium (svn r9629) [NoAI] -Codechange: move the squirrel export functions out of the API header files. noai
Sat, 14 Apr 2007 21:01:44 +0000 rubidium (svn r9628) [NoAI] -Fix: missing svn:eol-style and svn:keywords noai
Sat, 14 Apr 2007 20:38:10 +0000 rubidium (svn r9627) [NoAI] -Fix: let the squirrel export script export all needed (and a few more) types of references to structs and classes. noai
Sat, 14 Apr 2007 20:17:36 +0000 truelight (svn r9626) [NoAI] -Change: renamed AIList to AIAbstractList and hide 'AddItem' and 'RemoveItem' noai
Sat, 14 Apr 2007 20:01:25 +0000 truelight (svn r9625) [NoAI] -Add: added AITileList() and one valuator for now: AITileListBuildable() noai
Sat, 14 Apr 2007 19:20:17 +0000 truelight (svn r9624) [NoAI] -Fix: stupid OSX defines 'require' as macro... which sane system does that?! noai
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