Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-31 | (svn r22283) -Merge from 1.1: documentation updates/release changes | rubidium | |
2011-03-30 | (svn r22280) -Fix: update the 40+x station vars caches when displaying them ↵ | yexo | |
in the NewGRF debug gui | |||
2011-03-30 | (svn r22279) -Update from WebTranslator v3.0: | translators | |
faroese - 139 changes by HPJ german - 2 changes by lugo portuguese - 3 changes by JayCity | |||
2011-03-29 | (svn r22278) -Update from WebTranslator v3.0: | translators | |
faroese - 25 changes by BuBu, HPJ | |||
2011-03-28 | (svn r22277) -Update from WebTranslator v3.0: | translators | |
faroese - 26 changes by BuBu norwegian_nynorsk - 57 changes by 2rB | |||
2011-03-26 | (svn r22276) -Update from WebTranslator v3.0: | translators | |
catalan - 1 changes by arnau frisian - 61 changes by gjannema german - 1 changes by MG russian - 2 changes by Lone_Wolf | |||
2011-03-25 | (svn r22275) -Update from WebTranslator v3.0: | translators | |
russian - 3 changes by Lone_Wolf spanish - 1 changes by Terkhen | |||
2011-03-24 | (svn r22274) -Update from WebTranslator v3.0: | translators | |
frisian - 9 changes by Fopper | |||
2011-03-24 | (svn r22273) -Fix (r22271) [FS#4562]: fix was incorrect | yexo | |
2011-03-23 | (svn r22272) -Update from WebTranslator v3.0: | translators | |
frisian - 3 changes by gjannema | |||
2011-03-22 | (svn r22271) -Fix (r22258) [FS#4562]: cargo en-route display in station was ↵ | yexo | |
broken | |||
2011-03-22 | (svn r22270) -Codechange: initialize some temporary arrays on the same line ↵ | yexo | |
as they're declared so the size doesn't have to be declared manually. Also detect the size of those arrays automatically by using a template | |||
2011-03-22 | (svn r22269) -Update from WebTranslator v3.0: | translators | |
dutch - 1 changes by Yexo faroese - 9 changes by FastNinja polish - 2 changes by silver_777 | |||
2011-03-21 | (svn r22268) -Update from WebTranslator v3.0: | translators | |
faroese - 187 changes by FastNinja frisian - 40 changes by gjannema | |||
2011-03-20 | (svn r22267) -Fix: broken language file... | rubidium | |
2011-03-20 | (svn r22266) -Fix [FS#4558]: In the scenario editor you could build a ship ↵ | rubidium | |
depot using the hotkeys. Removing that depot causes an assertions to trigger. | |||
2011-03-20 | (svn r22265) -Update from WebTranslator v3.0: | translators | |
basque - 8 changes by Thadah frisian - 71 changes by gjannema | |||
2011-03-19 | (svn r22263) -Update from WebTranslator v3.0: | translators | |
lithuanian - 35 changes by BlinK_ portuguese - 18 changes by JayCity romanian - 15 changes by tonny | |||
2011-03-18 | (svn r22259) -Fix (r9779)[FS#4557]: Remove duplicate and wrong (too early) ↵ | frosch | |
activation of new game settings. (chillcore) | |||
2011-03-18 | (svn r22258) -Codechange: introduce a wrapper class to clean up the ↵ | yexo | |
arguments to FormatString | |||
2011-03-16 | (svn r22255) -Update from WebTranslator v3.0: | translators | |
ukrainian - 16 changes by Madvin | |||
2011-03-14 | (svn r22254) -Codechange: Make settingsgen only update the output file if it ↵ | michi_cc | |
actually changed. | |||
2011-03-14 | (svn r22253) -Change: Apply the same inflation to the initial loan as to the ↵ | frosch | |
maximum loan. Note that this is no change to the economy; it only saves players some clicks when starting companies in later years. (Eddi) | |||
2011-03-13 | (svn r22250) -Cleanup (r16378): Engines poolitems do not need a flag for ↵ | frosch | |
validness anymore. The pool knows that on its own. | |||
2011-03-13 | (svn r22249) -Codechange: Process some more invalidation of IDs during ↵ | frosch | |
command scope. | |||
2011-03-13 | (svn r22248) -Codechange: Make OnInvalidateData() process 'delete this;' ↵ | frosch | |
already in command scope. | |||
2011-03-13 | (svn r22247) -Codechange: Update comments wrt. ForceRebuild() in command-scope. | frosch | |
2011-03-13 | (svn r22246) -Fix: Process order window invalidations for specific orders in ↵ | frosch | |
command-scope. | |||
2011-03-13 | (svn r22245) -Codechange: Make vehicle lists handle command-/GUI-scope ↵ | frosch | |
invalidations themself. | |||
2011-03-13 | (svn r22244) -Codechange: Make vehicle windows handle command-/GUI-scope ↵ | frosch | |
invalidations themself (from autoreplace and refitting). | |||
2011-03-13 | (svn r22243) -Codechange: Make AIDebugWindow::OnInvalidateData() handle ↵ | frosch | |
command-/GUI-scope itself. | |||
2011-03-13 | (svn r22242) -Codechange: Let OnInvalidateData() decide itself what to do ↵ | frosch | |
immediately in command scope, and what to do asynchronously in GUI-scope. | |||
2011-03-13 | (svn r22241) -Codechange: Add additional to-be-used parameter to ↵ | frosch | |
OnInvalidateData(). | |||
2011-03-13 | (svn r22240) -Update from WebTranslator v3.0: | translators | |
esperanto - 9 changes by Christopher faroese - 71 changes by FastNinja greek - 20 changes by fumantsu | |||
2011-03-13 | (svn r22239) -Doc: Further engine doxyment additions. | alberth | |
2011-03-13 | (svn r22238) -Codechange (r8888): Also remove the now unused ↵ | alberth | |
NUM_VEHICLE_TYPES constant. | |||
2011-03-13 | (svn r22237) -Doc: Add some doxyments to structs and enums in engine_type.h | alberth | |
2011-03-13 | (svn r22236) -Fix (r21457): Disarm a bear-pit, which r22226 almost fell into. | frosch | |
2011-03-13 | (svn r22235) -Add: stub for a Faroese translation | rubidium | |
2011-03-12 | (svn r22234) -Update from WebTranslator v3.0: | translators | |
swedish - 2 changes by Zuu | |||
2011-03-11 | (svn r22233) -Fix (r22210): value strings for command-pause-level were not ↵ | yexo | |
shown correctly | |||
2011-03-11 | (svn r22232) -Update from WebTranslator v3.0: | translators | |
german - 20 changes by lugo portuguese - 1 changes by JayCity slovak - 1 changes by micropro_cz | |||
2011-03-10 | (svn r22231) -Feature(ette): [NewGRF] Make var 0x48 available in CB 0x15C. | frosch | |
2011-03-10 | (svn r22230) -Fix: WT3 validation | rubidium | |
2011-03-10 | (svn r22229) -Update from WebTranslator v3.0: | translators | |
brazilian_portuguese - 3 changes by Tucalipe slovak - 44 changes by micropro_cz | |||
2011-03-08 | (svn r22228) -Fix (r22135)[FS#4546]: Do not resort town, industry and signs ↵ | frosch | |
list directly in OnInvalidateData(). There might be a scheduled rebuild which needs execution first. So, only set a trigger for resorting. | |||
2011-03-08 | (svn r22227) -Fix [FS#4546-ish]: Call sheduled OnInvalidate()-calls before ↵ | frosch | |
doing OnHundrethTick()-calls. | |||
2011-03-08 | (svn r22226) -Codechange: When autoreplace invalidates vehicle windows ↵ | frosch | |
because the Vehicle index changed, use a better eye-catcher-'data' than 0 to identify them. | |||
2011-03-08 | (svn r22225) -Update from WebTranslator v3.0: | translators | |
italian - 6 changes by lorenzodv | |||
2011-03-07 | (svn r22223) -Update from WebTranslator v3.0: | translators | |
traditional_chinese - 7 changes by elleryq frisian - 16 changes by Taeke greek - 28 changes by fumantsu italian - 30 changes by Snail_, lorenzodv |