summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2009-07-15(svn r16840) -Codechange: Small merge in town directory widget content method.alberth
2009-07-15(svn r16839) -Codechange: Remove obsolete FillNestedArray().alberth
2009-07-15(svn r16838) -Codechange: Fill Window::nested_array in SetupSmallestSize.alberth
2009-07-15(svn r16837) -Codechange: Collect largest used index while constructing ↵alberth
nested widget tree.
2009-07-15(svn r16834) -Fix [FS#3034]: call the AI Save() function only once so AIs ↵yexo
can't crash OpenTTD
2009-07-15(svn r16833) -Fix: WT3 made its first bug .. it is growing up!translators
2009-07-15(svn r16832) -Update from WebTranslator v3.0:translators
simplified_chinese - 54 changes by Gavin german - 4 changes by Araxiel korean - 31 changes by telk5093 brazilian_portuguese - 2 changes by Tucalipe russian - 26 changes by Lone_Wolf, Unknown
2009-07-14(svn r16831) -Fix (r16798): Stickybox is in the header and resizebox in the ↵alberth
footer of the window.
2009-07-14(svn r16829) -Update from WebTranslator v3.0:translators
arabic_egypt - 46 changes by kasakg simplified_chinese - 1 changes by Gavin esperanto - 205 changes by tradukanto german - 1 changes by planetmaker greek - 4 changes by kinglee korean - 201 changes by darkttd, telk5093 russian - 28 changes by Lone_Wolf serbian - 89 changes by etran
2009-07-14(svn r16828) -Codechange: attempt at making OSX compile with the 10.6 SDK ↵rubidium
too; no guarantees ofcourse...
2009-07-14(svn r16827) -Codechange: make OSX specific files include stdafx.h always as ↵rubidium
the first file. Also unify OSX specific stuff into osx_stdafx.h and remove unused includes.
2009-07-13(svn r16825) -Codechange: unify dirtying when updating the viewport signs.rubidium
2009-07-13(svn r16821) -Codechange: unify the naming of type::UpdateVirtCoord and ↵rubidium
UpdateAll[Type]VirtCoords.
2009-07-13(svn r16820) -Codechange: remove unused parameter in HandleCloneVehClick()smatz
2009-07-13(svn r16819) -Fix (r4868): Use the palette of the vehicle being drawn ↵frosch
instead of the one of the front vehicle.
2009-07-13(svn r16818) -Feature(ette): Highlight whole articulated vehicles in ↵frosch
traindepot instead of only the first part.
2009-07-13(svn r16817) -Codechange: Scroll depots horizontally in pixels instead of ↵frosch
1/8 vehicle length.
2009-07-13(svn r16816) -Update from WebTranslator v3.0:translators
galician - 229 changes by Condex indonesian - 1 changes by prof korean - 2 changes by darkttd polish - 18 changes by mysteq russian - 10 changes by Lone_Wolf
2009-07-13(svn r16815) -Fix: reduce the toolbar's priority for handling keypresses ↵rubidium
from most important to least important, so e.g. the order windows' 'd' skips to the next order
2009-07-13(svn r16814) -Codechange: make IsNormalAircraft() member of Aircraftsmatz
2009-07-13(svn r16813) -Codechange: make IsEngineCountable() member of Vehiclesmatz
2009-07-13(svn r16811) -Change: introduce a plural 'rule' for Koreanrubidium
2009-07-13(svn r16809) -Fix [FS#3021](r13096): automatic resizing of ↵smatz
SelectCompanyLiveryWindow wasn't working as expected