Mercurial > hg > openttd
graph
-
(svn r16909) -Fix [FS#2996]: NewGRF stations would be triggering assertions all over the place when using the more advanced station types. draftWed, 22 Jul 2009 08:59:57 +0000, by rubidium
-
(svn r16908) -Codechange: s/DepotWaypointReservation/DepotReservation/ draftWed, 22 Jul 2009 08:52:41 +0000, by rubidium
-
(svn r16906) -Fix (r12939): Child windows of build toolbars were placed inconsistently. draftTue, 21 Jul 2009 22:25:21 +0000, by alberth
-
(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 draftTue, 21 Jul 2009 17:14:05 +0000, by rubidium
-
(svn r16900) -Codechange: prepare the waypoint window for buoys draftTue, 21 Jul 2009 16:30:01 +0000, by rubidium
-
(svn r16898) -Codechange: Station build window uses nested widget tree. draftTue, 21 Jul 2009 11:40:30 +0000, by alberth
-
(svn r16897) -Codechange: use the 'generic' station spec to station allocation for waypoints too draftTue, 21 Jul 2009 11:20:34 +0000, by rubidium
-
(svn r16896) -Codechange: make station spec allocation and station animation functions work for both stations and waypoints draftTue, 21 Jul 2009 11:11:05 +0000, by rubidium
-
(svn r16895) -Codechange: Build dock window uses nested widget tree. draftTue, 21 Jul 2009 10:46:32 +0000, by alberth
-
(svn r16894) -Codechange: Add [Specialised]Vehicle::Last(). draftMon, 20 Jul 2009 19:58:33 +0000, by frosch
-
(svn r16893) -Codechange: Ship depot build window uses nested widget tree. draftMon, 20 Jul 2009 19:45:12 +0000, by alberth
-
(svn r16892) -Codechange: Add support for nested widget tree windows to PickerWindowBase. draftMon, 20 Jul 2009 19:44:28 +0000, by alberth
-
(svn r16891) -Codechange: Docks toolbar uses nested widget tree. draftMon, 20 Jul 2009 18:43:02 +0000, by alberth
-
(svn r16890) -Codechange: Allow raising and enabling/disabling of widgets even if they are not used. draftMon, 20 Jul 2009 18:39:38 +0000, by alberth
-
(svn r16888) -Fix (r16864): crash when trying to build (some?) NewGRF waypoints draftMon, 20 Jul 2009 16:30:37 +0000, by rubidium
-
(svn r16886) -Codechange: unify naming of some string IDs related to string codes and group them logically draftMon, 20 Jul 2009 11:21:57 +0000, by rubidium
-
(svn r16885) -Codechange: reduce (string) duplication with vehicle lists draftMon, 20 Jul 2009 11:12:59 +0000, by rubidium
-
(svn r16884) -Codechange: Add Train::GetFirstEnginePart() and use it. draftSun, 19 Jul 2009 19:17:41 +0000, by frosch
-
(svn r16882) -Codechange: Introduce a line_height variable in the station picker window. draftSun, 19 Jul 2009 17:28:20 +0000, by alberth
-
(svn r16881) -Codechange: fix some naming inconsistencies w.r.t. strings used in the vehicle list GUIs. draftSun, 19 Jul 2009 16:57:04 +0000, by rubidium
-
(svn r16880) -Codechange: replace magic numbers with their enums and use a clearer variable name than 'flag' in the station naming function. draftSun, 19 Jul 2009 15:58:47 +0000, by rubidium
-
(svn r16879) -Codechange: Use coordinates of widgets for custom rendering. draftSun, 19 Jul 2009 15:40:43 +0000, by alberth
-
(svn r16878) -Codechange: Let WWT_LABEL widgets do the drawing rather than OnPaint. draftSun, 19 Jul 2009 15:18:26 +0000, by alberth
-
(svn r16877) -Codechange: use Subsidy::IsAwarded() instead of testing subsidy's age draftSat, 18 Jul 2009 19:54:35 +0000, by smatz
-
(svn r16876) -Codechange: add helper functions to cast to Station/Waypoint with some extra checks. draftSat, 18 Jul 2009 18:39:17 +0000, by rubidium
-
(svn r16874) -Change: Give the number behind free wagon chains in depots the same meaning as for trains. draftSat, 18 Jul 2009 17:38:18 +0000, by frosch
-
(svn r16873) -Codechange: Terraform window and scenario landscape editing window switched to nested widgets. draftSat, 18 Jul 2009 15:29:16 +0000, by alberth
-
(svn r16872) -Codechange: Add RoadVehicle::GetDisplayImageWidth and simplify DrawRoadVehImage. draftSat, 18 Jul 2009 12:34:19 +0000, by frosch
-
(svn r16871) -Codechange: Generalize GetWidgetContentSize to UpdateWidgetSize for better control over widget size and resize steps. draftSat, 18 Jul 2009 10:46:55 +0000, by alberth
-
(svn r16870) -Codechange: unmagicify road stop/waypoint picker drawing draftSat, 18 Jul 2009 10:39:52 +0000, by rubidium
-
(svn r16869) -Codechange: make drawing waypoints a tiny bit more like drawing stations draftSat, 18 Jul 2009 10:01:31 +0000, by rubidium
-
(svn r16868) -Codechange: unify UpdateAll[Station|Waypoint]VirtCoords draftSat, 18 Jul 2009 08:41:58 +0000, by rubidium
-
(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. draftFri, 17 Jul 2009 22:00:13 +0000, by frosch
-
(svn r16866) -Fix (r16865): forgot to run squirrel_export.sh draftFri, 17 Jul 2009 21:45:57 +0000, by 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) draftFri, 17 Jul 2009 21:36:26 +0000, by yexo
-
(svn r16864) -Codechange: make Waypoints a subclass of BaseStation. draftFri, 17 Jul 2009 21:06:06 +0000, by rubidium
-
(svn r16863) -Codechange: GetWaypointByTile -> Waypoint::GetByTile, like used for e.g. stations draftFri, 17 Jul 2009 20:51:24 +0000, by rubidium
-
(svn r16862) -Codechange: make waypoints use the same system of station station spec lists. draftFri, 17 Jul 2009 20:40:29 +0000, by rubidium
-
(svn r16861) -Codechange: move a few more bits from station to basestation (to be shared with waypoints) draftFri, 17 Jul 2009 20:30:07 +0000, by rubidium
-
(svn r16860) -Codechange: introduce a helper to assign a station spec to Waypoints draftFri, 17 Jul 2009 20:21:24 +0000, by rubidium
-
(svn r16859) -Codechange: split the Station struct into two so parts of it can be reused for Waypoints. draftFri, 17 Jul 2009 19:44:13 +0000, by rubidium
-
(svn r16857) -Fix [FS#3036](r16652): crash when train partially in depot crashed draftFri, 17 Jul 2009 13:54:06 +0000, by smatz
-
(svn r16856) -Fix: Allow the rail toobar window to align vertically for larger sprites. draftFri, 17 Jul 2009 10:38:07 +0000, by alberth
-
(svn r16855) -Codechange: remove unused 'conversion' stuff from the waypoint struct and make it more similar to Station. draftThu, 16 Jul 2009 23:02:39 +0000, by 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. draftThu, 16 Jul 2009 22:58:06 +0000, by rubidium
-
(svn r16853) -Codechange: make CargoSpec const at two places draftThu, 16 Jul 2009 21:37:59 +0000, by smatz
-
(svn r16852) -Codechange: use FOR_ALL_CARGOSPECS for iterating over all valid CargoSpecs draftThu, 16 Jul 2009 20:40:06 +0000, by smatz
-
(svn r16851) -Codechange: use StationSpecList in waypoint too draftThu, 16 Jul 2009 20:29:08 +0000, by rubidium
-
(svn r16850) -Codechange: unify some naming of variables between waypoints and stations. draftThu, 16 Jul 2009 20:15:28 +0000, by rubidium
-
(svn r16849) -Codechange: replace GetCargo() by CargoSpec::Get() draftThu, 16 Jul 2009 19:00:13 +0000, by smatz
-
(svn r16848) -Fix: Trying to reduce a nested widget window further than the smallest alowed size should not crash the game. draftThu, 16 Jul 2009 18:31:33 +0000, by alberth