Commit Graph

9410 Commits (793ac8baa4b88508c21717abd7f44808f15eac98)
 

Author SHA1 Message Date
rubidium 793ac8baa4 (svn r13320) -Codechange: move some enums from openttd.h to more logical locations. 16 years ago
peter1138 698a51a41e (svn r13319) -Codechange: Remove use of imaginary horizontal scrollbar in the group vehicle list 16 years ago
rubidium 3716f4814d (svn r13318) -Codechange: move some functions from gui.h/misc_gui.cpp to window_gui.h/window.cpp because they belong there. 16 years ago
rubidium d3d0432314 (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).
16 years ago
rubidium f88349843a (svn r13316) -Codechange: move some functions around to make them grouped more logically. 16 years ago
peter1138 05465d4d9a (svn r13315) -Fix (r13314): Assert if no engines or wagons available 16 years ago
peter1138 c61baba819 (svn r13314) -Codechange: Switch EngineList from std::vector to GUIList 16 years ago
peter1138 4ab659e29b (svn r13313) -Fix-ish (r13306): List was copied in another place the autoreplace gui... 16 years ago
skidd13 5f3aeb6670 (svn r13312) -Update: apply english.txt changes from r13311 to other languages 16 years ago
skidd13 4f7e14b6fb (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
16 years ago
smatz 3f000be670 (svn r13310) -Fix: invalidate OSK when parent editbox changes (from keyboard) 16 years ago
rubidium f740702f90 (svn r13309) -Fix: the difficulty settings from the savegame would be reset by the ones of the intro game. 16 years ago
peter1138 692d799696 (svn r13308) -Fix (r13307): projects/generate... 16 years ago
peter1138 f731b31eda (svn r13307) -Codechange: Separate VehicleList and its two functions so only the 3 users include it, reducing dependencies on misc/smallvec.h 16 years ago
peter1138 f97403803b (svn r13306) -Fix (r8362): Pass engine list by pointer instead of making a copy of it. 16 years ago
peter1138 9a78083c8a (svn r13305) -Fix (r13039): Confirmation window sent both yes and no answers instead of just yes. 16 years ago
smatz f505e4e407 (svn r13304) -Fix (r13042): possible double free (showed up in r13092) 16 years ago
smatz 47c22cffce (svn r13303) -Fix (r13301): 64bit gcc compilation was broken 16 years ago
rubidium adabce3d11 (svn r13302) -Fix (r13301): GCC doesn't necessarily like what MSVC likes... 16 years ago
rubidium 33e18c236d (svn r13301) -Fix [FS#1997]: resolve more MSVC 9 x64 warnings. 16 years ago
skidd13 0682b03046 (svn r13299) -Fix (r13286): Stations sort type isn't updated correctly 16 years ago
smatz 459239c9d2 (svn r13298) -Codechange: remove unused _total_signs 16 years ago
peter1138 6c7e6861f8 (svn r13297) -Codechange: Use GUIList for the town directory window 16 years ago
smatz f538282f7a (svn r13296) -Fix (r13276): VL_FIRST_SORT was never reset 16 years ago
smatz ff7104865f (svn r13295) -Codechange: remove now redundant check 16 years ago
skidd13 6180112c90 (svn r13294) -Codechange: convert the inheritance of GUIList in IndustryDirectoryWindow to a member object 16 years ago
smatz 8c8b002dd6 (svn r13293) -Fix (r13226): airport far from a town generated too much noise 16 years ago
glx 382c45120b (svn r13292) -Fix (r13285): MSVC warnings 16 years ago
peter1138 44dd8955d1 (svn r13291) -Fix (r13266): qsort passed wrong sizeof data 16 years ago
peter1138 1272c55991 (svn r13287) -Codechange: move engine list gui code away from engine.cpp (and its headers) to engine_gui.cpp 16 years ago
skidd13 831343435c (svn r13286) -Codechange: GUIList Sort returns now if the list sequence has been altered 16 years ago
skidd13 49010369d2 (svn r13285) -Codechange: station sorting uses GUILists Sort() now 16 years ago
skidd13 2094baf537 (svn r13283) -Codechange: convert the inheritance of GUIList in PlayerStationsWindow to a member object 16 years ago
smatz 33dc3165be (svn r13280) -Fix (r13276): MSVC compilation was broken 16 years ago
smatz 691bf29724 (svn r13279) -Codechange: simplify condition for terminating loop when reversing list order 16 years ago
peter1138 855336a1e6 (svn r13278) -Fix: Missing call to FindWindowPlacementAndResize() for drop down lists 16 years ago
rubidium 290b3bd3cc (svn r13277) -Fix: opntitle 'jumping' to the temperate climate when closing the NewGRF settings window. 16 years ago
smatz f2a5b2556c (svn r13276) -Codechange: use qsort() for initial sorting of a list for better performance (credits go to skidd13 and peter1138) 16 years ago
smatz 75568d2df9 (svn r13275) -Fix: sort lists with 2 items, too
-Fix: reset VL_RESORT and resort timer even when no sort was needed
16 years ago
glx b3d7ca0ceb (svn r13273) -Fix [FS#2042]: MSVC warnings (again) 16 years ago
skidd13 16cee252a7 (svn r13271) -Codechange: groups sorting uses GUILists Sort() now 16 years ago
peter1138 0434e83e91 (svn r13270) -Codechange: There is no need to clear lists in the window constructor 16 years ago
skidd13 c3dd9d864e (svn r13269) -Codechange: build bridge window uses GUILists Sort() now
-Cleanup: make some globals part of the build bridge window
16 years ago
skidd13 f202f1dda6 (svn r13267) -Codechange: extend GUIList with a GnomeSort 16 years ago
peter1138 781b90ac91 (svn r13266) -Codechange: Use SmallVector in GUIList 16 years ago
rubidium 6e9227828e (svn r13264) -Fix: yapf_settings.h was not removed from the project files. 16 years ago
smatz d969edaa8f (svn r13260) -Fix: linked terraform toolbar wasn't marked dirty after moving 16 years ago
peter1138 bd5f782c61 (svn r13259) -Fix: Subsidy text could still overflow 16 years ago
rubidium 690c83edba (svn r13258) -Codechange: add support for using (most) of the old patch names in the console. 16 years ago
belugas 2ed98629d7 (svn r13257) -Fix(r13226): Typo has found its way on the code... Thanks cirdan 16 years ago