ludde [Wed, 13 Jul 2005 20:35:52 +0000] rev 2052
(svn r2561) Fix: Remove {COMMA16} and {COMMA8}. Those are not needed anymore.
ludde [Wed, 13 Jul 2005 19:51:31 +0000] rev 2051
(svn r2560) Fix: various minor code changes.
Added RandomTile/RandomTileSeed functions to generate a random tile.
Changed landscape routines so they don't assume that the Y map side is a power of two. (support for this is not complete, though)
Changed some frequently used map macros to not compute the values each time.
Silence some warnings on MSVC.
ludde [Wed, 13 Jul 2005 18:46:51 +0000] rev 2050
(svn r2559) Cleaned up new saveload code for the map
tron [Wed, 13 Jul 2005 18:04:01 +0000] rev 2049
(svn r2558) Change the internal map format from 7 arrays to one array of structs, this doesn't change the saved format for now. It's a stepping stone for further changes.
celestar [Wed, 13 Jul 2005 09:51:01 +0000] rev 2048
(svn r2557) -Add: Added the AUTOBRIEF option to the Doxyfile
Darkvater [Tue, 12 Jul 2005 21:27:56 +0000] rev 2047
(svn r2556) -Fix: update newline style of new files to native. Don't forget this when you add a new file! 'svn ps svn:eol-style native <file>'
tron [Tue, 12 Jul 2005 21:13:30 +0000] rev 2046
(svn r2555) Initialise since r2553 uninitialised variable and remove since r2553 unused array (ludde)
ludde [Tue, 12 Jul 2005 20:41:17 +0000] rev 2045
(svn r2554) - Fix: [pathfinding] Change to using some helper functions for checking the railtype.
ludde [Tue, 12 Jul 2005 20:28:19 +0000] rev 2044
(svn r2553) - Fix: [pathfinding] Remove old-old train pathfinder. Enhanced old pathfinder.
- Penalties for red signals and for slopes.
- Increased the search depth to work better with large train networks.
ludde [Tue, 12 Jul 2005 19:57:41 +0000] rev 2043
(svn r2552) - Fix: [map] Fix so the code compiles correctly and doesn't crash on MSVC6 in optimization mode.