summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-02-14(svn r8735) -Feature: drive-through road stops made possible by the hard work...rubidium
2007-02-14(svn r8733) -Fix(r8705): Forgot to change some more places where airport bloc...celestar
2007-02-14(svn r8732) -Codechange/Fix(r8705): Turned the bit-handling macros into templ...celestar
2007-02-14(svn r8730) -Codechange: more replacements of magic numbers by enums and remo...rubidium
2007-02-14(svn r8729) [Translations] -Fix: removed dead cases from czech languagemiham
2007-02-14(svn r8728) -Update: WebTranslator2 update to 2007-02-14 10:40:39miham
2007-02-14(svn r8727) -Cleanup (r8366): Remove BIGMULSS64 since it isn't used any more.maedhros
2007-02-14(svn r8726) -Codechange: bools are 1 or 0 according to the C++ standard and r...rubidium
2007-02-14(svn r8725) -Fix (r8712): test the first bit of the bitmask, not the nth, as ...rubidium
2007-02-14(svn r8723) -Codechange: replace yet another couple of magic numbers with enums.rubidium
2007-02-14(svn r8721) -Fix (8715): road vehicles could not turn around properlyrubidium
2007-02-13(svn r8719) -Fix: some strings have an empty translation where it isn't empty...rubidium
2007-02-13(svn r8715) -Codechange/cleanup: replace magic numbers related to state of ro...rubidium
2007-02-13(svn r8712) -Codechange/cleanup: replace 'magic' constants with enums, use pr...rubidium
2007-02-13(svn r8709) -Fix/Codechange: Rename the function GetStationPlatforms into Get...celestar
2007-02-13(svn r8708) -Codechange(r8514): No need to use "this->" in methodscelestar
2007-02-13(svn r8707) -Codechange: Turn IsValidStation into a method of Stationcelestar
2007-02-13(svn r8705) -Codechange: Increased the number of airport blocks to 64. This i...celestar
2007-02-13(svn r8703) -Codechange/cleanup: some magic numbers -> enums and other small ...rubidium
2007-02-13(svn r8701) -Codechange: replace magic numbers with enums for u.rail.track.rubidium
2007-02-13(svn r8700) -Fix (8698): replaced a magic number with the wrong enum :(rubidium
2007-02-13(svn r8698) -Codechange: enumify the returns of VehicleEnterTilerubidium
2007-02-13(svn r8694) -Codechange: make RoadStop's status accessible via accessor funct...rubidium
2007-02-12(svn r8692) -Cleanup: add comments to RoadVehController. Patch by mart3p.rubidium
2007-02-12(svn r8691) -Cleanup: Some proper #endif comments for sound/music/video files...Darkvater
2007-02-12(svn r8690) -Update: WebTranslator2 update to 2007-02-12 20:18:38miham
2007-02-12(svn r8689) -Fix [FS#613] (r8619): crash when an old savegame had buoys on th...rubidium
2007-02-12(svn r8686) -Update: WebTranslator2 update to 2007-02-12 10:00:57miham
2007-02-12(svn r8685) -Feature: selecting "end of orders" and clicking delete will dele...bjarni
2007-02-11(svn r8684) -Fix [FS#483] (r3720): a bool (uint32 in PPC) was written to as a...rubidium
2007-02-11(svn r8681) -Fix (FS#608): wrong comment (rfalke)rubidium
2007-02-11(svn r8678) [PSP] -Add: added LIBS and CFLAGS needed to compile PSPtruelight
2007-02-11(svn r8675) [PSP] -Fix: don't autosave in networking for PSP, to time expensivetruelight
2007-02-11(svn r8674) [PSP] -Add: added network code for PSP, based on the work of Turulotruelight
2007-02-11(svn r8673) -Codechange: use SetNonBlocking instead of implementing yet anoth...rubidium
2007-02-11(svn r8671) -Fixtron
2007-02-10(svn r8662) -Fix r8661: don't try to put negative values in unsigned varsbjarni
2007-02-10(svn r8661) -Fix: [depot windows] Enlarge the blocks in the depot window if a...bjarni
2007-02-10(svn r8660) -Fixtron
2007-02-09(svn r8651) -Codechange: group the functions related to getting and setting t...rubidium
2007-02-08(svn r8647) -Codechange: add a general way to handle platforms who can only h...truelight
2007-02-08(svn r8645) -Update: WebTranslator2 update to 2007-02-08 22:52:39miham
2007-02-08(svn r8637) -Fix: CTRL-clicking on a hangar in the order list segfaulted as h...rubidium
2007-02-08(svn r8635) -Fix: draw canal edges under buoys that are in a canal.rubidium
2007-02-08(svn r8634) -Codechange: replace missing sprites with a red question mark.rubidium
2007-02-08(svn r8631) -Add: added parameter -l ip[:port] to ./openttd, which redirects ...truelight
2007-02-07(svn r8622) -Update: WebTranslator2 update to 2007-02-07 22:44:21miham
2007-02-07(svn r8621) -Codechange: assigned new numbers to the VEH_(type) enum so that ...bjarni
2007-02-07(svn r8620) -Fix: buoys on canal tiles do not flood anymore (Maedhros).rubidium
2007-02-07(svn r8619) -Fix: store the ownership of a water tile in the buoy tile and se...rubidium