Commit Graph

16705 Commits

Author SHA1 Message Date
terkhen 75f86a7a21 (svn r21344) -Feature [FS#4214]: Natural sorting of strings using ICU. 2010-11-27 22:52:12 +00:00
terkhen 4b944cb13e (svn r21343) -Add: Function that compares strings using case insensitive natural sort. 2010-11-27 22:47:29 +00:00
terkhen ae78847f0f (svn r21342) -Add: Sort some lists again after a language change. 2010-11-27 22:43:58 +00:00
terkhen f2cc73bb51 (svn r21341) -Add: Use the complete industry name instead of only the town when sorting industries by name. 2010-11-27 22:42:24 +00:00
rubidium 9f5a2a1129 (svn r21340) -Change: prepare the MSVC project files (or rather its libraries) for collation (natural sorting) using ICU.
Note: this means, for MSVC users, that you will need openttd-useful 4.0 or higher to compiler this revision or higher, though sadly you'll need 3.4 or lower for the earlier revisions. Both 3.4 and 4.0 can be installed simultaniously though.
2010-11-27 22:24:02 +00:00
terkhen 92d14f692b (svn r21339) -Fix [FS#4272]: The VehicleCache was not checked for ships with desync debug options enabled. 2010-11-27 21:11:37 +00:00
rubidium b46e57d364 (svn r21338) -Fix [FS#4272]: bogus cache mismatch warnings with desync debugging because some cache was invalidated but never reset 2010-11-27 21:09:41 +00:00
translators def0d71767 (svn r21337) -Update from WebTranslator v3.0:
croatian - 1 changes by VoyagerOne
finnish - 1 changes by jpx_
hungarian - 18 changes by IPG
2010-11-27 18:45:14 +00:00
rubidium ff015ac62c (svn r21336) -Fix (r21030) [FS#4274]: compile failure when desync debugging is enabled (fonsinchen) 2010-11-27 12:55:43 +00:00
rubidium 529da62f15 (svn r21335) -Change: be a bit more explicit that the game state can get broken by changing NewGRFs 2010-11-26 23:25:34 +00:00
rubidium 67f74559fc (svn r21334) -Fix [FS#4271]: make (more) sure that the savegame and transferred file are the same file and not different ones 2010-11-26 22:25:02 +00:00
smatz c9a186c9ff (svn r21333) -Fix: failure of WT3 to properly validate some string... 2010-11-26 18:53:09 +00:00
translators 00fb5ed92d (svn r21332) -Update from WebTranslator v3.0:
catalan - 39 changes by arnau
czech - 15 changes by marek995
french - 5 changes by glx
italian - 17 changes by lorenzodv
polish - 2 changes by xaxa
portuguese - 84 changes by Samu
2010-11-26 18:45:22 +00:00
alberth f5c6fd1a25 (svn r21331) -Codechange: Make drawing the widgets default behaviour in OnPaint(). 2010-11-26 15:22:18 +00:00
rubidium 61637f493a (svn r21330) -Fix: two wrong ISO country codes 2010-11-26 11:03:40 +00:00
rubidium f206ec3353 (svn r21329) -Doc: some readme tweaks (part by avdg) 2010-11-26 00:48:19 +00:00
rubidium c95b7a3965 (svn r21328) -Fix: pass the case id when resolving NewGRF strings as well 2010-11-25 23:14:48 +00:00
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 2010-11-25 23:14:25 +00:00
rubidium 4e6d29351e (svn r21326) -Fix: off-by-one in case choice list construction causing case lists to fail completely 2010-11-25 23:10:35 +00:00
rubidium 09e88969cf (svn r21325) -Change: the order of Portuguese genders 2010-11-25 19:13:21 +00:00
rubidium 30cd1a5934 (svn r21324) -Fix: load of failures of WT3 to properly validate some strings... 2010-11-25 18:48:46 +00:00
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
2010-11-25 18:45:31 +00:00
rubidium 374fc308de (svn r21322) -Fix [FS#4268] (r20924): packets were leaked 2010-11-25 16:00:04 +00:00
glx 02d63f45e2 (svn r21321) -Fix (r21298): use the correct font sizes when checking for missing glyphs 2010-11-25 15:20:10 +00:00
rubidium 4e78e7b6c2 (svn r21320) -Fix (r21298): somehow a semicolon got lost 2010-11-25 14:55:01 +00:00
smatz 9594a3f7c5 (svn r21319) -Fix: crash when creating file download by the content download system failed 2010-11-25 13:43:09 +00:00
smatz eb4516e50c (svn r21318) -Fix: parameters to ShowErrorMessage() were swapped when content download failed 2010-11-25 13:41:30 +00:00
rubidium be1df5f720 (svn r21317) -Change: improve the wording of some of the settings strings 2010-11-24 23:30:42 +00:00
planetmaker 974cff7299 (svn r21316) -Fix: Some more strings where 'player' actually meant 'company' 2010-11-24 23:29:59 +00:00
rubidium bfbb2bdc3f (svn r21315) -Cleanup: remove a pair of unused strings 2010-11-24 23:17:52 +00:00
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 2010-11-24 23:08:12 +00:00
planetmaker 753b1ca0a7 (svn r21313) -Fix: Max vehicle settings are per company, not per player 2010-11-24 22:54:16 +00:00
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
2010-11-24 18:45:13 +00:00
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 2010-11-24 17:00:37 +00:00
rubidium 3330dee7e0 (svn r21310) -Fix [FS#4259]: apparantly even earlier FreeBSDs had strndup 2010-11-24 08:08:23 +00:00
glx 4231154bb4 (svn r21309) -Fix: second parameter of SetupSubsidyDecodeParam() is a bool, so use a bool when calling the function 2010-11-24 01:08:49 +00:00
rubidium bb02e30a37 (svn r21308) -Fix [FS#4262] (r20933-ish): crash upon desync 2010-11-23 23:59:24 +00:00
glx e0432a4585 (svn r21307) -Fix (r21306): forgot a # 2010-11-23 23:29:14 +00:00
glx 707d76df30 (svn r21306) -Add: genders for portuguese language 2010-11-23 23:27:55 +00:00
glx 33d71aff32 (svn r21304) -Fix (r21005): some typos in documentation (Xaroth) 2010-11-23 23:06:30 +00:00
smatz 3302a520f4 (svn r21302) -Fix (r18994): do not add HTTP connection to list of connections when it fails in the beginning 2010-11-23 22:16:11 +00:00
rubidium c5cbb61c11 (svn r21301) -Fix: failure of WT3 to properly validate some string... 2010-11-23 18:47:57 +00:00
translators b0d8cbe865 (svn r21300) -Update from WebTranslator v3.0:
chuvash - 21 changes by mefisteron
polish - 3 changes by voythas
vietnamese - 1 changes by nglekhoi
2010-11-23 18:45:11 +00:00
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 2010-11-23 18:26:02 +00:00
glx d9173858a2 (svn r21298) -Fix [FS#4261]: fonts set in openttd.cfg were not properly checked for missing glyphs on language change 2010-11-23 17:59:50 +00:00
rubidium c72fdad0bb (svn r21297) -Doc: update some documentation 2010-11-23 15:44:23 +00:00
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
2010-11-22 18:45:27 +00:00
rubidium 3cf9f175d8 (svn r21295) -Fix [FS#4259]: FreeBSD introduced strndup as well (MicRO) 2010-11-22 17:59:11 +00:00
glx 480f66d73f (svn r21294) -Fix [FS#4251]: check for existance of save/scenario dirs before asking for deletion confirmation 2010-11-22 17:42:34 +00:00
rubidium ac2f9b0d76 (svn r21293) -Fix: failure of WT3 to properly validate some string... 2010-11-21 18:47:09 +00:00