Thu, 12 Jul 2007 15:05:24 +0000 truelight (svn r10527) [NoAI] -Add: AIStationList(), which lists all your stations; useful to maintain routes noai
Thu, 12 Jul 2007 15:04:26 +0000 truelight (svn r10526) [NoAI] -Fix: a class with params for the constructor lost his instance when called from SQ (templates can be really useful ;)) noai
Thu, 12 Jul 2007 14:55:28 +0000 truelight (svn r10525) [NoAI] -Fix: the build-truck-param of BuildRoadStation was flipped noai
Thu, 12 Jul 2007 14:53:17 +0000 truelight (svn r10524) [NoAI] -Fix: follow coding-style noai
Thu, 12 Jul 2007 14:52:33 +0000 truelight (svn r10523) [NoAI] -Fix: typo in comment for AIVehicleList() noai
Sat, 07 Jul 2007 09:20:52 +0000 rubidium (svn r10461) [NoAI] -Sync with trunk r10349:r10460. noai
Wed, 27 Jun 2007 01:01:16 +0000 glx (svn r10351) [NoAI] -Fix r10350: forgot to update regression.txt (indeed GetCompanyName() and GetPresidentName() were half-broken before r10350) noai
Tue, 26 Jun 2007 23:40:58 +0000 glx (svn r10350) [NoAI] -Sync with trunk r10194:10349 noai
Sun, 17 Jun 2007 21:31:00 +0000 rubidium (svn r10195) [NoAI] -Sync: with trunk r10119:10194. noai
Tue, 12 Jun 2007 19:52:26 +0000 glx (svn r10120) [NoAI] -Sync with trunk r10096:r10119 noai
Tue, 12 Jun 2007 18:02:11 +0000 glx (svn r10118) [NoAI] -Sync with trunk r10015:r10096 noai
Fri, 01 Jun 2007 20:54:09 +0000 rubidium (svn r10016) [NoAI] -Sync with trunk r9914:r10015. noai
Fri, 25 May 2007 00:25:08 +0000 glx (svn r9915) [NoAI] -Sync with trunk -r9815:9914 noai
Fri, 11 May 2007 15:13:08 +0000 truelight (svn r9826) [NoAI] -Fix r9821: in bash '==' is disliked, use '=' noai
Thu, 10 May 2007 15:08:55 +0000 rubidium (svn r9822) [NoAI] -Fix: update the MSVC project files. noai
Thu, 10 May 2007 15:07:16 +0000 rubidium (svn r9821) [NoAI] -Fix: support compilation without threads. noai
Wed, 09 May 2007 20:22:49 +0000 rubidium (svn r9816) [NoAI] -Sync with trunk r9712:9815 except r9759 (MorphOS threading) because that needs special attention. noai
Fri, 04 May 2007 23:17:26 +0000 truelight (svn r9788) [NoAI] -Fix r9786: forgot to doxygen comment 1 param noai
Fri, 04 May 2007 23:04:22 +0000 truelight (svn r9787) [NoAI] -Fix r9786: and again, forgot to update regression.txt..... (tnx glx) noai
Fri, 04 May 2007 22:59:59 +0000 truelight (svn r9786) [NoAI] -Fix: NeighbourRoad -> NeighbourRoadCount noai
Fri, 04 May 2007 21:46:28 +0000 truelight (svn r9783) [NoAI] -Fix: make naming more consistent between Valuators: don't add Get before them. noai
Fri, 04 May 2007 21:26:42 +0000 truelight (svn r9782) [NoAI] -Add: add information functions to AIVehicle, like the valuators of AIVehicleList noai
Fri, 04 May 2007 19:55:35 +0000 truelight (svn r9781) [NoAI] -Add: added AIVehicleListProfit[This|Last]Year as valuator noai
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