log

age author description
Thu, 23 Dec 2010 20:25:55 +0000 smatz (svn r21612) -Fix (r21608): dragging with HT_POINT was half a tile off draft
Thu, 23 Dec 2010 18:45:35 +0000 translators (svn r21611) -Update from WebTranslator v3.0: draft
Thu, 23 Dec 2010 16:54:41 +0000 smatz (svn r21610) -Fix: some svn properties were wrong draft
Thu, 23 Dec 2010 14:38:01 +0000 alberth (svn r21609) -Fix (r21545,r21552,r21580,r21586): Restore diagonal clearing of areas. draft
Thu, 23 Dec 2010 14:24:34 +0000 alberth (svn r21608) -Codechange: Move diagnonal rectangle dragging detection completely to tile highlighting. draft
Thu, 23 Dec 2010 14:15:05 +0000 alberth (svn r21607) -Codechange: Be more robust against having extra bits in HighLightStyle vars. draft
Thu, 23 Dec 2010 11:02:47 +0000 smatz (svn r21606) -Fix (r14636): DOS binary was broken when not stripping draft
Thu, 23 Dec 2010 07:17:00 +0000 rubidium (svn r21605) -Fix [FS#4324]: crash due to cargo payments belonging to an non-existing company draft
Wed, 22 Dec 2010 22:03:57 +0000 frosch (svn r21604) -Add: Variable 7B for accessing 60+x variables while taking the parameter from the accumulator. draft
Wed, 22 Dec 2010 21:19:39 +0000 rubidium (svn r21603) -Codechange: no need to assign something to a variable and then test it for NULL when you're never using it again draft
Wed, 22 Dec 2010 21:16:34 +0000 rubidium (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 draft
Wed, 22 Dec 2010 19:52:23 +0000 rubidium (svn r21601) -Fix [FS#4323]: company league table used stats from two quarters ago instead of last quarter draft
Wed, 22 Dec 2010 19:24:36 +0000 alberth (svn r21600) -Codechange: Remove new_drawstyle and new_diagonal variables from the _thd structure. draft
Wed, 22 Dec 2010 18:45:18 +0000 translators (svn r21599) -Update from WebTranslator v3.0: draft
Wed, 22 Dec 2010 15:40:22 +0000 frosch (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. draft
Wed, 22 Dec 2010 14:51:12 +0000 frosch (svn r21597) -Fix (r21239): Also catch the case when callback 10 returns VE_DEFAULT. draft
Wed, 22 Dec 2010 14:38:24 +0000 frosch (svn r21596) -Codechange: Rename a misleading-named variable. draft
Wed, 22 Dec 2010 11:46:41 +0000 alberth (svn r21595) -Codechange: Some header files had their name changed, update the ifndef/define/endif lines. draft
Wed, 22 Dec 2010 11:24:38 +0000 alberth (svn r21594) -Codechange: Whitespace fixes in ifndef/define lines. draft
Wed, 22 Dec 2010 10:50:32 +0000 alberth (svn r21593) -Codechange: endif comment correcttions. draft
Tue, 21 Dec 2010 22:00:08 +0000 alberth (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. draft
Tue, 21 Dec 2010 21:54:16 +0000 alberth (svn r21591) -Codechange: Align case functions. draft
Tue, 21 Dec 2010 21:48:31 +0000 alberth (svn r21590) -Codechange: All click handling functions of the main toolbar return CBF_NONE. draft
Tue, 21 Dec 2010 21:46:19 +0000 alberth (svn r21589) -Codechange: Move PlaceLandBlockInfo() to the right file, introduce a ShowLandInfo() function. draft
Tue, 21 Dec 2010 18:45:39 +0000 translators (svn r21588) -Update from WebTranslator v3.0: draft
Tue, 21 Dec 2010 18:07:07 +0000 alberth (svn r21587) -Codechange: Move simple callback functions into the switch. draft
Tue, 21 Dec 2010 18:06:23 +0000 alberth (svn r21586) -Codechange: Record the last started user action, and use that in the callback. draft
Tue, 21 Dec 2010 18:05:24 +0000 alberth (svn r21585) -Codechange: Move the simple click functions into the switch. draft
Tue, 21 Dec 2010 18:04:10 +0000 alberth (svn r21584) -Codechange: Replace the _rail_build_button array by a switch. draft
Tue, 21 Dec 2010 17:29:00 +0000 terkhen (svn r21583) -Fix (r21566): The new scrollbar was not ignored correctly for ships and aircrafts. draft
Tue, 21 Dec 2010 16:36:00 +0000 alberth (svn r21582) -Codechange: Simplify BuildRailClick_AutoSignals(). draft
Tue, 21 Dec 2010 16:30:54 +0000 alberth (svn r21581) -Codechange: Fix indenting code style of a few multi-line statements. draft
Tue, 21 Dec 2010 16:27:50 +0000 alberth (svn r21580) -Codechange: Replace callback via pointer by a switch statement. draft
Tue, 21 Dec 2010 16:26:34 +0000 alberth (svn r21579) -Codechange: Remove _build_air_button_proc and its functions to a switch statement, record the last started action. draft
Tue, 21 Dec 2010 16:05:25 +0000 planetmaker (svn r21578) -Fix [FS#2585]: [OSX] A double mouse cursor was shown under certain circumstances (based on patch by matheweis) draft
Tue, 21 Dec 2010 16:02:55 +0000 planetmaker (svn r21577) -Codechange: [OSX] Deduplicate code by moving the handling of the window class for screen drivers to a common class draft
Tue, 21 Dec 2010 16:00:42 +0000 planetmaker (svn r21576) -Codechange: [OSX] Deduplicate code by moving the handling of the view for windowed screen drivers to a common class draft
Tue, 21 Dec 2010 15:57:55 +0000 planetmaker (svn r21575) -Codechange: [OSX] Use the same class for the window delegate routines in windowed screen drivers draft
Tue, 21 Dec 2010 15:56:02 +0000 planetmaker (svn r21574) -Codechange: [OSX] Move the variable declaration of the screen drivers to the generic class, deduplicating code draft
Tue, 21 Dec 2010 15:53:20 +0000 planetmaker (svn r21573) -Codechange: [OSX] Unify the naming of variables among different screen drivers a bit draft
Tue, 21 Dec 2010 15:48:43 +0000 planetmaker (svn r21572) -Codechange: [OSX] One palette is enough, we cannot use two colour depths at once draft
Tue, 21 Dec 2010 15:23:54 +0000 alberth (svn r21571) -Codechange: Having a break after a return is no good. draft
Tue, 21 Dec 2010 14:01:44 +0000 terkhen (svn r21570) -Add: Allow to select a vehicle and the following chain with a keyboard shortcut. draft
Tue, 21 Dec 2010 14:00:58 +0000 terkhen (svn r21569) -Add: Don't close the refit window after refitting only a consist part. draft
Tue, 21 Dec 2010 14:00:14 +0000 terkhen (svn r21568) -Add: Show the selected consist part at the refit window. draft
Tue, 21 Dec 2010 13:59:16 +0000 terkhen (svn r21567) -Feature: Allow to refit only the selected part of a train consist. draft
Tue, 21 Dec 2010 13:58:09 +0000 terkhen (svn r21566) -Add: Draw current vehicle at the refit window. draft
Tue, 21 Dec 2010 13:56:52 +0000 terkhen (svn r21565) -Codechange: Add pixel skip to DrawRoadVehImage(). draft
Tue, 21 Dec 2010 13:56:07 +0000 terkhen (svn r21564) -Fix: Avoid drawing road vehicles outside of their given space. draft
Tue, 21 Dec 2010 13:54:57 +0000 terkhen (svn r21563) -Codechange: Add function to get the width of a vehicle. draft
Tue, 21 Dec 2010 13:53:19 +0000 terkhen (svn r21562) -Change: Add articulated parts of vehicles in a refit selection to that selection. draft
Tue, 21 Dec 2010 13:52:10 +0000 terkhen (svn r21561) -Change: Allow to specify the number of vehicles to refit in the refit vehicle command. draft
Tue, 21 Dec 2010 13:50:31 +0000 terkhen (svn r21560) -Codechange: Declare DrawVehicleImage in its header. draft
Tue, 21 Dec 2010 13:49:42 +0000 terkhen (svn r21559) -Add: Disable the refit button until a refit option is selected. draft
Tue, 21 Dec 2010 10:11:11 +0000 rubidium (svn r21558) -Codechange: add the graphics set and its version to the screenshot metadata as well draft
Tue, 21 Dec 2010 10:06:21 +0000 rubidium (svn r21557) -Change: close the query windows when changing the language as often the strings are partly translated, which causes trouble in some cases draft
Tue, 21 Dec 2010 10:04:40 +0000 rubidium (svn r21556) -Fix [FS#4320]: argt wasn't updated when argv was updated due to ARG_INDEX, so there was a mismatch between argt's offset and argv's offset causing trouble when getting the gender of a string draft
Tue, 21 Dec 2010 09:29:01 +0000 rubidium (svn r21555) -Fix [FS#4321]: strings for the query window weren't properly terminated to N characters anymore draft
Mon, 20 Dec 2010 22:54:15 +0000 rubidium (svn r21553) -Feature-ish: store the used OpenTTD version, NewGRFs and AIs in the screenshot file draft
Mon, 20 Dec 2010 19:24:27 +0000 alberth (svn r21552) -Codechange: Move short callback functions into the switch. draft