Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-11 | (svn r10101) -Codechange: the class is named 8bppSimple, so name the files ↵ | truelight | |
like that too | |||
2007-06-11 | (svn r10100) -Fix r10093: some code now became obsolete as it never did ↵ | truelight | |
something | |||
2007-06-11 | (svn r10099) -Fix(r9867, FS860): Use the specs of the to-be-created industry ↵ | belugas | |
instead of the scanned industry Spotted by Oxygene | |||
2007-06-11 | (svn r10098) -Codechange: bilbo cared about the performance of the AI with ↵ | rubidium | |
respect to the airport placement, so he rewrote the aircraft handling of the AI; now it can actually make lots of money again :) | |||
2007-06-11 | (svn r10097) -Feature: Add support for articulated road vehicles, or ↵ | maedhros | |
callbacks 11 and 17 for road vehicles for those who prefer the technical explanation. | |||
2007-06-11 | (svn r10096) -Fix r10092: freetype bypassed the Blitter::Encode, making ↵ | truelight | |
fonts look weird | |||
2007-06-11 | (svn r10095) -Fix: avoid reading outside the buffer because of scaling problems | truelight | |
2007-06-11 | (svn r10094) -Fix: some really broken strings got in. | rubidium | |
2007-06-11 | (svn r10093) -Revert: removed 16x zoom-out as it is broken beyond repair | truelight | |
2007-06-11 | (svn r10092) -Codechange: code-seperated the spriteloader and blitter from ↵ | truelight | |
the rest of the code -Add: make it possible to pick your own blitter (-b <blitter>, -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 | |||
2007-06-11 | (svn r10089) -Fix (r10040): Use GetTileZ instead of GetClearGround in ↵ | maedhros | |
GetTerrainType as GetTileZ is valid for any tile type. Also use GetTerrainType for stations. | |||
2007-06-10 | (svn r10088) -Codechange: A typo and a code-style | belugas | |
2007-06-10 | (svn r10087) -Fix [FS#834]: multiple subsequent "give money" actions could ↵ | rubidium | |
result in duplicate messages that money has been transfered when it only happened once. | |||
2007-06-10 | (svn r10086) -Codechange: Use more sensible types and functions in ↵ | maedhros | |
GenericPlaceSignals. | |||
2007-06-10 | (svn r10085) -Fix [FS#839]: message that you had given money appeared even ↵ | rubidium | |
when an error occured. | |||
2007-06-10 | (svn r10084) -Fix [FS#855]: reversing a train when loading at a station crashed. | rubidium | |
2007-06-10 | (svn r10082) -Fix [FS#846]: another memory leak in the networking code (benc). | rubidium | |
2007-06-10 | (svn r10081) -Fix [FS851]: towns/AIs didn't build bridges anymore (boekabart). | rubidium | |
2007-06-10 | (svn r10080) -Cleanup: replaced magic numbers in ↵ | bjarni | |
SubtractMoneyFromAnyPlayer() with enum values | |||
2007-06-10 | (svn r10079) -Update: WebTranslator2 update to 2007-06-10 08:31:40 | miham | |
bulgarian - 29 fixed by thetitan (29) catalan - 1 fixed by arnaullv (1) estonian - 159 changed by kristjans (159) | |||
2007-06-10 | (svn r10078) -Codechange: Centralize all industry counts data and access | belugas | |
2007-06-09 | (svn r10077) -Fix: FS#845 Cloning Trains Longer Than 8 Units Causes Crash | bjarni | |
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. | |||
2007-06-09 | (svn r10076) -Update: WebTranslator2 update to 2007-06-09 10:29:27 | miham | |
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) | |||
2007-06-09 | (svn r10075) -Fix [FS#844]: small memory leak on some early returns. | rubidium | |
2007-06-09 | (svn r10074) -Add: Addition of IndustryOverrideManager as well as the basic ↵ | belugas | |
(and unfinished) support for callbacks for industries | |||
2007-06-08 | (svn r10073) -Codechange: make the NewGRF paths in the config file without ↵ | rubidium | |
any full paths (again). | |||
2007-06-08 | (svn r10072) -Fix r10070: typo in zoom.hpp | truelight | |
2007-06-08 | (svn r10071) -Feature [FS#828]: moving of orders (skidd13). | rubidium | |
2007-06-08 | (svn r10070) -Fix: fix the rounding problem of zoom-levels in zoom.hpp, so ↵ | truelight | |
it is global for every call | |||
2007-06-08 | (svn r10069) -Documentation: some documentation for TIC/TOC, as it isn't ↵ | truelight | |
what I expected... | |||
2007-06-08 | (svn r10068) -Fix [FS#835]: coverage area highlight was still show when it ↵ | rubidium | |
was turned off for docks. | |||
2007-06-08 | (svn r10066) -Codechange: Expose function GetNearbyTile by moving it to ↵ | belugas | |
newgrf_commons.[cpp|h]. Will be used by industries in a few. | |||
2007-06-08 | (svn r10065) -Cleanup (r9850): remove now unneeded stuff | glx | |
2007-06-08 | (svn r10064) -Fix(r10063): compile again, when changing stuff. DOn't trust ↵ | belugas | |
first run | |||
2007-06-08 | (svn r10063) -Codechange: Change VARDEF for extern | belugas | |
-CodeChange: Add the count of industries, basic support for variable 67, var action02 forindustries | |||
2007-06-08 | (svn r10062) -Codechange: Don't redraw all station tiles when cargo is added ↵ | peter1138 | |
or removed if the station has no custom graphics. | |||
2007-06-08 | (svn r10061) -Codechange: [NewGRF] Add common cargo subtype support to ↵ | peter1138 | |
vehicle var 42 | |||
2007-06-08 | (svn r10060) -Update: WebTranslator2 update to 2007-06-08 07:51:39 | miham | |
estonian - 228 changed by kristjans (228) japanese - 13 fixed by ickoonite (13) portuguese - 2 fixed by izhirahider (2) slovenian - 99 fixed by Necrolyte (99) | |||
2007-06-07 | (svn r10059) -Fix (r10045): Pretend GRF is still in initialisation state ↵ | peter1138 | |
when leaving reservation stage. This fixes action 7/9 tests for grfs that will be active. | |||
2007-06-07 | (svn r10058) -Codechange: give some industry variable sensible names (like ↵ | rubidium | |
not telling "last_mo_production" when it is the production of the current month). | |||
2007-06-07 | (svn r10056) -Revert (r10049): removing SLE_WRITEBYTE didn't work as ↵ | rubidium | |
expected :(. Somehow SlIterateArray and SlObject depend on eachother and adding a some arbitrary data before the SlObject makes it go crazy. | |||
2007-06-07 | (svn r10055) -Update: WebTranslator2 update to 2007-06-07 14:37:06 | miham | |
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) | |||
2007-06-07 | (svn r10054) -Codechange: make the industries cost modifier look more like ↵ | rubidium | |
the original one, so it's much easier to support industries that use this original format. | |||
2007-06-07 | (svn r10053) -Fix: could not clear a level-crossing tile with tram tracks. | rubidium | |
2007-06-07 | (svn r10052) -Codechange: Support reserve/activate stage bits of action 7/9 ↵ | peter1138 | |
variable 84. | |||
2007-06-06 | (svn r10049) -Codechange: get rid of the SLE_WRITEBYTE obfuscation. | rubidium | |
2007-06-06 | (svn r10048) -Fix (r6455): Don't use override engine type for articulated ↵ | peter1138 | |
wagon parts. | |||
2007-06-06 | (svn r10047) -Update: WebTranslator2 update to 2007-06-06 07:59:17 | miham | |
croatian - 58 fixed by knovak (58) czech - 3 fixed by Hadez (3) danish - 28 fixed by ThomasA (28) dutch - 23 fixed by habell (23) italian - 3 fixed by lorenzodv (3) korean - 3 fixed by darkttd (3) ukrainian - 3 fixed by mad (3) | |||
2007-06-05 | (svn r10046) -Documentation: add some documentation in order_gui (skidd13). | rubidium | |
2007-06-05 | (svn r10045) -Codechange: Process Action 8 during GLS_RESERVATION to allow ↵ | peter1138 | |
Action 7/Action 9s to work properly |