rubidium
ee4c152f71
(svn r21442) -Fix [FS#4293] (r21412): don't use the current company for awarding subsidies; it's not quite valid there
2010-12-09 15:19:43 +00:00
yexo
23d8ebba3b
(svn r21441) -Codechange: check all accesses to the argv array so a bad NewGRF can 'only' trigger an assert but no longer cause an invalid memory read
2010-12-09 00:16:50 +00:00
yexo
12e0f28229
(svn r21440) -Codechange: pass a pointer to just past the end of the argv array around in FormatString and friends
2010-12-09 00:15:38 +00:00
translators
194d1faa8e
(svn r21439) -Update from WebTranslator v3.0:
...
belarusian - 6 changes by KorneySan
dutch - 6 changes by habell
finnish - 6 changes by jpx_
french - 6 changes by glx
hungarian - 7 changes by IPG
italian - 6 changes by lorenzodv
polish - 6 changes by voythas
russian - 6 changes by Lone_Wolf
slovenian - 6 changes by ntadej
spanish - 6 changes by Terkhen
vietnamese - 6 changes by nglekhoi
2010-12-08 18:45:39 +00:00
rubidium
f570285653
(svn r21438) -Fix (r21424): fix triggered an assertion when the build did support networking
2010-12-08 18:21:29 +00:00
rubidium
566174ecc0
(svn r21437) -Fix: Object newgrf debug data table was outdated
2010-12-08 17:51:57 +00:00
yexo
ac0e83a7e2
(svn r21435) -Fix: NewGRF strings that referenced a value that was set by a string command later in the string failed
2010-12-08 13:44:01 +00:00
yexo
5c181fe556
(svn r21433) -Fix: [NewGRF] a newgrf with incomplete string codes at the end of a string could cause invalid memory reads
2010-12-07 22:34:30 +00:00
rubidium
ec63b0cf28
(svn r21432) -Cleanup: remove the now obsolete strings as well
2010-12-07 21:14:00 +00:00
rubidium
00d3428edf
(svn r21431) -Cleanup: remove the build-while-paused cheat
2010-12-07 21:13:34 +00:00
rubidium
5dbd80ff3c
(svn r21430) -Feature [FS#1521]: building while paused always works in the scenario editor
2010-12-07 21:13:00 +00:00
rubidium
0c23b0b3a4
(svn r21429) -Fix [FS#3771]: the server didn't check for the paused state when allowing to execute commands
2010-12-07 21:12:23 +00:00
rubidium
49162ab39b
(svn r21428) -Fix [FS#4021]: vehicles could be built while the game it paused. Now you can enable or disable that with a setting
2010-12-07 21:09:30 +00:00
rubidium
e170b1d83e
(svn r21427) -Add: helper function to determine whether a command may be executed
2010-12-07 21:08:35 +00:00
rubidium
df410fd7ed
(svn r21426) -Change: introduce a setting for the types of commands that are allowed to be executed while paused
2010-12-07 21:08:08 +00:00
rubidium
b3eb3b96b9
(svn r21425) -Codechange: add "command types" to all commands
2010-12-07 21:05:27 +00:00
rubidium
0f2402306c
(svn r21424) -Fix: CMD_CLEAR_ORDER_BACKUP might not get executed when the user pressed the shift key
2010-12-07 20:45:11 +00:00
rubidium
249d21d3de
(svn r21423) -Codechange: replace some magic numbers by slightly less magic numbers
2010-12-07 20:40:50 +00:00
translators
933a4d4825
(svn r21422) -Update from WebTranslator v3.0:
...
belarusian - 1 changes by KorneySan
estonian - 6 changes by Jaanus
italian - 1 changes by lorenzodv
brazilian_portuguese - 41 changes by Tucalipe
russian - 3 changes by KorneySan, Lone_Wolf
thai - 18 changes by kenny
2010-12-07 18:45:22 +00:00
translators
4b90c8b9e8
(svn r21421) -Update from WebTranslator v3.0:
...
belarusian - 2 changes by KorneySan
catalan - 3 changes by arnau
croatian - 1 changes by VoyagerOne
dutch - 21 changes by habell
french - 1 changes by glx
irish - 2 changes by tem
korean - 1 changes by junho2813
polish - 2 changes by voythas
romanian - 7 changes by kneekoo
russian - 2 changes by KorneySan
serbian - 25 changes by etran
slovenian - 3 changes by ntadej
ukrainian - 2 changes by Fixer
vietnamese - 2 changes by myquartz, nglekhoi
2010-12-06 18:45:47 +00:00
rubidium
1dfd5c6405
(svn r21420) -Fix: admins were always given the stats of company 0
2010-12-06 14:55:47 +00:00
rubidium
54f3e04590
(svn r21418) -Fix: core.h needs config.h
2010-12-06 11:53:05 +00:00
rubidium
378e233023
(svn r21417) -Fix: ofcourse MSVC x64 has something to complain about
2010-12-05 22:43:56 +00:00
rubidium
ea68039718
(svn r21416) -Codechange: limit vehicle name by amount of characters, not bytes
2010-12-05 22:25:49 +00:00
rubidium
44d1c55347
(svn r21415) -Codechange: limit station/waypoint name by amount of characters, not bytes
2010-12-05 22:25:36 +00:00
rubidium
5c9c3f1acf
(svn r21414) -Codechange: limit town name by amount of characters, not bytes
2010-12-05 22:25:21 +00:00
rubidium
6e69b943d6
(svn r21413) -Codechange: limit sign name by amount of characters, not bytes
2010-12-05 22:25:08 +00:00
rubidium
cf61c2f11f
(svn r21412) -Codechange: limit company name by amount of characters, not bytes
2010-12-05 22:24:50 +00:00
rubidium
768da4b48f
(svn r21411) -Codechange: limit group name by amount of characters, not bytes
2010-12-05 22:24:34 +00:00
rubidium
ab9cc74ba5
(svn r21410) -Codechange: limit engine name by amount of characters, not bytes
2010-12-05 22:24:20 +00:00
rubidium
091263317e
(svn r21409) -Codechange: limit depot name by amount of characters, not bytes
2010-12-05 22:24:04 +00:00
rubidium
9a18050646
(svn r21408) -Codechange: limit president name by amount of characters, not bytes
2010-12-05 22:23:50 +00:00
rubidium
66c7f00b60
(svn r21407) -Codechange: prepare the text buffer code for limiting on number of characters besides the number of bytes
2010-12-05 22:22:54 +00:00
rubidium
bbaa262b0d
(svn r21406) -Codechange: rename some textbuf related names to make them a bit more descriptive
2010-12-05 22:21:37 +00:00
rubidium
9139a6c858
(svn r21405) -Codechange: prepare sending of company information in the UDP packet for longer company names (in bytes), by truncating the names if needed
2010-12-05 22:21:13 +00:00
rubidium
440a529701
(svn r21404) -Add: method for getting the length of an Utf8 string in characters
2010-12-05 22:17:25 +00:00
rubidium
7e9b132d04
(svn r21403) -Change: the maximum size of the string argument of a command
2010-12-05 22:17:25 +00:00
translators
1d96ac6ca3
(svn r21402) -Update from WebTranslator v3.0:
...
croatian - 1 changes by VoyagerOne
czech - 2 changes by SmatZ
finnish - 2 changes by jpx_
french - 2 changes by glx
hungarian - 1 changes by IPG
italian - 1 changes by lorenzodv
romanian - 12 changes by kneekoo
spanish - 2 changes by Terkhen
vietnamese - 1 changes by nglekhoi
2010-12-05 18:45:31 +00:00
rubidium
5f25cdbbd5
(svn r21401) -Fix: ofcourse MSVC x64 has something to complain about...
2010-12-05 15:08:41 +00:00
rubidium
ff8a01fbd2
(svn r21400) -Fix [FS#4284]: when loading a savegame takes more than 2 seconds locally, don't see that as lag of the server. Also increase the client side's lag thresholds a bit
2010-12-05 14:49:46 +00:00
rubidium
216e48cd07
(svn r21399) -Change/Feature/Fix [FS#4284]: perform the compression of savegames to send to the client asynchroniously. This will reduce the lag of the other clients to the time it takes to make the memory dump and it will speed up downloading the map as the download starts earlier (possibly with a slightly lower bandwidth due to slow compression). This should also fix the lag message people get when the savegame compression takes more than a few seconds.
2010-12-05 14:48:39 +00:00
rubidium
02b3bc57d5
(svn r21398) -Change/Feature-ish: when making a savegame to send to a client, don't write it to disk but create the packets immediately
2010-12-05 14:45:52 +00:00
rubidium
948cffc930
(svn r21397) -Change/Feature-ish: when getting a savegame from the server, just keep it in memory instead of writing it to a file
2010-12-05 14:44:31 +00:00
rubidium
69766049ce
(svn r21396) -Codechange: rename SafeSaveOrLoad to SaveLoad (it only did load), and add support for (safe) loading with a LoadFilter
2010-12-05 14:43:10 +00:00
rubidium
085c693289
(svn r21395) -Codechange: move the save and load filter's interface to a header
2010-12-05 14:41:34 +00:00
rubidium
5ff58155d1
(svn r21394) -Codechange: split the actual savegame loading from SaveOrLoad as well
2010-12-05 14:37:54 +00:00
rubidium
da76d2f46f
(svn r21393) -Codechange: support resetting of the "base" filters, i.e. reset their read location to be begin of the file. This is needed for trying to load savegames as a "buggy format"
2010-12-05 14:35:55 +00:00
rubidium
97434f0e06
(svn r21392) -Change: prepare the network protocol for getting the file size later in the download process
2010-12-05 14:34:19 +00:00
rubidium
c8e8b0e0a0
(svn r21391) -Update (r21390): the string names in the translations
2010-12-05 14:33:20 +00:00
rubidium
98df56d032
(svn r21390) -Codechange: prepare the network join progress bar for getting the file size later in the download process, i.e. when a chunk of the savegame is already received by the client
2010-12-05 14:32:13 +00:00
terkhen
77cb1b7e06
(svn r21389) -Feature: Use alphabetical order when sorting industries by type at the industry directory window.
2010-12-04 22:54:11 +00:00
alberth
fd2f1399d4
(svn r21388) -Feature [FS#4289]: Allow entering of the new year in a text box when cheating the year.
2010-12-04 21:51:02 +00:00
alberth
4a35dafcd2
(svn r21387) -Codechange: Add an enum for cheat numbers.
2010-12-04 21:38:42 +00:00
alberth
2baa9f2c5d
(svn r21386) -Codechange: Use updated value to decide year to cheat to, instead of increment/decrement.
2010-12-04 21:36:36 +00:00
alberth
fd1c95342e
(svn r21385) -Codechange: Added a missing 'this' prefix, and some documentation to cheat gui code.
2010-12-04 21:25:24 +00:00
rubidium
6a54bf78c6
(svn r21384) -Fix: failure of WT3 to properly validate some string...
2010-12-04 18:48:11 +00:00
translators
eae1457fbe
(svn r21383) -Update from WebTranslator v3.0:
...
belarusian - 7 changes by KorneySan
czech - 1 changes by marek995
german - 1 changes by norbert79
russian - 6 changes by KorneySan
slovak - 1 changes by marek995
spanish - 2 changes by Terkhen
2010-12-04 18:45:22 +00:00
rubidium
e5b456f289
(svn r21382) -Fix (r21153) [FS#4290]: the road vehicle's frame wasn't properly set upon savegame conversion *if* the vehicle would be hidden, but isn't going to be hidden anymore after the conversion
2010-12-04 13:04:19 +00:00
rubidium
a0fb4c8a13
(svn r21381) -Fix (r21377,r21375): some compilers have to spoil the fun...
2010-12-04 10:08:32 +00:00
rubidium
b7d2d79581
(svn r21380) -Codechange: move ThreadedSave variables to a more logical place, and move an include to the right place
2010-12-04 09:56:13 +00:00
rubidium
bf7da9b3a8
(svn r21379) -Codechange: move the actual save code into a separate function
2010-12-04 09:54:38 +00:00
rubidium
a7b9297d20
(svn r21378) -Codechange: move the logic for reading bytes from a savegame into a class
2010-12-04 09:53:43 +00:00
rubidium
1d8d046823
(svn r21377) -Codechange: rewrite the savegame decompressors to behave more like filters
2010-12-04 09:52:52 +00:00
rubidium
d1db18757d
(svn r21376) -Codechange: generalise ClearMemoryDumper
2010-12-04 09:43:13 +00:00
rubidium
8d81e17acc
(svn r21375) -Codechange: rewrite the savegame compressors to behave more like filters
2010-12-04 09:09:29 +00:00
planetmaker
f6aa80c617
(svn r21374) -Fix: Purchases lists were not invalidated when using 'resetengines'
2010-12-04 08:38:02 +00:00
rubidium
b250888aa3
(svn r21373) -Codechange: rewrite the game state to memory dumper
2010-12-02 23:08:22 +00:00
yexo
22d0ce0366
(svn r21372) -Cleanup: remove some broken npf debug code
2010-12-02 23:05:48 +00:00
rubidium
d81cee085b
(svn r21371) -Codechange: pass the buffer to the compressor directly instead of using a global variable
2010-12-02 22:43:10 +00:00
yexo
3df30280d4
(svn r21370) -Fix: [NewGRF] a grf with an invalid action14 could cause an out of memory error
2010-12-02 19:21:13 +00:00
rubidium
6f549e54b5
(svn r21369) -Fix: don't add object specs that weren't associate with graphics
2010-12-02 18:51:44 +00:00
translators
654f475983
(svn r21368) -Update from WebTranslator v3.0:
...
german - 1 changes by planetmaker
norwegian_bokmal - 8 changes by mantaray
2010-12-02 18:45:10 +00:00
frosch
6d962a3e35
(svn r21367) -Fix (r18719)[FS#4283]: Fields were not cleared under snow though they were intended to be.
2010-12-01 21:35:18 +00:00
translators
2dcda5fa8f
(svn r21366) -Update from WebTranslator v3.0:
...
basque - 81 changes by Thadah
marathi - 4 changes by jcravi
vietnamese - 2 changes by nglekhoi
2010-12-01 18:45:09 +00:00
rubidium
fe9db12935
(svn r21364) -Change: increase the default amount of companies, clients and spectators. Furthermore tighten the command execution/queueing limits a bit
2010-11-30 20:06:40 +00:00
rubidium
fd752ca2b0
(svn r21363) -Add: support for limiting the amount of (accepted) incoming data
2010-11-30 20:01:26 +00:00
translators
a0f0f5e2e1
(svn r21362) -Update from WebTranslator v3.0:
...
slovenian - 28 changes by ntadej
spanish - 1 changes by Terkhen
vietnamese - 1 changes by nglekhoi
2010-11-30 18:45:12 +00:00
rubidium
31c8ab0ed8
(svn r21361) -Change: make sure the client is listening, or rather receiving, our frames
2010-11-30 14:18:20 +00:00
rubidium
21cf75951c
(svn r21360) -Fix [FS#4281]: crash when randomised action2 was used when resolving the image to draw in the buy menu
2010-11-30 14:11:29 +00:00
rubidium
b6c2216749
(svn r21358) -Codechange: make some network function names conform to coding style
2010-11-30 13:38:46 +00:00
rubidium
9c83a8975f
(svn r21357) -Codechange: make it possible to resize the packet's buffer
2010-11-30 13:22:29 +00:00
planetmaker
c45d88ea6c
(svn r21355) -Feature-ish [FS#4280]: Happy Zuu and a hotkey for the AI debug window for all (Zuu)
2010-11-30 00:15:38 +00:00
translators
283cf61e8c
(svn r21354) -Update from WebTranslator v3.0:
...
english_US - 1 changes by Rubidium
french - 1 changes by glx
italian - 1 changes by lorenzodv
2010-11-29 18:45:14 +00:00
frosch
f2c84e0120
(svn r21353) -Fix (r19056)[FS#4277]: New railtypes with overlays did not use the shore sprites as groundtiles for three-corner-raised slopes (at shore).
2010-11-29 17:26:47 +00:00
rubidium
c60a850fed
(svn r21350) -Fix: some indentation
2010-11-28 22:45:47 +00:00
yexo
dfe8b546ec
(svn r21348) -Fix (r21346): some compilers complain about int-uint comparisons
2010-11-28 19:48:13 +00:00
yexo
d81d42bfc3
(svn r21347) -Cleanup: remove an unused feature from strgen and remove some ifs where we already know the result
2010-11-28 19:40:35 +00:00
yexo
35af463046
(svn r21346) -Fix (r2592): buffer overflow in strgen for strings with very large arguments
2010-11-28 19:39:04 +00:00
translators
9b54d4266b
(svn r21345) -Update from WebTranslator v3.0:
...
turkish - 2 changes by niw3
vietnamese - 1 changes by nglekhoi
2010-11-28 18:45:10 +00:00
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
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
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
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
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
rubidium
ac2f9b0d76
(svn r21293) -Fix: failure of WT3 to properly validate some string...
2010-11-21 18:47:09 +00:00
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
2010-11-21 18:45:22 +00:00
frosch
55d604e60d
(svn r21291) -Fix: Treat objects on water like water in more cases.
2010-11-21 18:39:12 +00:00
frosch
612516ff76
(svn r21290) -Codechange: Add HasTileWaterGround() to deduplicate some tests.
2010-11-21 18:38:45 +00:00
frosch
0fff26db97
(svn r21289) -Fix [FS#4133]: Make terraforming and tunnel-excavation handle DC_AUTO-clearable multitile objects.
2010-11-21 17:42:18 +00:00
frosch
d5360390d0
(svn r21288) -Codechange: Add helper function to find entries in _cleared_object_areas.
2010-11-21 17:05:23 +00:00
smatz
752aab7e11
(svn r21285) -Codechange: prevent ICC warning
2010-11-21 16:32:53 +00:00
alberth
3e27739287
(svn r21284) -Codechange: Rename CheckSavegameVersion() to IsSavegameVersionBefore().
2010-11-21 12:47:04 +00:00
alberth
5f8afaadb7
(svn r21283) -Codechange: Allow minor argument IsSavegameVersionBefore() to be optional.
2010-11-21 12:38:16 +00:00
alberth
edef25d30c
(svn r21282) -Codechange: Rename CheckSavegameVersionOldStyle() to IsSavegameVersionBefore().
2010-11-21 12:31:16 +00:00
alberth
2974141641
(svn r21281) -Doc: Add doxygen comments to saveload code.
2010-11-21 12:12:23 +00:00
rubidium
f70202bfa8
(svn r21280) -Merge: documentation updates from 1.0
2010-11-20 21:27:21 +00:00
rubidium
54c5bb7149
(svn r21277) -Fix: failure of WT3 to properly validate some string...
2010-11-20 18:47:36 +00:00
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
2010-11-20 18:45:28 +00:00
frosch
88063f6fa3
(svn r21275) -Fix (r21272): Draw NW+SW fences in the correct order.
2010-11-20 15:57:25 +00:00
frosch
636ffdc53b
(svn r21274) -Change: Increase the bounding box size of hangars in the hope it fixes more glitches than it causes.
2010-11-20 15:54:54 +00:00
alberth
ab50f74d7f
(svn r21273) -Codechange: Return values should start at the same line.
2010-11-20 15:44:24 +00:00