------------------------------------------------------------------------ r11246 | belugas | 2007-10-11 15:40:53 +0000 (Thu, 11 Oct 2007) | 1 line -Codechange: beautify some conditions from "if else" into trinary operator ------------------------------------------------------------------------ r11245 | truelight | 2007-10-11 11:32:43 +0000 (Thu, 11 Oct 2007) | 2 lines -Fix r11228: the moreanimation feature made loading TTD(p) games impossible (Csaboka) ------------------------------------------------------------------------ r11244 | truelight | 2007-10-11 11:06:04 +0000 (Thu, 11 Oct 2007) | 4 lines -Fix: trees can now be planted on bare land without making it grassy (Csaboka) -Fix: planting tree in desert doesn't make it grassy for the first tile-cycle (Csaboka) -Fix: when a tree dies in desert, it no longer becomes a snowy tile for the first tile-cycle (Csaboka) ------------------------------------------------------------------------ r11243 | glx | 2007-10-10 01:36:15 +0000 (Wed, 10 Oct 2007) | 1 line -Fix: update waypoint signs when renaming a town ------------------------------------------------------------------------ r11242 | belugas | 2007-10-10 01:15:07 +0000 (Wed, 10 Oct 2007) | 3 lines -Codechange: When displaying the industry funding gui, present the industries in the same order as they are available. Prior of this, they were separated in processing/organic and extractive. Now, all are mixed, just filtered when required. This will allow easy comparison with TTDPatch's list. (glx and me) ------------------------------------------------------------------------ r11241 | belugas | 2007-10-10 00:42:52 +0000 (Wed, 10 Oct 2007) | 1 line -Fix: Obiwan error on industry animated tiles. Spotted and fixed by Csaboka ------------------------------------------------------------------------ r11240 | glx | 2007-10-10 00:01:41 +0000 (Wed, 10 Oct 2007) | 1 line -Fix [FS#1323] (r11152): forgot to invert a test ------------------------------------------------------------------------ r11239 | glx | 2007-10-09 21:40:15 +0000 (Tue, 09 Oct 2007) | 1 line -Fix (r10495): don't do cargo translation when loading grfs, but do it once all grfs are loaded. This ensure correct accept/produced cargo when a grf uses cargo defined in a grf loaded after itself ------------------------------------------------------------------------ r11238 | rubidium | 2007-10-09 21:29:34 +0000 (Tue, 09 Oct 2007) | 2 lines -Fix [FS#1316]: the orders of trains going to a waypoint where not updated when the waypoint would be moved. ------------------------------------------------------------------------ r11237 | rubidium | 2007-10-09 21:11:23 +0000 (Tue, 09 Oct 2007) | 2 lines -Codechange: reduce code duplication between GetRailFoundation() and CheckRailSlope(). Patch by frosch. ------------------------------------------------------------------------ r11236 | rubidium | 2007-10-09 20:53:25 +0000 (Tue, 09 Oct 2007) | 2 lines -Fix [FS#1322]: DeleteVehicleChain can just work as good for all vehicles, instead of not allowing trains to use it (enforced by an assert), but actually using it for trains. Patch by SmatZ. ------------------------------------------------------------------------ r11235 | miham | 2007-10-09 17:28:37 +0000 (Tue, 09 Oct 2007) | 6 lines -Update: WebTranslator2 update to 2007-10-09 19:28:02 croatian - 1 fixed by tperic (1) dutch - 3 fixed by habell (3) hungarian - 1 fixed by miham (1) italian - 1 fixed by lorenzodv (1) ------------------------------------------------------------------------ r11234 | rubidium | 2007-10-09 15:48:41 +0000 (Tue, 09 Oct 2007) | 2 lines -Fix [FS#1312]: the explosion vehicles were placed too far to the south. ------------------------------------------------------------------------ r11233 | rubidium | 2007-10-09 15:28:40 +0000 (Tue, 09 Oct 2007) | 2 lines -Fix [FS#1303]: handle some wrong written station NewGRFs a little more gracefully than segfaulting. ------------------------------------------------------------------------ r11232 | glx | 2007-10-09 02:57:29 +0000 (Tue, 09 Oct 2007) | 1 line -Fix (r10495): industry tile override works like house override, so handle it in the same way ------------------------------------------------------------------------ r11231 | rubidium | 2007-10-08 20:42:33 +0000 (Mon, 08 Oct 2007) | 2 lines -Fix [FS#1311] (r11128): Someone misplaced a "static". This results in wrong bounding boxes for tunnels in X direction. Patch by frosch. ------------------------------------------------------------------------ r11230 | rubidium | 2007-10-08 20:16:25 +0000 (Mon, 08 Oct 2007) | 2 lines -Fix [FS#1228]: one could construct trains out of crashed wagons and engines. Based on a patch by SmatZ. ------------------------------------------------------------------------ r11229 | rubidium | 2007-10-08 20:06:37 +0000 (Mon, 08 Oct 2007) | 2 lines -Fix [FS#1307]: one could sell vehicles that were crashed in a depot, which would still yield money. ------------------------------------------------------------------------ r11228 | rubidium | 2007-10-08 19:56:21 +0000 (Mon, 08 Oct 2007) | 2 lines -Codechange: implement the "moreanimation" feature of TTDP, so we can properly support newindustries. ------------------------------------------------------------------------ r11227 | miham | 2007-10-08 18:45:33 +0000 (Mon, 08 Oct 2007) | 7 lines -Update: WebTranslator2 update to 2007-10-08 20:45:04 afrikaans - 3 fixed, 236 changed by TrueTenacity (239) croatian - 5 fixed by knovak (5) italian - 1 changed by lorenzodv (1) slovak - 2 fixed by lengyel (2) spanish - 2 fixed by eusebio (2) ------------------------------------------------------------------------ r11226 | miham | 2007-10-07 17:59:46 +0000 (Sun, 07 Oct 2007) | 18 lines -Update: WebTranslator2 update to 2007-10-07 19:56:41 afrikaans - 48 fixed, 160 changed by TrueTenacity (208) american - 5 fixed by WhiteRabbit (5) brazilian_portuguese - 5 fixed by tucalipe (5) bulgarian - 1 fixed by thetitan (1) catalan - 5 fixed by arnaullv (5) czech - 3 fixed, 1 changed by Hadez (4) dutch - 3 fixed by habell (3) estonian - 3 fixed, 23 changed by kristjans (26) french - 5 fixed by glx (5) hungarian - 4 fixed by miham (4) italian - 5 fixed by lorenzodv (5) slovak - 3 fixed by lengyel (3) slovenian - 5 fixed by Necrolyte (5) spanish - 3 fixed by eusebio (3) swedish - 6 fixed, 12 changed by ChrillDeVille (18) ukrainian - 3 fixed by mad (3) ------------------------------------------------------------------------ r11225 | rubidium | 2007-10-07 15:26:20 +0000 (Sun, 07 Oct 2007) | 2 lines -Fix: if a sprite shares the bounding box of another sprite, the offset is unsigned instead of signed. ------------------------------------------------------------------------ r11224 | rubidium | 2007-10-07 08:48:31 +0000 (Sun, 07 Oct 2007) | 2 lines -Fix: GRM for cargos has registration entries for both cargo IDs and cargo bitmasks, not only cargo IDs. ------------------------------------------------------------------------ r11223 | belugas | 2007-10-07 01:37:06 +0000 (Sun, 07 Oct 2007) | 1 line -Fix[FS#1306]: Rename and refactor adequately a function that actually returns void and set bits (smatz). ------------------------------------------------------------------------ r11220 | truelight | 2007-10-06 22:08:04 +0000 (Sat, 06 Oct 2007) | 2 lines -Fix r11217: not all gmakes allow "" in ifeq (go figure) ------------------------------------------------------------------------ r11218 | glx | 2007-10-06 13:20:27 +0000 (Sat, 06 Oct 2007) | 1 line -Codechange: remove unused ENABLE_INSTALL in Makefile.in, and add --disable-unicode in configure help ------------------------------------------------------------------------ r11217 | rubidium | 2007-10-06 13:18:43 +0000 (Sat, 06 Oct 2007) | 2 lines -Update: the readme as some things weren't quite right anymore. ------------------------------------------------------------------------ r11216 | belugas | 2007-10-06 00:23:30 +0000 (Sat, 06 Oct 2007) | 1 line -Codechange: Protect the callback who would access var 45 against a randomness that could eventually cause desynchs. Instead, use a controlled random value. ------------------------------------------------------------------------ r11215 | rubidium | 2007-10-05 22:39:15 +0000 (Fri, 05 Oct 2007) | 2 lines -Codechange: replace magic constants with less magic symbols. Patch by skidd13. ------------------------------------------------------------------------ r11214 | glx | 2007-10-05 22:13:35 +0000 (Fri, 05 Oct 2007) | 1 line -Fix [FS#1296]: planes can't use heliports so refuse these orders ------------------------------------------------------------------------ r11213 | rubidium | 2007-10-05 22:10:15 +0000 (Fri, 05 Oct 2007) | 2 lines -Fix [FS#1298]: confusing messages when trying to build a bridge. ------------------------------------------------------------------------ r11212 | rubidium | 2007-10-05 21:49:15 +0000 (Fri, 05 Oct 2007) | 2 lines -Codechange: add support for drawing parts of sprites. Patch by frosch. ------------------------------------------------------------------------ r11211 | rubidium | 2007-10-05 21:31:59 +0000 (Fri, 05 Oct 2007) | 2 lines -Fix [FS#1302]: NewGRF GUI scrollbar does funny things when being resized. ------------------------------------------------------------------------ r11210 | rubidium | 2007-10-05 19:57:20 +0000 (Fri, 05 Oct 2007) | 2 lines -Codechange: unify the way that selection sprites are drawn. Patch by frosch. ------------------------------------------------------------------------ r11209 | rubidium | 2007-10-05 19:36:13 +0000 (Fri, 05 Oct 2007) | 2 lines -Codechange: remove some magic numbers and bit magic with appropriate enums and functions. Patch by frosch. ------------------------------------------------------------------------ r11208 | rubidium | 2007-10-05 17:55:12 +0000 (Fri, 05 Oct 2007) | 2 lines -Fix [FS#1300]: tunnel excavation could disown somebody elses owned land. Patch by frosch. ------------------------------------------------------------------------ r11207 | glx | 2007-10-05 17:53:45 +0000 (Fri, 05 Oct 2007) | 1 line -Fix [FS#1301]: don't use smooth_economy for industries using production callbacks as they may have no production for more than a month ------------------------------------------------------------------------ r11206 | rubidium | 2007-10-05 17:53:01 +0000 (Fri, 05 Oct 2007) | 2 lines -Fix [FS#1299]: half tram bits could be removed in some cases. Based on patches by frosch and skidd13. ------------------------------------------------------------------------ r11205 | rubidium | 2007-10-05 17:50:17 +0000 (Fri, 05 Oct 2007) | 2 lines -Codechange: remove some, now obsolete, checks. ------------------------------------------------------------------------ r11204 | belugas | 2007-10-05 02:21:40 +0000 (Fri, 05 Oct 2007) | 5 lines -Feature: [NewGRF] Add support for Action 00 for Industries and IndustryTiles. Thanks to :Csaboka for original concept, specs & help. Dalestan for technical explanations. Pikkabird & Georges for detailled comments on their grf works. The Alpha testers (You know who you are). And finally (but not least) Maedhros (newhouses), peter1138(newgrf) Rubidium and glx (numerous and welcome patches) Remember: it certainly can be buggy. But be sure that behaviour has been tested in TTDP (if you can) before raising a flag. ------------------------------------------------------------------------ r11203 | belugas | 2007-10-05 02:06:29 +0000 (Fri, 05 Oct 2007) | 1 line -Codechange: Raise the TTDPatch version a little higher, as some new features will be shortly exploitable ------------------------------------------------------------------------ r11202 | belugas | 2007-10-05 01:46:49 +0000 (Fri, 05 Oct 2007) | 1 line -Feature: [NewGRF] Add support for var 45 for Industries. ------------------------------------------------------------------------ r11201 | rubidium | 2007-10-04 20:20:23 +0000 (Thu, 04 Oct 2007) | 2 lines -Fix [FS#1283]: minor issue with building one way roads one tile long. Patch by SmatZ. ------------------------------------------------------------------------ r11200 | rubidium | 2007-10-04 20:16:35 +0000 (Thu, 04 Oct 2007) | 2 lines -Fix [FS#1291]: road vehicles could not overtake on one way roads going to the east. ------------------------------------------------------------------------