Commit Graph

16738 Commits (90e247c84dc1b286096555ae50e2cd0887bd81e1)
 

Author SHA1 Message Date
rubidium fad75f5d5a (svn r21327) -Fix: cases are always "off-by-one" w.r.t. to the case table as there is an implicit default case with index 0 14 years ago
rubidium 4e6d29351e (svn r21326) -Fix: off-by-one in case choice list construction causing case lists to fail completely 14 years ago
rubidium 09e88969cf (svn r21325) -Change: the order of Portuguese genders 14 years ago
rubidium 30cd1a5934 (svn r21324) -Fix: load of failures of WT3 to properly validate some strings... 14 years ago
translators 4ae1697118 (svn r21323) -Update from WebTranslator v3.0:
croatian - 19 changes by VoyagerOne
english_US - 212 changes by Rubidium
finnish - 19 changes by jpx_
french - 16 changes by glx
german - 15 changes by planetmaker
portuguese - 89 changes by JayCity, Samu
spanish - 19 changes by Terkhen
swedish - 1 changes by Zuu
vietnamese - 4 changes by nglekhoi
14 years ago
rubidium 374fc308de (svn r21322) -Fix [FS#4268] (r20924): packets were leaked 14 years ago
glx 02d63f45e2 (svn r21321) -Fix (r21298): use the correct font sizes when checking for missing glyphs 14 years ago
rubidium 4e78e7b6c2 (svn r21320) -Fix (r21298): somehow a semicolon got lost 14 years ago
smatz 9594a3f7c5 (svn r21319) -Fix: crash when creating file download by the content download system failed 14 years ago
smatz eb4516e50c (svn r21318) -Fix: parameters to ShowErrorMessage() were swapped when content download failed 14 years ago
rubidium be1df5f720 (svn r21317) -Change: improve the wording of some of the settings strings 14 years ago
planetmaker 974cff7299 (svn r21316) -Fix: Some more strings where 'player' actually meant 'company' 14 years ago
rubidium bfbb2bdc3f (svn r21315) -Cleanup: remove a pair of unused strings 14 years ago
rubidium 31a5f8f043 (svn r21314) -Fix [FS#4253]: [NewGRF] (Hopefully) make callback 157 behave more like TTDPatch does, i.e. fall back to the default check when the callback is not yielding a result for a tile instead of disallowing building the object 14 years ago
planetmaker 753b1ca0a7 (svn r21313) -Fix: Max vehicle settings are per company, not per player 14 years ago
translators c282e1a948 (svn r21312) -Update from WebTranslator v3.0:
traditional_chinese - 1 changes by josesun
dutch - 4 changes by Yexo
portuguese - 43 changes by Samu
14 years ago
rubidium 090d6fb8b7 (svn r21311) -Fix [FS#4260]: AIs in an infinite loop in e.g. autosave, but also getting settings and such from info.nut, would not be interrupted after a while causing OpenTTD to seem to not respond 14 years ago
rubidium 3330dee7e0 (svn r21310) -Fix [FS#4259]: apparantly even earlier FreeBSDs had strndup 14 years ago
glx 4231154bb4 (svn r21309) -Fix: second parameter of SetupSubsidyDecodeParam() is a bool, so use a bool when calling the function 14 years ago
rubidium bb02e30a37 (svn r21308) -Fix [FS#4262] (r20933-ish): crash upon desync 14 years ago
glx e0432a4585 (svn r21307) -Fix (r21306): forgot a # 14 years ago
glx 707d76df30 (svn r21306) -Add: genders for portuguese language 14 years ago
glx 33d71aff32 (svn r21304) -Fix (r21005): some typos in documentation (Xaroth) 14 years ago
smatz 3302a520f4 (svn r21302) -Fix (r18994): do not add HTTP connection to list of connections when it fails in the beginning 14 years ago
rubidium c5cbb61c11 (svn r21301) -Fix: failure of WT3 to properly validate some string... 14 years ago
translators b0d8cbe865 (svn r21300) -Update from WebTranslator v3.0:
chuvash - 21 changes by mefisteron
polish - 3 changes by voythas
vietnamese - 1 changes by nglekhoi
14 years ago
rubidium 33e3d7f6a2 (svn r21299) -Fix (r21263): a road vehicle in a depot or wormhole could get into an incorrect state upon savegame conversion causing it to break up later in the game 14 years ago
glx d9173858a2 (svn r21298) -Fix [FS#4261]: fonts set in openttd.cfg were not properly checked for missing glyphs on language change 14 years ago
rubidium c72fdad0bb (svn r21297) -Doc: update some documentation 14 years ago
translators 2e338ba520 (svn r21296) -Update from WebTranslator v3.0:
belarusian - 2 changes by KorneySan
croatian - 1 changes by VoyagerOne
dutch - 11 changes by habell
french - 7 changes by glx
irish - 7 changes by tem
korean - 4 changes by junho2813
romanian - 5 changes by tonny
slovak - 4 changes by marek995
14 years ago
rubidium 3cf9f175d8 (svn r21295) -Fix [FS#4259]: FreeBSD introduced strndup as well (MicRO) 14 years ago
glx 480f66d73f (svn r21294) -Fix [FS#4251]: check for existance of save/scenario dirs before asking for deletion confirmation 14 years ago
rubidium ac2f9b0d76 (svn r21293) -Fix: failure of WT3 to properly validate some string... 14 years ago
translators e5002c3bcf (svn r21292) -Update from WebTranslator v3.0:
croatian - 2 changes by VoyagerOne
esperanto - 7 changes by Christopher
hungarian - 3 changes by IPG
portuguese - 4 changes by JayCity
ukrainian - 10 changes by Fixer
vietnamese - 2 changes by nglekhoi
14 years ago
frosch 55d604e60d (svn r21291) -Fix: Treat objects on water like water in more cases. 14 years ago
frosch 612516ff76 (svn r21290) -Codechange: Add HasTileWaterGround() to deduplicate some tests. 14 years ago
frosch 0fff26db97 (svn r21289) -Fix [FS#4133]: Make terraforming and tunnel-excavation handle DC_AUTO-clearable multitile objects. 14 years ago
frosch d5360390d0 (svn r21288) -Codechange: Add helper function to find entries in _cleared_object_areas. 14 years ago
smatz 0580f3be0b (svn r21287) -Document: update information about supported compilers 14 years ago
smatz 6e0577ecfc (svn r21286) -Codechange: enable more warnings for ICC 14 years ago
smatz 752aab7e11 (svn r21285) -Codechange: prevent ICC warning 14 years ago
alberth 3e27739287 (svn r21284) -Codechange: Rename CheckSavegameVersion() to IsSavegameVersionBefore(). 14 years ago
alberth 5f8afaadb7 (svn r21283) -Codechange: Allow minor argument IsSavegameVersionBefore() to be optional. 14 years ago
alberth edef25d30c (svn r21282) -Codechange: Rename CheckSavegameVersionOldStyle() to IsSavegameVersionBefore(). 14 years ago
alberth 2974141641 (svn r21281) -Doc: Add doxygen comments to saveload code. 14 years ago
rubidium f70202bfa8 (svn r21280) -Merge: documentation updates from 1.0 14 years ago
rubidium 54c5bb7149 (svn r21277) -Fix: failure of WT3 to properly validate some string... 14 years ago
translators 228b7db671 (svn r21276) -Update from WebTranslator v3.0:
czech - 8 changes by marek995
finnish - 1 changes by jpx_
german - 2 changes by planetmaker
italian - 3 changes by lorenzodv
russian - 2 changes by Lone_Wolf
serbian - 3 changes by etran
slovak - 1 changes by marek995
slovenian - 2 changes by ntadej
14 years ago
frosch 88063f6fa3 (svn r21275) -Fix (r21272): Draw NW+SW fences in the correct order. 14 years ago
frosch 636ffdc53b (svn r21274) -Change: Increase the bounding box size of hangars in the hope it fixes more glitches than it causes. 14 years ago