Tue, 12 Jun 2007 23:06:56 +0000 bjarni (svn r10123) -Fix r10121: the 8 bpp cocoa video driver works again
Tue, 12 Jun 2007 22:13:49 +0000 maedhros (svn r10122) -Codechange: Add a CountBitsSet function and use it to replace some less efficient loops.
Tue, 12 Jun 2007 20:24:12 +0000 truelight (svn r10121) -Codechange: split renderer from rest of code; no longer any code directly accesses the video-buffer
Tue, 12 Jun 2007 18:10:14 +0000 miham (svn r10119) -Update: WebTranslator2 update to 2007-06-12 20:09:56
Tue, 12 Jun 2007 17:10:52 +0000 maedhros (svn r10117) -Fix [FS#863]: When deleting the vehicles of bankrupt players, delete trains as
Tue, 12 Jun 2007 15:46:34 +0000 rubidium (svn r10116) -Fix [FS#850]: remove invalid characters (for the file system) from savegame names. Based on a patch by TheJosh.
Tue, 12 Jun 2007 14:22:28 +0000 belugas (svn r10115) -Codechange: Create accessors to triggers and random bits for industries.
Tue, 12 Jun 2007 13:22:14 +0000 maedhros (svn r10114) -Fix: Only load newgrf error messages if the language matches the current
Tue, 12 Jun 2007 12:27:40 +0000 peter1138 (svn r10113) -Fix (r10092): Missing svn properties and some Id/@file comments
Tue, 12 Jun 2007 11:22:32 +0000 peter1138 (svn r10111) -Codechange: Add new vehicle hash table for collision detection and finding vehicles on a tile. The hash area scanned is far smaller than the old hash table, which is now used for viewport updates only. This should give a significant performance improvement for games with many vehicles. (Based on work by 'B. N. SmatZ!' and 'madman2003')
Tue, 12 Jun 2007 09:41:12 +0000 maedhros (svn r10110) -Fix: Reset NewGRF errors along with all the other NewGRF data so that errors get loaded again when pressing "Apply".
Tue, 12 Jun 2007 09:40:50 +0000 rubidium (svn r10109) -Fix [FS#838]: some NewGRFs use the same (unused in the "current" climate) sprite IDs. Normally this gives some artefacts, but when one NewGRF expects it to be a sprite and another NewGRF overwrites it with a non-sprite nasty things happen (drawing a non-sprite crashes OTTD).
Tue, 12 Jun 2007 00:49:50 +0000 belugas (svn r10108) -Codechange: implement variable 0x60 (Get industry tile ID at offset) for industries.
Mon, 11 Jun 2007 21:17:02 +0000 peter1138 (svn r10107) -Fix (r10092): Missing 'i' in 'optimized'
Mon, 11 Jun 2007 19:29:42 +0000 rubidium (svn r10106) -Fix (r10098): there's always a compiler complaining about something...
Mon, 11 Jun 2007 18:49:55 +0000 truelight (svn r10105) -Fix r10092: fix sprite 4845 till 4881 (inclusive), so they store the data as on the disk in the memory, as the old landscape generate assumes this. Talking about ugly hacks...
Mon, 11 Jun 2007 17:45:32 +0000 miham (svn r10104) -Update: WebTranslator2 update to 2007-06-11 19:45:13
Mon, 11 Jun 2007 16:41:34 +0000 maedhros (svn r10103) -Fix (r10086): TrackBitsToTrack doesn't cope well with TRACK_BIT_NONE (e.g. non-rail tiles), so use FindFirstTrack instead.
Mon, 11 Jun 2007 15:14:57 +0000 truelight (svn r10102) -Documentation: @file header was wrong
Mon, 11 Jun 2007 15:13:30 +0000 truelight (svn r10101) -Codechange: the class is named 8bppSimple, so name the files like that too
Mon, 11 Jun 2007 14:45:26 +0000 truelight (svn r10100) -Fix r10093: some code now became obsolete as it never did something
Mon, 11 Jun 2007 14:25:38 +0000 belugas (svn r10099) -Fix(r9867, FS860): Use the specs of the to-be-created industry instead of the scanned industry
Mon, 11 Jun 2007 14:23:04 +0000 rubidium (svn r10098) -Codechange: bilbo cared about the performance of the AI with respect to the airport placement, so he rewrote the aircraft handling of the AI; now it can actually make lots of money again :)
Mon, 11 Jun 2007 14:00:16 +0000 maedhros (svn r10097) -Feature: Add support for articulated road vehicles, or callbacks 11 and 17 for
Mon, 11 Jun 2007 13:38:11 +0000 truelight (svn r10096) -Fix r10092: freetype bypassed the Blitter::Encode, making fonts look weird
Mon, 11 Jun 2007 12:51:27 +0000 truelight (svn r10095) -Fix: avoid reading outside the buffer because of scaling problems
Mon, 11 Jun 2007 12:44:02 +0000 rubidium (svn r10094) -Fix: some really broken strings got in.
Mon, 11 Jun 2007 11:59:36 +0000 truelight (svn r10093) -Revert: removed 16x zoom-out as it is broken beyond repair
Mon, 11 Jun 2007 11:50:49 +0000 truelight (svn r10092) -Codechange: code-seperated the spriteloader and blitter from the rest of the code
Mon, 11 Jun 2007 10:29:07 +0000 rubidium (svn r10091) -Add: make time detection whether you are using -jN when having distcc enabled.
Mon, 11 Jun 2007 10:01:03 +0000 truelight (svn r10090) -Add: add --with-distcc to configure, to enable distcc compiles. Not used by default
Mon, 11 Jun 2007 04:52:51 +0000 maedhros (svn r10089) -Fix (r10040): Use GetTileZ instead of GetClearGround in GetTerrainType as
Sun, 10 Jun 2007 23:40:29 +0000 belugas (svn r10088) -Codechange: A typo and a code-style
Sun, 10 Jun 2007 21:34:45 +0000 rubidium (svn r10087) -Fix [FS#834]: multiple subsequent "give money" actions could result in duplicate messages that money has been transfered when it only happened once.
Sun, 10 Jun 2007 21:28:20 +0000 maedhros (svn r10086) -Codechange: Use more sensible types and functions in GenericPlaceSignals.
Sun, 10 Jun 2007 20:49:11 +0000 rubidium (svn r10085) -Fix [FS#839]: message that you had given money appeared even when an error occured.
Sun, 10 Jun 2007 20:27:28 +0000 rubidium (svn r10084) -Fix [FS#855]: reversing a train when loading at a station crashed.
Sun, 10 Jun 2007 19:59:08 +0000 rubidium (svn r10082) -Fix [FS#846]: another memory leak in the networking code (benc).
Sun, 10 Jun 2007 10:52:19 +0000 rubidium (svn r10081) -Fix [FS851]: towns/AIs didn't build bridges anymore (boekabart).
Sun, 10 Jun 2007 09:37:09 +0000 bjarni (svn r10080) -Cleanup: replaced magic numbers in SubtractMoneyFromAnyPlayer() with enum values
Sun, 10 Jun 2007 06:31:51 +0000 miham (svn r10079) -Update: WebTranslator2 update to 2007-06-10 08:31:40
Sun, 10 Jun 2007 01:25:21 +0000 belugas (svn r10078) -Codechange: Centralize all industry counts data and access
Sat, 09 Jun 2007 18:31:04 +0000 bjarni (svn r10077) -Fix: FS#845 Cloning Trains Longer Than 8 Units Causes Crash
Sat, 09 Jun 2007 08:31:41 +0000 miham (svn r10076) -Update: WebTranslator2 update to 2007-06-09 10:29:27
Sat, 09 Jun 2007 04:01:40 +0000 rubidium (svn r10075) -Fix [FS#844]: small memory leak on some early returns.
Sat, 09 Jun 2007 02:05:51 +0000 belugas (svn r10074) -Add: Addition of IndustryOverrideManager as well as the basic (and unfinished) support for callbacks for industries
Fri, 08 Jun 2007 21:16:17 +0000 rubidium (svn r10073) -Codechange: make the NewGRF paths in the config file without any full paths (again).
Fri, 08 Jun 2007 19:06:35 +0000 truelight (svn r10072) -Fix r10070: typo in zoom.hpp
Fri, 08 Jun 2007 18:59:29 +0000 rubidium (svn r10071) -Feature [FS#828]: moving of orders (skidd13).
Fri, 08 Jun 2007 18:45:14 +0000 truelight (svn r10070) -Fix: fix the rounding problem of zoom-levels in zoom.hpp, so it is global for every call
Fri, 08 Jun 2007 18:23:26 +0000 truelight (svn r10069) -Documentation: some documentation for TIC/TOC, as it isn't what I expected...
Fri, 08 Jun 2007 18:15:11 +0000 rubidium (svn r10068) -Fix [FS#835]: coverage area highlight was still show when it was turned off for docks.
Fri, 08 Jun 2007 17:54:48 +0000 truelight (svn r10067) -Add: 'make run-prof' profiles your code, simular to 'make run' and 'make run-gdb'
Fri, 08 Jun 2007 17:54:18 +0000 belugas (svn r10066) -Codechange: Expose function GetNearbyTile by moving it to newgrf_commons.[cpp|h]. Will be used by industries in a few.
Fri, 08 Jun 2007 16:53:21 +0000 glx (svn r10065) -Cleanup (r9850): remove now unneeded stuff
Fri, 08 Jun 2007 15:59:03 +0000 belugas (svn r10064) -Fix(r10063): compile again, when changing stuff. DOn't trust first run
Fri, 08 Jun 2007 15:48:48 +0000 belugas (svn r10063) -Codechange: Change VARDEF for extern
Fri, 08 Jun 2007 09:35:39 +0000 peter1138 (svn r10062) -Codechange: Don't redraw all station tiles when cargo is added or removed if the station has no custom graphics.
Fri, 08 Jun 2007 06:27:58 +0000 peter1138 (svn r10061) -Codechange: [NewGRF] Add common cargo subtype support to vehicle var 42
Fri, 08 Jun 2007 05:51:57 +0000 miham (svn r10060) -Update: WebTranslator2 update to 2007-06-08 07:51:39