------------------------------------------------------------------------ r10145 | rubidium | 2007-06-13 17:34:05 +0000 (Wed, 13 Jun 2007) | 2 lines -Fix: make compiling with networking disabled (again) possible. ------------------------------------------------------------------------ r10144 | truelight | 2007-06-13 16:23:59 +0000 (Wed, 13 Jun 2007) | 2 lines -Fix r10143: forgot some svn:eol-style ------------------------------------------------------------------------ r10143 | truelight | 2007-06-13 16:21:11 +0000 (Wed, 13 Jun 2007) | 5 lines -Add: store the filename of the grfs opened and allow easy access to the name -Codechange: store the SpriteID in the spritecache too -Add: add a PNG loader for graphical files -Documentation: added a document to explain the PNG format ------------------------------------------------------------------------ r10142 | truelight | 2007-06-13 16:04:35 +0000 (Wed, 13 Jun 2007) | 2 lines -Fix r10132: do something useful with the alpha channel instead of ignoring it ------------------------------------------------------------------------ r10141 | celestar | 2007-06-13 15:24:40 +0000 (Wed, 13 Jun 2007) | 2 lines -Fix (FS#848, r8973): Set the newgrf bit for realistic plane speeds (bulb) ------------------------------------------------------------------------ r10140 | rubidium | 2007-06-13 15:22:28 +0000 (Wed, 13 Jun 2007) | 2 lines -Fix [FS#867]: an industry could overbuild a bridge. ------------------------------------------------------------------------ r10139 | rubidium | 2007-06-13 14:57:42 +0000 (Wed, 13 Jun 2007) | 2 lines -Fix: all inner parts of OpenTTD assume that the resolution is at least 1 by 1, so force the resolution to be always at least 1 by 1. ------------------------------------------------------------------------ r10138 | rubidium | 2007-06-13 14:56:27 +0000 (Wed, 13 Jun 2007) | 2 lines -Fix: when you got a sufficiently small resolution, there is a possibility for a division by zero when a sound is played. ------------------------------------------------------------------------ r10137 | rubidium | 2007-06-13 14:52:41 +0000 (Wed, 13 Jun 2007) | 2 lines -Add: console command to get the current game date. ------------------------------------------------------------------------ r10132 | truelight | 2007-06-13 10:31:40 +0000 (Wed, 13 Jun 2007) | 4 lines -Codechange: split out the last direct video-buffer read access to the blitter-layer -Add: added a new renderer and blitter to make room for some optimized bpp -Fix: fill the alpha channel in the grf-spriteloader ------------------------------------------------------------------------ r10131 | rubidium | 2007-06-13 09:12:10 +0000 (Wed, 13 Jun 2007) | 2 lines -Fix [FS#810]: when removing a dock, a ship will always try to reach the old location of the dock even when it cannot anymore because it the old location of the dock is now land instead of water. ------------------------------------------------------------------------ r10130 | maedhros | 2007-06-13 07:59:20 +0000 (Wed, 13 Jun 2007) | 2 lines -Fix (r4493): SetCurrentGrfLangID returned the wrong language ids for most languages. ------------------------------------------------------------------------ r10129 | peter1138 | 2007-06-13 07:14:42 +0000 (Wed, 13 Jun 2007) | 2 lines -Fix (r10111): Test for x == INVALID_COORD instead of v->tile == INVALID_TILE to determine if a vehicle should be removed from the has. ------------------------------------------------------------------------ r10128 | peter1138 | 2007-06-13 06:42:43 +0000 (Wed, 13 Jun 2007) | 2 lines -Fix (r4811): missing printf parameters in newgrf debug message ------------------------------------------------------------------------ r10127 | belugas | 2007-06-13 02:29:08 +0000 (Wed, 13 Jun 2007) | 5 lines -Add: Addition of basic structure for industry tiles callbacks (unfinished). -Codechange: ResolverObject receives member gfx, making it compatible for both industries and industry tiles -Codechange: NewIndustryResolver now has his randombits and triggers (even if not implemented) ------------------------------------------------------------------------ r10126 | glx | 2007-06-13 01:38:00 +0000 (Wed, 13 Jun 2007) | 1 line -Fix (r10111, FS#864): old_new_hash cache was not reset when the position hash were ------------------------------------------------------------------------ r10125 | rubidium | 2007-06-12 23:35:10 +0000 (Tue, 12 Jun 2007) | 2 lines -Fix [FS#865]: under some circumstances the wagons of a train didn't get loaded properly. ------------------------------------------------------------------------ r10124 | truelight | 2007-06-12 23:10:47 +0000 (Tue, 12 Jun 2007) | 2 lines -Fix r10123: fix the OSX video driver properly ------------------------------------------------------------------------ r10123 | bjarni | 2007-06-12 23:06:56 +0000 (Tue, 12 Jun 2007) | 1 line -Fix r10121: the 8 bpp cocoa video driver works again ------------------------------------------------------------------------ r10122 | maedhros | 2007-06-12 22:13:49 +0000 (Tue, 12 Jun 2007) | 2 lines -Codechange: Add a CountBitsSet function and use it to replace some less efficient loops. ------------------------------------------------------------------------ r10121 | truelight | 2007-06-12 20:24:12 +0000 (Tue, 12 Jun 2007) | 8 lines -Codechange: split renderer from rest of code; no longer any code directly accesses the video-buffer -Add: added NULL blitter and renderer, which are always used for -vnull -Add: dedicated driver doesn't blit nor render by default. Can be overruled by user. (-D -b 8bpp-optimized) -Remove: removed CTRL+D from win32, which is incompatible with above -Add: extended screenshot support for PNG and BMP -Codechange: remove all hardcoded 8bpp references and replace them with more dynamic ones -Codechange: minor stuff in blitters ------------------------------------------------------------------------ r10119 | miham | 2007-06-12 18:10:14 +0000 (Tue, 12 Jun 2007) | 9 lines -Update: WebTranslator2 update to 2007-06-12 20:09:56 bulgarian - 1 fixed by thetitan (1) estonian - 23 changed by kristjans (23) italian - 2 fixed by lorenzodv (2) korean - 2 fixed by darkttd (2) romanian - 28 fixed, 59 changed by CrystyB (87) swedish - 31 fixed by giddorah (31) ukrainian - 3 fixed by mad (3) ------------------------------------------------------------------------ r10117 | maedhros | 2007-06-12 17:10:52 +0000 (Tue, 12 Jun 2007) | 4 lines -Fix [FS#863]: When deleting the vehicles of bankrupt players, delete trains as a whole rather than each part individually, as that leads to invalid tests on parts that have already been deleted. ------------------------------------------------------------------------ r10116 | rubidium | 2007-06-12 15:46:34 +0000 (Tue, 12 Jun 2007) | 2 lines -Fix [FS#850]: remove invalid characters (for the file system) from savegame names. Based on a patch by TheJosh. ------------------------------------------------------------------------ r10115 | belugas | 2007-06-12 14:22:28 +0000 (Tue, 12 Jun 2007) | 2 lines -Codechange: Create accessors to triggers and random bits for industries. Implementation will follow soon. ------------------------------------------------------------------------ r10114 | maedhros | 2007-06-12 13:22:14 +0000 (Tue, 12 Jun 2007) | 5 lines -Fix: Only load newgrf error messages if the language matches the current language. Since only one error can be loaded anyway, if the language didn't match you'd get "Undefined string". Also since we're only loading one language there's no need to use AddGRFString any more. ------------------------------------------------------------------------ r10113 | peter1138 | 2007-06-12 12:27:40 +0000 (Tue, 12 Jun 2007) | 2 lines -Fix (r10092): Missing svn properties and some Id/@file comments ------------------------------------------------------------------------ r10111 | peter1138 | 2007-06-12 11:22:32 +0000 (Tue, 12 Jun 2007) | 2 lines -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') ------------------------------------------------------------------------ r10110 | maedhros | 2007-06-12 09:41:12 +0000 (Tue, 12 Jun 2007) | 2 lines -Fix: Reset NewGRF errors along with all the other NewGRF data so that errors get loaded again when pressing "Apply". ------------------------------------------------------------------------ r10109 | rubidium | 2007-06-12 09:40:50 +0000 (Tue, 12 Jun 2007) | 2 lines -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). ------------------------------------------------------------------------ r10108 | belugas | 2007-06-12 00:49:50 +0000 (Tue, 12 Jun 2007) | 2 lines -Codechange: implement variable 0x60 (Get industry tile ID at offset) for industries. It is exposed for for industry tiles who will reuse it too, for variable 0x62. ------------------------------------------------------------------------ r10107 | peter1138 | 2007-06-11 21:17:02 +0000 (Mon, 11 Jun 2007) | 2 lines -Fix (r10092): Missing 'i' in 'optimized' ------------------------------------------------------------------------ r10106 | rubidium | 2007-06-11 19:29:42 +0000 (Mon, 11 Jun 2007) | 2 lines -Fix (r10098): there's always a compiler complaining about something... ------------------------------------------------------------------------ r10105 | truelight | 2007-06-11 18:49:55 +0000 (Mon, 11 Jun 2007) | 2 lines -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... ------------------------------------------------------------------------ r10104 | miham | 2007-06-11 17:45:32 +0000 (Mon, 11 Jun 2007) | 9 lines -Update: WebTranslator2 update to 2007-06-11 19:45:13 catalan - 4 changed by arnaullv (4) czech - 3 fixed, 1 changed by Hadez (4) danish - 2 fixed by MiR (2) dutch - 1 fixed by habell (1) estonian - 2 fixed, 15 changed by kristjans (17) french - 3 fixed by glx (3) hungarian - 2 fixed by miham (2) ------------------------------------------------------------------------ r10103 | maedhros | 2007-06-11 16:41:34 +0000 (Mon, 11 Jun 2007) | 2 lines -Fix (r10086): TrackBitsToTrack doesn't cope well with TRACK_BIT_NONE (e.g. non-rail tiles), so use FindFirstTrack instead. ------------------------------------------------------------------------ r10102 | truelight | 2007-06-11 15:14:57 +0000 (Mon, 11 Jun 2007) | 2 lines -Documentation: @file header was wrong ------------------------------------------------------------------------ r10101 | truelight | 2007-06-11 15:13:30 +0000 (Mon, 11 Jun 2007) | 2 lines -Codechange: the class is named 8bppSimple, so name the files like that too ------------------------------------------------------------------------ r10100 | truelight | 2007-06-11 14:45:26 +0000 (Mon, 11 Jun 2007) | 2 lines -Fix r10093: some code now became obsolete as it never did something ------------------------------------------------------------------------ r10099 | belugas | 2007-06-11 14:25:38 +0000 (Mon, 11 Jun 2007) | 2 lines -Fix(r9867, FS860): Use the specs of the to-be-created industry instead of the scanned industry Spotted by Oxygene ------------------------------------------------------------------------ r10098 | rubidium | 2007-06-11 14:23:04 +0000 (Mon, 11 Jun 2007) | 2 lines -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 :) ------------------------------------------------------------------------ r10097 | maedhros | 2007-06-11 14:00:16 +0000 (Mon, 11 Jun 2007) | 3 lines -Feature: Add support for articulated road vehicles, or callbacks 11 and 17 for road vehicles for those who prefer the technical explanation. ------------------------------------------------------------------------ r10096 | truelight | 2007-06-11 13:38:11 +0000 (Mon, 11 Jun 2007) | 2 lines -Fix r10092: freetype bypassed the Blitter::Encode, making fonts look weird ------------------------------------------------------------------------ r10095 | truelight | 2007-06-11 12:51:27 +0000 (Mon, 11 Jun 2007) | 2 lines -Fix: avoid reading outside the buffer because of scaling problems ------------------------------------------------------------------------ r10094 | rubidium | 2007-06-11 12:44:02 +0000 (Mon, 11 Jun 2007) | 2 lines -Fix: some really broken strings got in. ------------------------------------------------------------------------ r10093 | truelight | 2007-06-11 11:59:36 +0000 (Mon, 11 Jun 2007) | 2 lines -Revert: removed 16x zoom-out as it is broken beyond repair ------------------------------------------------------------------------ r10092 | truelight | 2007-06-11 11:50:49 +0000 (Mon, 11 Jun 2007) | 5 lines -Codechange: code-seperated the spriteloader and blitter from the rest of the code -Add: make it possible to pick your own blitter (-b , -h for overview) -Add: added a new optimized 8bpp blitter (default, caches sprites of all zoom-levels) -Add: added a debug 8bpp blitter and a very slow normal 8bpp blitter ------------------------------------------------------------------------ r10091 | rubidium | 2007-06-11 10:29:07 +0000 (Mon, 11 Jun 2007) | 2 lines -Add: make time detection whether you are using -jN when having distcc enabled. ------------------------------------------------------------------------ r10090 | truelight | 2007-06-11 10:01:03 +0000 (Mon, 11 Jun 2007) | 2 lines -Add: add --with-distcc to configure, to enable distcc compiles. Not used by default ------------------------------------------------------------------------ r10089 | maedhros | 2007-06-11 04:52:51 +0000 (Mon, 11 Jun 2007) | 3 lines -Fix (r10040): Use GetTileZ instead of GetClearGround in GetTerrainType as GetTileZ is valid for any tile type. Also use GetTerrainType for stations. ------------------------------------------------------------------------ r10088 | belugas | 2007-06-10 23:40:29 +0000 (Sun, 10 Jun 2007) | 1 line -Codechange: A typo and a code-style ------------------------------------------------------------------------ r10087 | rubidium | 2007-06-10 21:34:45 +0000 (Sun, 10 Jun 2007) | 2 lines -Fix [FS#834]: multiple subsequent "give money" actions could result in duplicate messages that money has been transfered when it only happened once. ------------------------------------------------------------------------ r10086 | maedhros | 2007-06-10 21:28:20 +0000 (Sun, 10 Jun 2007) | 2 lines -Codechange: Use more sensible types and functions in GenericPlaceSignals. ------------------------------------------------------------------------ r10085 | rubidium | 2007-06-10 20:49:11 +0000 (Sun, 10 Jun 2007) | 2 lines -Fix [FS#839]: message that you had given money appeared even when an error occured. ------------------------------------------------------------------------ r10084 | rubidium | 2007-06-10 20:27:28 +0000 (Sun, 10 Jun 2007) | 2 lines -Fix [FS#855]: reversing a train when loading at a station crashed. ------------------------------------------------------------------------ r10082 | rubidium | 2007-06-10 19:59:08 +0000 (Sun, 10 Jun 2007) | 2 lines -Fix [FS#846]: another memory leak in the networking code (benc). ------------------------------------------------------------------------ r10081 | rubidium | 2007-06-10 10:52:19 +0000 (Sun, 10 Jun 2007) | 2 lines -Fix [FS851]: towns/AIs didn't build bridges anymore (boekabart). ------------------------------------------------------------------------ r10080 | bjarni | 2007-06-10 09:37:09 +0000 (Sun, 10 Jun 2007) | 2 lines -Cleanup: replaced magic numbers in SubtractMoneyFromAnyPlayer() with enum values ------------------------------------------------------------------------ r10079 | miham | 2007-06-10 06:31:51 +0000 (Sun, 10 Jun 2007) | 5 lines -Update: WebTranslator2 update to 2007-06-10 08:31:40 bulgarian - 29 fixed by thetitan (29) catalan - 1 fixed by arnaullv (1) estonian - 159 changed by kristjans (159) ------------------------------------------------------------------------ r10078 | belugas | 2007-06-10 01:25:21 +0000 (Sun, 10 Jun 2007) | 1 line -Codechange: Centralize all industry counts data and access ------------------------------------------------------------------------ r10077 | bjarni | 2007-06-09 18:31:04 +0000 (Sat, 09 Jun 2007) | 4 lines -Fix: FS#845 Cloning Trains Longer Than 8 Units Causes Crash The problem was that if adding units to the clone (wagon by wagon) failed, then cloning wouldn't notice it and it made two half trains Now it detects this case and it will make cloning fail. The string with the explanation for the failed move will be used in the error message so the user will know why it failed. ------------------------------------------------------------------------ r10076 | miham | 2007-06-09 08:31:41 +0000 (Sat, 09 Jun 2007) | 9 lines -Update: WebTranslator2 update to 2007-06-09 10:29:27 danish - 1 fixed by ThomasA (1) estonian - 1 fixed, 96 changed by kristjans (97) german - 29 fixed by Neonox (29) hungarian - 1 fixed by miham (1) italian - 1 fixed by lorenzodv (1) japanese - 1 fixed by ickoonite (1) korean - 1 fixed by darkttd (1) ------------------------------------------------------------------------ r10075 | rubidium | 2007-06-09 04:01:40 +0000 (Sat, 09 Jun 2007) | 2 lines -Fix [FS#844]: small memory leak on some early returns. ------------------------------------------------------------------------ r10074 | belugas | 2007-06-09 02:05:51 +0000 (Sat, 09 Jun 2007) | 3 lines -Add: Addition of IndustryOverrideManager as well as the basic (and unfinished) support for callbacks for industries ------------------------------------------------------------------------ r10073 | rubidium | 2007-06-08 21:16:17 +0000 (Fri, 08 Jun 2007) | 2 lines -Codechange: make the NewGRF paths in the config file without any full paths (again). ------------------------------------------------------------------------ r10072 | truelight | 2007-06-08 19:06:35 +0000 (Fri, 08 Jun 2007) | 2 lines -Fix r10070: typo in zoom.hpp ------------------------------------------------------------------------ r10071 | rubidium | 2007-06-08 18:59:29 +0000 (Fri, 08 Jun 2007) | 2 lines -Feature [FS#828]: moving of orders (skidd13). ------------------------------------------------------------------------ r10070 | truelight | 2007-06-08 18:45:14 +0000 (Fri, 08 Jun 2007) | 2 lines -Fix: fix the rounding problem of zoom-levels in zoom.hpp, so it is global for every call ------------------------------------------------------------------------ r10069 | truelight | 2007-06-08 18:23:26 +0000 (Fri, 08 Jun 2007) | 2 lines -Documentation: some documentation for TIC/TOC, as it isn't what I expected... ------------------------------------------------------------------------ r10068 | rubidium | 2007-06-08 18:15:11 +0000 (Fri, 08 Jun 2007) | 2 lines -Fix [FS#835]: coverage area highlight was still show when it was turned off for docks. ------------------------------------------------------------------------ r10067 | truelight | 2007-06-08 17:54:48 +0000 (Fri, 08 Jun 2007) | 2 lines -Add: 'make run-prof' profiles your code, simular to 'make run' and 'make run-gdb' ------------------------------------------------------------------------ r10066 | belugas | 2007-06-08 17:54:18 +0000 (Fri, 08 Jun 2007) | 1 line -Codechange: Expose function GetNearbyTile by moving it to newgrf_commons.[cpp|h]. Will be used by industries in a few. ------------------------------------------------------------------------ r10065 | glx | 2007-06-08 16:53:21 +0000 (Fri, 08 Jun 2007) | 1 line -Cleanup (r9850): remove now unneeded stuff ------------------------------------------------------------------------ r10064 | belugas | 2007-06-08 15:59:03 +0000 (Fri, 08 Jun 2007) | 1 line -Fix(r10063): compile again, when changing stuff. DOn't trust first run ------------------------------------------------------------------------ r10063 | belugas | 2007-06-08 15:48:48 +0000 (Fri, 08 Jun 2007) | 2 lines -Codechange: Change VARDEF for extern -CodeChange: Add the count of industries, basic support for variable 67, var action02 forindustries ------------------------------------------------------------------------ r10062 | peter1138 | 2007-06-08 09:35:39 +0000 (Fri, 08 Jun 2007) | 2 lines -Codechange: Don't redraw all station tiles when cargo is added or removed if the station has no custom graphics. ------------------------------------------------------------------------ r10061 | peter1138 | 2007-06-08 06:27:58 +0000 (Fri, 08 Jun 2007) | 2 lines -Codechange: [NewGRF] Add common cargo subtype support to vehicle var 42 ------------------------------------------------------------------------ r10060 | miham | 2007-06-08 05:51:57 +0000 (Fri, 08 Jun 2007) | 6 lines -Update: WebTranslator2 update to 2007-06-08 07:51:39 estonian - 228 changed by kristjans (228) japanese - 13 fixed by ickoonite (13) portuguese - 2 fixed by izhirahider (2) slovenian - 99 fixed by Necrolyte (99) ------------------------------------------------------------------------ r10059 | peter1138 | 2007-06-07 18:13:31 +0000 (Thu, 07 Jun 2007) | 2 lines -Fix (r10045): Pretend GRF is still in initialisation state when leaving reservation stage. This fixes action 7/9 tests for grfs that will be active. ------------------------------------------------------------------------ r10058 | rubidium | 2007-06-07 14:38:45 +0000 (Thu, 07 Jun 2007) | 2 lines -Codechange: give some industry variable sensible names (like not telling "last_mo_production" when it is the production of the current month). ------------------------------------------------------------------------ r10057 | glx | 2007-06-07 13:40:20 +0000 (Thu, 07 Jun 2007) | 1 line -Fix (r10051): git version detection didn't work for mingw/msys ------------------------------------------------------------------------ r10056 | rubidium | 2007-06-07 12:37:48 +0000 (Thu, 07 Jun 2007) | 2 lines -Revert (r10049): removing SLE_WRITEBYTE didn't work as expected :(. Somehow SlIterateArray and SlObject depend on eachother and adding a some arbitrary data before the SlObject makes it go crazy. ------------------------------------------------------------------------ r10055 | miham | 2007-06-07 12:37:27 +0000 (Thu, 07 Jun 2007) | 8 lines -Update: WebTranslator2 update to 2007-06-07 14:37:06 brazilian_portuguese - 3 fixed by tucalipe (3) catalan - 3 fixed by arnaullv (3) danish - 1 fixed by ThomasA (1) estonian - 99 fixed by kristjans (99) galician - 8 fixed by Condex (8) norwegian_nynorsk - 35 fixed by pollux (35) ------------------------------------------------------------------------ r10054 | rubidium | 2007-06-07 09:20:04 +0000 (Thu, 07 Jun 2007) | 2 lines -Codechange: make the industries cost modifier look more like the original one, so it's much easier to support industries that use this original format. ------------------------------------------------------------------------ r10053 | rubidium | 2007-06-07 08:58:21 +0000 (Thu, 07 Jun 2007) | 2 lines -Fix: could not clear a level-crossing tile with tram tracks. ------------------------------------------------------------------------ r10052 | peter1138 | 2007-06-07 07:20:44 +0000 (Thu, 07 Jun 2007) | 2 lines -Codechange: Support reserve/activate stage bits of action 7/9 variable 84. ------------------------------------------------------------------------ r10051 | rubidium | 2007-06-07 00:25:49 +0000 (Thu, 07 Jun 2007) | 2 lines -Add: git "version" detection so we've got at least some indication what version we're playing when using git ;) ------------------------------------------------------------------------ r10050 | rubidium | 2007-06-07 00:15:00 +0000 (Thu, 07 Jun 2007) | 2 lines -Codechange: make it a little easier to force a version number (for releases). ------------------------------------------------------------------------ r10049 | rubidium | 2007-06-06 23:57:21 +0000 (Wed, 06 Jun 2007) | 2 lines -Codechange: get rid of the SLE_WRITEBYTE obfuscation. ------------------------------------------------------------------------