log

age author description
Sun, 19 Jul 2009 19:17:41 +0000 frosch (svn r16884) -Codechange: Add Train::GetFirstEnginePart() and use it. draft
Sun, 19 Jul 2009 17:45:17 +0000 translators (svn r16883) -Update from WebTranslator v3.0: draft
Sun, 19 Jul 2009 17:28:20 +0000 alberth (svn r16882) -Codechange: Introduce a line_height variable in the station picker window. draft
Sun, 19 Jul 2009 16:57:04 +0000 rubidium (svn r16881) -Codechange: fix some naming inconsistencies w.r.t. strings used in the vehicle list GUIs. draft
Sun, 19 Jul 2009 15:58:47 +0000 rubidium (svn r16880) -Codechange: replace magic numbers with their enums and use a clearer variable name than 'flag' in the station naming function. draft
Sun, 19 Jul 2009 15:40:43 +0000 alberth (svn r16879) -Codechange: Use coordinates of widgets for custom rendering. draft
Sun, 19 Jul 2009 15:18:26 +0000 alberth (svn r16878) -Codechange: Let WWT_LABEL widgets do the drawing rather than OnPaint. draft
Sat, 18 Jul 2009 19:54:35 +0000 smatz (svn r16877) -Codechange: use Subsidy::IsAwarded() instead of testing subsidy's age draft
Sat, 18 Jul 2009 18:39:17 +0000 rubidium (svn r16876) -Codechange: add helper functions to cast to Station/Waypoint with some extra checks. draft
Sat, 18 Jul 2009 17:45:16 +0000 translators (svn r16875) -Update from WebTranslator v3.0: draft
Sat, 18 Jul 2009 17:38:18 +0000 frosch (svn r16874) -Change: Give the number behind free wagon chains in depots the same meaning as for trains. draft
Sat, 18 Jul 2009 15:29:16 +0000 alberth (svn r16873) -Codechange: Terraform window and scenario landscape editing window switched to nested widgets. draft
Sat, 18 Jul 2009 12:34:19 +0000 frosch (svn r16872) -Codechange: Add RoadVehicle::GetDisplayImageWidth and simplify DrawRoadVehImage. draft
Sat, 18 Jul 2009 10:46:55 +0000 alberth (svn r16871) -Codechange: Generalize GetWidgetContentSize to UpdateWidgetSize for better control over widget size and resize steps. draft
Sat, 18 Jul 2009 10:39:52 +0000 rubidium (svn r16870) -Codechange: unmagicify road stop/waypoint picker drawing draft
Sat, 18 Jul 2009 10:01:31 +0000 rubidium (svn r16869) -Codechange: make drawing waypoints a tiny bit more like drawing stations draft
Sat, 18 Jul 2009 08:41:58 +0000 rubidium (svn r16868) -Codechange: unify UpdateAll[Station|Waypoint]VirtCoords draft
Fri, 17 Jul 2009 22:00:13 +0000 frosch (svn r16867) -Feature(ette): Turn variable 0E/8E (vertical offset for trains in depot) and variable 1E/9E bit 3 (wagon width in depot) into grf-local variables. draft
Fri, 17 Jul 2009 21:45:57 +0000 yexo (svn r16866) -Fix (r16865): forgot to run squirrel_export.sh draft
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