log

age author description
Sat, 25 Jul 2009 08:54:19 +0000 rubidium (svn r16947) -Codechange: use TileArea instead of train_tile, trainst_w and trainst_h. draft
Sat, 25 Jul 2009 07:49:49 +0000 alberth (svn r16946) -Doc: Adding docs for some string parameter manipulation functions. draft
Fri, 24 Jul 2009 19:17:45 +0000 rubidium (svn r16945) -Fix (r16940): comments got swapped draft
Fri, 24 Jul 2009 19:09:48 +0000 rubidium (svn r16944) -Codechange: remove needlessly complex way of getting the offset of items within a struct that are within a struct draft
Fri, 24 Jul 2009 17:45:27 +0000 translators (svn r16943) -Update from WebTranslator v3.0: draft
Fri, 24 Jul 2009 17:05:17 +0000 rubidium (svn r16942) -Codechange: document CanExpandRailStation and remove the 'magic' array of numbers for a named struct draft
Fri, 24 Jul 2009 15:27:31 +0000 rubidium (svn r16941) -Document: some map accessors draft
Fri, 24 Jul 2009 15:18:25 +0000 rubidium (svn r16940) -Codechange: make the pathfinders behave the same when finding waypoints or stations, i.e. don't force exactly one destination tile for a waypoint draft
Fri, 24 Jul 2009 11:47:12 +0000 rubidium (svn r16939) -Codechange: s/RailwayStation/RailStation/ to unify the way it's written. draft
Fri, 24 Jul 2009 11:15:11 +0000 rubidium (svn r16938) -Codechange: introduce helper function to tell whether a tile is either a rail station or rail waypoint tile draft
Fri, 24 Jul 2009 09:56:37 +0000 alberth (svn r16937) -Codechange: Make the station build window look good when resized. draft
Fri, 24 Jul 2009 09:45:39 +0000 alberth (svn r16936) -Fix [FS#3053]: Rail station build window with NewGRFs could crash due to uninitialized string parameter. draft
Fri, 24 Jul 2009 09:14:36 +0000 alberth (svn r16935) -Codechange: Improve wording of .lng file error message (found by cmoiromain). draft
Fri, 24 Jul 2009 07:38:10 +0000 rubidium (svn r16934) -Codechange: introduce a simple helper function to check whether a station is pending deletion or not draft
Fri, 24 Jul 2009 00:08:48 +0000 rubidium (svn r16933) -Fix [FS#3054] (r16694): vehicles would wait "very long" when they had nothing to unload and gradual loading was disabled. draft
Thu, 23 Jul 2009 22:26:12 +0000 translators (svn r16932) -Update from WebTranslator v3.0: draft
Thu, 23 Jul 2009 22:01:25 +0000 smatz (svn r16931) -Cleanup (r16922): one semicolon too much draft
Thu, 23 Jul 2009 19:31:50 +0000 rubidium (svn r16930) -Codechange: more StringID name unification and grouping draft
Thu, 23 Jul 2009 18:45:53 +0000 frosch (svn r16929) -Change: There is no point in not randomising engine introduction-date before 1922. Instead disable the randomisation for the first two years after game-start, so you do not have to wait for the first engine. draft
Thu, 23 Jul 2009 17:45:47 +0000 translators (svn r16928) -Update from WebTranslator v3.0: draft
Thu, 23 Jul 2009 15:39:21 +0000 rubidium (svn r16927) -Change: make the 'there is no AI' error message translatable draft
Thu, 23 Jul 2009 12:13:53 +0000 rubidium (svn r16926) -Fix (r16925): if checking whether a station can be adjoined, don't check whether 'the other station you have already found' to be valid but the station that you just found. Especially because you won't have found as station until you have found one. draft
Thu, 23 Jul 2009 12:02:09 +0000 rubidium (svn r16925) -Fix (r16909): guard commands more against using waypoints as stations and/or accidentally reusing waypoints for stations or vice versa. draft
Thu, 23 Jul 2009 08:47:14 +0000 rubidium (svn r16924) -Fix (r16922): selling or sending to depot, what's the difference? :) draft
Thu, 23 Jul 2009 00:14:05 +0000 rubidium (svn r16923) -Codechange: move Cmd*Buoy* to waypoint_cmd.cpp and make them behave more like waypoints, e.g. reuse station signs of recently deleted buoys draft
Wed, 22 Jul 2009 23:39:35 +0000 rubidium (svn r16922) -Codechange: unduplicate some vehicle CMD_*s and move the setting of the error message to a single place draft
Wed, 22 Jul 2009 22:44:56 +0000 rubidium (svn r16921) -Codechange: make it more clear what strings are related to road vehicles; only ROAD isn't always enough. Also unify the way of writing it. draft
Wed, 22 Jul 2009 20:17:07 +0000 rubidium (svn r16920) -Codechange: shuffle some strings around to simplify looking up vehicle type specific strings for a specific message draft
Wed, 22 Jul 2009 19:12:20 +0000 rubidium (svn r16919) -Codechange: unify some more StringID w.r.t. their naming draft
Wed, 22 Jul 2009 17:45:41 +0000 translators (svn r16918) -Update from WebTranslator v3.0: draft
Wed, 22 Jul 2009 16:56:36 +0000 rubidium (svn r16917) -Codechange: fix some GCC 4.5 'case X is not in enum Y' warnings draft
Wed, 22 Jul 2009 15:10:58 +0000 smatz (svn r16916) -Fix (r16909): station acceptance was reset after game load draft
Wed, 22 Jul 2009 12:43:29 +0000 rubidium (svn r16915) -Fix (r16909): signal updates didn't propagate through waypoints draft
Wed, 22 Jul 2009 11:35:35 +0000 rubidium (svn r16914) -Codechange: split Station and BaseStation into different files draft
Wed, 22 Jul 2009 10:34:21 +0000 alberth (svn r16913) -Codechange: Signal, train depot, and waypoint windows switched to using nested widget tree. draft
Wed, 22 Jul 2009 10:18:19 +0000 rubidium (svn r16912) -Codechange: split waypoint.h in waypoint_base.h and waypoint_func.h draft
Wed, 22 Jul 2009 09:21:48 +0000 rubidium (svn r16911) -Update: map array documentation draft
Wed, 22 Jul 2009 09:00:49 +0000 rubidium (svn r16910) -Update: remove removed strings from the other language files draft
Wed, 22 Jul 2009 08:59:57 +0000 rubidium (svn r16909) -Fix [FS#2996]: NewGRF stations would be triggering assertions all over the place when using the more advanced station types. draft
Wed, 22 Jul 2009 08:52:41 +0000 rubidium (svn r16908) -Codechange: s/DepotWaypointReservation/DepotReservation/ draft
Tue, 21 Jul 2009 22:37:10 +0000 rubidium (svn r16907) -Codechange: make a more clear distinction between reservation functions that return a bool and that return TrackBits; GetRailStationReservation vs GetRailwayStationReservation, which one returns the bool and which one the TrackBits? draft
Tue, 21 Jul 2009 22:25:21 +0000 alberth (svn r16906) -Fix (r12939): Child windows of build toolbars were placed inconsistently. draft
Tue, 21 Jul 2009 17:45:33 +0000 translators (svn r16903) -Update from WebTranslator v3.0: draft
Tue, 21 Jul 2009 17:14:05 +0000 rubidium (svn r16901) -Fix [FS#3046] (rpbs): when marking trains stuck don't reset the unload counter/stuck when the vehicle is unloading. It'll be automatically reset once the vehicle wants to leave the station draft
Tue, 21 Jul 2009 16:30:01 +0000 rubidium (svn r16900) -Codechange: prepare the waypoint window for buoys draft
Tue, 21 Jul 2009 16:20:02 +0000 frosch (svn r16899) -Fix (r16896): Missing 'return'. draft
Tue, 21 Jul 2009 11:40:30 +0000 alberth (svn r16898) -Codechange: Station build window uses nested widget tree. draft
Tue, 21 Jul 2009 11:20:34 +0000 rubidium (svn r16897) -Codechange: use the 'generic' station spec to station allocation for waypoints too draft
Tue, 21 Jul 2009 11:11:05 +0000 rubidium (svn r16896) -Codechange: make station spec allocation and station animation functions work for both stations and waypoints draft
Tue, 21 Jul 2009 10:46:32 +0000 alberth (svn r16895) -Codechange: Build dock window uses nested widget tree. draft
Mon, 20 Jul 2009 19:58:33 +0000 frosch (svn r16894) -Codechange: Add [Specialised]Vehicle::Last(). draft
Mon, 20 Jul 2009 19:45:12 +0000 alberth (svn r16893) -Codechange: Ship depot build window uses nested widget tree. draft
Mon, 20 Jul 2009 19:44:28 +0000 alberth (svn r16892) -Codechange: Add support for nested widget tree windows to PickerWindowBase. draft
Mon, 20 Jul 2009 18:43:02 +0000 alberth (svn r16891) -Codechange: Docks toolbar uses nested widget tree. draft
Mon, 20 Jul 2009 18:39:38 +0000 alberth (svn r16890) -Codechange: Allow raising and enabling/disabling of widgets even if they are not used. draft
Mon, 20 Jul 2009 17:45:25 +0000 translators (svn r16889) -Update from WebTranslator v3.0: draft
Mon, 20 Jul 2009 16:30:37 +0000 rubidium (svn r16888) -Fix (r16864): crash when trying to build (some?) NewGRF waypoints draft
Mon, 20 Jul 2009 13:16:15 +0000 rubidium (svn r16887) -Fix (r16884): erroneous semicolon. draft
Mon, 20 Jul 2009 11:21:57 +0000 rubidium (svn r16886) -Codechange: unify naming of some string IDs related to string codes and group them logically draft
Mon, 20 Jul 2009 11:12:59 +0000 rubidium (svn r16885) -Codechange: reduce (string) duplication with vehicle lists draft
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