Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 cache | rubidium | |
2012-04-25 | (svn r24179) -Codechange: move some variables of Town to TownCache | rubidium | |
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 documentation | rubidium | |
2012-04-18 | (svn r24150) -Fix (r24149): missing WT3 validation | rubidium | |
2012-04-18 | (svn r24149) -Update from WebTranslator v3.0: | translators | |
dutch - 10 changes by habell english_US - 12 changes by Rubidium french - 18 changes by OliTTD korean - 13 changes by telk5093 polish - 12 changes by wojteks86 russian - 10 changes by Lone_Wolf spanish - 10 changes by Terkhen vietnamese - 12 changes by nglekhoi | |||
2012-04-17 | (svn r24148) -Add [FS#4907]: South Korean and South African currencies. (PaulC) | michi_cc | |
2012-04-17 | (svn r24146) -Fix [FS#5153]: Use default value when reading an invalid ↵ | michi_cc | |
setting value. (Eddi) | |||
2012-04-17 | (svn r24145) -Cleanup: Switch coding style. | michi_cc | |
2012-04-17 | (svn r24144) -Change [FS#4605]: Reset 'convert signal' button when signal ↵ | michi_cc | |
GUI is closed. (yorick) | |||
2012-04-17 | (svn r24143) -Change [FS#5145]: Improve fence placement for rail. (Eddi) | michi_cc | |
2012-04-17 | (svn r24142) -Feature [FS#3576]: Randomise count of passengers killed in a ↵ | michi_cc | |
crash. (riffraffselbow) | |||
2012-04-17 | (svn r24141) -Feature: Display rating in the town directory window. ↵ | michi_cc | |
(Inspired by patch from MagicBuzz) | |||
2012-04-17 | (svn r24140) -Add [FS#1117]: Group name in the replace vehicle window ↵ | michi_cc | |
caption. (Juanjo) | |||
2012-04-17 | (svn r24139) -Add: Creating a new vehicle group by drag and drop. (Based on ↵ | michi_cc | |
patch by Juanjo) | |||
2012-04-17 | (svn r24138) -Feature(ette): Ctrl+drag to add all vehicles with a shared ↵ | michi_cc | |
order list to a group. (Juanjo) |