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