------------------------------------------------------------------------ r21421 | translators | 2010-12-06 18:45:47 +0000 (Mon, 06 Dec 2010) | 16 lines -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 ------------------------------------------------------------------------ r21420 | rubidium | 2010-12-06 14:55:47 +0000 (Mon, 06 Dec 2010) | 2 lines -Fix: admins were always given the stats of company 0 ------------------------------------------------------------------------ r21418 | rubidium | 2010-12-06 11:53:05 +0000 (Mon, 06 Dec 2010) | 2 lines -Fix: core.h needs config.h ------------------------------------------------------------------------ r21417 | rubidium | 2010-12-05 22:43:56 +0000 (Sun, 05 Dec 2010) | 2 lines -Fix: ofcourse MSVC x64 has something to complain about ------------------------------------------------------------------------ r21416 | rubidium | 2010-12-05 22:25:49 +0000 (Sun, 05 Dec 2010) | 2 lines -Codechange: limit vehicle name by amount of characters, not bytes ------------------------------------------------------------------------ r21415 | rubidium | 2010-12-05 22:25:36 +0000 (Sun, 05 Dec 2010) | 2 lines -Codechange: limit station/waypoint name by amount of characters, not bytes ------------------------------------------------------------------------ r21414 | rubidium | 2010-12-05 22:25:21 +0000 (Sun, 05 Dec 2010) | 2 lines -Codechange: limit town name by amount of characters, not bytes ------------------------------------------------------------------------ r21413 | rubidium | 2010-12-05 22:25:08 +0000 (Sun, 05 Dec 2010) | 2 lines -Codechange: limit sign name by amount of characters, not bytes ------------------------------------------------------------------------ r21412 | rubidium | 2010-12-05 22:24:50 +0000 (Sun, 05 Dec 2010) | 2 lines -Codechange: limit company name by amount of characters, not bytes ------------------------------------------------------------------------ r21411 | rubidium | 2010-12-05 22:24:34 +0000 (Sun, 05 Dec 2010) | 2 lines -Codechange: limit group name by amount of characters, not bytes ------------------------------------------------------------------------ r21410 | rubidium | 2010-12-05 22:24:20 +0000 (Sun, 05 Dec 2010) | 2 lines -Codechange: limit engine name by amount of characters, not bytes ------------------------------------------------------------------------ r21409 | rubidium | 2010-12-05 22:24:04 +0000 (Sun, 05 Dec 2010) | 2 lines -Codechange: limit depot name by amount of characters, not bytes ------------------------------------------------------------------------ r21408 | rubidium | 2010-12-05 22:23:50 +0000 (Sun, 05 Dec 2010) | 2 lines -Codechange: limit president name by amount of characters, not bytes ------------------------------------------------------------------------ r21407 | rubidium | 2010-12-05 22:22:54 +0000 (Sun, 05 Dec 2010) | 2 lines -Codechange: prepare the text buffer code for limiting on number of characters besides the number of bytes ------------------------------------------------------------------------ r21406 | rubidium | 2010-12-05 22:21:37 +0000 (Sun, 05 Dec 2010) | 2 lines -Codechange: rename some textbuf related names to make them a bit more descriptive ------------------------------------------------------------------------ r21405 | rubidium | 2010-12-05 22:21:13 +0000 (Sun, 05 Dec 2010) | 2 lines -Codechange: prepare sending of company information in the UDP packet for longer company names (in bytes), by truncating the names if needed ------------------------------------------------------------------------ r21404 | rubidium | 2010-12-05 22:17:25 +0000 (Sun, 05 Dec 2010) | 2 lines -Add: method for getting the length of an Utf8 string in characters ------------------------------------------------------------------------ r21403 | rubidium | 2010-12-05 22:17:25 +0000 (Sun, 05 Dec 2010) | 2 lines -Change: the maximum size of the string argument of a command ------------------------------------------------------------------------ r21402 | translators | 2010-12-05 18:45:31 +0000 (Sun, 05 Dec 2010) | 11 lines -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 ------------------------------------------------------------------------ r21401 | rubidium | 2010-12-05 15:08:41 +0000 (Sun, 05 Dec 2010) | 2 lines -Fix: ofcourse MSVC x64 has something to complain about... ------------------------------------------------------------------------ r21400 | rubidium | 2010-12-05 14:49:46 +0000 (Sun, 05 Dec 2010) | 2 lines -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 ------------------------------------------------------------------------ r21399 | rubidium | 2010-12-05 14:48:39 +0000 (Sun, 05 Dec 2010) | 2 lines -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. ------------------------------------------------------------------------ r21398 | rubidium | 2010-12-05 14:45:52 +0000 (Sun, 05 Dec 2010) | 2 lines -Change/Feature-ish: when making a savegame to send to a client, don't write it to disk but create the packets immediately ------------------------------------------------------------------------ r21397 | rubidium | 2010-12-05 14:44:31 +0000 (Sun, 05 Dec 2010) | 2 lines -Change/Feature-ish: when getting a savegame from the server, just keep it in memory instead of writing it to a file ------------------------------------------------------------------------ r21396 | rubidium | 2010-12-05 14:43:10 +0000 (Sun, 05 Dec 2010) | 2 lines -Codechange: rename SafeSaveOrLoad to SaveLoad (it only did load), and add support for (safe) loading with a LoadFilter ------------------------------------------------------------------------ r21395 | rubidium | 2010-12-05 14:41:34 +0000 (Sun, 05 Dec 2010) | 2 lines -Codechange: move the save and load filter's interface to a header ------------------------------------------------------------------------ r21394 | rubidium | 2010-12-05 14:37:54 +0000 (Sun, 05 Dec 2010) | 2 lines -Codechange: split the actual savegame loading from SaveOrLoad as well ------------------------------------------------------------------------ r21393 | rubidium | 2010-12-05 14:35:55 +0000 (Sun, 05 Dec 2010) | 2 lines -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" ------------------------------------------------------------------------ r21392 | rubidium | 2010-12-05 14:34:19 +0000 (Sun, 05 Dec 2010) | 2 lines -Change: prepare the network protocol for getting the file size later in the download process ------------------------------------------------------------------------ r21391 | rubidium | 2010-12-05 14:33:20 +0000 (Sun, 05 Dec 2010) | 2 lines -Update (r21390): the string names in the translations ------------------------------------------------------------------------ r21390 | rubidium | 2010-12-05 14:32:13 +0000 (Sun, 05 Dec 2010) | 2 lines -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 ------------------------------------------------------------------------ r21389 | terkhen | 2010-12-04 22:54:11 +0000 (Sat, 04 Dec 2010) | 2 lines -Feature: Use alphabetical order when sorting industries by type at the industry directory window. ------------------------------------------------------------------------ r21388 | alberth | 2010-12-04 21:51:02 +0000 (Sat, 04 Dec 2010) | 1 line -Feature [FS#4289]: Allow entering of the new year in a text box when cheating the year. ------------------------------------------------------------------------ r21387 | alberth | 2010-12-04 21:38:42 +0000 (Sat, 04 Dec 2010) | 1 line -Codechange: Add an enum for cheat numbers. ------------------------------------------------------------------------ r21386 | alberth | 2010-12-04 21:36:36 +0000 (Sat, 04 Dec 2010) | 1 line -Codechange: Use updated value to decide year to cheat to, instead of increment/decrement. ------------------------------------------------------------------------ r21385 | alberth | 2010-12-04 21:25:24 +0000 (Sat, 04 Dec 2010) | 1 line -Codechange: Added a missing 'this' prefix, and some documentation to cheat gui code. ------------------------------------------------------------------------ r21384 | rubidium | 2010-12-04 18:48:11 +0000 (Sat, 04 Dec 2010) | 2 lines -Fix: failure of WT3 to properly validate some string... ------------------------------------------------------------------------ r21383 | translators | 2010-12-04 18:45:22 +0000 (Sat, 04 Dec 2010) | 8 lines -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 ------------------------------------------------------------------------ r21382 | rubidium | 2010-12-04 13:04:19 +0000 (Sat, 04 Dec 2010) | 2 lines -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 ------------------------------------------------------------------------ r21381 | rubidium | 2010-12-04 10:08:32 +0000 (Sat, 04 Dec 2010) | 2 lines -Fix (r21377,r21375): some compilers have to spoil the fun... ------------------------------------------------------------------------ r21380 | rubidium | 2010-12-04 09:56:13 +0000 (Sat, 04 Dec 2010) | 2 lines -Codechange: move ThreadedSave variables to a more logical place, and move an include to the right place ------------------------------------------------------------------------ r21379 | rubidium | 2010-12-04 09:54:38 +0000 (Sat, 04 Dec 2010) | 2 lines -Codechange: move the actual save code into a separate function ------------------------------------------------------------------------ r21378 | rubidium | 2010-12-04 09:53:43 +0000 (Sat, 04 Dec 2010) | 2 lines -Codechange: move the logic for reading bytes from a savegame into a class ------------------------------------------------------------------------ r21377 | rubidium | 2010-12-04 09:52:52 +0000 (Sat, 04 Dec 2010) | 2 lines -Codechange: rewrite the savegame decompressors to behave more like filters ------------------------------------------------------------------------ r21376 | rubidium | 2010-12-04 09:43:13 +0000 (Sat, 04 Dec 2010) | 2 lines -Codechange: generalise ClearMemoryDumper ------------------------------------------------------------------------ r21375 | rubidium | 2010-12-04 09:09:29 +0000 (Sat, 04 Dec 2010) | 2 lines -Codechange: rewrite the savegame compressors to behave more like filters ------------------------------------------------------------------------ r21374 | planetmaker | 2010-12-04 08:38:02 +0000 (Sat, 04 Dec 2010) | 1 line -Fix: Purchases lists were not invalidated when using 'resetengines' ------------------------------------------------------------------------ r21373 | rubidium | 2010-12-02 23:08:22 +0000 (Thu, 02 Dec 2010) | 2 lines -Codechange: rewrite the game state to memory dumper ------------------------------------------------------------------------ r21372 | yexo | 2010-12-02 23:05:48 +0000 (Thu, 02 Dec 2010) | 1 line -Cleanup: remove some broken npf debug code ------------------------------------------------------------------------ r21371 | rubidium | 2010-12-02 22:43:10 +0000 (Thu, 02 Dec 2010) | 2 lines -Codechange: pass the buffer to the compressor directly instead of using a global variable ------------------------------------------------------------------------ r21370 | yexo | 2010-12-02 19:21:13 +0000 (Thu, 02 Dec 2010) | 1 line -Fix: [NewGRF] a grf with an invalid action14 could cause an out of memory error ------------------------------------------------------------------------ r21369 | rubidium | 2010-12-02 18:51:44 +0000 (Thu, 02 Dec 2010) | 2 lines -Fix: don't add object specs that weren't associate with graphics ------------------------------------------------------------------------ r21368 | translators | 2010-12-02 18:45:10 +0000 (Thu, 02 Dec 2010) | 4 lines -Update from WebTranslator v3.0: german - 1 changes by planetmaker norwegian_bokmal - 8 changes by mantaray ------------------------------------------------------------------------ r21367 | frosch | 2010-12-01 21:35:18 +0000 (Wed, 01 Dec 2010) | 1 line -Fix (r18719)[FS#4283]: Fields were not cleared under snow though they were intended to be. ------------------------------------------------------------------------ r21366 | translators | 2010-12-01 18:45:09 +0000 (Wed, 01 Dec 2010) | 5 lines -Update from WebTranslator v3.0: basque - 81 changes by Thadah marathi - 4 changes by jcravi vietnamese - 2 changes by nglekhoi ------------------------------------------------------------------------ r21365 | rubidium | 2010-11-30 20:09:44 +0000 (Tue, 30 Nov 2010) | 2 lines -Document: the reasoning for some of the network configuration defaults ------------------------------------------------------------------------ r21364 | rubidium | 2010-11-30 20:06:40 +0000 (Tue, 30 Nov 2010) | 2 lines -Change: increase the default amount of companies, clients and spectators. Furthermore tighten the command execution/queueing limits a bit ------------------------------------------------------------------------ r21363 | rubidium | 2010-11-30 20:01:26 +0000 (Tue, 30 Nov 2010) | 2 lines -Add: support for limiting the amount of (accepted) incoming data ------------------------------------------------------------------------ r21362 | translators | 2010-11-30 18:45:12 +0000 (Tue, 30 Nov 2010) | 5 lines -Update from WebTranslator v3.0: slovenian - 28 changes by ntadej spanish - 1 changes by Terkhen vietnamese - 1 changes by nglekhoi ------------------------------------------------------------------------ r21361 | rubidium | 2010-11-30 14:18:20 +0000 (Tue, 30 Nov 2010) | 2 lines -Change: make sure the client is listening, or rather receiving, our frames ------------------------------------------------------------------------ r21360 | rubidium | 2010-11-30 14:11:29 +0000 (Tue, 30 Nov 2010) | 2 lines -Fix [FS#4281]: crash when randomised action2 was used when resolving the image to draw in the buy menu ------------------------------------------------------------------------ r21358 | rubidium | 2010-11-30 13:38:46 +0000 (Tue, 30 Nov 2010) | 2 lines -Codechange: make some network function names conform to coding style ------------------------------------------------------------------------ r21357 | rubidium | 2010-11-30 13:22:29 +0000 (Tue, 30 Nov 2010) | 2 lines -Codechange: make it possible to resize the packet's buffer ------------------------------------------------------------------------ r21356 | rubidium | 2010-11-30 12:02:19 +0000 (Tue, 30 Nov 2010) | 2 lines -Fix (r21351): sometimes versions wouldn't be correctly set for Windows builds ------------------------------------------------------------------------ r21355 | planetmaker | 2010-11-30 00:15:38 +0000 (Tue, 30 Nov 2010) | 1 line -Feature-ish [FS#4280]: Happy Zuu and a hotkey for the AI debug window for all (Zuu) ------------------------------------------------------------------------ r21354 | translators | 2010-11-29 18:45:14 +0000 (Mon, 29 Nov 2010) | 5 lines -Update from WebTranslator v3.0: english_US - 1 changes by Rubidium french - 1 changes by glx italian - 1 changes by lorenzodv ------------------------------------------------------------------------ r21353 | frosch | 2010-11-29 17:26:47 +0000 (Mon, 29 Nov 2010) | 1 line -Fix (r19056)[FS#4277]: New railtypes with overlays did not use the shore sprites as groundtiles for three-corner-raised slopes (at shore). ------------------------------------------------------------------------