summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-06-12(svn r13494) -Fix: a little documentation + copy-paste mistake for sprite.h.rubidium
2008-06-12(svn r13490) -Add: a seperate icon for aqueductsskidd13
2008-06-12(svn r13489) -Fix: first determine where to *exactly* build a house before ↵rubidium
asking a NewGRF whether the location is good instead of possibly moving the house a tile after the NewGRF said the location is good.
2008-06-12(svn r13488) -Fix (r13485): track wasn't removed on company bankrupcy when ↵smatz
there was a ship on lower halftile
2008-06-12(svn r13485) -Fix: let ships also navigate on half-tile sloped watery rail ↵rubidium
tiles.
2008-06-12(svn r13482) -Codechange: Use "extended bytes" in Actions 3 and 4 for vehiclespeter1138
2008-06-11(svn r13481) -Codechange: add 'B' keyboard shortcut to build aqueduct ↵smatz
(planetmaker)
2008-06-11(svn r13480) -Fix [FS#2050]: RVs stoppping at drive through stations of ↵rubidium
other companies.
2008-06-11(svn r13479) -Codechange: don't use word 'bridge' for aqueducts that oftensmatz
2008-06-11(svn r13478) -Codechange: don't use GetBridgeSpec() for aqueductssmatz
2008-06-11(svn r13477) -Fix (r13464): correct tile type in the Query tile info windowsmatz
2008-06-11(svn r13476) -Fix: draw canal borders for locks and when directly next to a ↵rubidium
aquaduct entrace but under the aqueduct.
2008-06-11(svn r13475) -Fix (r13464): crash on destroying aquaduct with ship on in and ↵smatz
on company bankrupt
2008-06-11(svn r13472) -Backport (r13467 from NoAI): make CmdRemoveRoadStop use p2 as ↵glx
documented (only look at bit 0, not at the complete value)
2008-06-11(svn r13469) -Codechange: add support for loading Action 0x05, type 0F: ↵rubidium
"tracks for slopes". It's not useful right now, but it will be in the future.
2008-06-11(svn r13468) -Fix: make aqueducts a little more expensive than normal ↵rubidium
bridges and disable terraforming of aqueduct bridgeheads; one can't terraform normal canal tiles either.
2008-06-11(svn r13466) -Fix (r13464): slope checking got lost during development...rubidium
2008-06-11(svn r13464) -Codechange: support NewGRF Action 0x05, type 12.rubidium
2008-06-11(svn r13462) -Codechange: move DriverFactoryBase destructor definition from ↵smatz
header file (saves ~16kB)
2008-06-10(svn r13456) -Codechange: use AllocaM() macro instead of alloca() at most placessmatz
2008-06-10(svn r13446) -Fix(r13443): changed the var previously introduced from 69 to ↵belugas
46, as no param was required (thanks frosch)
2008-06-10(svn r13445) -Codechange: make 32bpp_optimized blitter ~10-20% faster in ↵smatz
drawing (depends on architecture and compiler)
2008-06-10(svn r13444) -Codechange: make the order GUI somewhat more efficient. The ↵rubidium
most used options can be done with a single click now.
2008-06-10(svn r13443) -Feature[newGRF]: Add var 0x69 for industries, long format ↵belugas
construction date. Same as var B0, but base year is now 0, instead of 1920
2008-06-10(svn r13437) -Feature[newGRF]: Add long format introduction and maximum ↵belugas
construction year for house.
2008-06-09(svn r13434) -Fix (r13317): news window with invalid news item could be shownsmatz
2008-06-09(svn r13433) -Codechange: remove a now useless global variable.rubidium
-Fix: MP advertising was not advertising.
2008-06-08(svn r13419) -Fix [FS#2063]: Entries in the bridge list were not sorted when ↵rubidium
the window was just opened.
2008-06-08(svn r13417) -Fix (r12945, r13413): freeing the ThreadObjects in a manner ↵rubidium
that hopefully doesn't cause crashes.
2008-06-08(svn r13413) -Codechange: remove some enums that haven't been used for years.rubidium
2008-06-08(svn r13412) -Add: OTTDThreadTerminateFunc, for all thread systems, which is ↵truebrain
called when a thread is terminated. Now GenWorld- and SaveLoad-thread cleanup theirselves correctly, while Fibers don't (as that causes access-violations)
2008-06-08(svn r13411) -Codechange: remove the return value from the thread procs ↵rubidium
because it is never used.
2008-06-08(svn r13409) -Fix: division by zero when one would press 'd' (skip order) ↵rubidium
when there's no order.
2008-06-08(svn r13408) -Codechange: some stricter checking.rubidium
2008-06-07(svn r13400) -Update: WebTranslator2 update to 2008-06-07 18:14:28miham
korean - 8 fixed, 16 changed by leejaeuk5 (24) romanian - 5 fixed, 185 changed by CrystyB (190) russian - 1 changed by Smoky555 (1)
2008-06-07(svn r13397) -Fix: Do not crash when resolving vehicle sprite groups with ↵frosch
zero sprites.
2008-06-06(svn r13396) -Fix (r13375): assertion failing when changing grfs in game ↵glx
(compatible grfs)
2008-06-05(svn r13390) -Codechange: introduce usererror() for fatal but not openttd ↵glx
related errors. Now all error() will 'crash' openttd after showing the message in win32 releases (MSVC), creating a crash.log and crash.dmp (like the '!' hack used before). On the other hand, usererror() will just close the game. So use error() only when it can be helpful to debugging, else use usererror().
2008-06-05(svn r13389) -Codechange: remove NM_CALLBACK because that information could ↵rubidium
be gathered from the fact that a callback has been specified. Patch by Cirdan.
2008-06-05(svn r13388) -Codechange: Remove "my invented flag for something that is a ↵peter1138
wagon"
2008-06-05(svn r13387) -Fix: industry directory sorting not working correctly (= != ==)rubidium
2008-06-05(svn r13386) -Fix: global currency/units setting being overriden when ↵rubidium
loading a savegame.
2008-06-05(svn r13385) -Fix (r12137): In the purchase list, CB36 for capacity was not ↵peter1138
called for the first part of rail and road vehicles.
2008-06-05(svn r13384) -Update: WebTranslator2 update to 2008-06-05 08:15:43miham
brazilian_portuguese - 9 fixed, 6 changed by tucalipe (15) catalan - 9 fixed by arnaullv (9) croatian - 13 fixed by knovak (13) czech - 33 fixed by Hadez (33) danish - 47 fixed by ThomasA (47) dutch - 9 fixed by habell (9) estonian - 42 fixed, 5 changed by kristjans (47) finnish - 5 fixed, 1 changed by kerba (6) french - 9 fixed, 2 changed by glx (8), belugas (3) icelandic - 75 fixed by scrooge (75) italian - 9 fixed, 12 changed by lorenzodv (21) korean - 76 fixed, 15 changed by leejaeuk5 (91) portuguese - 7 fixed by izhirahider (7) romanian - 97 fixed, 302 changed by CrystyB (399) russian - 12 fixed by Smoky555 (12) spanish - 12 fixed by eusebio (12) swedish - 13 fixed by ChrillDeVille (6), daishan (7) turkish - 39 fixed, 1 changed by jnmbk (40) ukrainian - 10 fixed by mad (10)
2008-06-05(svn r13383) -Codechange: Put the cost of house removal in a class memberbelugas
2008-06-04(svn r13380) -Fix (r13327): MSVC signed/unsigned warningglx
2008-06-04(svn r13379) -Fix (r13255): drive side can't be changed in introglx
2008-06-04(svn r13378) -Fix (r13375): compilation without network support was brokensmatz
2008-06-04(svn r13377) -Codechange: Let 'long format' build year work in vehicle ↵peter1138
purchase list.
2008-06-04(svn r13376) -Feature: Add access to current long year and date from Action ↵belugas
7/9/D and VarAction2 (23/24 or A3/A4) Add access to (long format) building year, in Variational Action2 Variable 49 for Vehicles