summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-12-23(svn r21613) -Update: sync comments in the translation files with English for...rubidium
2010-12-23(svn r21612) -Fix (r21608): dragging with HT_POINT was half a tile offsmatz
2010-12-23(svn r21611) -Update from WebTranslator v3.0:translators
2010-12-23(svn r21609) -Fix (r21545,r21552,r21580,r21586): Restore diagonal clearing of...alberth
2010-12-23(svn r21608) -Codechange: Move diagnonal rectangle dragging detection complet...alberth
2010-12-23(svn r21607) -Codechange: Be more robust against having extra bits in HighLig...alberth
2010-12-23(svn r21605) -Fix [FS#4324]: crash due to cargo payments belonging to an non-...rubidium
2010-12-22(svn r21604) -Add: Variable 7B for accessing 60+x variables while taking the ...frosch
2010-12-22(svn r21603) -Codechange: no need to assign something to a variable and then ...rubidium
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