summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-12-16(svn r18514) -Codechange: make it a bit clearer that for tile layouts ↵rubidium
num_sprites (as in number of sprite sets) is not the same as num_sprites (as in number of building sprites)
2009-12-16(svn r18513) -Fix [FS#3379]: sometimes NewGRFs throw invalid data at OpenTTD ↵rubidium
and that triggered a check... that if a has to be between b and c (inclusive) then c must be bigger than or equal to b (and definitely not smaller)
2009-12-15(svn r18512) -Fix (r17859) [FS#3376]: assert when clicking the industry ↵yexo
button in the scenario editor
2009-12-15(svn r18511) -Update from WebTranslator v3.0:translators
croatian - 37 changes by UnderwaterHesus finnish - 1 changes by jpx_ french - 1 changes by glx german - 5 changes by dihedral hungarian - 4 changes by IPG, alyr norwegian_bokmal - 1 changes by Zhygometh polish - 8 changes by xaxa portuguese - 1 changes by JayCity serbian - 1 changes by etran spanish - 1 changes by Terkhen vietnamese - 3 changes by nglekhoi
2009-12-15(svn r18509) -Codechange (r2515,r2753): Data for drawing single_x/y rail ↵peter1138
pieces was inverted.
2009-12-15(svn r18508) -Fix [FS#3372]: if a rail station class had less data than ↵rubidium
capacity it would try to set a negative position
2009-12-15(svn r18507) -Change [FS#3340]: move the 'check online content' button from ↵yexo
the AI list window to the AI configuration window
2009-12-15(svn r18506) -Fix [FS#3368]: no error message was created for the first ↵rubidium
fatal NewGRF error.
2009-12-14(svn r18505) -Fix [FS#3169]: improve airport movement on several airportsyexo
2009-12-14(svn r18504) -Remove [NoAI]: AIVehicle::SkipToVehicleOrder as it was a ↵yexo
duplicate or AIOrder.SkipToOrder
2009-12-14(svn r18503) -Fix [FS#3370]: the length and platform buttons in the station ↵rubidium
window weren't always properly centered
2009-12-14(svn r18502) -Fix: the dummy AI would could a NOT_REACHED if the translated ↵rubidium
error message contained a quote
2009-12-14(svn r18499) -Fix/Change/Feature [FS#3159]: autoreplace and autorenew always ↵rubidium
reset their cargo sub type to 0. Now find a sub cargo type with the exact same name and use that, otherwise fallback to 0. So cargo sub types can be maintained via autoreplace *if* the new vehicle supports the same cargo sub type.
2009-12-14(svn r18498) -Fix [FS#2616]: cloning of vehicles could create vehicles with ↵rubidium
invalid cargo sub types for the build year of the vehicle. Fall back to another cargo sub type with the exact same name, otherwise fallback to cargo sub type 0.
2009-12-14(svn r18497) -Update from WebTranslator v3.0:translators
croatian - 36 changes by hebrew - 1 changes by dnd_man norwegian_bokmal - 23 changes by Zhygometh
2009-12-13(svn r18495) -Codechange: make sure we don't taint the vehicle cache with ↵rubidium
finding refit options and unmagify a constant
2009-12-13(svn r18494) -Fix (r18474): crash when moving non-engine to new free wagon ↵rubidium
chain and group count was off when moving a front engine within the same train and the new front isn't an engine.
2009-12-13(svn r18493) -Fix: don't access something after deleting itrubidium
2009-12-13(svn r18492) -Doc: A few Doxygen reference fixes (NewsSubtype reported by ↵alberth
Eddi), and a typo fix.
2009-12-13(svn r18491) -Fix (r18482): Update doxy comments of SetupSmallestSize() as well.alberth
2009-12-13(svn r18490) -Doc: Fixed syntax of a few doxygen pre and post coditions.alberth
2009-12-13(svn r18489) -Codechange: Introduce a custom container widget for a resizing ↵alberth
legend bar in the smallmap.
2009-12-13(svn r18488) -Codechange: Make number of rows for displaying industries in ↵alberth
smallmap legend dynamic.
2009-12-13(svn r18487) -Codechange: Move row height and column counting to OnInit in ↵alberth
the smallmap window as well.
2009-12-13(svn r18486) -Fix: when switching language and you're getting a different ↵rubidium
font, recalculate the coordinates/sizes of the viewport signs. Otherwise it gets glitchy or abbreviated (in the smallmap)
2009-12-13(svn r18485) -Update from WebTranslator v3.0:translators
basque - 23 changes by Thadah croatian - 93 changes by UnderwaterHesus german - 1 changes by planetmaker greek - 1 changes by fumantsu hungarian - 4 changes by IPG, Petert norwegian_bokmal - 654 changes by Zhygometh romanian - 2 changes by kkmic spanish - 1 changes by Terkhen
2009-12-13(svn r18484) -Codechange: simplify the Is(Stopped)InDepot functions for trainsrubidium
2009-12-13(svn r18483) -Document [FS#3367]: that OpenGFX/OpenSFX can be used and where ↵rubidium
to find them. Also refer to the readme in some error messages.
2009-12-13(svn r18482) -Cleanup (r18092): Conversion to widget array is not done any more.alberth
2009-12-13(svn r18481) -Codechange: unify the curve pathfinder penalty defaults; 0.01 ↵rubidium
tile won't make a dent, 3 tiles might be a bit too much -Feature-ish: make maximum pathfinder penalties for finding depots customisable, also increase it slightly to 20 tiles worth of penalties.
2009-12-13(svn r18480) -Codechange: Moved column width computation of smallmap legends ↵alberth
to OnInit(), added a few doxy comments.
2009-12-13(svn r18479) -Fix (r6532): Direction is accounted for long before motion ↵peter1138
counter is updated
2009-12-12(svn r18474) -Fix (r18470): in some odd corner cases the group (vehicle) ↵rubidium
counts could be off
2009-12-12(svn r18473) -Fix (r18470): crash when moving a multiheaded part to be just ↵rubidium
after itself
2009-12-12(svn r18472) -Fix [FS#3146]: selling vehicles in the depot could create ↵rubidium
states that are not allowed by the NewGRF attach callback.
2009-12-12(svn r18471) -Codechange/Fix: [NoAI] Deduplicate code betweeen ↵frosch
AIVehicle::SkipToVehicleOrder and AIOrder::SkipToOrder. They are the same. Also ORDER_CURRENT was not allowed for the latter, but well...
2009-12-12(svn r18470) -Codechange/Fix [part of FS#3146]: moving vehicles around in ↵rubidium
the depot could create states that are not allowed by the NewGRF attach callback.
2009-12-12(svn r18469) -Fix (r17139): possible invalid reads when listing content on ↵rubidium
the console
2009-12-12(svn r18468) -Codechange: make sure one never makes self-loops using ↵rubidium
Vehicle::SetNext
2009-12-11(svn r18467) -Fix (r17870): Missed positioning for cargo capacity of ↵peter1138
non-articulated road vehicles.
2009-12-11(svn r18466) -Codechange: use CmdMoveRailWagon to attach a just build wagon ↵rubidium
to a chain
2009-12-11(svn r18465) -Codechange: simplify CheckTrainInDepot and remove some ↵rubidium
unneeded wrapper functions
2009-12-11(svn r18464) -Fix (r17863): Caption of the build vehicle window did not have ↵alberth
company colours.
2009-12-11(svn r18463) -Codechange: some simplifications for finding the end of a vehiclerubidium
2009-12-11(svn r18462) -Fix: when moving a wagon and only the last part of a dual ↵rubidium
headed engine you could split the dual headed engine over two vehicles.
2009-12-11(svn r18461) -Fix (r18456): when moving a wagon from the front of a train ↵rubidium
one could make a train 1 longer than allowed
2009-12-11(svn r18460) -Update from WebTranslator v3.0:translators
catalan - 2 changes by arnau traditional_chinese - 4 changes by josesun croatian - 59 changes by UnderwaterHesus french - 2 changes by glx norwegian_bokmal - 34 changes by Zhygometh serbian - 6 changes by etran vietnamese - 3 changes by nglekhoi
2009-12-11(svn r18459) -Codechange: move the new train validity checking (attach ↵rubidium
callbacks) to a separate function
2009-12-11(svn r18458) -Codechange: make the 'check train length' code of ↵rubidium
CmdMoveRailVehicle a separate function
2009-12-11(svn r18457) -Fix (r18015): southwest and northeast buttons for freeform ↵yexo
edges were swapped