peter1138 [Tue, 12 Feb 2008 11:08:47 +0000] rev 9037
(svn r12119) -Codechange: Rename grfspec_feature to match code style, and expose in header for use elsewhere.
belugas [Tue, 12 Feb 2008 03:05:27 +0000] rev 9036
(svn r12118) -Codechange: Put the two descriptions of bridges in an array instead of two single variables, following the transport type it represents
glx [Tue, 12 Feb 2008 02:39:22 +0000] rev 9035
(svn r12117) -Fix (r12115): strgen compilation was broken
glx [Mon, 11 Feb 2008 21:01:43 +0000] rev 9034
(svn r12116) -Fix (r12083): little typos in source.list
smatz [Mon, 11 Feb 2008 20:23:38 +0000] rev 9033
(svn r12115) -Codechange: move malloc/realloc error messages to separate file to spare 4-8kB of binary size
peter1138 [Mon, 11 Feb 2008 19:10:33 +0000] rev 9032
(svn r12114) -Fix (r12111): missed one Bridge -> BridgeSpec
belugas [Mon, 11 Feb 2008 17:35:15 +0000] rev 9031
(svn r12111) -Codechange: Rename Bridge to BridgeSpec, out of consistensy with other Specs in used.
smatz [Mon, 11 Feb 2008 12:42:49 +0000] rev 9030
(svn r12109) -Fix [FS#1745](r8973): use tile index 0 for planes in the air, so it cannot have an invalid tile index
peter1138 [Mon, 11 Feb 2008 11:21:29 +0000] rev 9029
(svn r12108) -Fix [FS#1753]: X/Y axis swap for station tiles in GetNearbyTile() was wrong way around.
belugas [Mon, 11 Feb 2008 04:12:30 +0000] rev 9028
(svn r12107) -Codechange: Add and use the typedef BridgeType
belugas [Mon, 11 Feb 2008 03:22:44 +0000] rev 9027
(svn r12106) -Fix(r12105): Kill warnings and raise an error when the transport type is not supported
belugas [Mon, 11 Feb 2008 01:06:44 +0000] rev 9026
(svn r12105) -Codechange: Use TransportType instead of guessing what kind of bridge we are preparing to build
smatz [Sun, 10 Feb 2008 18:31:33 +0000] rev 9025
(svn r12104) -Fix (r12103): remember loading indicators transparency settings and make in switchable by Ctrl+9
smatz [Sun, 10 Feb 2008 15:53:26 +0000] rev 9024
(svn r12103) -Feature(tte): separate catenary transparency settings from building transparency settings
maedhros [Sun, 10 Feb 2008 14:49:44 +0000] rev 9023
(svn r12102) -Feature: Allow locking individual transparency settings so they will not be changed by pressing 'x'. (Roujin)
smatz [Sun, 10 Feb 2008 14:16:25 +0000] rev 9022
(svn r12101) -Fix (r12100): there are void tiles at MapMaxX,Y - have to substract one to be on water border tiles
smatz [Sun, 10 Feb 2008 14:00:52 +0000] rev 9021
(svn r12100) -Fix (r12042): check for water class of surrounding tiles fails for buoys at map borders
smatz [Sun, 10 Feb 2008 12:01:14 +0000] rev 9020
(svn r12099) -Documentation: add new RailGroundType to landscape.html
smatz [Sun, 10 Feb 2008 11:35:05 +0000] rev 9019
(svn r12098) -Fix: make snow appear on rail tiles dependant on track height, not on height of the lowest part of the tile
glx [Sun, 10 Feb 2008 05:21:08 +0000] rev 9018
(svn r12097) -Fix (r654, r1525): loading old, pre savegame version 2, savegames.
smatz [Sat, 09 Feb 2008 17:36:21 +0000] rev 9017
(svn r12096) -Fix: remove leftover property when loading older savegames
smatz [Sat, 09 Feb 2008 17:30:13 +0000] rev 9016
(svn r12095) -Fix [FS#1703]: when a company bankrupts, remove drive-through road stops, ship depots and buoys too. Update owners of water and road.
smatz [Sat, 09 Feb 2008 15:07:31 +0000] rev 9015
(svn r12094) -Codechange: use DC_BANKRUPT command flag when removing player property to allow further fixes
smatz [Sat, 09 Feb 2008 12:20:50 +0000] rev 9014
(svn r12093) -Fix: do not set station owner for buoys when merging company
belugas [Sat, 09 Feb 2008 03:12:05 +0000] rev 9013
(svn r12092) -Fix(r11532)[FS#1755]: Make sure the production level will not get out of delimited boundaries, while using var result 0D/0E and than multiplying/dividing it.
And use multiply/divide operations instead of shifting. It does the same, just adds a bit more readability
belugas [Sat, 09 Feb 2008 03:03:09 +0000] rev 9012
(svn r12091) -Codechange : remove all production level magic numbers and replace them by enums
belugas [Sat, 09 Feb 2008 02:49:33 +0000] rev 9011
(svn r12090) -Codechange : removed a magic number and code style application on enum ExpensesType
belugas [Sat, 09 Feb 2008 02:46:49 +0000] rev 9010
(svn r12089) -Cleanup: re-order, yet another time, the files in msvc projects
smatz [Fri, 08 Feb 2008 19:57:56 +0000] rev 9009
(svn r12088) -Fix: assert when loading savegame with wrong tiletype at south map borders
glx [Fri, 08 Feb 2008 17:53:01 +0000] rev 9008
(svn r12087) -Fix: MSVC warnings