------------------------------------------------------------------------ r11272 | belugas | 2007-10-16 00:35:59 +0000 (Tue, 16 Oct 2007) | 1 line -Codechange: Truncate text describing the grf file in the NewGrf settings gui ------------------------------------------------------------------------ r11271 | rubidium | 2007-10-15 20:49:11 +0000 (Mon, 15 Oct 2007) | 2 lines -Fix [FS#1333]: some (very) old games (TTD original scenarios for example) would give a new vehicle spree, even though the vehicles were introduced decades ago. ------------------------------------------------------------------------ r11270 | rubidium | 2007-10-15 20:33:11 +0000 (Mon, 15 Oct 2007) | 2 lines -Fix (r11269): black people only have one eye colour. ------------------------------------------------------------------------ r11269 | rubidium | 2007-10-15 19:59:27 +0000 (Mon, 15 Oct 2007) | 2 lines -Feature: user customisable faces. Patch by BigBB. ------------------------------------------------------------------------ r11268 | belugas | 2007-10-15 18:36:20 +0000 (Mon, 15 Oct 2007) | 1 line -Fix[FS#1336]: Call IsSlopeRefused whenever it is required. Looks like there was one spot missing. Thanks frosch ------------------------------------------------------------------------ r11267 | miham | 2007-10-15 17:58:42 +0000 (Mon, 15 Oct 2007) | 7 lines -Update: WebTranslator2 update to 2007-10-15 19:58:13 brazilian_portuguese - 1 fixed by fukumori (1) bulgarian - 12 fixed by thetitan (12) norwegian_bokmal - 118 fixed, 32 changed by jhsoby (150) swedish - 1 fixed by ChrillDeVille (1) ukrainian - 22 changed by mad (22) ------------------------------------------------------------------------ r11266 | belugas | 2007-10-15 00:06:59 +0000 (Mon, 15 Oct 2007) | 1 line -Documentation: Add a few comments. Parts of BigBB's work on shores ------------------------------------------------------------------------ r11265 | maedhros | 2007-10-14 21:20:12 +0000 (Sun, 14 Oct 2007) | 2 lines -Feature: Make more advanced rail types more expensive to build. ------------------------------------------------------------------------ r11264 | rubidium | 2007-10-14 20:24:42 +0000 (Sun, 14 Oct 2007) | 2 lines -Codechange: replace a lot of magic numbers with enums for the rail and road GUIs. Patch by skidd13. ------------------------------------------------------------------------ r11263 | rubidium | 2007-10-14 20:16:44 +0000 (Sun, 14 Oct 2007) | 2 lines -Codechange: Reduce code duplication between DrawBridgePillars and HasFoundation{NW|NE}. Patch by frosch. ------------------------------------------------------------------------ r11262 | rubidium | 2007-10-14 20:12:51 +0000 (Sun, 14 Oct 2007) | 2 lines -Fix [FS#1330]: do not check for vehicles that are not on the ground when removing owned land, furthermore do not check for shadows (of aircraft). ------------------------------------------------------------------------ r11261 | rubidium | 2007-10-14 19:57:15 +0000 (Sun, 14 Oct 2007) | 2 lines -Codechange: Draw selection sprites (HT_RECT, HT_POINT, HT_RAIL) on foundations as ChildSprite of the foundation, not as single ParentSprite. Patch by frosch. ------------------------------------------------------------------------ r11260 | rubidium | 2007-10-14 19:48:48 +0000 (Sun, 14 Oct 2007) | 2 lines -Codechange: replace a magic number by a less magic enumified constant. Patch by ammler. ------------------------------------------------------------------------ r11259 | rubidium | 2007-10-14 19:46:00 +0000 (Sun, 14 Oct 2007) | 2 lines -Fix [FS#1331]: the wrong song was played in the first intro game of a single OTTD session. ------------------------------------------------------------------------ r11258 | rubidium | 2007-10-14 19:13:38 +0000 (Sun, 14 Oct 2007) | 2 lines -Fix [FS#1325]: if a Load Amount callback returns 0, it means (according to TTDP's source code, not "the" specs) that it should take the "default" one. ------------------------------------------------------------------------ r11257 | glx | 2007-10-14 14:50:07 +0000 (Sun, 14 Oct 2007) | 1 line -Fix (r11145): wrong endian used when preparing text ref stack ------------------------------------------------------------------------ r11256 | belugas | 2007-10-14 00:26:24 +0000 (Sun, 14 Oct 2007) | 4 lines -Codechange: Make opening a new toolbar not overlapping its parent one, by locating it under the parent, and aligned with the left side of it. FS#1310, by BigBB ------------------------------------------------------------------------ r11255 | glx | 2007-10-13 16:56:29 +0000 (Sat, 13 Oct 2007) | 1 line -Fix [FS#1332]: industry counter was not updated on TTD savegame loading ------------------------------------------------------------------------ r11254 | maedhros | 2007-10-13 12:04:07 +0000 (Sat, 13 Oct 2007) | 1 line -Fix: Link with -lpthread on FreeBSD. ------------------------------------------------------------------------ r11253 | glx | 2007-10-13 02:49:05 +0000 (Sat, 13 Oct 2007) | 1 line -Fix (r9411): industries can still use cargo they define, even if these cargo are disabled by a grf loaded later ------------------------------------------------------------------------ r11252 | glx | 2007-10-13 02:23:11 +0000 (Sat, 13 Oct 2007) | 1 line -Revert r11239, Fix r9620: cargo translation was not done correctly ------------------------------------------------------------------------ r11251 | belugas | 2007-10-13 00:49:13 +0000 (Sat, 13 Oct 2007) | 2 lines -Fix[FS#1318]: Newindustries must not rely on the old check placement functions. It is the the job of callbacks. Therefor, upon substitution, disable the said check. Warning, plenty of industries are going to be generated ;) ------------------------------------------------------------------------ r11249 | miham | 2007-10-12 20:43:01 +0000 (Fri, 12 Oct 2007) | 11 lines -Update: WebTranslator2 update to 2007-10-12 22:42:24 afrikaans - 110 fixed, 141 changed by TrueTenacity (251) catalan - 1 fixed by arnaullv (1) czech - 1 fixed by Hadez (1) french - 1 fixed by glx (1) slovak - 1 fixed by lengyel (1) slovenian - 1 fixed by Necrolyte (1) spanish - 1 fixed by eusebio (1) turkish - 11 fixed by jnmbk (11) ukrainian - 3 fixed by mad (3) ------------------------------------------------------------------------ r11248 | belugas | 2007-10-12 15:54:49 +0000 (Fri, 12 Oct 2007) | 3 lines -Fix[FS#1314]: The logic behind industry slot allocation was implying that the only condition an override could be placed in a slot is that there were no previous override. That is not exact: the slot must not have been occupied by an industry coming from a grf. So now, tourist center is available if more then one grf is used ------------------------------------------------------------------------ r11247 | belugas | 2007-10-12 00:43:18 +0000 (Fri, 12 Oct 2007) | 1 line -Fix: The Industry's name to fund could be larger than the window itself. Now, it fits within the physical allowed space ------------------------------------------------------------------------ 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. ------------------------------------------------------------------------