Commit Graph

16869 Commits (e4e6735cea156cd0ca3985c31b629f48fc9fa93c)
 

Author SHA1 Message Date
smatz e4e6735cea (svn r21612) -Fix (r21608): dragging with HT_POINT was half a tile off 14 years ago
translators 7e65c65af9 (svn r21611) -Update from WebTranslator v3.0:
catalan - 147 changes by arnau
danish - 45 changes by Gummipalle
german - 1 changes by planetmaker
hungarian - 3 changes by IPG
indonesian - 4 changes by fanioz
korean - 1 changes by junho2813
brazilian_portuguese - 80 changes by Ic3cold
romanian - 7 changes by kkmic
russian - 1 changes by Lone_Wolf
slovenian - 56 changes by ntadej
14 years ago
smatz 0619dc8f3d (svn r21610) -Fix: some svn properties were wrong 14 years ago
alberth 802ec80c5d (svn r21609) -Fix (r21545,r21552,r21580,r21586): Restore diagonal clearing of areas. 14 years ago
alberth 90780fd25b (svn r21608) -Codechange: Move diagnonal rectangle dragging detection completely to tile highlighting. 14 years ago
alberth 1ba348914d (svn r21607) -Codechange: Be more robust against having extra bits in HighLightStyle vars. 14 years ago
smatz 4a2efd136e (svn r21606) -Fix (r14636): DOS binary was broken when not stripping 14 years ago
rubidium e2a7ecbcae (svn r21605) -Fix [FS#4324]: crash due to cargo payments belonging to an non-existing company 14 years ago
frosch 256fe89b38 (svn r21604) -Add: Variable 7B for accessing 60+x variables while taking the parameter from the accumulator. 14 years ago
rubidium e9a595bda0 (svn r21603) -Codechange: no need to assign something to a variable and then test it for NULL when you're never using it again 14 years ago
rubidium a38a1e7b0d (svn r21602) -Codechange: split actual adding/removing of orders to/from a vehicle's order list from the validation of those (user) commands. Based on patch by fonsinchen 14 years ago
rubidium fba9670a62 (svn r21601) -Fix [FS#4323]: company league table used stats from two quarters ago instead of last quarter 14 years ago
alberth 08c6b99294 (svn r21600) -Codechange: Remove new_drawstyle and new_diagonal variables from the _thd structure. 14 years ago
translators 1378bdad85 (svn r21599) -Update from WebTranslator v3.0:
croatian - 1 changes by VoyagerOne
czech - 1 changes by marek995
dutch - 21 changes by habell
italian - 57 changes by lorenzodv
polish - 3 changes by voythas
14 years ago
frosch c4ad5d6fea (svn r21598) -Fix (r3139, r21236, r21249)[FS#4275]: The default visual effect only depends on properties of the Engine (wagon or not, tractiontype, ...), not whether it is used as articulated part, front engine or whatever in a specific consist. 14 years ago
frosch 4b2624de1d (svn r21597) -Fix (r21239): Also catch the case when callback 10 returns VE_DEFAULT. 14 years ago
frosch fbe653d4ef (svn r21596) -Codechange: Rename a misleading-named variable. 14 years ago
alberth 7303f7d199 (svn r21595) -Codechange: Some header files had their name changed, update the ifndef/define/endif lines. 14 years ago
alberth 67cd2cd6be (svn r21594) -Codechange: Whitespace fixes in ifndef/define lines. 14 years ago
alberth f65a9a5515 (svn r21593) -Codechange: endif comment correcttions. 14 years ago
alberth 366eaebc3e (svn r21592) -Codechange: Return unique values for placing a sign and land-info querying, store the callback information locally, and use it instead of the global _place_proc. 14 years ago
alberth a61cdd719d (svn r21591) -Codechange: Align case functions. 14 years ago
alberth 24aedc08da (svn r21590) -Codechange: All click handling functions of the main toolbar return CBF_NONE. 14 years ago
alberth 35a8e91d01 (svn r21589) -Codechange: Move PlaceLandBlockInfo() to the right file, introduce a ShowLandInfo() function. 14 years ago
translators 05e7e08430 (svn r21588) -Update from WebTranslator v3.0:
croatian - 56 changes by VoyagerOne
czech - 62 changes by SmatZ
english_US - 57 changes by Rubidium
finnish - 57 changes by USephiroth, jpx_
french - 57 changes by glx
german - 57 changes by planetmaker
hungarian - 54 changes by IPG
indonesian - 7 changes by fanioz
russian - 56 changes by Lone_Wolf
spanish - 57 changes by Terkhen
swedish - 142 changes by Zuu
14 years ago
alberth c0a57999a1 (svn r21587) -Codechange: Move simple callback functions into the switch. 14 years ago
alberth 718585f05e (svn r21586) -Codechange: Record the last started user action, and use that in the callback. 14 years ago
alberth 9784f12903 (svn r21585) -Codechange: Move the simple click functions into the switch. 14 years ago
alberth fbd725ed9a (svn r21584) -Codechange: Replace the _rail_build_button array by a switch. 14 years ago
terkhen b9f93a48e9 (svn r21583) -Fix (r21566): The new scrollbar was not ignored correctly for ships and aircrafts. 14 years ago
alberth a448dc24d9 (svn r21582) -Codechange: Simplify BuildRailClick_AutoSignals(). 14 years ago
alberth 35491b71fb (svn r21581) -Codechange: Fix indenting code style of a few multi-line statements. 14 years ago
alberth 264acca2fa (svn r21580) -Codechange: Replace callback via pointer by a switch statement. 14 years ago
alberth 5a2bf89caf (svn r21579) -Codechange: Remove _build_air_button_proc and its functions to a switch statement, record the last started action. 14 years ago
planetmaker adc1760b0d (svn r21578) -Fix [FS#2585]: [OSX] A double mouse cursor was shown under certain circumstances (based on patch by matheweis) 14 years ago
planetmaker 30eef98ec0 (svn r21577) -Codechange: [OSX] Deduplicate code by moving the handling of the window class for screen drivers to a common class 14 years ago
planetmaker e38f96d609 (svn r21576) -Codechange: [OSX] Deduplicate code by moving the handling of the view for windowed screen drivers to a common class 14 years ago
planetmaker 26575ab8f8 (svn r21575) -Codechange: [OSX] Use the same class for the window delegate routines in windowed screen drivers 14 years ago
planetmaker 7ab04792c5 (svn r21574) -Codechange: [OSX] Move the variable declaration of the screen drivers to the generic class, deduplicating code 14 years ago
planetmaker 574e0830f1 (svn r21573) -Codechange: [OSX] Unify the naming of variables among different screen drivers a bit 14 years ago
planetmaker 0d3a0bb1c7 (svn r21572) -Codechange: [OSX] One palette is enough, we cannot use two colour depths at once 14 years ago
alberth b633ffaa1d (svn r21571) -Codechange: Having a break after a return is no good. 14 years ago
terkhen 884b44990a (svn r21570) -Add: Allow to select a vehicle and the following chain with a keyboard shortcut. 14 years ago
terkhen ea7c33ca6d (svn r21569) -Add: Don't close the refit window after refitting only a consist part. 14 years ago
terkhen 3e6ebc7158 (svn r21568) -Add: Show the selected consist part at the refit window. 14 years ago
terkhen f8c31319e9 (svn r21567) -Feature: Allow to refit only the selected part of a train consist. 14 years ago
terkhen 96f706fa83 (svn r21566) -Add: Draw current vehicle at the refit window. 14 years ago
terkhen a136200c39 (svn r21565) -Codechange: Add pixel skip to DrawRoadVehImage(). 14 years ago
terkhen 5a124feb6d (svn r21564) -Fix: Avoid drawing road vehicles outside of their given space. 14 years ago
terkhen 759a596e0b (svn r21563) -Codechange: Add function to get the width of a vehicle. 14 years ago