------------------------------------------------------------------------ r13400 | miham | 2008-06-07 16:15:20 +0000 (Sat, 07 Jun 2008) | 5 lines -Update: WebTranslator2 update to 2008-06-07 18:14:28 korean - 8 fixed, 16 changed by leejaeuk5 (24) romanian - 5 fixed, 185 changed by CrystyB (190) russian - 1 changed by Smoky555 (1) ------------------------------------------------------------------------ r13397 | frosch | 2008-06-07 00:06:36 +0000 (Sat, 07 Jun 2008) | 1 line -Fix: Do not crash when resolving vehicle sprite groups with zero sprites. ------------------------------------------------------------------------ r13396 | glx | 2008-06-06 19:27:09 +0000 (Fri, 06 Jun 2008) | 1 line -Fix (r13375): assertion failing when changing grfs in game (compatible grfs) ------------------------------------------------------------------------ r13390 | glx | 2008-06-05 20:54:52 +0000 (Thu, 05 Jun 2008) | 1 line -Codechange: introduce usererror() for fatal but not openttd related errors. Now all error() will 'crash' openttd after showing the message in win32 releases (MSVC), creating a crash.log and crash.dmp (like the '!' hack used before). On the other hand, usererror() will just close the game. So use error() only when it can be helpful to debugging, else use usererror(). ------------------------------------------------------------------------ r13389 | rubidium | 2008-06-05 16:55:00 +0000 (Thu, 05 Jun 2008) | 2 lines -Codechange: remove NM_CALLBACK because that information could be gathered from the fact that a callback has been specified. Patch by Cirdan. ------------------------------------------------------------------------ r13388 | peter1138 | 2008-06-05 12:08:20 +0000 (Thu, 05 Jun 2008) | 2 lines -Codechange: Remove "my invented flag for something that is a wagon" ------------------------------------------------------------------------ r13387 | rubidium | 2008-06-05 11:34:26 +0000 (Thu, 05 Jun 2008) | 2 lines -Fix: industry directory sorting not working correctly (= != ==) ------------------------------------------------------------------------ r13386 | rubidium | 2008-06-05 11:26:38 +0000 (Thu, 05 Jun 2008) | 2 lines -Fix: global currency/units setting being overriden when loading a savegame. ------------------------------------------------------------------------ r13385 | peter1138 | 2008-06-05 07:38:22 +0000 (Thu, 05 Jun 2008) | 2 lines -Fix (r12137): In the purchase list, CB36 for capacity was not called for the first part of rail and road vehicles. ------------------------------------------------------------------------ r13384 | miham | 2008-06-05 06:17:04 +0000 (Thu, 05 Jun 2008) | 21 lines -Update: WebTranslator2 update to 2008-06-05 08:15:43 brazilian_portuguese - 9 fixed, 6 changed by tucalipe (15) catalan - 9 fixed by arnaullv (9) croatian - 13 fixed by knovak (13) czech - 33 fixed by Hadez (33) danish - 47 fixed by ThomasA (47) dutch - 9 fixed by habell (9) estonian - 42 fixed, 5 changed by kristjans (47) finnish - 5 fixed, 1 changed by kerba (6) french - 9 fixed, 2 changed by glx (8), belugas (3) icelandic - 75 fixed by scrooge (75) italian - 9 fixed, 12 changed by lorenzodv (21) korean - 76 fixed, 15 changed by leejaeuk5 (91) portuguese - 7 fixed by izhirahider (7) romanian - 97 fixed, 302 changed by CrystyB (399) russian - 12 fixed by Smoky555 (12) spanish - 12 fixed by eusebio (12) swedish - 13 fixed by ChrillDeVille (6), daishan (7) turkish - 39 fixed, 1 changed by jnmbk (40) ukrainian - 10 fixed by mad (10) ------------------------------------------------------------------------ r13383 | belugas | 2008-06-05 01:43:03 +0000 (Thu, 05 Jun 2008) | 1 line -Codechange: Put the cost of house removal in a class member ------------------------------------------------------------------------ r13380 | glx | 2008-06-04 22:30:44 +0000 (Wed, 04 Jun 2008) | 1 line -Fix (r13327): MSVC signed/unsigned warning ------------------------------------------------------------------------ r13379 | glx | 2008-06-04 22:03:22 +0000 (Wed, 04 Jun 2008) | 1 line -Fix (r13255): drive side can't be changed in intro ------------------------------------------------------------------------ r13378 | smatz | 2008-06-04 11:21:36 +0000 (Wed, 04 Jun 2008) | 1 line -Fix (r13375): compilation without network support was broken ------------------------------------------------------------------------ r13377 | peter1138 | 2008-06-04 06:40:07 +0000 (Wed, 04 Jun 2008) | 2 lines -Codechange: Let 'long format' build year work in vehicle purchase list. ------------------------------------------------------------------------ r13376 | belugas | 2008-06-04 00:17:48 +0000 (Wed, 04 Jun 2008) | 2 lines -Feature: Add access to current long year and date from Action 7/9/D and VarAction2 (23/24 or A3/A4) Add access to (long format) building year, in Variational Action2 Variable 49 for Vehicles ------------------------------------------------------------------------ r13375 | smatz | 2008-06-03 18:35:58 +0000 (Tue, 03 Jun 2008) | 1 line -Add: logging of actions that could possibly cause desyncs and crashes to simplify debugging. See readme.txt for details ------------------------------------------------------------------------ r13374 | peter1138 | 2008-06-03 12:11:16 +0000 (Tue, 03 Jun 2008) | 2 lines -Fix (r13364): Some common compilers do not yet support 9 year old specifications. ------------------------------------------------------------------------ r13373 | smatz | 2008-06-03 11:39:15 +0000 (Tue, 03 Jun 2008) | 1 line -Fix (r10210): loading of very old savegames was broken ------------------------------------------------------------------------ r13372 | peter1138 | 2008-06-03 10:22:42 +0000 (Tue, 03 Jun 2008) | 2 lines -Cleanup: Excessive whitespace ------------------------------------------------------------------------ r13371 | peter1138 | 2008-06-03 09:58:13 +0000 (Tue, 03 Jun 2008) | 2 lines -Fix (r4510 ... r12924): Engine array size is not related to the ID used when setting a vehicle's name (it is vehicle type specific). Instead just test for a generic string. ------------------------------------------------------------------------ r13370 | rubidium | 2008-06-03 08:06:58 +0000 (Tue, 03 Jun 2008) | 2 lines -Codechange: move the VARDEF stuff from openttd.h to variables.h so one doesn't need to include openttd.h before variables.h. ------------------------------------------------------------------------ r13369 | rubidium | 2008-06-03 08:04:35 +0000 (Tue, 03 Jun 2008) | 3 lines -Codechange: remove duplication of network configuration settings between NetworkSettings and NetworkGameInfo. -Fix: failure of changing the server password during games because the password wasn't duplicated properly. ------------------------------------------------------------------------ r13368 | belugas | 2008-06-03 03:06:16 +0000 (Tue, 03 Jun 2008) | 1 line -Codechange: give house's min/max_date a better name, as it is really year, not date ------------------------------------------------------------------------ r13367 | belugas | 2008-06-03 02:20:27 +0000 (Tue, 03 Jun 2008) | 1 line -Codechange: Allow CircularTileSearch function to return the tile where search has been successful, or INVALID_TILE if it has not ------------------------------------------------------------------------ r13366 | smatz | 2008-06-03 00:23:54 +0000 (Tue, 03 Jun 2008) | 1 line -Fix: clicking in the Subsidies window was broken ------------------------------------------------------------------------ r13365 | rubidium | 2008-06-02 23:01:57 +0000 (Mon, 02 Jun 2008) | 2 lines -Fix: don't segfault on trying to set a non-existing patch setting. ------------------------------------------------------------------------ r13364 | peter1138 | 2008-06-02 19:52:41 +0000 (Mon, 02 Jun 2008) | 2 lines -Codechange: Refactor action 3 mapping to use grf_load_*() instead of direct byte array access. ------------------------------------------------------------------------ r13363 | peter1138 | 2008-06-02 19:35:30 +0000 (Mon, 02 Jun 2008) | 2 lines -Codechange: Code duplication tidy up ------------------------------------------------------------------------ r13362 | smatz | 2008-06-02 14:34:23 +0000 (Mon, 02 Jun 2008) | 1 line -Fix: make the town authority window a bit less glitchy ------------------------------------------------------------------------ r13361 | glx | 2008-06-02 14:30:55 +0000 (Mon, 02 Jun 2008) | 1 line -Fix (r13360): regexp failed ------------------------------------------------------------------------ r13360 | skidd13 | 2008-06-02 14:27:58 +0000 (Mon, 02 Jun 2008) | 2 lines -Fix (r13359): Forgot to remove some instances of FiosAlloc() ------------------------------------------------------------------------ r13359 | skidd13 | 2008-06-02 14:19:27 +0000 (Mon, 02 Jun 2008) | 3 lines -Codechange: convert _fios_items to a SmallVector -Cleanup: some reincarnations of _fios_items in the code ------------------------------------------------------------------------ r13358 | rubidium | 2008-06-02 08:33:38 +0000 (Mon, 02 Jun 2008) | 2 lines -Codechange: split next order determination and conditional order processing functionality from the order handling. Patch based on work by michi_cc. ------------------------------------------------------------------------ r13357 | rubidium | 2008-06-02 06:44:06 +0000 (Mon, 02 Jun 2008) | 2 lines -Codechange: add constness to YAPF. ------------------------------------------------------------------------ r13356 | peter1138 | 2008-06-02 06:42:27 +0000 (Mon, 02 Jun 2008) | 2 lines -Codechange: Incorrect documentation and variable type for inflation rates ------------------------------------------------------------------------ r13354 | smatz | 2008-06-01 19:36:55 +0000 (Sun, 01 Jun 2008) | 1 line -Codechange: make 8bpp_optimized blitter ~25% faster in encoding and ~15% faster in drawing (depends on architecture) ------------------------------------------------------------------------ r13351 | smatz | 2008-06-01 15:08:14 +0000 (Sun, 01 Jun 2008) | 1 line -Codechange: disable warnings about unused variable for builds without asserts ------------------------------------------------------------------------ r13350 | glx | 2008-06-01 13:23:40 +0000 (Sun, 01 Jun 2008) | 1 line -Fix: wrong tooltip for waypoint picker scrollbar ------------------------------------------------------------------------ r13349 | rubidium | 2008-06-01 10:11:31 +0000 (Sun, 01 Jun 2008) | 2 lines -Codechange: remove a pointless flag; the flag is set before calling a function and is then reset in the function without ever reading it. Patch by Cirdan. ------------------------------------------------------------------------ r13348 | rubidium | 2008-05-31 22:43:42 +0000 (Sat, 31 May 2008) | 2 lines -Fix: an industry does not always need foundations; in the case of NewGRFs an industry can be built on a steep slope, however when 'querying' the foundation type of an industry we neglected the fact that these steep slope tiles do not have a foundation. As a result of this when one built a structure requiring foundations on a tile SW or SE of a steep slope industry tile it would try to apply the foundation on the steep slope to determine whether to draw the wall of the foundation and trigger an assert. ------------------------------------------------------------------------ r13347 | glx | 2008-05-31 22:12:53 +0000 (Sat, 31 May 2008) | 1 line -Fix (r12396): ottdres.rc.in was forgotten ------------------------------------------------------------------------