Sat, 26 Aug 2006 19:51:49 +0000(svn r6156) -Codechange: DeleteIndustry removes an industry from the pool
truelight [Sat, 26 Aug 2006 19:51:49 +0000] rev 4403
(svn r6156) -Codechange: DeleteIndustry removes an industry from the pool
-Codechange: DestroyIndustry is called by DeleteIndustry to remove all things where a industry depends on.
Last 2 changes to prepare for new pool system. Not pretty now, will be soon.

Sat, 26 Aug 2006 19:47:13 +0000(svn r6155) -Codechange: split Destroy routine from SpriteGroupPoolCleanBlock
truelight [Sat, 26 Aug 2006 19:47:13 +0000] rev 4402
(svn r6155) -Codechange: split Destroy routine from SpriteGroupPoolCleanBlock
Last change is to prepare for new pool system.

Sat, 26 Aug 2006 19:40:40 +0000(svn r6154) -Cleanup: ordered the IDs that have to do with pools from the others
truelight [Sat, 26 Aug 2006 19:40:40 +0000] rev 4401
(svn r6154) -Cleanup: ordered the IDs that have to do with pools from the others

Sat, 26 Aug 2006 19:29:35 +0000(svn r6153) -Codechange: DeleteSign removes a sign from the pool
truelight [Sat, 26 Aug 2006 19:29:35 +0000] rev 4400
(svn r6153) -Codechange: DeleteSign removes a sign from the pool
-Codechange: DestroySign is called by DeleteSign to remove all things where a sign depends on.
Last 2 changes to prepare for new pool system. Not pretty now, will be soon.

Sat, 26 Aug 2006 19:18:50 +0000(svn r6152) -Codechange: renamed GetNumRoadStops to GetNumRoadStopsInStation as it reflects its function more
truelight [Sat, 26 Aug 2006 19:18:50 +0000] rev 4399
(svn r6152) -Codechange: renamed GetNumRoadStops to GetNumRoadStopsInStation as it reflects its function more

Sat, 26 Aug 2006 19:14:02 +0000(svn r6151) -Codechange: DeleteStation/DeleteRoadStop removes a station/RoadStop from the pool
truelight [Sat, 26 Aug 2006 19:14:02 +0000] rev 4398
(svn r6151) -Codechange: DeleteStation/DeleteRoadStop removes a station/RoadStop from the pool
-Codechange: DestroyStation/DestroyRoadStop is called by DeleteStation/DeleteRoadStop to remove all things where a station/RoadStop depends on.
Last 2 changes to prepare for new pool system. Not pretty now, will be soon.

Sat, 26 Aug 2006 18:27:15 +0000(svn r6150) -Codechange: introduced and used RoadStopID where needed
truelight [Sat, 26 Aug 2006 18:27:15 +0000] rev 4397
(svn r6150) -Codechange: introduced and used RoadStopID where needed

Sat, 26 Aug 2006 18:05:05 +0000(svn r6149) -Codechange: DeleteTown removes a town from the pool
truelight [Sat, 26 Aug 2006 18:05:05 +0000] rev 4396
(svn r6149) -Codechange: DeleteTown removes a town from the pool
-Codechange: DestroyTown is called by DeleteTown to remove all things where a town depends on.
Last 2 changes to prepare for new pool system. Not pretty now, will be soon.

Sat, 26 Aug 2006 17:34:48 +0000(svn r6148) -Fix r6146: mostly it is useful to declare a variable in the function you use it (tnx Tron)
truelight [Sat, 26 Aug 2006 17:34:48 +0000] rev 4395
(svn r6148) -Fix r6146: mostly it is useful to declare a variable in the function you use it (tnx Tron)

Sat, 26 Aug 2006 17:31:57 +0000(svn r6147) -Fix: I don't know how to write Destination :(
truelight [Sat, 26 Aug 2006 17:31:57 +0000] rev 4394
(svn r6147) -Fix: I don't know how to write Destination :(