------------------------------------------------------------------------ r11159 | glx | 2007-09-25 14:15:38 +0000 (Tue, 25 Sep 2007) | 1 line -Fix (r11155): restore the ability to save in a non existing file ------------------------------------------------------------------------ r11158 | rubidium | 2007-09-24 20:56:33 +0000 (Mon, 24 Sep 2007) | 2 lines -Codechange: reduce the amount of Random calls needed when we do not have NewGRF industries that actually need the random bits. ------------------------------------------------------------------------ r11157 | rubidium | 2007-09-24 20:55:13 +0000 (Mon, 24 Sep 2007) | 2 lines -Fix: some random data was printed because printf "thought" that _current_player is 4 bytes instead of 1 byte, causing the random debug output to be useless. ------------------------------------------------------------------------ r11156 | glx | 2007-09-24 19:55:50 +0000 (Mon, 24 Sep 2007) | 1 line -Fix r11155: fix one compiler makes the other warn ;) ------------------------------------------------------------------------ r11155 | rubidium | 2007-09-24 19:15:42 +0000 (Mon, 24 Sep 2007) | 2 lines -Fix [FS#1253]: work around a nasty MS CRT 8 SP1 bug making it virtually impossible to debug 32bpp games under MSVC (http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=257606). Patch by boekabart. ------------------------------------------------------------------------ r11154 | rubidium | 2007-09-24 19:11:26 +0000 (Mon, 24 Sep 2007) | 2 lines -Fix [FS#1239]: MIDI failing to play under Windows 95, 98 and ME. ------------------------------------------------------------------------ r11152 | rubidium | 2007-09-23 19:55:42 +0000 (Sun, 23 Sep 2007) | 3 lines -Fix: GetIndustryIDAtOffset crashed when translation of the GFX ID would be needed. Fix by Belugas. -Fix: GetIndustryIDAtOffset crashed when the industry->xy tile was not an industry tile. ------------------------------------------------------------------------ r11151 | rubidium | 2007-09-23 19:27:35 +0000 (Sun, 23 Sep 2007) | 2 lines -Codechange: add (partial) support for randomizing industry triggers (part of the backend for it). Furthermore update the documentation of the map's bits wrt to industries. ------------------------------------------------------------------------ r11150 | rubidium | 2007-09-23 11:05:11 +0000 (Sun, 23 Sep 2007) | 2 lines -Fix [FS#1202]: NewGRF action 3 does not necessarily need an action 1 to be defined. Patch by frosch. ------------------------------------------------------------------------ r11149 | maedhros | 2007-09-23 10:54:11 +0000 (Sun, 23 Sep 2007) | 2 lines -Fix [FS#1225]: Draw building stages for new house ground sprites. ------------------------------------------------------------------------ r11148 | rubidium | 2007-09-23 10:26:20 +0000 (Sun, 23 Sep 2007) | 2 lines -Codechange: add support for getting version numbers from Mercurial/HG instead of norev000 (when using a Mercurial/HG clone that is). ------------------------------------------------------------------------ r11147 | rubidium | 2007-09-23 09:37:25 +0000 (Sun, 23 Sep 2007) | 2 lines -Fix [FS#1247] (r11105): reallow bounding boxes with x/y/z-extent 0. Some NewGRFs need them. Patch by frosch. ------------------------------------------------------------------------ r11145 | rubidium | 2007-09-22 23:55:34 +0000 (Sat, 22 Sep 2007) | 2 lines -Codechange: add support for "decoding" TTDPs string codes wrt to registers 0x100 to 0x10F. ------------------------------------------------------------------------ r11144 | glx | 2007-09-22 23:40:35 +0000 (Sat, 22 Sep 2007) | 1 line -Codechange: add support for newgrf callbacks 29 and 35 ------------------------------------------------------------------------ r11143 | rubidium | 2007-09-22 23:14:32 +0000 (Sat, 22 Sep 2007) | 2 lines -Fix: the random bits were not set for the production callback when the NewGRF asked for it. ------------------------------------------------------------------------ r11142 | glx | 2007-09-22 21:59:02 +0000 (Sat, 22 Sep 2007) | 1 line -Codechange: prepare industry production change code for newgrf callbacks 29 and 35 ------------------------------------------------------------------------ r11141 | rubidium | 2007-09-22 20:29:17 +0000 (Sat, 22 Sep 2007) | 2 lines -Codechange: add support for NewGRF's varaction2 operators 11, 12 and 13. ------------------------------------------------------------------------ r11140 | miham | 2007-09-22 18:53:32 +0000 (Sat, 22 Sep 2007) | 15 lines -Update: WebTranslator2 update to 2007-09-22 20:52:32 american - 21 fixed by WhiteRabbit (21) brazilian_portuguese - 1 fixed by tucalipe (1) catalan - 1 fixed by arnaullv (1) croatian - 1 fixed by knovak (1) czech - 7 fixed, 1 changed by Hadez (8) danish - 1 fixed by ThomasA (1) dutch - 1 fixed by habell (1) estonian - 1 fixed, 33 changed by kristjans (34) french - 1 fixed by glx (1) romanian - 21 fixed by kneekoo (21) spanish - 1 fixed by eusebio (1) turkish - 16 fixed, 2 changed by jnmbk (18) ukrainian - 1 fixed by mad (1) ------------------------------------------------------------------------ r11139 | rubidium | 2007-09-22 13:56:38 +0000 (Sat, 22 Sep 2007) | 2 lines -Codechange: add support for persistent storage for NewGRFs. ------------------------------------------------------------------------ r11138 | rubidium | 2007-09-22 12:59:43 +0000 (Sat, 22 Sep 2007) | 2 lines -Codechange: prepare some subsystems for persistent storage for NewGRFs. ------------------------------------------------------------------------ r11137 | belugas | 2007-09-22 00:59:27 +0000 (Sat, 22 Sep 2007) | 1 line -Feature: [NewGRF] Add support for bit 17 of property 1A for Industries. This bit enables the protection of the last instance of an industry type once raise. ------------------------------------------------------------------------ r11134 | rubidium | 2007-09-21 17:56:55 +0000 (Fri, 21 Sep 2007) | 2 lines -Fix [FS#1238]: vehicles got removed twice from the group list when selling whole trains. ------------------------------------------------------------------------ r11133 | rubidium | 2007-09-20 19:21:01 +0000 (Thu, 20 Sep 2007) | 2 lines -Fix (r11102) [FS#1245]: in some cases vehicles would be drawn over houses when they should be drawn behind the houses. Patch by frosch. ------------------------------------------------------------------------ r11132 | rubidium | 2007-09-19 18:55:26 +0000 (Wed, 19 Sep 2007) | 2 lines -Fix: NewGRFs seem to assume that STR_NULL is an empty string or so. ------------------------------------------------------------------------ r11131 | rubidium | 2007-09-19 18:39:14 +0000 (Wed, 19 Sep 2007) | 2 lines -Fix (r11126): forgot to commit the changes that performed the actual fix. ------------------------------------------------------------------------ r11130 | rubidium | 2007-09-19 18:15:59 +0000 (Wed, 19 Sep 2007) | 2 lines -Fix [FS#1207]: towns build roads that weren't connected to any other road. ------------------------------------------------------------------------ r11129 | glx | 2007-09-19 17:37:44 +0000 (Wed, 19 Sep 2007) | 1 line -Fix: update some TextID to StringID 'translations' to reflect changes in language files ------------------------------------------------------------------------ r11128 | rubidium | 2007-09-19 16:36:42 +0000 (Wed, 19 Sep 2007) | 2 lines -Fix: a lot of graphical glitches by changing some bounding boxes. It's not perfect yet, but a *very* good step into the right direction. Patch by frosch. ------------------------------------------------------------------------ r11127 | rubidium | 2007-09-18 20:41:59 +0000 (Tue, 18 Sep 2007) | 2 lines -Fix: truncate the result of 8 bits callbacks. ------------------------------------------------------------------------ r11126 | rubidium | 2007-09-18 18:55:25 +0000 (Tue, 18 Sep 2007) | 2 lines -Fix: the algorithm to determine the closest water/land was flawed. ------------------------------------------------------------------------