Commit Graph

9547 Commits (22c017c0c24d1263c313447e4fc97641c7b198e7)
 

Author SHA1 Message Date
peter1138 7b66180d78 (svn r13364) -Codechange: Refactor action 3 mapping to use grf_load_*() instead of direct byte array access. 17 years ago
peter1138 86ab690ec5 (svn r13363) -Codechange: Code duplication tidy up 17 years ago
smatz 2e8b9a70ec (svn r13362) -Fix: make the town authority window a bit less glitchy 17 years ago
glx 014cb33bb9 (svn r13361) -Fix (r13360): regexp failed 17 years ago
skidd13 11cdcf875c (svn r13360) -Fix (r13359): Forgot to remove some instances of FiosAlloc() 17 years ago
skidd13 8a40ca49c6 (svn r13359) -Codechange: convert _fios_items to a SmallVector
-Cleanup: some reincarnations of _fios_items in the code
17 years ago
rubidium fd0be850fe (svn r13358) -Codechange: split next order determination and conditional order processing functionality from the order handling. Patch based on work by michi_cc. 17 years ago
rubidium 3efece1284 (svn r13357) -Codechange: add constness to YAPF. 17 years ago
peter1138 10b494d260 (svn r13356) -Codechange: Incorrect documentation and variable type for inflation rates 17 years ago
smatz 0812e2f959 (svn r13354) -Codechange: make 8bpp_optimized blitter ~25% faster in encoding and ~15% faster in drawing (depends on architecture) 17 years ago
smatz ed462507b2 (svn r13351) -Codechange: disable warnings about unused variable for builds without asserts 17 years ago
glx 10d6f6c5b8 (svn r13350) -Fix: wrong tooltip for waypoint picker scrollbar 17 years ago
rubidium 92c80dab4c (svn r13349) -Codechange: remove a pointless flag; the flag is set before calling a function and is then reset in the function without ever reading it. Patch by Cirdan. 17 years ago
rubidium d19c347fd0 (svn r13348) -Fix: an industry does not always need foundations; in the case of NewGRFs an industry can be built on a steep slope, however when 'querying' the foundation type of an industry we neglected the fact that these steep slope tiles do not have a foundation. As a result of this when one built a structure requiring foundations on a tile SW or SE of a steep slope industry tile it would try to apply the foundation on the steep slope to determine whether to draw the wall of the foundation and trigger an assert. 17 years ago
glx 0268076337 (svn r13347) -Fix (r12396): ottdres.rc.in was forgotten 17 years ago
rubidium 3d75eb446d (svn r13346) -Fix (r13322): scrolling the main viewport with keyboard when having a build tool selected failed. 17 years ago
rubidium 5a6f6bf067 (svn r13345) -Codechange: only one of all the NewsItem's instance duration variable, so move it so there is only once instance of that variable. Patch by Cirdan. 17 years ago
rubidium 6d90affce0 (svn r13344) -Codechange: remove some code duplication. 17 years ago
rubidium 2f3b88ef9a (svn r13343) -Codechange: reorder/move variable/functions in the network headers so that nothing from the network directory needs to include basically all network headers. 17 years ago
rubidium e81386476f (svn r13342) -Fix: smallvec.h/sortlist_type.h didn't include everything they needed. 17 years ago
rubidium 00ccb1dc33 (svn r13341) -Codechange: make most of the network settings configurable via the patch command. 17 years ago
rubidium 933c9df335 (svn r13339) -Feature: splitting of the main toolbar when the resolution becomes very low so the buttons are still visible and useable. Patch by Dominik. 17 years ago
rubidium e2997c9976 (svn r13338) -Doc: add documentation about the window placement. Patch by Alberth. 17 years ago
rubidium fdb4214525 (svn r13337) -Doc: add documentation to some variables in settings_type.h. 17 years ago
rubidium 2854cc968f (svn r13336) -Fix: loading old savegames, e.g. the intro game, would reset the autosave settings. 17 years ago
rubidium d58080fd44 (svn r13335) -Fix: remove rogue (debugging) printf. 17 years ago
rubidium c33164831d (svn r13334) -Codechange: move the network settings variables from network/network_internal to settings. 17 years ago
rubidium 61507ffeab (svn r13333) -Fix: compilance without networking enabled. 17 years ago
rubidium be93c2c089 (svn r13332) -Fix (r13325): network games got somewhat broken. 17 years ago
peter1138 79d008cd2e (svn r13331) -Fix (r12924): Wrong include type for (sdt::)map 17 years ago
smatz a0c62f1752 (svn r13330) -Fix: 'Player name' dialog was broken in two ways 17 years ago
skidd13 bed7719967 (svn r13328) -Fix (r13327): Don't access an item when there isn't any 17 years ago
skidd13 a8abdaec92 (svn r13327) -Codechange: NetworkGameWindow uses GUILists Sort() now 17 years ago
rubidium 923e21129c (svn r13325) -Codechange: split the client-side only settings from the settings stored in the savegame so there is no need to have a duplicate copy of it for new games. 17 years ago
peter1138 2a816fb685 (svn r13323) -Codechange: scrollbars are not refresh counters 17 years ago
rubidium 22d7b25296 (svn r13322) -Codechange: _no_scroll belongs more with the window code. 17 years ago
rubidium f2869bb7db (svn r13321) -Codechange: move some GUI/viewport related functions out op openttd.cpp to viewport.cpp/window.cpp. 17 years ago
rubidium 34e2d8f1e1 (svn r13320) -Codechange: move some enums from openttd.h to more logical locations. 17 years ago
peter1138 8ea996e246 (svn r13319) -Codechange: Remove use of imaginary horizontal scrollbar in the group vehicle list 17 years ago
rubidium 27bca407de (svn r13318) -Codechange: move some functions from gui.h/misc_gui.cpp to window_gui.h/window.cpp because they belong there. 17 years ago
rubidium 7f8f5fa52c (svn r13317) -Codechange: make news messages use a linked list instead of a moving circular buffer. This makes it possible to store more news messages in the history. Based on a patch by Cirdan.
-Codechange: the number of news messages is reduced by removing every news message that is a configurable amount older than when it would not be shown in the newspaper popup/ticker, which is e.g. a month for industry production changes and half a year for subsidy offers. As a result the more important messages will stay longer in the message history (if longer than 30 messages).
17 years ago
rubidium b4e431bf7c (svn r13316) -Codechange: move some functions around to make them grouped more logically. 17 years ago
peter1138 53aebc84c6 (svn r13315) -Fix (r13314): Assert if no engines or wagons available 17 years ago
peter1138 f954a93ee0 (svn r13314) -Codechange: Switch EngineList from std::vector to GUIList 17 years ago
peter1138 f44a2c38f8 (svn r13313) -Fix-ish (r13306): List was copied in another place the autoreplace gui... 17 years ago
skidd13 6e334d10bb (svn r13312) -Update: apply english.txt changes from r13311 to other languages 17 years ago
skidd13 b80425fdf9 (svn r13311) -Codechange: Use GUIList for the industry directory window
-Codechange: Replaced the four sort buttons by a dropdown
-Codechange: Reduced the default window size
17 years ago
smatz f7233786d2 (svn r13310) -Fix: invalidate OSK when parent editbox changes (from keyboard) 17 years ago
rubidium 17ccd5ec65 (svn r13309) -Fix: the difficulty settings from the savegame would be reset by the ones of the intro game. 17 years ago
peter1138 9e863e1dbb (svn r13308) -Fix (r13307): projects/generate... 17 years ago