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
Mon, 10 Jan 2005 19:27:38 +0000 tron (svn r1470) Revert r1457, this warning option was introduced with gcc 3.4
Mon, 10 Jan 2005 19:14:05 +0000 truelight (svn r1469) -Fix: missed one in last commit
Mon, 10 Jan 2005 19:08:25 +0000 truelight (svn r1468) -Fix: really old maps do load again (Darkvater / TrueLight)
Mon, 10 Jan 2005 16:35:20 +0000 Celestar (svn r1467) Fixed a nasty bug where one could build one station OVER the other
Mon, 10 Jan 2005 14:56:26 +0000 darkvater (svn r1466) -Fix: oops, depot windows can of course also scroll horizontally. Thanks si-m1.
Mon, 10 Jan 2005 14:43:00 +0000 darkvater (svn r1465) -Fix: [1099101] starting year patch goes out of range. Clamped year between 1920-2090 as wel as adding defines for it.
Mon, 10 Jan 2005 14:36:08 +0000 darkvater (svn r1464) -Fix: [1099106] Resizeable portion of bus/air/rail depots window unclickable
Mon, 10 Jan 2005 14:24:40 +0000 darkvater (svn r1463) -Fix: [1099451] Game crashes after the click on Rename (see also Bug 10992). There was no check for non-selected engine
Mon, 10 Jan 2005 12:14:15 +0000 darkvater (svn r1460) -Fix: [1099225] Bug Fix - Vehicle Lists not updated at Acqusition (thx tamlin and mpetrov) This also fixes some bug but can't find i right now.
Mon, 10 Jan 2005 10:38:02 +0000 darkvater (svn r1458) -Fix: remove byte *s again for windows.
Mon, 10 Jan 2005 09:33:18 +0000 tron (svn r1457) Make Darvater happy: -Wdeclaration-after-statement
Mon, 10 Jan 2005 08:25:43 +0000 tron (svn r1456) Simplify isWagon(), make it static and give it a canonical name (IsWagon)
Mon, 10 Jan 2005 07:26:19 +0000 miham (svn r1455) Fixed spritecache.c to compile
Mon, 10 Jan 2005 01:50:17 +0000 darkvater (svn r1454) -Fix: small warnings in spritecache.c
Mon, 10 Jan 2005 01:14:26 +0000 dominik (svn r1453) Feature: MD5 hash check for TTD files
Sun, 09 Jan 2005 21:39:49 +0000 miham (svn r1452) Fixed missing option from settings.c (Simen Graaten)
Sun, 09 Jan 2005 21:25:44 +0000 tron (svn r1451) Fix some of the signed/unsigned comparison warnings
Sun, 09 Jan 2005 20:45:07 +0000 miham (svn r1450) Updated norwegian townname generation (Simen Graaten)
Sun, 09 Jan 2005 18:59:16 +0000 darkvater (svn r1449) -Fix: signed/unsigned error on windows
Sun, 09 Jan 2005 18:49:18 +0000 truelight (svn r1448) -Fix: The current_order of a vehicle is now correctly saved (caused
Sun, 09 Jan 2005 17:55:11 +0000 tron (svn r1447) Move TILE_ADD(), TILE_ADDXY() and SafeTileAdd() to map.[ch] and make the latter map size agnostic
Sun, 09 Jan 2005 16:02:06 +0000 truelight (svn r1445) -Fix: reversing a train also reverses the UP and DOWN status for the
Sun, 09 Jan 2005 14:45:19 +0000 truelight (svn r1444) -Fix: fixed weight for double-head trains (and with that the acceleration)
Sun, 09 Jan 2005 14:07:59 +0000 miham (svn r1443) Added feature that users are able to place multiple accepting industies nearby in the editor mode if the appropriate patches are set
Sun, 09 Jan 2005 10:04:30 +0000 celestar (svn r1441) Fixed a couple of warnings, and removed a pointless assert
Sun, 09 Jan 2005 08:49:40 +0000 celestar (svn r1440) -Feature: Allows more flexible airport layouts now, as the number of
Sun, 09 Jan 2005 01:11:01 +0000 miham (svn r1439) Daily langfile updates [except latvian for non-iso8859-1 chars] (semi-automatic)
Sun, 09 Jan 2005 00:17:01 +0000 miham (svn r1438) Added norwegian townnames
Sat, 08 Jan 2005 23:59:49 +0000 darkvater (svn r1437) -Fix: Safetileadd preprocessor magic is the same as for GCC and no longer extern
Sat, 08 Jan 2005 20:55:21 +0000 dominik (svn r1435) Fix: [ 1094092 ] Toolbars accessible via keyboard in spectator mode
Sat, 08 Jan 2005 19:34:00 +0000 dominik (svn r1434) Fix: [ 1098553 ] Crash when all vehicles from a vehicles per station list had been removed
Sat, 08 Jan 2005 15:31:20 +0000 truelight (svn r1432) -Fix: I seem to be unable to revert a simple file :s
Sat, 08 Jan 2005 15:28:16 +0000 truelight (svn r1431) -Fix: oeps, I added my personal Makefile in the last commit :(
Sat, 08 Jan 2005 15:26:58 +0000 truelight (svn r1430) -Fix: starting openttd with -g <invalid_name> now acts normal
Sat, 08 Jan 2005 12:47:26 +0000 truelight (svn r1429) Change: bumped savegame to revision 5.