summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-07-20(svn r16890) -Codechange: Allow raising and enabling/disabling of widgets ↵alberth
even if they are not used.
2009-07-20(svn r16889) -Update from WebTranslator v3.0:translators
danish - 40 changes by silentStatic french - 1 changes by glx galician - 37 changes by Condex german - 1 changes by planetmaker russian - 17 changes by Lone_Wolf serbian - 2 changes by BlueEyedFiend
2009-07-20(svn r16888) -Fix (r16864): crash when trying to build (some?) NewGRF waypointsrubidium
2009-07-20(svn r16887) -Fix (r16884): erroneous semicolon.rubidium
2009-07-20(svn r16886) -Codechange: unify naming of some string IDs related to string ↵rubidium
codes and group them logically
2009-07-20(svn r16885) -Codechange: reduce (string) duplication with vehicle listsrubidium
2009-07-19(svn r16884) -Codechange: Add Train::GetFirstEnginePart() and use it.frosch
2009-07-19(svn r16883) -Update from WebTranslator v3.0:translators
simplified_chinese - 5 changes by Gavin traditional_chinese - 4 changes by ww9980 russian - 12 changes by Lone_Wolf slovak - 7 changes by James
2009-07-19(svn r16882) -Codechange: Introduce a line_height variable in the station ↵alberth
picker window.
2009-07-19(svn r16881) -Codechange: fix some naming inconsistencies w.r.t. strings ↵rubidium
used in the vehicle list GUIs.
2009-07-19(svn r16880) -Codechange: replace magic numbers with their enums and use a ↵rubidium
clearer variable name than 'flag' in the station naming function.
2009-07-19(svn r16879) -Codechange: Use coordinates of widgets for custom rendering.alberth
2009-07-19(svn r16878) -Codechange: Let WWT_LABEL widgets do the drawing rather than ↵alberth
OnPaint.
2009-07-18(svn r16877) -Codechange: use Subsidy::IsAwarded() instead of testing ↵smatz
subsidy's age
2009-07-18(svn r16876) -Codechange: add helper functions to cast to Station/Waypoint ↵rubidium
with some extra checks.
2009-07-18(svn r16875) -Update from WebTranslator v3.0:translators
simplified_chinese - 46 changes by EraserKing, Gavin indonesian - 5 changes by prof russian - 18 changes by Lone_Wolf ukrainian - 2 changes by nsergiy
2009-07-18(svn r16874) -Change: Give the number behind free wagon chains in depots the ↵frosch
same meaning as for trains.
2009-07-18(svn r16873) -Codechange: Terraform window and scenario landscape editing ↵alberth
window switched to nested widgets.
2009-07-18(svn r16872) -Codechange: Add RoadVehicle::GetDisplayImageWidth and simplify ↵frosch
DrawRoadVehImage.
2009-07-18(svn r16871) -Codechange: Generalize GetWidgetContentSize to ↵alberth
UpdateWidgetSize for better control over widget size and resize steps.
2009-07-18(svn r16870) -Codechange: unmagicify road stop/waypoint picker drawingrubidium
2009-07-18(svn r16869) -Codechange: make drawing waypoints a tiny bit more like ↵rubidium
drawing stations
2009-07-18(svn r16868) -Codechange: unify UpdateAll[Station|Waypoint]VirtCoordsrubidium
2009-07-17(svn r16867) -Feature(ette): Turn variable 0E/8E (vertical offset for trains ↵frosch
in depot) and variable 1E/9E bit 3 (wagon width in depot) into grf-local variables.
2009-07-17(svn r16866) -Fix (r16865): forgot to run squirrel_export.shyexo
2009-07-17(svn r16865) -Doc [NoAI] [FS#3037]: replace old exception names with current ↵yexo
ones and fix a type in the noai documentation (patch by Chruker)
2009-07-17(svn r16864) -Codechange: make Waypoints a subclass of BaseStation.rubidium
2009-07-17(svn r16863) -Codechange: GetWaypointByTile -> Waypoint::GetByTile, like ↵rubidium
used for e.g. stations
2009-07-17(svn r16862) -Codechange: make waypoints use the same system of station ↵rubidium
station spec lists.
2009-07-17(svn r16861) -Codechange: move a few more bits from station to basestation ↵rubidium
(to be shared with waypoints)
2009-07-17(svn r16860) -Codechange: introduce a helper to assign a station spec to ↵rubidium
Waypoints
2009-07-17(svn r16859) -Codechange: split the Station struct into two so parts of it ↵rubidium
can be reused for Waypoints.
2009-07-17(svn r16858) -Update from WebTranslator v3.0:translators
simplified_chinese - 1 changes by Gavin indonesian - 1 changes by prof russian - 16 changes by Lone_Wolf
2009-07-17(svn r16857) -Fix [FS#3036](r16652): crash when train partially in depot crashedsmatz
2009-07-17(svn r16856) -Fix: Allow the rail toobar window to align vertically for ↵alberth
larger sprites.
2009-07-16(svn r16855) -Codechange: remove unused 'conversion' stuff from the waypoint ↵rubidium
struct and make it more similar to Station.
2009-07-16(svn r16854) -Fix (r2046): savegames from before this version would get the ↵rubidium
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.
2009-07-16(svn r16853) -Codechange: make CargoSpec const at two placessmatz
2009-07-16(svn r16852) -Codechange: use FOR_ALL_CARGOSPECS for iterating over all ↵smatz
valid CargoSpecs
2009-07-16(svn r16851) -Codechange: use StationSpecList in waypoint toorubidium
2009-07-16(svn r16850) -Codechange: unify some naming of variables between waypoints ↵rubidium
and stations.
2009-07-16(svn r16849) -Codechange: replace GetCargo() by CargoSpec::Get()smatz
2009-07-16(svn r16848) -Fix: Trying to reduce a nested widget window further than the ↵alberth
smallest alowed size should not crash the game.
2009-07-16(svn r16847) -Update from WebTranslator v3.0:translators
esperanto - 5 changes by tradukanto norwegian_bokmal - 58 changes by CyberKenny russian - 4 changes by Lone_Wolf
2009-07-16(svn r16846) -Codechange: make the content download status window only use ↵rubidium
nested widgets
2009-07-16(svn r16845) -Codechange: Introduction of constants for describing the bits ↵alberth
in a WWT_MATRIX data field.
2009-07-16(svn r16844) -Doc (r13182): Remove documentation of removed window event ↵alberth
handling function.
2009-07-16(svn r16843) -Codechange: More documentation for the WWT_MATRIX widget, and ↵alberth
better variable names in matrix rendering function.
2009-07-16(svn r16842) -Cleanup: add some spaces around a few operatorsrubidium
2009-07-16(svn r16841) -Cleanup: spaces/tabs where they don't belongrubidium