Sat, 22 Jan 2005 22:47:58 +0000 tron (svn r1596) Add some more statics
Sat, 22 Jan 2005 22:46:10 +0000 tron (svn r1595) EmergencySave() is only used on WIN32, add preprocessor guard to hide it everywhere else
Sat, 22 Jan 2005 20:23:18 +0000 tron (svn r1594) Convert all undefined parameter lists to (void) and add the appropriate warning flags in the Makefile
Sat, 22 Jan 2005 19:41:30 +0000 tron (svn r1593) Remove yet another alloca()
Sat, 22 Jan 2005 19:05:30 +0000 tron (svn r1592) -Fix: [1090495] Slopes under high bridges weren't flooded
Sat, 22 Jan 2005 18:59:53 +0000 tron (svn r1591) Make dedicated servers on OS/2 check for input the UNIX way
Sat, 22 Jan 2005 18:51:09 +0000 darkvater (svn r1590) -Fix: [1107347] ban 1 crashes dedicated server. Dedicated server cannot ban itself :)
Sat, 22 Jan 2005 18:46:30 +0000 tron (svn r1589) Adapt the AI to a slight behavior change of CmdBuildSignals() introduced in r1585
Sat, 22 Jan 2005 18:39:52 +0000 celestar (svn r1588) -Fix: [ 1105959 ] coded a workaround in the acceleration code so that
Sat, 22 Jan 2005 16:24:21 +0000 darkvater (svn r1587) -CodeChange: fixed up the graph loop a little..numd now shows the exact amount, no +1 needed
Sat, 22 Jan 2005 15:50:54 +0000 dominik (svn r1586) Fix: [ 1107340 ] Graphs don't show comapany info for company #8
Sat, 22 Jan 2005 14:52:20 +0000 tron (svn r1585) Rewrite CmdBuildSignals()
Sat, 22 Jan 2005 09:17:58 +0000 dominik (svn r1584) Fix: Highlighlighting tiles under bridges works again correctly for square selection tools.
Fri, 21 Jan 2005 19:52:32 +0000 darkvater (svn r1583) -Fix: You should no longer be able to delete bridges on any type of underground when there is a vehicle on it
Fri, 21 Jan 2005 18:36:17 +0000 dominik (svn r1582) Fix: Only the train orders GUI has a non-stop button now.
Fri, 21 Jan 2005 16:51:25 +0000 celestar (svn r1581) Added a display for the total map population to the town display (Jango)
Fri, 21 Jan 2005 11:12:17 +0000 dominik (svn r1580) Fix: [ 1106354 ] Graph's keys get confused
Thu, 20 Jan 2005 22:19:34 +0000 dominik (svn r1579) Fix: [ 1105963 ] Buoys can now only be removed if no ship has it in their schedule.
Thu, 20 Jan 2005 18:57:09 +0000 darkvater (svn r1578) -Fix: [1102454] dedicated server crashes after some hours (highscore problems for dedicated...should be really solved now)
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
Sat, 15 Jan 2005 00:46:45 +0000 darkvater (svn r1516) -Cheating players do not get their names added to the highscore table/file
Sat, 15 Jan 2005 00:42:01 +0000 darkvater (svn r1515) -Removed the 'close ALL windows' from the toolbar since shift+del does this.
Fri, 14 Jan 2005 22:03:09 +0000 darkvater (svn r1514) -Fix: [1092474] little red box in scenario editor (Celestar). Error box is also shown in scenario editor for terraforming, thus solving the eternally-pulsating-tile problem.
Fri, 14 Jan 2005 21:59:31 +0000 truelight (svn r1513) -Fix: glitch in revision 1510
Fri, 14 Jan 2005 21:58:48 +0000 tron (svn r1512) Replace probably incorrect test of loading_count with probably correct test of loaded_count
Fri, 14 Jan 2005 21:47:35 +0000 truelight (svn r1510) -Add: Improved Network Lobby GUI: (bociusz)
Fri, 14 Jan 2005 19:44:42 +0000 tron (svn r1509) Const correctness and add static where appropriate while touching the lines anyway
Fri, 14 Jan 2005 19:41:24 +0000 tron (svn r1508) Remove duplicate declarations and include proper headers where necessary
Fri, 14 Jan 2005 19:39:06 +0000 tron (svn r1507) Remove unreachable code
Fri, 14 Jan 2005 14:56:50 +0000 dominik (svn r1506) Fix: [ 1102275 ] Game crashed when clicking "new face" or "company color" twice
Fri, 14 Jan 2005 09:36:29 +0000 celestar (svn r1505) -Fix: Refit engine button is now disabled when cargo capacity equals zero
Fri, 14 Jan 2005 09:20:12 +0000 celestar (svn r1504) enummed town ratings (Jango)
Fri, 14 Jan 2005 00:14:13 +0000 miham (svn r1503) Added feature:
Thu, 13 Jan 2005 20:46:39 +0000 darkvater (svn r1502) -Fix: [1101889] Crash under windows... stupid typo in player_gui.c ^ should've been &
Thu, 13 Jan 2005 17:23:24 +0000 celestar (svn r1500) -Feature: Train window shows now the number of vehicles per row (mpetrov)
Thu, 13 Jan 2005 17:06:10 +0000 celestar (svn r1499) -Fix: Order tooltip now explains the ctrl+click scroll. [1101412 / 1097043] (mpetrov)
Thu, 13 Jan 2005 16:55:17 +0000 Celestar (svn r1498) -Feature: Addded keyboard shortcuts for the order window
Thu, 13 Jan 2005 16:50:20 +0000 darkvater (svn r1497) -Fix: [1101179] Crash if generating land while industry window is open. This also happened for towns and the land information window
Thu, 13 Jan 2005 16:28:47 +0000 darkvater (svn r1496) -Fix: highscore no longer crashes in network games with a dedicated server. At the end of the game (can only be set by the server) the highscore is shown for the top5 companies of that game
Thu, 13 Jan 2005 09:55:32 +0000 celestar (svn r1495) -Fix: Loan does not count against the company value
Wed, 12 Jan 2005 22:10:50 +0000 tron (svn r1494) Give GetNumberBasedOnSeed() a bit more sane name: SeedChance()
Wed, 12 Jan 2005 22:09:21 +0000 celestar (svn r1493) -Codechange: Removed redundancy in the order GUI. Currently we had most
Wed, 12 Jan 2005 21:38:49 +0000 tron (svn r1492) Reduce strcpy(, "") follwed by strcat() to just strcpy() (Jango)
Wed, 12 Jan 2005 21:33:43 +0000 tron (svn r1491) Fix bracing style and indentation (Jango)
Wed, 12 Jan 2005 21:11:26 +0000 tron (svn r1490) Restore original town name generation behavior for german and hungarian (Jango)
Wed, 12 Jan 2005 16:33:33 +0000 truelight (svn r1489) -Fix: You fix a GCC warning, you get a MSVC warning.. now fixed both
Wed, 12 Jan 2005 11:54:51 +0000 truelight (svn r1488) -Fix: fixed some spelling mistakes (tnx to Tron)
Wed, 12 Jan 2005 11:50:41 +0000 darkvater (svn r1487) -Fix: [1100736] wrong tooltip for place desert button
Wed, 12 Jan 2005 11:21:28 +0000 truelight (svn r1486) -Codechange: moved all 'signs' stuff to signs.c/h and prepared it for
Wed, 12 Jan 2005 00:50:08 +0000 darkvater (svn r1485) -Fix: [1031451] Catchment area shows when buying sign. Catchment area wasn't reset when road station window was unselected
Tue, 11 Jan 2005 23:39:21 +0000 darkvater (svn r1484) -Fix: [1099197] scrolling through console sometimes crashed the whole game. Also added MarkWholeScreenDirty() to have redrawing of console resize instant (sign_de)
Tue, 11 Jan 2005 15:52:18 +0000 truelight (svn r1483) -Fix: don't close a socket if it is already closed (windows doesn't like
Tue, 11 Jan 2005 12:15:08 +0000 celestar (svn r1481) -Fix: [ 1099891 ] Added a return in DispatchLeftClickEvent which prevents reading of free'd memory (tamlin)
Tue, 11 Jan 2005 00:54:06 +0000 darkvater (svn r1479) -Added highscore chart (accessible from the difficulty window) with top5 companies for a given difficulty (select the difficulty in the menu)
Tue, 11 Jan 2005 00:24:27 +0000 darkvater (svn r1478) -Fix: [1099195] mouse-wheel in train replace window. Scrollbar1 and Scrollbar2 now work independently. You can only scroll on list and scrollbar itself; scrollbar must be next widget of the list.
Mon, 10 Jan 2005 22:56:20 +0000 darkvater (svn r1477) -Fix: finally zooming in/out always works. The problem was that the zoomed in/out coordinates were used for checking if the area was a zoomable viewport in the not zoomed in/out position. The chances were high that there was a window.
Mon, 10 Jan 2005 22:36:11 +0000 darkvater (svn r1476) -Fix: [1099209] Catchment area with drag&drop stations (Celestar)
Mon, 10 Jan 2005 22:14:35 +0000 tron (svn r1475) Fix some more signed/unsigned comparison warnings
Mon, 10 Jan 2005 21:56:02 +0000 celestar (svn r1474) Added some gcc flags in the Makefile
Mon, 10 Jan 2005 21:52:35 +0000 darkvater (svn r1472) -Fix: correct error message for when trying to build a railroad station over a bus/truck/etc-station.
Mon, 10 Jan 2005 20:53:18 +0000 darkvater (svn r1471) -Alternate icon added, made by Dominik