summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-01-13(svn r1498) -Feature: Addded keyboard shortcuts for the order windowCelestar
2005-01-13(svn r1497) -Fix: [1101179] Crash if generating land while industry window is...darkvater
2005-01-13(svn r1496) -Fix: highscore no longer crashes in network games with a dedicat...darkvater
2005-01-13(svn r1495) -Fix: Loan does not count against the company valuecelestar
2005-01-12(svn r1494) Give GetNumberBasedOnSeed() a bit more sane name: SeedChance()tron
2005-01-12(svn r1493) -Codechange: Removed redundancy in the order GUI. Currently we ha...celestar
2005-01-12(svn r1492) Reduce strcpy(, "") follwed by strcat() to just strcpy() (Jango)tron
2005-01-12(svn r1491) Fix bracing style and indentation (Jango)tron
2005-01-12(svn r1490) Restore original town name generation behavior for german and hun...tron
2005-01-12(svn r1489) -Fix: You fix a GCC warning, you get a MSVC warning.. now fixed b...truelight
2005-01-12(svn r1488) -Fix: fixed some spelling mistakes (tnx to Tron)truelight
2005-01-12(svn r1487) -Fix: [1100736] wrong tooltip for place desert buttondarkvater
2005-01-12(svn r1486) -Codechange: moved all 'signs' stuff to signs.c/h and prepared it...truelight
2005-01-12(svn r1485) -Fix: [1031451] Catchment area shows when buying sign. Catchment ...darkvater
2005-01-11(svn r1484) -Fix: [1099197] scrolling through console sometimes crashed the w...darkvater
2005-01-11(svn r1483) -Fix: don't close a socket if it is already closed (windows doesn...truelight
2005-01-11(svn r1481) -Fix: [ 1099891 ] Added a return in DispatchLeftClickEvent which ...celestar
2005-01-11(svn r1479) -Added highscore chart (accessible from the difficulty window) wi...darkvater
2005-01-11(svn r1478) -Fix: [1099195] mouse-wheel in train replace window. Scrollbar1 a...darkvater
2005-01-10(svn r1477) -Fix: finally zooming in/out always works. The problem was that t...darkvater
2005-01-10(svn r1476) -Fix: [1099209] Catchment area with drag&drop stations (Celestar)darkvater
2005-01-10(svn r1475) Fix some more signed/unsigned comparison warningstron
2005-01-10(svn r1474) Added some gcc flags in the Makefilecelestar
2005-01-10(svn r1472) -Fix: correct error message for when trying to build a railroad s...darkvater
2005-01-10(svn r1471) -Alternate icon added, made by Dominikdarkvater
2005-01-10(svn r1470) Revert r1457, this warning option was introduced with gcc 3.4tron
2005-01-10(svn r1469) -Fix: missed one in last committruelight
2005-01-10(svn r1468) -Fix: really old maps do load again (Darkvater / TrueLight)truelight
2005-01-10(svn r1467) Fixed a nasty bug where one could build one station OVER the otherCelestar
2005-01-10(svn r1466) -Fix: oops, depot windows can of course also scroll horizontally....darkvater
2005-01-10(svn r1465) -Fix: [1099101] starting year patch goes out of range. Clamped ye...darkvater
2005-01-10(svn r1464) -Fix: [1099106] Resizeable portion of bus/air/rail depots window ...darkvater
2005-01-10(svn r1463) -Fix: [1099451] Game crashes after the click on Rename (see also ...darkvater
2005-01-10(svn r1460) -Fix: [1099225] Bug Fix - Vehicle Lists not updated at Acqusition...darkvater
2005-01-10(svn r1458) -Fix: remove byte *s again for windows.darkvater
2005-01-10(svn r1457) Make Darvater happy: -Wdeclaration-after-statementtron
2005-01-10(svn r1456) Simplify isWagon(), make it static and give it a canonical name (...tron
2005-01-10(svn r1455) Fixed spritecache.c to compilemiham
2005-01-10(svn r1454) -Fix: small warnings in spritecache.cdarkvater
2005-01-10(svn r1453) Feature: MD5 hash check for TTD filesdominik
2005-01-09(svn r1452) Fixed missing option from settings.c (Simen Graaten)miham
2005-01-09(svn r1451) Fix some of the signed/unsigned comparison warningstron
2005-01-09(svn r1450) Updated norwegian townname generation (Simen Graaten)miham
2005-01-09(svn r1449) -Fix: signed/unsigned error on windowsdarkvater
2005-01-09(svn r1448) -Fix: The current_order of a vehicle is now correctly saved (caused truelight
2005-01-09(svn r1447) Move TILE_ADD(), TILE_ADDXY() and SafeTileAdd() to map.[ch] and m...tron
2005-01-09(svn r1445) -Fix: reversing a train also reverses the UP and DOWN status for ...truelight
2005-01-09(svn r1444) -Fix: fixed weight for double-head trains (and with that the acce...truelight
2005-01-09(svn r1443) Added feature that users are able to place multiple accepting ind...miham
2005-01-09(svn r1441) Fixed a couple of warnings, and removed a pointless assertcelestar