log

age author description
Fri, 17 Jul 2009 21:36:26 +0000 yexo (svn r16865) -Doc [NoAI] [FS#3037]: replace old exception names with current ones and fix a type in the noai documentation (patch by Chruker) draft
Fri, 17 Jul 2009 21:06:06 +0000 rubidium (svn r16864) -Codechange: make Waypoints a subclass of BaseStation. draft
Fri, 17 Jul 2009 20:51:24 +0000 rubidium (svn r16863) -Codechange: GetWaypointByTile -> Waypoint::GetByTile, like used for e.g. stations draft
Fri, 17 Jul 2009 20:40:29 +0000 rubidium (svn r16862) -Codechange: make waypoints use the same system of station station spec lists. draft
Fri, 17 Jul 2009 20:30:07 +0000 rubidium (svn r16861) -Codechange: move a few more bits from station to basestation (to be shared with waypoints) draft
Fri, 17 Jul 2009 20:21:24 +0000 rubidium (svn r16860) -Codechange: introduce a helper to assign a station spec to Waypoints draft
Fri, 17 Jul 2009 19:44:13 +0000 rubidium (svn r16859) -Codechange: split the Station struct into two so parts of it can be reused for Waypoints. draft
Fri, 17 Jul 2009 17:45:14 +0000 translators (svn r16858) -Update from WebTranslator v3.0: draft
Fri, 17 Jul 2009 13:54:06 +0000 smatz (svn r16857) -Fix [FS#3036](r16652): crash when train partially in depot crashed draft
Fri, 17 Jul 2009 10:38:07 +0000 alberth (svn r16856) -Fix: Allow the rail toobar window to align vertically for larger sprites. draft
Thu, 16 Jul 2009 23:02:39 +0000 rubidium (svn r16855) -Codechange: remove unused 'conversion' stuff from the waypoint struct and make it more similar to Station. draft
Thu, 16 Jul 2009 22:58:06 +0000 rubidium (svn r16854) -Fix (r2046): savegames from before this version would get the town id as their 'index' (#<num). For stations with custom names that custom name would be dropped and the lowest 6 bits of the StringID would be used for the 'index'. In other words, it resulted in a mess. draft
Thu, 16 Jul 2009 21:37:59 +0000 smatz (svn r16853) -Codechange: make CargoSpec const at two places draft
Thu, 16 Jul 2009 20:40:06 +0000 smatz (svn r16852) -Codechange: use FOR_ALL_CARGOSPECS for iterating over all valid CargoSpecs draft
Thu, 16 Jul 2009 20:29:08 +0000 rubidium (svn r16851) -Codechange: use StationSpecList in waypoint too draft
Thu, 16 Jul 2009 20:15:28 +0000 rubidium (svn r16850) -Codechange: unify some naming of variables between waypoints and stations. draft
Thu, 16 Jul 2009 19:00:13 +0000 smatz (svn r16849) -Codechange: replace GetCargo() by CargoSpec::Get() draft
Thu, 16 Jul 2009 18:31:33 +0000 alberth (svn r16848) -Fix: Trying to reduce a nested widget window further than the smallest alowed size should not crash the game. draft
Thu, 16 Jul 2009 17:45:13 +0000 translators (svn r16847) -Update from WebTranslator v3.0: draft
Thu, 16 Jul 2009 16:48:16 +0000 rubidium (svn r16846) -Codechange: make the content download status window only use nested widgets draft
Thu, 16 Jul 2009 16:22:23 +0000 alberth (svn r16845) -Codechange: Introduction of constants for describing the bits in a WWT_MATRIX data field. draft
Thu, 16 Jul 2009 15:36:52 +0000 alberth (svn r16844) -Doc (r13182): Remove documentation of removed window event handling function. draft
Thu, 16 Jul 2009 10:26:13 +0000 alberth (svn r16843) -Codechange: More documentation for the WWT_MATRIX widget, and better variable names in matrix rendering function. draft
Thu, 16 Jul 2009 10:13:33 +0000 rubidium (svn r16842) -Cleanup: add some spaces around a few operators draft
Thu, 16 Jul 2009 10:01:32 +0000 rubidium (svn r16841) -Cleanup: spaces/tabs where they don't belong draft
Wed, 15 Jul 2009 23:04:26 +0000 alberth (svn r16840) -Codechange: Small merge in town directory widget content method. draft
Wed, 15 Jul 2009 22:55:43 +0000 alberth (svn r16839) -Codechange: Remove obsolete FillNestedArray(). draft
Wed, 15 Jul 2009 22:51:37 +0000 alberth (svn r16838) -Codechange: Fill Window::nested_array in SetupSmallestSize. draft
Wed, 15 Jul 2009 22:17:08 +0000 alberth (svn r16837) -Codechange: Collect largest used index while constructing nested widget tree. draft
Wed, 15 Jul 2009 19:47:06 +0000 yexo (svn r16834) -Fix [FS#3034]: call the AI Save() function only once so AIs can't crash OpenTTD draft
Wed, 15 Jul 2009 17:53:02 +0000 translators (svn r16833) -Fix: WT3 made its first bug .. it is growing up! draft
Wed, 15 Jul 2009 17:45:19 +0000 translators (svn r16832) -Update from WebTranslator v3.0: draft
Tue, 14 Jul 2009 21:25:32 +0000 alberth (svn r16831) -Fix (r16798): Stickybox is in the header and resizebox in the footer of the window. draft
Tue, 14 Jul 2009 17:45:29 +0000 translators (svn r16829) -Update from WebTranslator v3.0: draft
Tue, 14 Jul 2009 17:16:32 +0000 rubidium (svn r16828) -Codechange: attempt at making OSX compile with the 10.6 SDK too; no guarantees ofcourse... draft
Tue, 14 Jul 2009 16:43:45 +0000 rubidium (svn r16827) -Codechange: make OSX specific files include stdafx.h always as the first file. Also unify OSX specific stuff into osx_stdafx.h and remove unused includes. draft
Mon, 13 Jul 2009 23:15:13 +0000 rubidium (svn r16825) -Codechange: unify dirtying when updating the viewport signs. draft
Mon, 13 Jul 2009 23:12:34 +0000 rubidium (svn r16824) -Fix [FS#2989] (r16294): Mac OS X 10.4 with Xcode 2.5 wouldn't be detected as having Xcode 2.5 or newer. Based on a patch by ln. draft
Mon, 13 Jul 2009 23:08:03 +0000 rubidium (svn r16823) -Cleanup: use cxx_host instead of cc_host where possible; cc_host is there only for working around a few stupid compilers. draft
Mon, 13 Jul 2009 23:07:11 +0000 rubidium (svn r16822) -Cleanup: remove the "a PPC bool is four bytes in C++ so it needs to be that big in C too" hack draft
Mon, 13 Jul 2009 22:33:25 +0000 rubidium (svn r16821) -Codechange: unify the naming of type::UpdateVirtCoord and UpdateAll[Type]VirtCoords. draft
Mon, 13 Jul 2009 22:07:07 +0000 smatz (svn r16820) -Codechange: remove unused parameter in HandleCloneVehClick() draft
Mon, 13 Jul 2009 20:27:54 +0000 frosch (svn r16819) -Fix (r4868): Use the palette of the vehicle being drawn instead of the one of the front vehicle. draft
Mon, 13 Jul 2009 19:34:43 +0000 frosch (svn r16818) -Feature(ette): Highlight whole articulated vehicles in traindepot instead of only the first part. draft
Mon, 13 Jul 2009 19:30:37 +0000 frosch (svn r16817) -Codechange: Scroll depots horizontally in pixels instead of 1/8 vehicle length. draft
Mon, 13 Jul 2009 17:45:20 +0000 translators (svn r16816) -Update from WebTranslator v3.0: draft
Mon, 13 Jul 2009 16:41:34 +0000 rubidium (svn r16815) -Fix: reduce the toolbar's priority for handling keypresses from most important to least important, so e.g. the order windows' 'd' skips to the next order draft
Mon, 13 Jul 2009 16:37:27 +0000 smatz (svn r16814) -Codechange: make IsNormalAircraft() member of Aircraft draft
Mon, 13 Jul 2009 16:35:22 +0000 smatz (svn r16813) -Codechange: make IsEngineCountable() member of Vehicle draft
Mon, 13 Jul 2009 14:42:09 +0000 rubidium (svn r16811) -Change: introduce a plural 'rule' for Korean draft
Mon, 13 Jul 2009 14:29:58 +0000 rubidium (svn r16810) -Fix (r16115): strgen didn't get rebuild when table/strgen_tables.h was changed. draft
Mon, 13 Jul 2009 12:00:56 +0000 smatz (svn r16809) -Fix [FS#3021](r13096): automatic resizing of SelectCompanyLiveryWindow wasn't working as expected draft
Mon, 13 Jul 2009 11:09:02 +0000 smatz (svn r16808) -Fix (r16338): don't crash when loading savegame with invalid references draft
Mon, 13 Jul 2009 10:17:22 +0000 peter1138 (svn r16805) -Codechange: Remove 'unused' mixer channel flags, which always had the same value. draft
Mon, 13 Jul 2009 09:18:07 +0000 rubidium (svn r16802) -Fix [FS#3031]: service orders didn't behave like conditional orders; if a train doesn't need service it didn't completely skip the order, it would first send the vehicle towards the depot and would then realise it doesn't need to go there making it possible that the vehicle leaves that station on the wrong side. draft
Mon, 13 Jul 2009 09:15:11 +0000 rubidium (svn r16801) -Fix [FS#3022]: cargo payments weren't destroyed when a vehicle was destructed. This only happened when you crashed a vehicle while it was unloading. draft
Sun, 12 Jul 2009 17:45:26 +0000 translators (svn r16800) -Update from WebTranslator v3.0: draft
Sun, 12 Jul 2009 16:00:11 +0000 frosch (svn r16799) -Codechange: When drawing articulated road vehicles in the vehicle details window, draw as many parts as the window fits instead of always up to a vehicle length of 80/8. draft
Sun, 12 Jul 2009 12:19:41 +0000 alberth (svn r16798) -Fix [FS#3016]: Added several new widget distances for better widget size computations. draft
Sun, 12 Jul 2009 10:02:10 +0000 alberth (svn r16797) -Codechange: Allow drop-down menus for windows with nested widgets. draft