summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-14(svn r23947) -Feature: Timetabled maximum travel speeds for non-flying vehicles.michi_cc
2012-02-14(svn r23946) -Codechange: Pass a proper enum instead of a bit flag to ↵michi_cc
CmdChangeTimetable for indicating what to change.
2012-02-14(svn r23945) -Fix: Better rounding when converting internal speed to ↵michi_cc
displayed speed.
2012-02-13(svn r23944) -Update from WebTranslator v3.0:translators
french - 10 changes by OliTTD german - 1 changes by NG lithuanian - 46 changes by Stabilitronas russian - 4 changes by akasoft vietnamese - 1 changes by nglekhoi
2012-02-13(svn r23943) -Fix (r23835) [FS#5061]: Also list DEITY signs in the signlist ↵frosch
in SE.
2012-02-13(svn r23942) -Fix: infrastructure cache of standard road stops would get ↵rubidium
messed up when buying a company with them
2012-02-12(svn r23941) -Add: support for clangsmatz
2012-02-12(svn r23940) -Codechange: remove superfluous semicolonssmatz
2012-02-12(svn r23939) -Update from WebTranslator v3.0:translators
croatian - 4 changes by VoyagerOne english_US - 4 changes by Rubidium finnish - 2 changes by jpx_ german - 1 changes by NG italian - 1 changes by lorenzodv lithuanian - 42 changes by Stabilitronas spanish - 4 changes by Terkhen swedish - 15 changes by Zuu
2012-02-12(svn r23938) -Codechange: declare ScriptScanner::Initialize() and make it ↵smatz
abstract, make the other overloaded Initialize() protected
2012-02-12(svn r23937) -Change: improve the wording of some of the timeout related ↵rubidium
"error" messages
2012-02-12(svn r23936) -Feature [FS#5047]: readme/licence/changelog viewer for AI and ↵rubidium
game scripts (LordAro)
2012-02-12(svn r23935) -Codechange: generalise GetTextfilerubidium
2012-02-12(svn r23934) -Update: other language files w.r.t. the previous changerubidium
2012-02-12(svn r23933) -Codechange: make the text file window strings more generic ↵rubidium
(LordAro)
2012-02-12(svn r23932) -Codechange: split the NewGRF text window into its own source filesrubidium
2012-02-11(svn r23931) -Change: Scale infrastructure cost of rail tracks by the total ↵michi_cc
number of all tracks and not independently for each rail type.
2012-02-11(svn r23930) -Fix [FS#4944]: [Script] Do not close the parameter window when ↵rubidium
a script starts
2012-02-11(svn r23929) -Doc [FS#4966]: document, in a tooltip, that depot orders ↵rubidium
disable automatic servicing
2012-02-11(svn r23928) -Fix [FS#5053]: don't accelerate, for smoke purposes, when you ↵rubidium
reached the track's maximum speed
2012-02-11(svn r23927) -Fix [FS#5056]: 32bpp animated blitter was optimised a bit too ↵rubidium
far regarding not needing to update the colour mapping when (re)initialising the palette
2012-02-11(svn r23926) -Update [FS#5055]: some missing Latin-ish characters as some ↵rubidium
translations started using them (PaulC)
2012-02-11(svn r23925) -Fix (r23924): remove some remnants from generated files as wellrubidium
2012-02-11(svn r23924) -Fix [FS#5054]: [NoGo] "Some" news messages would cause an ↵rubidium
assertion to be triggered due to a missing proper location for the viewport of the news message, so only allow building when valid data for the viewport is provided or no viewport is used
2012-02-11(svn r23923) -Update [FS#5044]: rpm specs (Ammler)rubidium
2012-02-11(svn r23922) -Update from WebTranslator v3.0:translators
dutch - 3 changes by Bennievv luxembourgish - 49 changes by Phreeze norwegian_nynorsk - 1 changes by mantaray
2012-02-10(svn r23921) -Update from WebTranslator v3.0:translators
english_AU - 5 changes by tomas4g estonian - 55 changes by Jaanus french - 13 changes by OliTTD latvian - 1 changes by Parastais
2012-02-09(svn r23920) -Fix: Consider only the middle tile of a lock for ↵frosch
lock-infrastructure costs. The other two tiles may be owned by other companies. Also do not count the middle tile of a lock as canal, independent of whether it is build on ground or river slope.
2012-02-09(svn r23919) -Update from WebTranslator v3.0:translators
belarusian - 5 changes by KorneySan french - 50 changes by OliTTD lithuanian - 1 changes by Stabilitronas
2012-02-08(svn r23918) -Update from WebTranslator v3.0:translators
french - 19 changes by OliTTD hungarian - 4 changes by IPG
2012-02-08(svn r23917) -Fix (r11252,, r23914, r23915): Also use the CTT for refitmasks ↵frosch
for version 6 GRFs. I.e. fix the cursed GetCargoTranslation() function for the fourth time.
2012-02-07(svn r23916) -Fix (r23145): When determining the first refittable cargotype ↵frosch
according to CTT order, do not rely on the GRF assigning the refit_mask property. Also check for GRFs setting the default_cargo or refittable-cargo-classes or -types properties.
2012-02-07(svn r23915) -Codechange: Translate refitmask directly after reading it from ↵frosch
the GRF.
2012-02-07(svn r23914) -Fix (r11252, r13855): Don't test validity of cargobits using a ↵frosch
mask of cargoslots.
2012-02-07(svn r23913) -Fix (r23912): Silly typo in comment.frosch
2012-02-07(svn r23912) -Fix: When testing whether a engine shall only carry the ↵frosch
default cargo, check ctt_include_mask for being empty before applying cargo translation.
2012-02-07(svn r23911) -Update from WebTranslator v3.0:translators
french - 29 changes by OliTTD german - 1 changes by NG
2012-02-07(svn r23910) -Fix: [SDL] Handle the SDL_VIDEOEXPOSE event.matthijs
- It seems this event is never triggered when using 1.2 (it has some autorefresh feature which seems to have been removed in 1.3), but in theory this event could also trigger on 1.2. - Note that this fixes redraw issues when compiling against SDL 1.3, but it still uses the "compatibility" rendering API using SDL_SetVideoMode and SDL_UpdateRects. Eventually (when 1.3 is stable and released as 2.0), this should probably be rewritting to use the new Windows and Renderers available in SDL 1.3.
2012-02-07(svn r23909) -Fix: [SDL] Fix keyboard-related segfault when compiling ↵matthijs
against SDL 1.3.
2012-02-07(svn r23908) -Fix (r22910): [Makefile] Make sure bin/baseset/openttd.32.bmp ↵matthijs
is removed on make clean.
2012-02-07(svn r23907) -Fix: [Makefile] Let "make clean --dry-run" not delete Makefiles.matthijs
2012-02-06(svn r23906) -Codechange: replace magic numbers with named constants (adf88)rubidium
2012-02-06(svn r23905) -Fix [FS#5045]: OpenMSX got downloaded to and extracted in the ↵rubidium
wrong (non-existent) folder
2012-02-06(svn r23904) -Update from WebTranslator v3.0:translators
croatian - 4 changes by VoyagerOne german - 4 changes by NG italian - 2 changes by lorenzodv norwegian_bokmal - 2 changes by mantaray polish - 4 changes by wojteks86 romanian - 3 changes by kkmic russian - 2 changes by akasoft vietnamese - 1 changes by nglekhoi
2012-02-05(svn r23903) -Fix [FS#4993]: some instances had issues due to a value being ↵rubidium
out of range
2012-02-05(svn r23902) -Update from WebTranslator v3.0:translators
catalan - 2 changes by Catalan english_US - 4 changes by Rubidium finnish - 2 changes by jpx_ french - 48 changes by OliTTD tamil - 6 changes by aswn
2012-02-05(svn r23901) -Fix: memory leak everytime one clicked a savegame in the load GUIsmatz
2012-02-05(svn r23900) -Update [FS#5041]: some error/inconsistencies in the UK base ↵rubidium
"translation"
2012-02-04(svn r23898) -Remove: PNG sprite loader.michi_cc
2012-02-04(svn r23897) -Feature: [NewGRF] 32bpp sprites in GRFs.michi_cc