Commit Graph

1430 Commits (9f8c5a97c0d453de3c02969d5a2b8baefd2520cc)

Author SHA1 Message Date
glx f7b378df33 (svn r10251) -Fix (r10186, FS#907): alt-tab back into openttd could leave the taskbar visible 18 years ago
rubidium fecf81496a (svn r10250) -Fix: money is always 64 bits, so always parse those 64 bits. 18 years ago
rubidium 3307cb32f4 (svn r10249) -Fix [FS#906]: town tried to gather information about the neighbourhood of a tile when it couldn't even *ever* build on that tile. 18 years ago
rubidium dffad5260b (svn r10248) -Codechange: don't limit the cost of tunnels. 18 years ago
rubidium 1b27095c83 (svn r10247) -Fix (r10210): *always* call SetDParamMoney when you want to place money in some string. 18 years ago
rubidium 0d8e82b7d7 (svn r10246) -Fix (r10297): some forgotten money conversions and truncation issues. Thanks to benc for providing the patch. 18 years ago
truelight c755fa43d0 (svn r10245) -Codechange: added GetName also to all Blitters, instead of only the Factory 18 years ago
truelight 2f0500a438 (svn r10244) -Fix: make sure to let 32bpp-anim report the increased buffer-size it needs 18 years ago
glx d183723d39 (svn r10243) -Fix: crash when resizing with 32bpp and 'broken' display with 'non-standard' resolutions 18 years ago
truelight 426de65b18 (svn r10242) -Fix: avoid a segfault if you move your mouse at startup with 32bpp-anim 18 years ago
truelight d614cec205 (svn r10241) -Codechange: CopyToBuffer now produces a buffer that is unreadable from outside the blitter, so the blitter can store anything he likes
-Codechange: added CopyImageToBuffer, which produces a readable buffer for screenshots
-Fix: 32bpp-anim now holds animation on transparent objects to avoid strange graphical effects
-Fix: 32bpp-anim now works correct on mouse-movement (it holds the palette animation correctly)
18 years ago
miham 36afc46e2a (svn r10240) -Update: WebTranslator2 update to 2007-06-21 08:03:49
american   - 30 fixed, 1 changed by WhiteRabbit (31)
bulgarian  - 1 fixed by thetitan (1)
dutch      - 1 fixed by habell (1)
estonian   - 25 fixed by kristjans (25)
french     - 1 fixed by glx (1)
german     - 15 fixed by Neonox (15)
hungarian  - 24 fixed by miham (24)
italian    - 1 fixed by lorenzodv (1)
japanese   - 25 fixed by ickoonite (25)
korean     - 1 fixed by darkttd (1)
slovenian  - 1 fixed by Necrolyte (1)
18 years ago
maedhros 07a11f05ae (svn r10239) -Fix (r10236): The pin button didn't move when resizing the timetable gui. 18 years ago
maedhros d5da0e0740 (svn r10238) -Fix (r10236): Resizing the timetable window caused it to think it could only show one line at a time. 18 years ago
maedhros 29490c6bec (svn r10237) -Fix (r10236): It helps if you use svn add with new files... 18 years ago
maedhros 7fb6e8f11d (svn r10236) -Feature: Introduce a form of timetabling for vehicles. 18 years ago
truelight 59b54b3b02 (svn r10235) -Fix: the 32bpp-anim blitter repainted pixel color 0, which is transparency and therefor should never be repainted (spotted by Rubidium) 18 years ago
truelight 0e4a7125ae (svn r10234) -Fix r10233: make peter1138 happy 18 years ago
truelight 5eff2951cc (svn r10233) -Fix: 8bpp-optimized encoder fucked up if 255+ pixels in a row were non-transparent (tnx boekabart) 18 years ago
belugas d4632dee67 (svn r10232) -Fix(r1): _numof_industry_table never was composed of 12 entries. Only 11.
It never hurt before, but it would have...
18 years ago
rubidium 9e55573616 (svn r10230) -Fix [FS#594]: terraforming wipes out canals. Now you always have to remove the canal before terraforming, instead of "just" removing the canal. 18 years ago
glx fe7f4a2f9c (svn r10229) -Cleanup: removed duplicate include (dihedral) 18 years ago
rubidium 0d623dbed4 (svn r10228) -Fix [FS#894]: why MSVC must always bitch about stuff? 18 years ago
truelight 9efe1d6776 (svn r10227) -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) 18 years ago
belugas c492167f74 (svn r10226) -Codechange: Add support for newindustry tiles drawing.
Heavily based on Maedhros's newhouses implementation
18 years ago
truelight bd215277b5 (svn r10225) -Codechange: move common Colour routines for 32bpp to the base class (and nick it colour, not color) 18 years ago
rubidium bf0be8f0bc (svn r10224) -Fix [FS#891]: the town road belongs to didn't get set properly when a town builds road over tram bits. 18 years ago
glx 554639ce92 (svn r10223) -Fix r10211: GCF_INIT_ONLY flag was never cleared 18 years ago
peter1138 195ef32835 (svn r10222) -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) 18 years ago
rubidium 911f37ee94 (svn r10221) -Fix: the one way sprites weren't drawn in the correct order, so they could remove the tramtrack in some cases. 18 years ago
truelight 766168ad43 (svn r10220) -Fix r10216: even more fuck-ups for non-SDL video backends 18 years ago
rubidium 1e73884c10 (svn r10219) -Fix [FS#882,FS#890]: land under foundations was terraform when it shouldn't be terraformed. 18 years ago
glx 6f25b5db0d (svn r10218) -Fix r10216: more compile errors 18 years ago
truelight f5271393e1 (svn r10217) -Fix r10216: forgot to declare 'blitter' in win32 and cocoa driver (tnx glx) 18 years ago
truelight cd10965a27 (svn r10216) -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
18 years ago
truelight b63c8b8342 (svn r10215) -Fix r10214: forgot 2 cases of the same mistake 18 years ago
truelight a2b14e718a (svn r10214) -Fix: off-by-one in draw-rect-color-remapping (peter1138) 18 years ago
rubidium f765b3d6aa (svn r10212) -Fix [FS#723]: money overflow bugs in many locations. 18 years ago
glx 623a848cca (svn r10211) -Feature: [NewGRF] Add support for action 0F 18 years ago
rubidium 8220153e6b (svn r10210) -Codechange: make all money related variables 64 bits, so overflowing them should become a little harder. 18 years ago
rubidium 6900de65b9 (svn r10209) -Fix/Codechange: forgot a few changes of int32 -> Money in the previous commit 18 years ago
rubidium 23727da96f (svn r10208) -Codechange: replace int32 with Money where appropriate. 18 years ago
rubidium 7dda2d93da (svn r10207) -Codechange: remove the redundant player_money in favour of the money64, which is now renamed to player_money. 18 years ago
truelight 6785ea670f (svn r10206) -Codechange: more moving things to blitter-layer: ScrollBuffer 18 years ago
rubidium 773a7c9cb6 (svn r10205) -Codechange: refactor returning of cost, so it can be more easily modified. 18 years ago
truelight d7736f6b83 (svn r10203) -Codechange: more moving things to blitter-layer: DrawLine 18 years ago
peter1138 704a67ff0b (svn r10201) -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. 18 years ago
rubidium 82e79b847e (svn r10200) -Codechange: add "shortcut" for !CmdFailed (CmdSucceeded). 18 years ago
KUDr 80d71953ba (svn r10199) -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) 18 years ago
rubidium 5718743722 (svn r10198) -Fix (r10194): did not search all search paths. 18 years ago
rubidium 3ccc83e640 (svn r10197) -Codechange: replace int32 with CommandCost where appropriate. 18 years ago
miham fd2cee1864 (svn r10196) -Update: WebTranslator2 update to 2007-06-18 10:15:44
japanese   - 2 fixed by ickoonite (2)
slovenian  - 3 fixed by Necrolyte (3)
18 years ago
rubidium e2f839b6a2 (svn r10194) -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. 18 years ago
truelight cdf6192ce0 (svn r10193) -Fix r10190: somehow an other partly-patch was applied too 18 years ago
truelight 32406b0c18 (svn r10192) -Fix r10190: forgot to change the includes of win32 and cocoa video-driver 18 years ago
rubidium 28f97c790a (svn r10191) -Backport (r9148 from NoAI): detecting of CPU type (32 vs 64 bits). 18 years ago
truelight 79cd3f5db0 (svn r10190) -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
18 years ago
rubidium c016eca97f (svn r10188) -Codechange: make it a little easier to load a savegame from the console:
-g <absolute path>
 -g <relative path from current working directory>
 -g <relative path from within the savegame directory>
18 years ago
rubidium 265d5ea813 (svn r10187) -Fix: don't do a 270 degree turn on the international airport when a 90 degree turn is enough. 18 years ago
glx ffbd022a12 (svn r10186) -Fix (FS#876): don't mess desktop when using alt-tab (win32) 18 years ago
rubidium 6c0ba8e879 (svn r10185) -Codechange: make the bounding boxes of the drive through road stops a little larger so NewGRFs authors have more possibilities when replacing them (minime). 18 years ago
rubidium c4d5faa248 (svn r10184) -Fix: remove empty strings that are clearly bad. WT2 shouldn't add them anymore. 18 years ago
rubidium 3c7a85fe94 (svn r10182) -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.
18 years ago
rubidium 4e4b152adb (svn r10181) -Fix (r10093): clamp the zoom level so it won't try to use a wrong zoom level when loading an old savegame. 18 years ago
rubidium 7fbd4e4ab4 (svn r10180) -Fix (r10167): do not reset the 2cc loaded feature setting when a (later) newgrf does not have 2cc. 18 years ago
maedhros 8765343e2e (svn r10178) -Fix: Don't deactivate newgrf files when skipping the rest of the file during the initialisation stage. 18 years ago
peter1138 70b6716b98 (svn r10177) -Fix: Passengers has one A and two Es (ln) 18 years ago
maedhros e0e380e8d9 (svn r10176) -Fix (r10071): Deselect the currently selected order when clicking on an empty part of the orders window. 18 years ago
miham 37aac4a816 (svn r10175) -Fix: [Translations] Stupid me, {STRINGx} can only be used in english... 18 years ago
miham da55f0cfe8 (svn r10174) -Fix: [Translations]: piglatin plural forms had some problem.. 18 years ago
miham 974c5dbe00 (svn r10173) -Add: Translations: added new language "Pig Latin". Already "pre-translated", only needs checking. Idea of Piglatin language was from Adam M-W 18 years ago
belugas 7f3c41b5bf (svn r10172) -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.
18 years ago
rubidium e355b1e55a (svn r10170) -Codechange: remove some duplication of code. 18 years ago
rubidium 6c87da4fec (svn r10169) -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. 18 years ago
rubidium f5f1909b23 (svn r10168) -Fix [FS#879]: cannot build airport when an aircraft is flying over it. 18 years ago
belugas 0f0b58d429 (svn r10167) -Codechange: Change the flagging system of grf loaded feature from a bitset to a bool evaluation.
Like easier to read and faster to evaluate :)
18 years ago
peter1138 77b29ea3bc (svn r10166) -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. 18 years ago
rubidium 3efca64a94 (svn r10165) -Fix [FS#874]: crash when trying to get the aircraft movement state of an aircraft going to a just deleted airport. 18 years ago
miham dcface1b3b (svn r10164) -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)
18 years ago
belugas 0dc6ed160c (svn r10163) -Fix(r8128): Industries had lost their random recoloring. A test was removed and is now reintroduced in another way. 18 years ago
rubidium 46e531da72 (svn r10158) -Codechange: port some changes from NoAI and FS#872 to make the loan commands a little better readable. 18 years ago
truelight 5d55a9435b (svn r10157) -Fix: use as indentified for PNGs, the place of the image as it was in the grf, not the internal SpriteID 18 years ago
truelight 083504c12e (svn r10156) -Fix: PNG loader can now load 8bpp palette images and greyscale images 18 years ago
rubidium 3cdf29af0d (svn r10155) -Fix [FS#601]: Airports didn't flood when there are aircraft on the airport. 18 years ago
rubidium 6cd88fd449 (svn r10154) -Fix [FS#870]: some vehicles were not drawn when having a high resolution and a high zoom-out level. Patch by B. N. SmatZ!. 18 years ago
rubidium 5644794af9 (svn r10153) -Fix [FS#869]: vehicles disappear when crossing certain tiles. Fix by B. N. SmatZ!. 18 years ago
truelight bda903e70b (svn r10150) -Fix r10148: show a message to users when using 32bpp blitter and no libpng available 18 years ago
truelight 402052509f (svn r10149) -Fix r10143: MSVC warnings... (tnx boekabart and glx) 18 years ago
truelight 063c4f7862 (svn r10148) -Fix r10143: make --without-png to compile again 18 years ago
rubidium a84e6b015d (svn r10147) -Fix: the oldloader did clear some bits for road vehicles that shouldn't be cleared in some cases. 18 years ago
belugas 920b4feb9d (svn r10146) -Codechange: Silence a compiler warning
-Codechange: Comment style beautifying
-Codechange: define (tentatively) var 0x44 and 0x61 for industry tiles
18 years ago
rubidium 8ed345d5fb (svn r10145) -Fix: make compiling with networking disabled (again) possible. 18 years ago
truelight 19513f2604 (svn r10143) -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
18 years ago
truelight 63f56f811b (svn r10142) -Fix r10132: do something useful with the alpha channel instead of ignoring it 18 years ago
celestar 8d623faf0d (svn r10141) -Fix (FS#848, r8973): Set the newgrf bit for realistic plane speeds (bulb) 18 years ago
rubidium d88f4bc78c (svn r10140) -Fix [FS#867]: an industry could overbuild a bridge. 18 years ago
rubidium e64eede717 (svn r10139) -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. 18 years ago
rubidium 0a4a4875fb (svn r10138) -Fix: when you got a sufficiently small resolution, there is a possibility for a division by zero when a sound is played. 18 years ago
rubidium 779fd2fa42 (svn r10137) -Add: console command to get the current game date. 18 years ago
truelight f782a311f8 (svn r10132) -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
18 years ago