summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-12-22(svn r21602) -Codechange: split actual adding/removing of orders to/from a ve...rubidium
2010-12-22(svn r21601) -Fix [FS#4323]: company league table used stats from two quarter...rubidium
2010-12-22(svn r21600) -Codechange: Remove new_drawstyle and new_diagonal variables fro...alberth
2010-12-22(svn r21599) -Update from WebTranslator v3.0:translators
2010-12-22(svn r21598) -Fix (r3139, r21236, r21249)[FS#4275]: The default visual effect...frosch
2010-12-22(svn r21597) -Fix (r21239): Also catch the case when callback 10 returns VE_D...frosch
2010-12-22(svn r21596) -Codechange: Rename a misleading-named variable.frosch
2010-12-22(svn r21595) -Codechange: Some header files had their name changed, update th...alberth
2010-12-22(svn r21594) -Codechange: Whitespace fixes in ifndef/define lines.alberth
2010-12-22(svn r21593) -Codechange: endif comment correcttions.alberth
2010-12-21(svn r21592) -Codechange: Return unique values for placing a sign and land-in...alberth
2010-12-21(svn r21591) -Codechange: Align case functions.alberth
2010-12-21(svn r21590) -Codechange: All click handling functions of the main toolbar re...alberth
2010-12-21(svn r21589) -Codechange: Move PlaceLandBlockInfo() to the right file, introd...alberth
2010-12-21(svn r21588) -Update from WebTranslator v3.0:translators
2010-12-21(svn r21587) -Codechange: Move simple callback functions into the switch.alberth
2010-12-21(svn r21586) -Codechange: Record the last started user action, and use that i...alberth
2010-12-21(svn r21585) -Codechange: Move the simple click functions into the switch.alberth
2010-12-21(svn r21584) -Codechange: Replace the _rail_build_button array by a switch.alberth
2010-12-21(svn r21583) -Fix (r21566): The new scrollbar was not ignored correctly for s...terkhen
2010-12-21(svn r21582) -Codechange: Simplify BuildRailClick_AutoSignals().alberth
2010-12-21(svn r21581) -Codechange: Fix indenting code style of a few multi-line statem...alberth
2010-12-21(svn r21580) -Codechange: Replace callback via pointer by a switch statement.alberth
2010-12-21(svn r21579) -Codechange: Remove _build_air_button_proc and its functions to ...alberth
2010-12-21(svn r21578) -Fix [FS#2585]: [OSX] A double mouse cursor was shown under cert...planetmaker
2010-12-21(svn r21577) -Codechange: [OSX] Deduplicate code by moving the handling of th...planetmaker
2010-12-21(svn r21576) -Codechange: [OSX] Deduplicate code by moving the handling of th...planetmaker
2010-12-21(svn r21575) -Codechange: [OSX] Use the same class for the window delegate ro...planetmaker
2010-12-21(svn r21574) -Codechange: [OSX] Move the variable declaration of the screen d...planetmaker
2010-12-21(svn r21573) -Codechange: [OSX] Unify the naming of variables among different...planetmaker
2010-12-21(svn r21572) -Codechange: [OSX] One palette is enough, we cannot use two colo...planetmaker
2010-12-21(svn r21571) -Codechange: Having a break after a return is no good.alberth
2010-12-21(svn r21570) -Add: Allow to select a vehicle and the following chain with a k...terkhen
2010-12-21(svn r21569) -Add: Don't close the refit window after refitting only a consis...terkhen
2010-12-21(svn r21568) -Add: Show the selected consist part at the refit window.terkhen
2010-12-21(svn r21567) -Feature: Allow to refit only the selected part of a train consist.terkhen
2010-12-21(svn r21566) -Add: Draw current vehicle at the refit window.terkhen
2010-12-21(svn r21565) -Codechange: Add pixel skip to DrawRoadVehImage().terkhen
2010-12-21(svn r21564) -Fix: Avoid drawing road vehicles outside of their given space.terkhen
2010-12-21(svn r21563) -Codechange: Add function to get the width of a vehicle.terkhen
2010-12-21(svn r21562) -Change: Add articulated parts of vehicles in a refit selection ...terkhen
2010-12-21(svn r21561) -Change: Allow to specify the number of vehicles to refit in the...terkhen
2010-12-21(svn r21560) -Codechange: Declare DrawVehicleImage in its header.terkhen
2010-12-21(svn r21559) -Add: Disable the refit button until a refit option is selected.terkhen
2010-12-21(svn r21558) -Codechange: add the graphics set and its version to the screens...rubidium
2010-12-21(svn r21557) -Change: close the query windows when changing the language as o...rubidium
2010-12-21(svn r21556) -Fix [FS#4320]: argt wasn't updated when argv was updated due to...rubidium
2010-12-21(svn r21555) -Fix [FS#4321]: strings for the query window weren't properly te...rubidium
2010-12-20(svn r21553) -Feature-ish: store the used OpenTTD version, NewGRFs and AIs in...rubidium
2010-12-20(svn r21552) -Codechange: Move short callback functions into the switch.alberth