summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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 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 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-06(svn r23906) -Codechange: replace magic numbers with named constants (adf88)rubidium
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
2012-02-04(svn r23896) -Fix (r23884): Don't free unallocated memory.michi_cc
2012-02-04(svn r23895) -Revert (r23888): Broken and not even needed anymore in the ↵michi_cc
container format 2 implementation that was committed.
2012-02-04(svn r23894) -Fix (r23893): Use the right variable, not the one that's ↵michi_cc
always going to be 0.
2012-02-04(svn r23893) -Change: [NewGRF] Extended chunked sprite encoding to work for ↵michi_cc
bigger sprites.
2012-02-04(svn r23892) -Update from WebTranslator v3.0:translators
french - 65 changes by OliTTD latvian - 23 changes by Parastais spanish - 1 changes by Terkhen tamil - 15 changes by aswn
2012-02-04(svn r23891) -Fix-ish: compile failures with SDL 1.3rubidium
2012-02-04(svn r23890) -Add: [NewGRF] Support for RealSprites with multiple zoom levels.michi_cc
2012-02-04(svn r23889) -Codechange: Centralise sprite resizing in one place. (peter1138)michi_cc
2012-02-04(svn r23888) -Change: Move the min/max zoom settings to the "misc" section ↵michi_cc
so they are valid before sprites are loaded.
2012-02-04(svn r23887) -Feature: [NewGRF] Support for container version 2.michi_cc
2012-02-04(svn r23886) -Codechange: Allow limiting the MD5 file hash to the first x ↵michi_cc
bytes of the file.
2012-02-04(svn r23885) -Codechange: Use the GRF sprite loader for then mapgen sprites ↵michi_cc
as well.
2012-02-04(svn r23884) -Codechange: Store recolour sprites in memory directly during ↵michi_cc
GRF loading.
2012-02-04(svn r23883) -Fix: [NewGRF] It wasn't possible to import sounds from a ↵michi_cc
NewGRF later in the load order.
2012-02-04(svn r23882) -Codechange: Delay parsing of NewGRF sound effects until first ↵michi_cc
usage.
2012-02-04(svn r23881) -Codechange: Move GRF sprite decoding into a separate function.michi_cc
2012-02-04(svn r23880) -Add: A simple smart pointer.michi_cc