Commit Graph

17493 Commits (9ba7c991c2460a58c446f50a6b7dd4b40b45d72f)
 

Author SHA1 Message Date
translators 9ba7c991c2 (svn r22263) -Update from WebTranslator v3.0:
lithuanian - 35 changes by BlinK_
portuguese - 18 changes by JayCity
romanian - 15 changes by tonny
13 years ago
frosch 9db848a3ab (svn r22259) -Fix (r9779)[FS#4557]: Remove duplicate and wrong (too early) activation of new game settings. (chillcore) 13 years ago
yexo 210d58ac7c (svn r22258) -Codechange: introduce a wrapper class to clean up the arguments to FormatString 13 years ago
rubidium 4bd999ac7b (svn r22256) -Update [FS#3375]: RPM spec file (Ammler) 13 years ago
translators 1723a8973d (svn r22255) -Update from WebTranslator v3.0:
ukrainian - 16 changes by Madvin
14 years ago
michi_cc e18041d3e3 (svn r22254) -Codechange: Make settingsgen only update the output file if it actually changed. 14 years ago
frosch 64a8bdca02 (svn r22253) -Change: Apply the same inflation to the initial loan as to the maximum loan. Note that this is no change to the economy; it only saves players some clicks when starting companies in later years. (Eddi) 14 years ago
frosch e1b7474b99 (svn r22250) -Cleanup (r16378): Engines poolitems do not need a flag for validness anymore. The pool knows that on its own. 14 years ago
frosch 8c8349d5da (svn r22249) -Codechange: Process some more invalidation of IDs during command scope. 14 years ago
frosch 2a4c4ab528 (svn r22248) -Codechange: Make OnInvalidateData() process 'delete this;' already in command scope. 14 years ago
frosch db3a8d1abf (svn r22247) -Codechange: Update comments wrt. ForceRebuild() in command-scope. 14 years ago
frosch 307eeb3c46 (svn r22246) -Fix: Process order window invalidations for specific orders in command-scope. 14 years ago
frosch 071957f593 (svn r22245) -Codechange: Make vehicle lists handle command-/GUI-scope invalidations themself. 14 years ago
frosch afd2e51936 (svn r22244) -Codechange: Make vehicle windows handle command-/GUI-scope invalidations themself (from autoreplace and refitting). 14 years ago
frosch 91a29a6bef (svn r22243) -Codechange: Make AIDebugWindow::OnInvalidateData() handle command-/GUI-scope itself. 14 years ago
frosch 335744a1af (svn r22242) -Codechange: Let OnInvalidateData() decide itself what to do immediately in command scope, and what to do asynchronously in GUI-scope. 14 years ago
frosch 4b4a40a72e (svn r22241) -Codechange: Add additional to-be-used parameter to OnInvalidateData(). 14 years ago
translators 5cab5203f5 (svn r22240) -Update from WebTranslator v3.0:
esperanto - 9 changes by Christopher
faroese - 71 changes by FastNinja
greek - 20 changes by fumantsu
14 years ago
alberth 46d3b48fb3 (svn r22239) -Doc: Further engine doxyment additions. 14 years ago
alberth 1f3b35034c (svn r22238) -Codechange (r8888): Also remove the now unused NUM_VEHICLE_TYPES constant. 14 years ago
alberth db4a06a6b5 (svn r22237) -Doc: Add some doxyments to structs and enums in engine_type.h 14 years ago
frosch 632206cdbc (svn r22236) -Fix (r21457): Disarm a bear-pit, which r22226 almost fell into. 14 years ago
rubidium 67e7ec54b5 (svn r22235) -Add: stub for a Faroese translation 14 years ago
translators c45321f8bd (svn r22234) -Update from WebTranslator v3.0:
swedish - 2 changes by Zuu
14 years ago
yexo 77c8367b93 (svn r22233) -Fix (r22210): value strings for command-pause-level were not shown correctly 14 years ago
translators 9f452e6e9a (svn r22232) -Update from WebTranslator v3.0:
german - 20 changes by lugo
portuguese - 1 changes by JayCity
slovak - 1 changes by micropro_cz
14 years ago
frosch ca6ab50e61 (svn r22231) -Feature(ette): [NewGRF] Make var 0x48 available in CB 0x15C. 14 years ago
rubidium acde3166e1 (svn r22230) -Fix: WT3 validation 14 years ago
translators 1afbede0d1 (svn r22229) -Update from WebTranslator v3.0:
brazilian_portuguese - 3 changes by Tucalipe
slovak - 44 changes by micropro_cz
14 years ago
frosch 1a14c133c6 (svn r22228) -Fix (r22135)[FS#4546]: Do not resort town, industry and signs list directly in OnInvalidateData(). There might be a scheduled rebuild which needs execution first. So, only set a trigger for resorting. 14 years ago
frosch 9816d168c9 (svn r22227) -Fix [FS#4546-ish]: Call sheduled OnInvalidate()-calls before doing OnHundrethTick()-calls. 14 years ago
frosch 0a28d212f4 (svn r22226) -Codechange: When autoreplace invalidates vehicle windows because the Vehicle index changed, use a better eye-catcher-'data' than 0 to identify them. 14 years ago
translators e6f7a60acf (svn r22225) -Update from WebTranslator v3.0:
italian - 6 changes by lorenzodv
14 years ago
translators 74e63e73d9 (svn r22223) -Update from WebTranslator v3.0:
traditional_chinese - 7 changes by elleryq
frisian - 16 changes by Taeke
greek - 28 changes by fumantsu
italian - 30 changes by Snail_, lorenzodv
14 years ago
yexo 7e3c140060 (svn r22222) -Fix: compilation when compiling with --disable-ai 14 years ago
translators 353b2fc9c1 (svn r22221) -Update from WebTranslator v3.0:
danish - 14 changes by beruic
vietnamese - 4 changes by nglekhoi
14 years ago
alberth c62b457ca6 (svn r22220) -Codechange: Unduplicate npf/yapf strings for the other languages. 14 years ago
alberth b802a7fb77 (svn r22219) -Codechange: Unduplicate npf/yapf strings. 14 years ago
alberth d85d8bcad4 (svn r22218) -Codechange: Unduplicate horizontal positioning strings for the other languages. 14 years ago
alberth 380b2cdc2b (svn r22217) -Codechange: Unduplicate horizontal positioning strings. 14 years ago
alberth a6f5201184 (svn r22216) -Codechange: Unduplicate original/realistic strings for the other languages. 14 years ago
alberth 3738a94f98 (svn r22215) -Codechange: Unduplicate original/realistic strings. 14 years ago
alberth 50aeacd103 (svn r22214) -Codechange: Unduplicate company on/off strings for the other languages. 14 years ago
alberth 00aeff8c02 (svn r22213) -Codechange: Unduplicate company on/off strings. 14 years ago
alberth 57b790ae03 (svn r22212) -Codechange: Unduplicate Off/On strings for the other languages. 14 years ago
alberth db549cfacf (svn r22211) -Codechange: Unduplicate Off/On strings. 14 years ago
alberth a7e7e76f7f (svn r22210) -Add: Add a variable for the value strings in the settings tables. 14 years ago
alberth 26ba8bd23e (svn r22209) -Codechange: Move function declarations from settings.h.preamble to the ini file that uses it. 14 years ago
rubidium 87898b5395 (svn r22208) -Fix [FS#4543]: When downloading a file via HTTP failed mid-way and OpenTTD fell back to the old system the partial downloaded amount would be counted twice 14 years ago
alberth a5cdadf060 (svn r22207) -Add: Add the copyright message to the new ini files. 14 years ago