Sat, 21 Jul 2007 13:45:15 +0000(svn r10646) -Cleanup: AutoPtrT<>::Release() renamed to Detach()
KUDr [Sat, 21 Jul 2007 13:45:15 +0000] rev 7298
(svn r10646) -Cleanup: AutoPtrT<>::Release() renamed to Detach()
-better describes what it does
-was inconsistent with CCountedPtr<>::Release()

Sat, 21 Jul 2007 12:39:46 +0000(svn r10645) -Fix (r10644): file contents seems to be 3x there
KUDr [Sat, 21 Jul 2007 12:39:46 +0000] rev 7297
(svn r10645) -Fix (r10644): file contents seems to be 3x there

Fri, 20 Jul 2007 18:44:04 +0000(svn r10644) -Merge (from NoAI): framework for reference counted objects (pointers).
rubidium [Fri, 20 Jul 2007 18:44:04 +0000] rev 7296
(svn r10644) -Merge (from NoAI): framework for reference counted objects (pointers).

Fri, 20 Jul 2007 18:35:33 +0000(svn r10643) -Merge (from NoAI): properly counting the amount of signs instead of using the size of the sign pool.
rubidium [Fri, 20 Jul 2007 18:35:33 +0000] rev 7295
(svn r10643) -Merge (from NoAI): properly counting the amount of signs instead of using the size of the sign pool.

Fri, 20 Jul 2007 18:34:21 +0000(svn r10642) -Merge (from NoAI): ./configure flag for disabling threading.
rubidium [Fri, 20 Jul 2007 18:34:21 +0000] rev 7294
(svn r10642) -Merge (from NoAI): ./configure flag for disabling threading.

Fri, 20 Jul 2007 17:32:27 +0000(svn r10641) -Fix(r10638): Forgotten Son... err...include
belugas [Fri, 20 Jul 2007 17:32:27 +0000] rev 7293
(svn r10641) -Fix(r10638): Forgotten Son... err...include

Fri, 20 Jul 2007 17:25:07 +0000(svn r10640) -Fix(r10638): little typo...
belugas [Fri, 20 Jul 2007 17:25:07 +0000] rev 7292
(svn r10640) -Fix(r10638): little typo...

Fri, 20 Jul 2007 17:14:03 +0000(svn r10639) -Codechange: Give meaninfull name to a magic number
belugas [Fri, 20 Jul 2007 17:14:03 +0000] rev 7291
(svn r10639) -Codechange: Give meaninfull name to a magic number

Fri, 20 Jul 2007 16:50:11 +0000(svn r10638) -Codechange: Save the mapping of the industries and tiles, making them persistent.
belugas [Fri, 20 Jul 2007 16:50:11 +0000] rev 7290
(svn r10638) -Codechange: Save the mapping of the industries and tiles, making them persistent.

Fri, 20 Jul 2007 16:08:28 +0000(svn r10637) -Fix: Enable the Random Industries in scenario editor if setting Number of Industries is not NONE.
belugas [Fri, 20 Jul 2007 16:08:28 +0000] rev 7289
(svn r10637) -Fix: Enable the Random Industries in scenario editor if setting Number of Industries is not NONE.
Spotted by skiddl13.
Thanks to glx for help in finding and better looking code :)