Thu, 20 Jan 2005 18:19:37 +0000 tron (svn r1577) Fix: [1103301] Railroad tracks on slopes weren't flooded
Thu, 20 Jan 2005 18:18:32 +0000 tron (svn r1576) Clean TileLoopWaterHelper() a bit up
Thu, 20 Jan 2005 10:31:59 +0000 Celestar (svn r1575) -Fix: Forgot to exit the construction phase for the waypoint window (if
Thu, 20 Jan 2005 09:12:20 +0000 celestar (svn r1574) -Fix [ 1105281 ] upgrade rail fails when train under bridge
Thu, 20 Jan 2005 08:36:15 +0000 celestar (svn r1573) -Fix: Station and depot building mode is now terminated if the
Wed, 19 Jan 2005 21:50:38 +0000 tron (svn r1572) Remove dead code from ludde's autorail implementation which was left over by revision 1571
Wed, 19 Jan 2005 20:55:23 +0000 dominik (svn r1571) Feature: Visually enhanced autorail placing
Wed, 19 Jan 2005 20:22:10 +0000 tron (svn r1570) Make the gcc version test work with old versions of test (i.e. don't use the < operator)
Wed, 19 Jan 2005 19:32:33 +0000 darkvater (svn r1569) -Fix: signed/unsigned mismatch
Wed, 19 Jan 2005 19:15:03 +0000 bjarni (svn r1568) made an enum of train subtypes to make the code more readable
Wed, 19 Jan 2005 13:31:46 +0000 darkvater (svn r1567) -Fix: [110452] On horizontal/vertical tracks you are also charged for building/removing signals on the parallel track on the same tile. Signal updating is also correct. (Hackykid)
Wed, 19 Jan 2005 13:22:01 +0000 darkvater (svn r1566) -Fix eol-style on script files, as well as update them a bit (sign_de)
Wed, 19 Jan 2005 10:00:37 +0000 celestar (svn r1565) -Fix: [ 1104969 ] Aircraft in hangar messages are now revalidated before
Wed, 19 Jan 2005 05:55:30 +0000 tron (svn r1564) ISO C90 forbids mixed declarations and code (bad bjarni, no cookie)
Wed, 19 Jan 2005 01:18:29 +0000 bjarni (svn r1563) fix: autoreplaced trains now sets wagon override properly
Tue, 18 Jan 2005 23:48:55 +0000 bjarni (svn r1562) Changed copyright 2004 into copyright 2004-(current year) in the get info window in finder (macOSX)
Tue, 18 Jan 2005 23:27:06 +0000 bjarni (svn r1561) Fix: autoreplacing a singleheaded engine into a dualheaded engine now adds the the rear engine
Tue, 18 Jan 2005 18:41:56 +0000 tron (svn r1560) Introduce SetTileType() and SetTileHeight()
Tue, 18 Jan 2005 17:19:34 +0000 tron (svn r1559) Use IsTileType() instead of bit shifting and comparisons
Tue, 18 Jan 2005 16:01:35 +0000 Celestar (svn r1558) -Fix: [ 1104350 ] Crashed trains do not initiate the lost vehicle
Tue, 18 Jan 2005 15:26:14 +0000 tron (svn r1557) Replace strange if () do while () construct with a plain for ()
Tue, 18 Jan 2005 09:35:31 +0000 Celestar (svn r1556) -Fix: Vehicle list updates should now really work
Mon, 17 Jan 2005 22:44:33 +0000 miham (svn r1555) Daily (err.. this time it's rather weekly, sorry!) langfile updates
Mon, 17 Jan 2005 21:54:45 +0000 celestar (svn r1554) -Fix: [ 1103187 ] Order Check messages are now validated before
Mon, 17 Jan 2005 13:21:10 +0000 tron (svn r1553) Check which gcc version is present and only set availible compiler flags
Mon, 17 Jan 2005 13:13:11 +0000 tron (svn r1552) Make ottd compile on Zeta
Mon, 17 Jan 2005 10:17:18 +0000 tron (svn r1551) Silence a warning and simplify a preprocessor check
Mon, 17 Jan 2005 09:43:02 +0000 tron (svn r1550) Remove useless function declaration
Mon, 17 Jan 2005 09:41:46 +0000 tron (svn r1549) Clean up some functions:
Mon, 17 Jan 2005 09:16:43 +0000 tron (svn r1548) Move AI_PATHFINDER_IS_ROAD from ai.h to ai_pathfinder.c to avoid global namespace pollution, turn it into a function called IsRoad and improve the commments a bit
Sun, 16 Jan 2005 18:19:33 +0000 darkvater (svn r1547) -Feature: windows dedicated (if anyone would run that, but ok), is now functioning correctly. There is no other way but to create a new thread, but that's only MS braindeadness
Sun, 16 Jan 2005 17:19:37 +0000 truelight (svn r1546) -Fix: possible buffer-overflow in network
Sun, 16 Jan 2005 14:50:01 +0000 tron (svn r1545) Add TileHeight() which returns the height (not multiplied by 8)
Sun, 16 Jan 2005 14:42:53 +0000 truelight (svn r1544) -Fix: SwapOrder did not use AssignOrder, which caused the saveroutine to
Sun, 16 Jan 2005 14:10:13 +0000 dominik (svn r1543) Fix: [ 1101906 ] Configure Patches window text overflow
Sun, 16 Jan 2005 14:06:22 +0000 tron (svn r1542) Rename TileHeight to TilePixelHeight, because this is what it actually returns
Sun, 16 Jan 2005 13:59:07 +0000 dominik (svn r1541) Fix: [ 1100767 ] fast forward in main menu
Sun, 16 Jan 2005 12:40:25 +0000 darkvater (svn r1540) -Fix: since grf files are reopened on every load/new game, close the old opened to fix stale filehandles (thx tamlin)
Sun, 16 Jan 2005 12:30:52 +0000 darkvater (svn r1539) -Fix: [1103271] free'd memory used. Moved w->wndproc(w, &e) to end of function. Thanks for finding this tamlin.
Sun, 16 Jan 2005 12:29:52 +0000 darkvater (svn r1538) -Feature: [988816] Disable servicing when breakdowns set to none (jaguar7)
Sun, 16 Jan 2005 12:14:52 +0000 darkvater (svn r1537) -Fix: Close all and any open filehandles open at shutdown (tamlin)
Sun, 16 Jan 2005 11:24:58 +0000 tron (svn r1536) Move GET_TILEHEIGHT, GET_TILETYPE and IS_TILETYPE to map.h, turn them into inline functions and add some asserts
Sun, 16 Jan 2005 11:18:17 +0000 truelight (svn r1535) -Fix: bah, I hate to be wrong.. oh, euh, wrong copy/paste from TPFMode 1
Sun, 16 Jan 2005 11:04:45 +0000 tron (svn r1534) Use memmove() instead of memcpy() when copying overlapping memory (tamlin)
Sun, 16 Jan 2005 09:51:56 +0000 tron (svn r1533) Turn an if cascade into a switch and move a const array to the only location where it is used
Sun, 16 Jan 2005 00:23:19 +0000 darkvater (svn r1532) -Fix: [1103078] default service period patch options are now cast to 0 with right variable size.
Sat, 15 Jan 2005 21:41:49 +0000 darkvater (svn r1531) -Feature: [1039061] Swiss town-names (vulvulune)
Sat, 15 Jan 2005 21:30:16 +0000 bjarni (svn r1530) Makefilefix: now the binary never links to SDL if DEDICATED is set. Thanks to igor2code for making me aware of this issue even through I fixed it in a different way than his patch did. (I made dedicated never link to sdl, nomatter what makefile.config says)
Sat, 15 Jan 2005 20:43:01 +0000 darkvater (svn r1529) -Feature: [1090950] Adding 16:10 resolutions for mainly laptops (doode)
Sat, 15 Jan 2005 20:10:44 +0000 truelight (svn r1528) -Fix: forgot to init a variable
Sat, 15 Jan 2005 20:09:16 +0000 truelight (svn r1527) -Add: RCon (Remote Connection). A server can set:
Sat, 15 Jan 2005 19:17:45 +0000 darkvater (svn r1526) -Fix: [1103027] Minor changes for the lobby GUI (widen window) (bociusz)
Sat, 15 Jan 2005 19:06:22 +0000 truelight (svn r1525) -Codechange: rewrote the _order_array, now it can be made dynamic.
Sat, 15 Jan 2005 16:38:10 +0000 darkvater (svn r1524) -"Feature": when windows exception tracker is enabled (release builds) and the game crashes for any reason any active log file is closed first. This ensures the log file and ingame debug messages can be used to debug a problem. Any *nix versions are welcome
Sat, 15 Jan 2005 15:48:05 +0000 darkvater (svn r1523) -Fix: somehow mousewheel was disabled on windows using SDL; reenabled again
Sat, 15 Jan 2005 10:04:04 +0000 darkvater (svn r1522) -Fix: warning players.c; forgot return type. Damn, makefile is too strict ;) (Thx Tron)
Sat, 15 Jan 2005 09:28:08 +0000 celestar (svn r1521) -Fix: Ship Vehicle Lists are now redrawn correctly
Sat, 15 Jan 2005 08:58:31 +0000 tron (svn r1520) Trim 134 (!) lines with trailing whitespace ):
Sat, 15 Jan 2005 08:40:32 +0000 celestar (svn r1519) -Fix: [1102776], [1099535] Aircraft vehicle lists are now redrawn when an aircraft arrives in the depot. Station-specific vehicle lists are now redrawn daily as well (not only the master list)
Sat, 15 Jan 2005 01:52:23 +0000 darkvater (svn r1518) -Fix: server issue where some company names were wrong