Commit Graph

9620 Commits (9a8d1bcad51d17f0d3d5b4b991a19ea8514b300d)
 

Author SHA1 Message Date
belugas e044910d52 (svn r13515) -Codechange: Widget enumification for scenario editor 17 years ago
belugas cec90c1af1 (svn r13514) -Codechange: Removal of dead code (or useless, to be more exact) 17 years ago
belugas a91eb2ad13 (svn r13513) -Codechange: Give proper message when building a river fails.
Give proper description of a river tile with the Query Tool.
Extracted (in part) from FS#1884, by Ammler
17 years ago
glx d8fde03ec7 (svn r13508) -Fix (r7733): incorrect usage of strtoul 17 years ago
peter1138 7d877c0c05 (svn r13507) -Fix (r12856): first engine change should've been moved too 17 years ago
rubidium e193349743 (svn r13505) -Fix: clear the memory for the new AI during the loading of a savegame so it does not try to execute commands generated in a different savegame, which could be resulting in the AI trying to give orders to stations that do not exist. 17 years ago
belugas 5d2ee7ecde (svn r13504) -Codechange: enumify some widgets for scenario editor. More work is required. 17 years ago
belugas 224f8e6fec (svn r13503) -Fix(r13173)[FS#2073]: Wrong widget numbers & event handlers were assigned to the zoom in and out buttons in the scenario editor 17 years ago
smatz 4298508918 (svn r13502) -Fix (r11212): drawing of zoomed out partial sprites could cause deadlocks or crashes 17 years ago
smatz 4c7adc8009 (svn r13501) -Feature(tte): ctrl+click on sign you own to remove it (Osai, planetmaker) 17 years ago
frosch 90507de6e4 (svn r13499) -Codechange: Allow drawing (ugly) leveled foundations on steep slopes, just in case someone needs them for fallback. 17 years ago
rubidium b14d884a0a (svn r13495) -Fix: scrolling the main map with the keys speed was influenced by movement of the mouse. 17 years ago
rubidium ecbf3bd0de (svn r13494) -Fix: a little documentation + copy-paste mistake for sprite.h. 17 years ago
skidd13 a7348eb7a0 (svn r13490) -Add: a seperate icon for aqueducts 17 years ago
rubidium c97a045f57 (svn r13489) -Fix: first determine where to *exactly* build a house before asking a NewGRF whether the location is good instead of possibly moving the house a tile after the NewGRF said the location is good. 17 years ago
smatz fe6f09e66e (svn r13488) -Fix (r13485): track wasn't removed on company bankrupcy when there was a ship on lower halftile 17 years ago
rubidium e2bcbd5c50 (svn r13485) -Fix: let ships also navigate on half-tile sloped watery rail tiles. 17 years ago
peter1138 1c79b92989 (svn r13482) -Codechange: Use "extended bytes" in Actions 3 and 4 for vehicles 17 years ago
smatz ea4c46da99 (svn r13481) -Codechange: add 'B' keyboard shortcut to build aqueduct (planetmaker) 17 years ago
rubidium 8e7f5072ce (svn r13480) -Fix [FS#2050]: RVs stoppping at drive through stations of other companies. 17 years ago
smatz 52e1ca3ba3 (svn r13479) -Codechange: don't use word 'bridge' for aqueducts that often 17 years ago
smatz a3e0078ef2 (svn r13478) -Codechange: don't use GetBridgeSpec() for aqueducts 17 years ago
smatz c009a253dc (svn r13477) -Fix (r13464): correct tile type in the Query tile info window 17 years ago
rubidium e4675ed05e (svn r13476) -Fix: draw canal borders for locks and when directly next to a aquaduct entrace but under the aqueduct. 17 years ago
smatz 6d4474d819 (svn r13475) -Fix (r13464): crash on destroying aquaduct with ship on in and on company bankrupt 17 years ago
glx 7b8b5f9a8d (svn r13472) -Backport (r13467 from NoAI): make CmdRemoveRoadStop use p2 as documented (only look at bit 0, not at the complete value) 17 years ago
rubidium 7ccf05ff35 (svn r13469) -Codechange: add support for loading Action 0x05, type 0F: "tracks for slopes". It's not useful right now, but it will be in the future. 17 years ago
rubidium 6f550fc4ca (svn r13468) -Fix: make aqueducts a little more expensive than normal bridges and disable terraforming of aqueduct bridgeheads; one can't terraform normal canal tiles either. 17 years ago
rubidium 137f2c072a (svn r13466) -Fix (r13464): slope checking got lost during development... 17 years ago
rubidium ee843728bf (svn r13464) -Codechange: support NewGRF Action 0x05, type 12. 17 years ago
smatz 2475d0010b (svn r13462) -Codechange: move DriverFactoryBase destructor definition from header file (saves ~16kB) 17 years ago
smatz 506cde94b6 (svn r13456) -Codechange: use AllocaM() macro instead of alloca() at most places 17 years ago
belugas 0e78f51801 (svn r13446) -Fix(r13443): changed the var previously introduced from 69 to 46, as no param was required (thanks frosch) 17 years ago
smatz 4ce73a679c (svn r13445) -Codechange: make 32bpp_optimized blitter ~10-20% faster in drawing (depends on architecture and compiler) 17 years ago
rubidium 199b3d7886 (svn r13444) -Codechange: make the order GUI somewhat more efficient. The most used options can be done with a single click now. 17 years ago
belugas ff419b7182 (svn r13443) -Feature[newGRF]: Add var 0x69 for industries, long format construction date.
Same as var B0, but base year is now 0, instead of 1920
17 years ago
belugas 03e2d30a33 (svn r13437) -Feature[newGRF]: Add long format introduction and maximum construction year for house. 17 years ago
smatz e1d2cd6983 (svn r13434) -Fix (r13317): news window with invalid news item could be shown 17 years ago
rubidium 35f3284a60 (svn r13433) -Codechange: remove a now useless global variable.
-Fix: MP advertising was not advertising.
17 years ago
rubidium b9eea93237 (svn r13419) -Fix [FS#2063]: Entries in the bridge list were not sorted when the window was just opened. 17 years ago
rubidium f80d8dbe0c (svn r13417) -Fix (r12945, r13413): freeing the ThreadObjects in a manner that hopefully doesn't cause crashes. 17 years ago
rubidium b830e6c714 (svn r13413) -Codechange: remove some enums that haven't been used for years. 17 years ago
truebrain e767b4f778 (svn r13412) -Add: OTTDThreadTerminateFunc, for all thread systems, which is called when a thread is terminated. Now GenWorld- and SaveLoad-thread cleanup theirselves correctly, while Fibers don't (as that causes access-violations) 17 years ago
rubidium 4657ae97fc (svn r13411) -Codechange: remove the return value from the thread procs because it is never used. 17 years ago
rubidium d49a86cf48 (svn r13409) -Fix: division by zero when one would press 'd' (skip order) when there's no order. 17 years ago
rubidium e2adaf59b2 (svn r13408) -Codechange: some stricter checking. 17 years ago
miham f8c6872d45 (svn r13400) -Update: WebTranslator2 update to 2008-06-07 18:14:28
korean     - 8 fixed, 16 changed by leejaeuk5 (24)
romanian   - 5 fixed, 185 changed by CrystyB (190)
russian    - 1 changed by Smoky555 (1)
17 years ago
frosch 5dd1387508 (svn r13397) -Fix: Do not crash when resolving vehicle sprite groups with zero sprites. 17 years ago
glx 6d3f35af8f (svn r13396) -Fix (r13375): assertion failing when changing grfs in game (compatible grfs) 17 years ago
glx b60a1326bf (svn r13390) -Codechange: introduce usererror() for fatal but not openttd 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(). 17 years ago