summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-11-03(svn r3126) Autoreplace: Only the first vehicle in a chain should be marked a...peter1138
2005-11-03(svn r3125) Symbolic names for skiping sprites and the end of the sprite listtron
2005-11-03(svn r3124) Alter train loading/unloading time to use the actual length of th...peter1138
2005-11-02(svn r3123) eh, don't press enter after typing text, previous patch wasn't fi...Darkvater
2005-11-02(svn r3122) - Fix (regression): recent change to strgen which 'fixed' all str...Darkvater
2005-11-02(svn r3121) [Translations] Moved turkish.txt from unfinished to stablemiham
2005-11-02(svn r3120) Update the turkish translation, about 2000 strings.tron
2005-11-02(svn r3119) Don't pretend to be the Windows version of TTD all the time. When...tron
2005-11-02(svn r3118) Name 3 palette modifiers properly (belugas)tron
2005-11-01(svn r3117) [Translations] Updated frenchmiham
2005-11-01(svn r3116) -Fix: [autoreplace] fixed issue where autorenewing/autoreplacing ...bjarni
2005-11-01(svn r3115) Fix typos, remove untranslated strings, use the correct charsettron
2005-11-01(svn r3114) Close two gaps in the sprite array when loading openttd.grf. That...tron
2005-10-31(svn r3113) -Fix: The Makefile had 64bit code which was obsolete, not to say ...truelight
2005-10-31(svn r3112) -Feature: [autoreplace] profit counters are now remembered too (r...bjarni
2005-10-31(svn r3111) -Fix: [autoreplace] [ 1341783 ] Assertion failure in vehicle.c li...bjarni
2005-10-31(svn r3110) Replace another 256 with TOTAL_NUM_ENGINES.peter1138
2005-10-31(svn r3109) Replace two occurrences of '256' with TOTAL_NUM_ENGINESpeter1138
2005-10-31(svn r3108) Confine the use of SPR_OPENTTD_BASE to table/sprites.h by adding/...tron
2005-10-30(svn r3107) -NewGRF: Move train y-position offset adjustment to remove code d...peter1138
2005-10-30(svn r3106) -Autoreplace feature: Continue to show old vehicles in replace wi...peter1138
2005-10-30(svn r3105) readded 2 line that should not have been removed in last commit(3...bjarni
2005-10-30(svn r3104) -Codechange: [refit] removed now obsolite code that the old autor...bjarni
2005-10-30(svn r3103) - Fix: [ 1339000 ] Fix: strgen and plural forms fatal error for u...Darkvater
2005-10-29(svn r3102) - Fix (regression): Newly added sprite had problems when newgrf's...Darkvater
2005-10-29(svn r3101) -Codechange: added _new_vehicle_idbjarni
2005-10-29(svn r3100) -Codechange [Clone vehicles] Major change to clone vehiclesbjarni
2005-10-29(svn r3099) Copy&pasto in r3098tron
2005-10-28(svn r3098) static, const, uint -> TileIndex, indentation, bracing, unused re...tron
2005-10-28(svn r3097) - Fix (regression): unix has a trailing slash after the paths, wi...Darkvater
2005-10-28(svn r3096) - Feature: 'HOME' icon to saveload dialogs that jumps to the defa...Darkvater
2005-10-27(svn r3093) -Fix: [autoreplace] fixed issue where the money limit message sho...bjarni
2005-10-26(svn r3090) Remove long dead pieces of codetron
2005-10-25(svn r3089) Fix possible issue with out-of-bounds array access in replace veh...peter1138
2005-10-25(svn r3088) -Fix: [OSX] fixed issue where OSX could not dynamic link to quick...bjarni
2005-10-25(svn r3087) Rewrite GetPlayerRailtypes() so it doesn't depend on magical numb...tron
2005-10-24(svn r3082) made ChangeVehicleViewWindow() more readable (added in last commit)bjarni
2005-10-24(svn r3081) -Codechange: [autoreplace] complete rewrite of autoreplacebjarni
2005-10-24(svn r3080) byte -> PlayerID, int -> EngineID, -1 -> INVALID_ENGINEtron
2005-10-23(svn r3079) Determine the type of the "first arrival" message for road vehicl...tron
2005-10-23(svn r3078) Some more stuff, which piled up:tron
2005-10-22(svn r3077) static, const, bracing, indentation, 0 -> '\0'/NULL, typos in com...tron
2005-10-21(svn r3076) s/OSX/OS X/tron
2005-10-21(svn r3075) -PBS: Keep track reservation state while building and removing a ...peter1138
2005-10-20(svn r3074) -NewGrf: Fix stupid typo in weight setting.peter1138
2005-10-20(svn r3073) int/byte -> EngineID/PlayerID/VehicleIDtron
2005-10-20(svn r3072) CMD_RENAME_STATION isn't interested in the tile coordinates, so d...tron
2005-10-20(svn r3071) -NewGRF: Add support for rail vehicle weight greater than 255 tons.peter1138
2005-10-19(svn r3070) - it doesn't matter where the '.' is found for the IP, if it is f...Darkvater
2005-10-19(svn r3069) - CodeChange: now that we have the '|' char, use that as a sepera...Darkvater