summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-05-05(svn r24200) -Fix [FS#5149]: Invalidate build vehicle windows every month, ↵frosch
in case they need resorting due to changed reliabilities.
2012-05-05(svn r24199) -Update from WebTranslator v3.0:translators
catalan - 4 changes by arnau czech - 1 changes by Paragulis hungarian - 10 changes by IPG
2012-05-04(svn r24198) -Update from WebTranslator v3.0:translators
korean - 2 changes by telk5093 polish - 46 changes by Kilian ukrainian - 3 changes by edd_k
2012-05-03(svn r24197) -Update from WebTranslator v3.0:translators
belarusian - 1 changes by Wowanxm ukrainian - 2 changes by edd_k vietnamese - 4 changes by nglekhoi
2012-05-02(svn r24196) -Update from WebTranslator v3.0:translators
afrikaans - 33 changes by telanus belarusian - 6 changes by KorneySan, Wowanxm croatian - 4 changes by VoyagerOne czech - 4 changes by Paragulis dutch - 8 changes by habell english_AU - 19 changes by tomas4g english_US - 4 changes by Rubidium finnish - 4 changes by jpx_ french - 4 changes by OliTTD german - 4 changes by NG italian - 4 changes by lorenzodv lithuanian - 22 changes by Stabilitronas polish - 4 changes by wojteks86 russian - 6 changes by KorneySan
2012-05-01(svn r24195) -Update from WebTranslator v3.0:translators
czech - 1 changes by Paragulis
2012-05-01(svn r24194) -Change: Rename the 'signal_side' setting to ↵frosch
'train_signal_side', and add a third option while doing so.
2012-05-01(svn r24193) -Fix (r24191): Also update comments accordingly.frosch
2012-05-01(svn r24192) -Fix [FS#5153-ish]: Also use default value when reading an ↵frosch
invalid integer setting value.
2012-05-01(svn r24191) -Fix: If you consider a settings to potentially cause desyncs ↵frosch
via NewGRFs and thus disallow changing it in network games, you should probably also sync it to clients.
2012-04-30(svn r24190) -Update from WebTranslator v3.0:translators
traditional_chinese - 90 changes by Luper czech - 11 changes by Paragulis
2012-04-30(svn r24189) -Fix: when going to fullscreen and back, restore to the ↵truebrain
resolution you were, not to the fullscreen resolution (Windows only)
2012-04-30(svn r24188) -Fix-ish [FS#5151] (r1): when changing the basics of a window ↵truebrain
(fullscreen, 8bpp/32bpp), and a window already exists, it was forced out of maximize mode, and its resolution/position was reset, often causing unwanted side-effects. As a "bonus", a WC_SIZE was triggered, and if the system was going from 8bpp to 32pp, this caused a forced window update in a limbo-state of the blitter (not fully 32bpp just yet, but for sure no longer 8bpp); this could cause random memory access which could lead to ACCESS_VIOLATIONS
2012-04-29(svn r24187) -Update from WebTranslator v3.0:translators
russian - 2 changes by Lone_Wolf spanish - 2 changes by Terkhen
2012-04-28(svn r24186) -Feature: [NewGRF] Callback to set industry production level on ↵frosch
construction. (andythenorth)
2012-04-28(svn r24185) -Codechange: Deduplicate some only partly deduplicated code.frosch
2012-04-27(svn r24184) -Update from WebTranslator v3.0:translators
catalan - 12 changes by arnau hungarian - 13 changes by Brumi polish - 30 changes by Kilian romanian - 13 changes by tonny
2012-04-26(svn r24183) -Fix [FS#5169]: Town radii were not updated immediatelly after ↵frosch
construction/destruction of houses, resulting in desyncs.
2012-04-26(svn r24182) -Fix [FS#5169-ish]: The population of a town was computed ↵frosch
incorrectly for overridden houses when loading a game.
2012-04-26(svn r24181) -Update from WebTranslator v3.0:translators
german - 2 changes by Jogio
2012-04-25(svn r24180) -Codechange/feature-ish: add cache checker for the town's cacherubidium
2012-04-25(svn r24179) -Codechange: move some variables of Town to TownCacherubidium
2012-04-24(svn r24178) -Fix [FS#5110]: The object name from property A was not ↵frosch
displayed in the object GUI.
2012-04-24(svn r24177) -Fix (r0) [FS#5148]: The arctic "shops and offices" used the ↵frosch
"church" sprite in one of its four views.
2012-04-24(svn r24176) -Fix (r21772): The object GUI did not draw objects when all ↵frosch
objects of a class are disabled.
2012-04-24(svn r24175) -Fix (r24171): Make sure to select a object class with visible ↵frosch
objects when opening the object GUI.
2012-04-23(svn r24174) -Update from WebTranslator v3.0:translators
afrikaans - 3 changes by telanus ukrainian - 1 changes by edd_k
2012-04-22(svn r24173) -Update from WebTranslator v3.0:translators
afrikaans - 39 changes by telanus latvian - 16 changes by Parastais
2012-04-22(svn r24172) -Cleanup: Lighthouse and transmitter no longer need special ↵frosch
treatment to not appear in the object GUI.
2012-04-22(svn r24171) -Fix [FS#4967, FS#5120]: Hide object specs/classes from the ↵frosch
GUI, if they will never be available to the user.
2012-04-22(svn r24170) -Add: Methods for translating between NewGRFClass spec indices ↵frosch
and user interface indices.
2012-04-22(svn r24169) -Add: Make NewGRFClass distinguish between defined specs and ↵frosch
specs visible for the user.
2012-04-22(svn r24168) -Codechange: Simplify default station class instantiation.frosch
2012-04-22(svn r24167) -Codechange: Rename NewGRFClass::GetCount() to ↵frosch
NewGRFClass::GetClassCount()
2012-04-22(svn r24166) -Codechange: Turn NewGRFClass::Get(Tid, uint) and GetCount(Tid) ↵frosch
into non-static members GetSpec(uint) and GetSpecCount().
2012-04-22(svn r24165) -Codechange: Split parts of static NewGRFClass::Assign() into ↵frosch
non-static Insert().
2012-04-22(svn r24164) -Codechange: Split parts of static NewGRFClass::Reset() into ↵frosch
non-static ResetClass().
2012-04-22(svn r24163) -Codechange: Make various members of NewGRFClass private.frosch
2012-04-22(svn r24162) -Codechange: Remove NewGRFClass::GetName() and SetName() in ↵frosch
favour of using Get() and direct member access (which is needed anyway for GRF string resolving).
2012-04-22(svn r24161) -Add: Method to get a specific NewGRFClass.frosch
2012-04-22(svn r24160) -Codechange: Split parts of ObjectSpec::IsAvailable() into ↵frosch
ObjectSpec::IsEverAvailable().
2012-04-22(svn r24159) -Fix: If you spent hard work on finding an available object ID, ↵frosch
you should probably also use it instead of always 0.
2012-04-21(svn r24158) -Fix (r23408): Town producing no cargo at all could spawn ↵frosch
passenger subsidies.
2012-04-21(svn r24157) -Update from WebTranslator v3.0:translators
afrikaans - 45 changes by telanus belarusian - 10 changes by Wowanxm simplified_chinese - 3 changes by chenwt0315 croatian - 12 changes by VoyagerOne german - 12 changes by planetmaker latvian - 24 changes by Parastais, Tranzistors
2012-04-20(svn r24156) -Update from WebTranslator v3.0:translators
afrikaans - 36 changes by telanus italian - 12 changes by lorenzodv
2012-04-19(svn r24155) -Fix: the music volume was set too early during startup; at a ↵rubidium
moment the configuration file wasn't read yet
2012-04-19(svn r24154) -Update from WebTranslator v3.0:translators
afrikaans - 53 changes by telanus danish - 10 changes by mgarde finnish - 12 changes by jpx_ lithuanian - 11 changes by Stabilitronas brazilian_portuguese - 12 changes by Tucalipe russian - 2 changes by Lone_Wolf ukrainian - 12 changes by edd_k
2012-04-18(svn r24153) -Fix [FS#5160]: [Squirrel] Crash when trying to create an array ↵rubidium
with negative size
2012-04-18(svn r24152) -Fix [FS#5157]: [NoAI] Do not return the last 'cached' speed of ↵rubidium
vehicles when they are stopped/crashed
2012-04-18(svn r24151) -Fix: typo in script documentationrubidium