------------------------------------------------------------------------ r10235 | truelight | 2007-06-20 12:09:47 +0000 (Wed, 20 Jun 2007) | 2 lines -Fix: the 32bpp-anim blitter repainted pixel color 0, which is transparency and therefor should never be repainted (spotted by Rubidium) ------------------------------------------------------------------------ r10234 | truelight | 2007-06-20 10:30:25 +0000 (Wed, 20 Jun 2007) | 2 lines -Fix r10233: make peter1138 happy ------------------------------------------------------------------------ r10233 | truelight | 2007-06-20 10:26:39 +0000 (Wed, 20 Jun 2007) | 2 lines -Fix: 8bpp-optimized encoder fucked up if 255+ pixels in a row were non-transparent (tnx boekabart) ------------------------------------------------------------------------ r10232 | belugas | 2007-06-20 03:03:00 +0000 (Wed, 20 Jun 2007) | 2 lines -Fix(r1): _numof_industry_table never was composed of 12 entries. Only 11. It never hurt before, but it would have... ------------------------------------------------------------------------ r10231 | glx | 2007-06-20 03:01:27 +0000 (Wed, 20 Jun 2007) | 1 line -Cleanup: MSVC project files ------------------------------------------------------------------------ r10230 | rubidium | 2007-06-19 21:15:14 +0000 (Tue, 19 Jun 2007) | 2 lines -Fix [FS#594]: terraforming wipes out canals. Now you always have to remove the canal before terraforming, instead of "just" removing the canal. ------------------------------------------------------------------------ r10229 | glx | 2007-06-19 19:49:03 +0000 (Tue, 19 Jun 2007) | 1 line -Cleanup: removed duplicate include (dihedral) ------------------------------------------------------------------------ r10228 | rubidium | 2007-06-19 19:04:25 +0000 (Tue, 19 Jun 2007) | 2 lines -Fix [FS#894]: why MSVC must always bitch about stuff? ------------------------------------------------------------------------ r10227 | truelight | 2007-06-19 17:43:30 +0000 (Tue, 19 Jun 2007) | 2 lines -Add: added 32bpp-anim blitter, a 32bpp blitter that does palette animation (at the cost of an animation-buffer to keep track of the 'm'-channel of all sprites) ------------------------------------------------------------------------ r10226 | belugas | 2007-06-19 17:33:12 +0000 (Tue, 19 Jun 2007) | 2 lines -Codechange: Add support for newindustry tiles drawing. Heavily based on Maedhros's newhouses implementation ------------------------------------------------------------------------ r10225 | truelight | 2007-06-19 17:32:01 +0000 (Tue, 19 Jun 2007) | 2 lines -Codechange: move common Colour routines for 32bpp to the base class (and nick it colour, not color) ------------------------------------------------------------------------ r10224 | rubidium | 2007-06-19 17:27:59 +0000 (Tue, 19 Jun 2007) | 2 lines -Fix [FS#891]: the town road belongs to didn't get set properly when a town builds road over tram bits. ------------------------------------------------------------------------ r10223 | glx | 2007-06-19 17:13:25 +0000 (Tue, 19 Jun 2007) | 1 line -Fix r10211: GCF_INIT_ONLY flag was never cleared ------------------------------------------------------------------------ r10222 | peter1138 | 2007-06-19 16:40:59 +0000 (Tue, 19 Jun 2007) | 2 lines -Fix [FS#892]: Only 2 trains could crash at one time as collision checking stopped on the first hit. This could cause desyncs in network games as the collision hash order is not guaranteed. (patch by B. N. Smatz) ------------------------------------------------------------------------ r10221 | rubidium | 2007-06-19 15:56:03 +0000 (Tue, 19 Jun 2007) | 2 lines -Fix: the one way sprites weren't drawn in the correct order, so they could remove the tramtrack in some cases. ------------------------------------------------------------------------ r10220 | truelight | 2007-06-19 15:40:27 +0000 (Tue, 19 Jun 2007) | 2 lines -Fix r10216: even more fuck-ups for non-SDL video backends ------------------------------------------------------------------------ r10219 | rubidium | 2007-06-19 15:34:43 +0000 (Tue, 19 Jun 2007) | 2 lines -Fix [FS#882,FS#890]: land under foundations was terraform when it shouldn't be terraformed. ------------------------------------------------------------------------ r10218 | glx | 2007-06-19 15:26:10 +0000 (Tue, 19 Jun 2007) | 1 line -Fix r10216: more compile errors ------------------------------------------------------------------------ r10217 | truelight | 2007-06-19 15:18:26 +0000 (Tue, 19 Jun 2007) | 2 lines -Fix r10216: forgot to declare 'blitter' in win32 and cocoa driver (tnx glx) ------------------------------------------------------------------------ r10216 | truelight | 2007-06-19 15:04:08 +0000 (Tue, 19 Jun 2007) | 3 lines -Fix: palette animation always redid all palette entries, where in fact only a few indexes were needed -Codechange: allow blitters to handle palette animation internally or even disable it; 8bpp uses video-backend for palette animation ------------------------------------------------------------------------ r10215 | truelight | 2007-06-19 12:19:31 +0000 (Tue, 19 Jun 2007) | 2 lines -Fix r10214: forgot 2 cases of the same mistake ------------------------------------------------------------------------ r10214 | truelight | 2007-06-19 12:18:24 +0000 (Tue, 19 Jun 2007) | 2 lines -Fix: off-by-one in draw-rect-color-remapping (peter1138) ------------------------------------------------------------------------ r10212 | rubidium | 2007-06-19 00:05:26 +0000 (Tue, 19 Jun 2007) | 2 lines -Fix [FS#723]: money overflow bugs in many locations. ------------------------------------------------------------------------ r10211 | glx | 2007-06-18 23:00:55 +0000 (Mon, 18 Jun 2007) | 1 line -Feature: [NewGRF] Add support for action 0F ------------------------------------------------------------------------ r10210 | rubidium | 2007-06-18 22:49:55 +0000 (Mon, 18 Jun 2007) | 2 lines -Codechange: make all money related variables 64 bits, so overflowing them should become a little harder. ------------------------------------------------------------------------ r10209 | rubidium | 2007-06-18 22:09:54 +0000 (Mon, 18 Jun 2007) | 2 lines -Fix/Codechange: forgot a few changes of int32 -> Money in the previous commit ------------------------------------------------------------------------ r10208 | rubidium | 2007-06-18 21:44:47 +0000 (Mon, 18 Jun 2007) | 2 lines -Codechange: replace int32 with Money where appropriate. ------------------------------------------------------------------------ r10207 | rubidium | 2007-06-18 21:00:14 +0000 (Mon, 18 Jun 2007) | 2 lines -Codechange: remove the redundant player_money in favour of the money64, which is now renamed to player_money. ------------------------------------------------------------------------ r10206 | truelight | 2007-06-18 20:08:21 +0000 (Mon, 18 Jun 2007) | 2 lines -Codechange: more moving things to blitter-layer: ScrollBuffer ------------------------------------------------------------------------ r10205 | rubidium | 2007-06-18 19:53:50 +0000 (Mon, 18 Jun 2007) | 2 lines -Codechange: refactor returning of cost, so it can be more easily modified. ------------------------------------------------------------------------ r10204 | truelight | 2007-06-18 19:42:48 +0000 (Mon, 18 Jun 2007) | 2 lines -Fix: copy docs/32bpp.txt at 'make bundle' ------------------------------------------------------------------------ r10203 | truelight | 2007-06-18 19:38:23 +0000 (Mon, 18 Jun 2007) | 2 lines -Codechange: more moving things to blitter-layer: DrawLine ------------------------------------------------------------------------ r10201 | peter1138 | 2007-06-18 18:45:12 +0000 (Mon, 18 Jun 2007) | 2 lines -Codechange: Replace Blitter::SetHorizontalLine with Blitter::DrawRect, as the former was only used by the rectangle drawing code anyway. This lets us draw rectangles in one go. ------------------------------------------------------------------------ r10200 | rubidium | 2007-06-18 16:42:40 +0000 (Mon, 18 Jun 2007) | 2 lines -Codechange: add "shortcut" for !CmdFailed (CmdSucceeded). ------------------------------------------------------------------------ r10199 | KUDr | 2007-06-18 14:40:07 +0000 (Mon, 18 Jun 2007) | 2 lines -Fix [FS#884, YAPF]: 'target_seen' flag that is set prematurely in some cases (1 tile long cached segment followed by target station) stops on assert (immeR) ------------------------------------------------------------------------ r10198 | rubidium | 2007-06-18 11:04:12 +0000 (Mon, 18 Jun 2007) | 2 lines -Fix (r10194): did not search all search paths. ------------------------------------------------------------------------ r10197 | rubidium | 2007-06-18 10:48:15 +0000 (Mon, 18 Jun 2007) | 2 lines -Codechange: replace int32 with CommandCost where appropriate. ------------------------------------------------------------------------ r10196 | miham | 2007-06-18 08:17:31 +0000 (Mon, 18 Jun 2007) | 4 lines -Update: WebTranslator2 update to 2007-06-18 10:15:44 japanese - 2 fixed by ickoonite (2) slovenian - 3 fixed by Necrolyte (3) ------------------------------------------------------------------------ r10194 | rubidium | 2007-06-17 21:26:57 +0000 (Sun, 17 Jun 2007) | 2 lines -Codechange: prefer the current working directory above the user's home directory when openttd.cfg exists in the current working directory, otherwise prefer the home directory. ------------------------------------------------------------------------ r10193 | truelight | 2007-06-17 20:47:11 +0000 (Sun, 17 Jun 2007) | 2 lines -Fix r10190: somehow an other partly-patch was applied too ------------------------------------------------------------------------ r10192 | truelight | 2007-06-17 20:40:02 +0000 (Sun, 17 Jun 2007) | 2 lines -Fix r10190: forgot to change the includes of win32 and cocoa video-driver ------------------------------------------------------------------------ r10191 | rubidium | 2007-06-17 20:36:14 +0000 (Sun, 17 Jun 2007) | 2 lines -Backport (r9148 from NoAI): detecting of CPU type (32 vs 64 bits). ------------------------------------------------------------------------ r10190 | truelight | 2007-06-17 20:30:28 +0000 (Sun, 17 Jun 2007) | 4 lines -Codechange: merged renderer and blitter to one single class API: blitter -Codechange: introduced a hierachy of blitters to avoid a lot of code duplication Note: this allows much easier adding other types of video-drivers, like OpenGL ------------------------------------------------------------------------ r10189 | truelight | 2007-06-17 20:14:38 +0000 (Sun, 17 Jun 2007) | 2 lines -Add: added a safety check in MSVC project generate script to make sure we do not use filenames with the same name in different directories, as MSVC is plain stupid and can't handle that (go wine to Billy or something if you want it fixed properly) ------------------------------------------------------------------------ r10188 | rubidium | 2007-06-17 20:09:05 +0000 (Sun, 17 Jun 2007) | 5 lines -Codechange: make it a little easier to load a savegame from the console: -g -g -g ------------------------------------------------------------------------ r10187 | rubidium | 2007-06-17 19:46:01 +0000 (Sun, 17 Jun 2007) | 2 lines -Fix: don't do a 270 degree turn on the international airport when a 90 degree turn is enough. ------------------------------------------------------------------------ r10186 | glx | 2007-06-17 19:00:45 +0000 (Sun, 17 Jun 2007) | 1 line -Fix (FS#876): don't mess desktop when using alt-tab (win32) ------------------------------------------------------------------------ r10185 | rubidium | 2007-06-17 18:22:43 +0000 (Sun, 17 Jun 2007) | 2 lines -Codechange: make the bounding boxes of the drive through road stops a little larger so NewGRFs authors have more possibilities when replacing them (minime). ------------------------------------------------------------------------ r10184 | rubidium | 2007-06-17 18:18:18 +0000 (Sun, 17 Jun 2007) | 2 lines -Fix: remove empty strings that are clearly bad. WT2 shouldn't add them anymore. ------------------------------------------------------------------------ r10183 | rubidium | 2007-06-17 15:55:52 +0000 (Sun, 17 Jun 2007) | 2 lines -Fix (r10182): some bashism sneaked in. ------------------------------------------------------------------------ r10182 | rubidium | 2007-06-17 15:48:57 +0000 (Sun, 17 Jun 2007) | 4 lines -Codechange: rewrite most part of the file loading/searching to be more flexible. -Codechange: add support for personal directories on Windows. -Fix [FS#153, FS#193, FS#502, FS#816, FS#854]: fix issues related to fixed names, fixed places of files/directories and application bundles. ------------------------------------------------------------------------ r10181 | rubidium | 2007-06-17 13:27:50 +0000 (Sun, 17 Jun 2007) | 2 lines -Fix (r10093): clamp the zoom level so it won't try to use a wrong zoom level when loading an old savegame. ------------------------------------------------------------------------ r10180 | rubidium | 2007-06-17 13:26:19 +0000 (Sun, 17 Jun 2007) | 2 lines -Fix (r10167): do not reset the 2cc loaded feature setting when a (later) newgrf does not have 2cc. ------------------------------------------------------------------------ r10179 | rubidium | 2007-06-17 12:30:43 +0000 (Sun, 17 Jun 2007) | 3 lines -Fix: spritecache wasn't in source.list, thus wasn't in the MSVC project files. -Fix: Pig Latin wasn't in the MSVC project files. ------------------------------------------------------------------------ r10178 | maedhros | 2007-06-17 11:01:58 +0000 (Sun, 17 Jun 2007) | 2 lines -Fix: Don't deactivate newgrf files when skipping the rest of the file during the initialisation stage. ------------------------------------------------------------------------ r10177 | peter1138 | 2007-06-17 10:47:30 +0000 (Sun, 17 Jun 2007) | 2 lines -Fix: Passengers has one A and two Es (ln) ------------------------------------------------------------------------ r10176 | maedhros | 2007-06-17 10:14:47 +0000 (Sun, 17 Jun 2007) | 2 lines -Fix (r10071): Deselect the currently selected order when clicking on an empty part of the orders window. ------------------------------------------------------------------------ r10175 | miham | 2007-06-17 07:24:39 +0000 (Sun, 17 Jun 2007) | 1 line -Fix: [Translations] Stupid me, {STRINGx} can only be used in english... ------------------------------------------------------------------------ r10174 | miham | 2007-06-17 07:21:02 +0000 (Sun, 17 Jun 2007) | 1 line -Fix: [Translations]: piglatin plural forms had some problem.. ------------------------------------------------------------------------ r10173 | miham | 2007-06-17 05:45:05 +0000 (Sun, 17 Jun 2007) | 1 line -Add: Translations: added new language "Pig Latin". Already "pre-translated", only needs checking. Idea of Piglatin language was from Adam M-W ------------------------------------------------------------------------ r10172 | belugas | 2007-06-17 01:01:15 +0000 (Sun, 17 Jun 2007) | 2 lines -Fix(r10127): Wrong evaluation order on variable 0x41 for industry tile. The industry's xy (northernmost tile) should be checked against the relative tile, not the other way around. ------------------------------------------------------------------------ r10171 | rubidium | 2007-06-16 21:57:30 +0000 (Sat, 16 Jun 2007) | 2 lines -Add: simple support for ccache (--with-ccache). ------------------------------------------------------------------------ r10170 | rubidium | 2007-06-16 12:03:36 +0000 (Sat, 16 Jun 2007) | 2 lines -Codechange: remove some duplication of code. ------------------------------------------------------------------------ r10169 | rubidium | 2007-06-16 11:13:30 +0000 (Sat, 16 Jun 2007) | 2 lines -Fix [FS#875]: trunk did still tell Windows that it was version 0.5.0(.0), so now we use a "bogus" version number to tell it's not a real release. The version number that will be shown in-game will not change, only the version number in the file properties. ------------------------------------------------------------------------ r10168 | rubidium | 2007-06-16 10:10:22 +0000 (Sat, 16 Jun 2007) | 2 lines -Fix [FS#879]: cannot build airport when an aircraft is flying over it. ------------------------------------------------------------------------ r10167 | belugas | 2007-06-15 23:55:52 +0000 (Fri, 15 Jun 2007) | 2 lines -Codechange: Change the flagging system of grf loaded feature from a bitset to a bool evaluation. Like easier to read and faster to evaluate :) ------------------------------------------------------------------------ r10166 | peter1138 | 2007-06-15 16:21:56 +0000 (Fri, 15 Jun 2007) | 2 lines -Feature(tte): Add support for antialiased typefaces via FreeType. This is configurable for each font size in the configuration settings and requires using the 32bpp blitter and suitable fonts. ------------------------------------------------------------------------ r10165 | rubidium | 2007-06-15 08:05:24 +0000 (Fri, 15 Jun 2007) | 2 lines -Fix [FS#874]: crash when trying to get the aircraft movement state of an aircraft going to a just deleted airport. ------------------------------------------------------------------------ r10164 | miham | 2007-06-15 05:44:45 +0000 (Fri, 15 Jun 2007) | 7 lines -Update: WebTranslator2 update to 2007-06-15 07:44:28 catalan - 2 fixed by arnaullv (2) dutch - 2 fixed by habell (2) esperanto - 1 fixed by LaPingvino (1) norwegian_bokmal - 24 fixed by oletk (24) turkish - 16 fixed by jnmbk (16) ------------------------------------------------------------------------ r10163 | belugas | 2007-06-15 01:53:43 +0000 (Fri, 15 Jun 2007) | 1 line -Fix(r8128): Industries had lost their random recoloring. A test was removed and is now reintroduced in another way. ------------------------------------------------------------------------ r10158 | rubidium | 2007-06-14 15:24:34 +0000 (Thu, 14 Jun 2007) | 2 lines -Codechange: port some changes from NoAI and FS#872 to make the loan commands a little better readable. ------------------------------------------------------------------------ r10157 | truelight | 2007-06-14 14:31:48 +0000 (Thu, 14 Jun 2007) | 2 lines -Fix: use as indentified for PNGs, the place of the image as it was in the grf, not the internal SpriteID ------------------------------------------------------------------------ r10156 | truelight | 2007-06-14 14:11:08 +0000 (Thu, 14 Jun 2007) | 2 lines -Fix: PNG loader can now load 8bpp palette images and greyscale images ------------------------------------------------------------------------ r10155 | rubidium | 2007-06-14 08:39:27 +0000 (Thu, 14 Jun 2007) | 2 lines -Fix [FS#601]: Airports didn't flood when there are aircraft on the airport. ------------------------------------------------------------------------ r10154 | rubidium | 2007-06-13 23:43:00 +0000 (Wed, 13 Jun 2007) | 2 lines -Fix [FS#870]: some vehicles were not drawn when having a high resolution and a high zoom-out level. Patch by B. N. SmatZ!. ------------------------------------------------------------------------ r10153 | rubidium | 2007-06-13 23:14:08 +0000 (Wed, 13 Jun 2007) | 2 lines -Fix [FS#869]: vehicles disappear when crossing certain tiles. Fix by B. N. SmatZ!. ------------------------------------------------------------------------ r10150 | truelight | 2007-06-13 19:34:33 +0000 (Wed, 13 Jun 2007) | 2 lines -Fix r10148: show a message to users when using 32bpp blitter and no libpng available ------------------------------------------------------------------------ r10149 | truelight | 2007-06-13 19:05:42 +0000 (Wed, 13 Jun 2007) | 2 lines -Fix r10143: MSVC warnings... (tnx boekabart and glx) ------------------------------------------------------------------------ r10148 | truelight | 2007-06-13 18:52:06 +0000 (Wed, 13 Jun 2007) | 2 lines -Fix r10143: make --without-png to compile again ------------------------------------------------------------------------ r10147 | rubidium | 2007-06-13 18:36:04 +0000 (Wed, 13 Jun 2007) | 2 lines -Fix: the oldloader did clear some bits for road vehicles that shouldn't be cleared in some cases. ------------------------------------------------------------------------ r10146 | belugas | 2007-06-13 18:35:06 +0000 (Wed, 13 Jun 2007) | 3 lines -Codechange: Silence a compiler warning -Codechange: Comment style beautifying -Codechange: define (tentatively) var 0x44 and 0x61 for industry tiles ------------------------------------------------------------------------