glx [Fri, 28 Sep 2007 00:34:10 +0000] rev 7647
(svn r11178) -Fix: don't check newgrf callback 22 in scenario editor
glx [Thu, 27 Sep 2007 21:47:38 +0000] rev 7646
(svn r11177) -Codechange: add support for newgrf callbacks 14B and 14C
glx [Thu, 27 Sep 2007 21:39:13 +0000] rev 7645
(svn r11176) -Revert (r9867): as it is needed for newgrf callbacks 14B and 14C
rubidium [Thu, 27 Sep 2007 20:39:46 +0000] rev 7644
(svn r11175) -Codechange: sort the NewGRFs by name, making searching a specific NewGRF a lot easier.
rubidium [Wed, 26 Sep 2007 19:27:29 +0000] rev 7643
(svn r11174) -Codechange: add possibility to show the bounding boxes of sprites using CTRL-B so one can get a better understanding of the used bounding boxes to fix the glitches that still exist. Patch by frosch.
Note that this is not completely glitch free, bounding boxes sometimes aren't removed properly. This is due to the fact that the bounding boxes sometimes are larger than the sprite, which causes a smaller part than the bounding box to be redrawn. This is NOT a bug, but a known implementation limit as we do not want to slow down normal games so the debug graphics are always 100% correct.
rubidium [Wed, 26 Sep 2007 17:33:32 +0000] rev 7642
(svn r11173) -Codechange: rename some callback enums so they are more uniform.
rubidium [Wed, 26 Sep 2007 16:12:43 +0000] rev 7641
(svn r11172) -Codechange: rewrite of town road building and addition of the possibility to clean up unconnected road bits during the local road reconstructions. Based on a patch by skidd13.
rubidium [Wed, 26 Sep 2007 14:32:06 +0000] rev 7640
(svn r11171) -Fix [FS#1257]: disable autoslope for automatically changed stuff (like towns and industries) and enable it in the scenario editor. Patch by frosch.
rubidium [Wed, 26 Sep 2007 14:21:23 +0000] rev 7639
(svn r11170) -Fix (r11152): a variable's type was too small for the data that is going to put into it when NewIndustries are finally activated. For now it just removes a warning and doesn't really fix anything.
rubidium [Wed, 26 Sep 2007 14:17:26 +0000] rev 7638
(svn r11169) -Fix [FS#1255]: obiwan in Blitter::Drawline(), which caused it to clip too much at screen/viewport borders. Patch by frosch.
rubidium [Wed, 26 Sep 2007 14:14:51 +0000] rev 7637
(svn r11168) -Fix [FS#1256]: assert on terraforming of industries. Patch by frosch.
rubidium [Wed, 26 Sep 2007 14:05:09 +0000] rev 7636
(svn r11167) -Fix [FS#1260]: Electric trains were not shown as stopped in depots when converting it from elrail -> normal rail. Patch by smatz.
glx [Wed, 26 Sep 2007 02:45:13 +0000] rev 7635
(svn r11166) -Fix (r11165): forgot one project file
belugas [Wed, 26 Sep 2007 02:29:34 +0000] rev 7634
(svn r11165) -Fix(r11164): an unwelcome change in MSVC projects/openttd_vs80.vcproj, plus a fix in source.list
belugas [Wed, 26 Sep 2007 02:20:58 +0000] rev 7633
(svn r11164) -Fix(r11161): a rogue space roaming in the night... removed
belugas [Wed, 26 Sep 2007 02:15:00 +0000] rev 7632
(svn r11163) -Codechange: Verify that the IndustryTileOverrideManager skip the magic value of 0xFF when assigning a new tileID. This is really important, since the value is reserved for water checking.
belugas [Wed, 26 Sep 2007 02:11:30 +0000] rev 7631
(svn r11162) -Fix: Acceptance is not a cargo, but rather a level of... acceptance :) So don't need to get cargo name out of it (glx)
belugas [Wed, 26 Sep 2007 01:27:51 +0000] rev 7630
(svn r11161) -Fix: Allow to transform coordinates in negative ones when gfx of 0xFF allows it
belugas [Wed, 26 Sep 2007 01:24:12 +0000] rev 7629
(svn r11160) -Fix: A gfx of 0xFF does not count when it's time to establish the size of the industry.
glx [Tue, 25 Sep 2007 14:15:38 +0000] rev 7628
(svn r11159) -Fix (r11155): restore the ability to save in a non existing file
rubidium [Mon, 24 Sep 2007 20:56:33 +0000] rev 7627
(svn r11158) -Codechange: reduce the amount of Random calls needed when we do not have NewGRF industries that actually need the random bits.
rubidium [Mon, 24 Sep 2007 20:55:13 +0000] rev 7626
(svn r11157) -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.
glx [Mon, 24 Sep 2007 19:55:50 +0000] rev 7625
(svn r11156) -Fix r11155: fix one compiler makes the other warn ;)
rubidium [Mon, 24 Sep 2007 19:15:42 +0000] rev 7624
(svn r11155) -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.
rubidium [Mon, 24 Sep 2007 19:11:26 +0000] rev 7623
(svn r11154) -Fix [FS#1239]: MIDI failing to play under Windows 95, 98 and ME.
rubidium [Sun, 23 Sep 2007 19:55:42 +0000] rev 7622
(svn r11152) -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.
rubidium [Sun, 23 Sep 2007 19:27:35 +0000] rev 7621
(svn r11151) -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.
rubidium [Sun, 23 Sep 2007 11:05:11 +0000] rev 7620
(svn r11150) -Fix [FS#1202]: NewGRF action 3 does not necessarily need an action 1 to be defined. Patch by frosch.
maedhros [Sun, 23 Sep 2007 10:54:11 +0000] rev 7619
(svn r11149) -Fix [FS#1225]: Draw building stages for new house ground sprites.
rubidium [Sun, 23 Sep 2007 10:26:20 +0000] rev 7618
(svn r11148) -Codechange: add support for getting version numbers from Mercurial/HG instead of norev000 (when using a Mercurial/HG clone that is).
rubidium [Sun, 23 Sep 2007 09:37:25 +0000] rev 7617
(svn r11147) -Fix [FS#1247] (r11105): reallow bounding boxes with x/y/z-extent 0. Some NewGRFs need them. Patch by frosch.
rubidium [Sat, 22 Sep 2007 23:55:34 +0000] rev 7616
(svn r11145) -Codechange: add support for "decoding" TTDPs string codes wrt to registers 0x100 to 0x10F.
glx [Sat, 22 Sep 2007 23:40:35 +0000] rev 7615
(svn r11144) -Codechange: add support for newgrf callbacks 29 and 35
rubidium [Sat, 22 Sep 2007 23:14:32 +0000] rev 7614
(svn r11143) -Fix: the random bits were not set for the production callback when the NewGRF asked for it.
glx [Sat, 22 Sep 2007 21:59:02 +0000] rev 7613
(svn r11142) -Codechange: prepare industry production change code for newgrf callbacks 29 and 35
rubidium [Sat, 22 Sep 2007 20:29:17 +0000] rev 7612
(svn r11141) -Codechange: add support for NewGRF's varaction2 operators 11, 12 and 13.
miham [Sat, 22 Sep 2007 18:53:32 +0000] rev 7611
(svn r11140) -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)
rubidium [Sat, 22 Sep 2007 13:56:38 +0000] rev 7610
(svn r11139) -Codechange: add support for persistent storage for NewGRFs.
rubidium [Sat, 22 Sep 2007 12:59:43 +0000] rev 7609
(svn r11138) -Codechange: prepare some subsystems for persistent storage for NewGRFs.
belugas [Sat, 22 Sep 2007 00:59:27 +0000] rev 7608
(svn r11137) -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.
rubidium [Fri, 21 Sep 2007 17:56:55 +0000] rev 7607
(svn r11134) -Fix [FS#1238]: vehicles got removed twice from the group list when selling whole trains.
rubidium [Thu, 20 Sep 2007 19:21:01 +0000] rev 7606
(svn r11133) -Fix (r11102) [FS#1245]: in some cases vehicles would be drawn over houses when they should be drawn behind the houses. Patch by frosch.
rubidium [Wed, 19 Sep 2007 18:55:26 +0000] rev 7605
(svn r11132) -Fix: NewGRFs seem to assume that STR_NULL is an empty string or so.
rubidium [Wed, 19 Sep 2007 18:39:14 +0000] rev 7604
(svn r11131) -Fix (r11126): forgot to commit the changes that performed the actual fix.
rubidium [Wed, 19 Sep 2007 18:15:59 +0000] rev 7603
(svn r11130) -Fix [FS#1207]: towns build roads that weren't connected to any other road.
glx [Wed, 19 Sep 2007 17:37:44 +0000] rev 7602
(svn r11129) -Fix: update some TextID to StringID 'translations' to reflect changes in language files
rubidium [Wed, 19 Sep 2007 16:36:42 +0000] rev 7601
(svn r11128) -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.
rubidium [Tue, 18 Sep 2007 20:41:59 +0000] rev 7600
(svn r11127) -Fix: truncate the result of 8 bits callbacks.
rubidium [Tue, 18 Sep 2007 18:55:25 +0000] rev 7599
(svn r11126) -Fix: the algorithm to determine the closest water/land was flawed.
rubidium [Mon, 17 Sep 2007 17:07:24 +0000] rev 7598
(svn r11125) -Documentation: add/update the documentation of news*. Based on a patch by Progman.
rubidium [Mon, 17 Sep 2007 16:56:15 +0000] rev 7597
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
miham [Mon, 17 Sep 2007 10:46:35 +0000] rev 7596
(svn r11123) -Update: WebTranslator2 update to 2007-09-17 12:45:29
afrikaans - 47 fixed, 52 changed by TrueTenacity (99)
brazilian_portuguese - 23 changed by fukumori (23)
bulgarian - 14 fixed by thetitan (14)
catalan - 3 changed by arnaullv (3)
croatian - 6 fixed, 12 changed by knovak (15), tperic (3)
danish - 20 fixed by ThomasA (20)
finnish - 20 fixed by habazi (20)
german - 10 fixed by Timwi (10)
hungarian - 1 fixed by miham (1)
italian - 1 fixed by lorenzodv (1)
japanese - 6 fixed by ickoonite (6)
norwegian_nynorsk - 6 fixed by pollux (6)
piglatin - 20 fixed by adammw (20)
russian - 20 fixed by Smoky555 (20)
slovak - 1 fixed by lengyel (1)
slovenian - 7 fixed by Necrolyte (7)
spanish - 1 changed by Cabu (1)
traditional_chinese - 21 fixed by xbddc (21)
rubidium [Mon, 17 Sep 2007 04:23:03 +0000] rev 7595
(svn r11122) -Fix [FS#1234]: crash when building a NewGRF vehicle when the articulated build vehicle callback returneed a different value for the purchase window than the normal build. Thanks for Dalestan and _minime_ for pointers to possible causes.
rubidium [Sun, 16 Sep 2007 21:34:50 +0000] rev 7594
(svn r11121) -Fix: clear the temporary NewGRF storage every time we perform a callback so it cannot cause desyncs.
rubidium [Sun, 16 Sep 2007 20:48:00 +0000] rev 7593
(svn r11120) -Codechange: remove the arbitrary limit of 10 articulated parts for a vehicle.
truelight [Sun, 16 Sep 2007 18:10:52 +0000] rev 7592
(svn r11119) -Codechange: analyze .tar files upon loading, remembering their files and offsets, which speeds up .tar handling with a big factor
-Fix: several win32 .tar support problems
-Fix: better checking of .tar versions and other minor things
-Codechange: don't call fclose() but FioFClose to close a file
truelight [Sat, 15 Sep 2007 16:01:34 +0000] rev 7591
(svn r11118) -Fix: sample.cat can now be in a tar-file too, how nice!
truelight [Sat, 15 Sep 2007 15:38:09 +0000] rev 7590
(svn r11117) -Add: add support for 7z .tar files, which are in the 'old' (deprecated) format
glx [Sat, 15 Sep 2007 15:21:17 +0000] rev 7589
(svn r11116) -Fix (r11106): tar loader was not compiled for WIN32
rubidium [Sat, 15 Sep 2007 12:43:04 +0000] rev 7588
(svn r11115) -Merge: release changes from 0.5.