Thu, 19 Jun 2008 11:45:44 +0000(svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium [Thu, 19 Jun 2008 11:45:44 +0000] rev 11022
(svn r13578) -Merge: documentation updates from the 0.6 branch.

Thu, 19 Jun 2008 10:40:19 +0000(svn r13577) -Change: group core files in source.list together
skidd13 [Thu, 19 Jun 2008 10:40:19 +0000] rev 11021
(svn r13577) -Change: group core files in source.list together

Thu, 19 Jun 2008 10:20:45 +0000(svn r13576) -Codechange: disable static NewGRFs when non-static NewGRFs query them in the context of network games. This makes it impossible for static NewGRFs to disable non-static NewGRFs and 'bad' things happening because the non-static NewGRF doesn't know about the static NewGRF.
rubidium [Thu, 19 Jun 2008 10:20:45 +0000] rev 11020
(svn r13576) -Codechange: disable static NewGRFs when non-static NewGRFs query them in the context of network games. This makes it impossible for static NewGRFs to disable non-static NewGRFs and 'bad' things happening because the non-static NewGRF doesn't know about the static NewGRF.

Thu, 19 Jun 2008 10:19:02 +0000(svn r13575) -Codechange: Move small vector to core since it fits better in there
skidd13 [Thu, 19 Jun 2008 10:19:02 +0000] rev 11019
(svn r13575) -Codechange: Move small vector to core since it fits better in there
-Codechange: convert smallvector from struct to class

Thu, 19 Jun 2008 09:33:50 +0000(svn r13574) -Doc: Document the small vector template class
skidd13 [Thu, 19 Jun 2008 09:33:50 +0000] rev 11018
(svn r13574) -Doc: Document the small vector template class

Thu, 19 Jun 2008 09:32:25 +0000(svn r13573) -Codechange: Use smallvec class functions instead of class members
skidd13 [Thu, 19 Jun 2008 09:32:25 +0000] rev 11017
(svn r13573) -Codechange: Use smallvec class functions instead of class members

Thu, 19 Jun 2008 09:15:52 +0000(svn r13572) -Fix: MSVC x64 complains.
rubidium [Thu, 19 Jun 2008 09:15:52 +0000] rev 11016
(svn r13572) -Fix: MSVC x64 complains.

Wed, 18 Jun 2008 21:19:04 +0000(svn r13571) -Codechange: define channels in struct Colour in different order on LE and BE machines
smatz [Wed, 18 Jun 2008 21:19:04 +0000] rev 11015
(svn r13571) -Codechange: define channels in struct Colour in different order on LE and BE machines

Wed, 18 Jun 2008 20:58:42 +0000(svn r13570) [NoAI] -Add [Library CHANGE]: extended pathfinder.road to support tunnels and bridges. noai
truebrain [Wed, 18 Jun 2008 20:58:42 +0000] rev 11014
(svn r13570) [NoAI] -Add [Library CHANGE]: extended pathfinder.road to support tunnels and bridges.
-Note: all current AIs using pathfinder.road will need to update their build-routine to support tunnel/bridges (see wiki), or give tunnel/bridge cost max_cost value (which avoids tunnel/bridge usage)

Wed, 18 Jun 2008 20:20:12 +0000(svn r13568) -Fix (r13564): Windows build asserts where I wouldn't expect it to
smatz [Wed, 18 Jun 2008 20:20:12 +0000] rev 11013
(svn r13568) -Fix (r13564): Windows build asserts where I wouldn't expect it to