Commit Graph

3989 Commits (9943ac29420d324ea580c3d869cb906e8cdc0ef8)

Author SHA1 Message Date
belugas 424a7935ad (svn r13562) -Codechange: Yet another enumification, which required a bit of explanation/documentation of a trickery some would call a hack 16 years ago
belugas 5e8e2709d0 (svn r13561) -Codechange: two more enumifications of widgets 16 years ago
belugas db174b8b9b (svn r13560) -Fix(r13550): This section widget_count did not required to be lowered. So small revert 16 years ago
belugas b8b47dcf50 (svn r13559) -Codechange: Enumification of the Options menu items 16 years ago
smatz cf489a25b0 (svn r13552) -Codechange: use TTD_ENDIAN comparations instead of tests if TTD_[BIG/LITTLE]_ENDIAN is defined 16 years ago
smatz 4e2e078743 (svn r13551) -Codechange: store offsets to different zoom levels in a distinguished struct instead in the data stream for 8bpp-optimized 16 years ago
belugas 4bbe69f881 (svn r13550) -Fix(r13540, r13542): widget_count did not had the same value as 27. So, it has to be lowered by one, so it can be used as a widget "pointer" 16 years ago
peter1138 ea965c21e1 (svn r13544) -Codechange: Add support for NewGRF varaction2 variable 5F. 16 years ago
belugas fb4619c8ea (svn r13543) -Codechange: Enumification of the InGame toolbar and some leftovers of scenario editor one.
Still more go do
16 years ago
belugas 365705209b (svn r13542) -Codechange: Less a few more magic numbers and a code a bit more adaptable, still 16 years ago
belugas f5b1b5a640 (svn r13541) -Codechange: Aligning some switch case. Code cosmetics. 16 years ago
belugas 7b873ce0bc (svn r13540) -Codechange: Less a magic number and a more adaptable code 16 years ago
glx 8578181a3a (svn r13539) -Fix (r13537): signed/unsigned warnings 16 years ago
frosch e04e2822b8 (svn r13538) -Fix (r12740)[FS#2087]: ChildSprites of foundations are not necessarily consecutive. 16 years ago
smatz e00df941fa (svn r13537) -Fix [FS#2090](r13523): QSortT won't work this way, use Dimension instead of uint16[2] for resolutions 16 years ago
belugas b08db89d30 (svn r13536) -Codechange: Bit shifting is not really required when you know exactly the value to use.
Even more when it's a parameter.
16 years ago
skidd13 18097d0461 (svn r13535) -Codechange: Protect GUIList internals
-Fix: VL_FIST_SORT should be set after list rebuild too
16 years ago
skidd13 d85c5f020b (svn r13534) -Codechange: Replace the main part of VehiclesListBase sorting with GUIList function calls 16 years ago
skidd13 96e898699c (svn r13533) -Codechange: Replace direct class member access of GUIList with the appropriate function calls 16 years ago
skidd13 5e956bf57f (svn r13524) -Codechange: use the typesafe QSort for vehicle sortings
-Prepare: vehicles sorting for convsersion to GUIList
16 years ago
skidd13 fc648a2b30 (svn r13523) -Codechange: replace qsort by the internal typesafe QSortT for resolution sorting 16 years ago
skidd13 5dc6a19c26 (svn r13522) -Codechange: Replace the qsort of the highscore with one of the internal sorters 16 years ago
skidd13 477f22a6fd (svn r13521) -Codechange: Use GUIList sorting instead of poll & sort for CompanyLeagueWindow 16 years ago
smatz 41457acd47 (svn r13520) -Fix (r13375): pointer has to be valid before it can be loaded to (SLE_STR) 16 years ago
belugas d095599b58 (svn r13519) -Feature[newGRF]: Implement var 63, variational action2 variable for Houses.
Or, in more simple terms, the check for the animation frame of nearby house.
16 years ago
frosch 8fd2971bc3 (svn r13518) -Fix [FS#2083]: Properly count number of non-north housetiles. 16 years ago
skidd13 149bf45b77 (svn r13517) -Add: remaining used typesafe versions of the mem* functions from <string.h> 16 years ago
skidd13 a8bb6177ee (svn r13516) -Codechange: Move MemCpyT to a fitting core header
-Codechange: Split the sorting code from the sortlist to an appropriate header
16 years ago
belugas e044910d52 (svn r13515) -Codechange: Widget enumification for scenario editor 16 years ago
belugas cec90c1af1 (svn r13514) -Codechange: Removal of dead code (or useless, to be more exact) 16 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
16 years ago
glx d8fde03ec7 (svn r13508) -Fix (r7733): incorrect usage of strtoul 16 years ago
peter1138 7d877c0c05 (svn r13507) -Fix (r12856): first engine change should've been moved too 16 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. 16 years ago
belugas 5d2ee7ecde (svn r13504) -Codechange: enumify some widgets for scenario editor. More work is required. 16 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 16 years ago
smatz 4298508918 (svn r13502) -Fix (r11212): drawing of zoomed out partial sprites could cause deadlocks or crashes 16 years ago
smatz 4c7adc8009 (svn r13501) -Feature(tte): ctrl+click on sign you own to remove it (Osai, planetmaker) 16 years ago
frosch 90507de6e4 (svn r13499) -Codechange: Allow drawing (ugly) leveled foundations on steep slopes, just in case someone needs them for fallback. 16 years ago
rubidium b14d884a0a (svn r13495) -Fix: scrolling the main map with the keys speed was influenced by movement of the mouse. 16 years ago
rubidium ecbf3bd0de (svn r13494) -Fix: a little documentation + copy-paste mistake for sprite.h. 16 years ago
skidd13 a7348eb7a0 (svn r13490) -Add: a seperate icon for aqueducts 16 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. 16 years ago
smatz fe6f09e66e (svn r13488) -Fix (r13485): track wasn't removed on company bankrupcy when there was a ship on lower halftile 16 years ago
rubidium e2bcbd5c50 (svn r13485) -Fix: let ships also navigate on half-tile sloped watery rail tiles. 16 years ago
peter1138 1c79b92989 (svn r13482) -Codechange: Use "extended bytes" in Actions 3 and 4 for vehicles 16 years ago
smatz ea4c46da99 (svn r13481) -Codechange: add 'B' keyboard shortcut to build aqueduct (planetmaker) 16 years ago
rubidium 8e7f5072ce (svn r13480) -Fix [FS#2050]: RVs stoppping at drive through stations of other companies. 16 years ago
smatz 52e1ca3ba3 (svn r13479) -Codechange: don't use word 'bridge' for aqueducts that often 16 years ago
smatz a3e0078ef2 (svn r13478) -Codechange: don't use GetBridgeSpec() for aqueducts 16 years ago
smatz c009a253dc (svn r13477) -Fix (r13464): correct tile type in the Query tile info window 16 years ago
rubidium e4675ed05e (svn r13476) -Fix: draw canal borders for locks and when directly next to a aquaduct entrace but under the aqueduct. 16 years ago
smatz 6d4474d819 (svn r13475) -Fix (r13464): crash on destroying aquaduct with ship on in and on company bankrupt 16 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) 16 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. 16 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. 16 years ago
rubidium 137f2c072a (svn r13466) -Fix (r13464): slope checking got lost during development... 16 years ago
rubidium ee843728bf (svn r13464) -Codechange: support NewGRF Action 0x05, type 12. 16 years ago
smatz 2475d0010b (svn r13462) -Codechange: move DriverFactoryBase destructor definition from header file (saves ~16kB) 16 years ago
smatz 506cde94b6 (svn r13456) -Codechange: use AllocaM() macro instead of alloca() at most places 16 years ago
belugas 0e78f51801 (svn r13446) -Fix(r13443): changed the var previously introduced from 69 to 46, as no param was required (thanks frosch) 16 years ago
smatz 4ce73a679c (svn r13445) -Codechange: make 32bpp_optimized blitter ~10-20% faster in drawing (depends on architecture and compiler) 16 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. 16 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
16 years ago
belugas 03e2d30a33 (svn r13437) -Feature[newGRF]: Add long format introduction and maximum construction year for house. 16 years ago
smatz e1d2cd6983 (svn r13434) -Fix (r13317): news window with invalid news item could be shown 16 years ago
rubidium 35f3284a60 (svn r13433) -Codechange: remove a now useless global variable.
-Fix: MP advertising was not advertising.
16 years ago
rubidium b9eea93237 (svn r13419) -Fix [FS#2063]: Entries in the bridge list were not sorted when the window was just opened. 16 years ago
rubidium f80d8dbe0c (svn r13417) -Fix (r12945, r13413): freeing the ThreadObjects in a manner that hopefully doesn't cause crashes. 16 years ago
rubidium b830e6c714 (svn r13413) -Codechange: remove some enums that haven't been used for years. 16 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) 16 years ago
rubidium 4657ae97fc (svn r13411) -Codechange: remove the return value from the thread procs because it is never used. 16 years ago
rubidium d49a86cf48 (svn r13409) -Fix: division by zero when one would press 'd' (skip order) when there's no order. 16 years ago
rubidium e2adaf59b2 (svn r13408) -Codechange: some stricter checking. 16 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)
16 years ago
frosch 5dd1387508 (svn r13397) -Fix: Do not crash when resolving vehicle sprite groups with zero sprites. 16 years ago
glx 6d3f35af8f (svn r13396) -Fix (r13375): assertion failing when changing grfs in game (compatible grfs) 16 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(). 16 years ago
rubidium bb758700a8 (svn r13389) -Codechange: remove NM_CALLBACK because that information could be gathered from the fact that a callback has been specified. Patch by Cirdan. 16 years ago
peter1138 0a41936df8 (svn r13388) -Codechange: Remove "my invented flag for something that is a wagon" 16 years ago
rubidium 5990a92bca (svn r13387) -Fix: industry directory sorting not working correctly (= != ==) 16 years ago
rubidium e8767f730a (svn r13386) -Fix: global currency/units setting being overriden when loading a savegame. 16 years ago
peter1138 ecfac35ccc (svn r13385) -Fix (r12137): In the purchase list, CB36 for capacity was not called for the first part of rail and road vehicles. 16 years ago
miham 9096f8ac55 (svn r13384) -Update: WebTranslator2 update to 2008-06-05 08:15:43
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)
16 years ago
belugas c39997508e (svn r13383) -Codechange: Put the cost of house removal in a class member 16 years ago
glx f4b1d4b48b (svn r13380) -Fix (r13327): MSVC signed/unsigned warning 16 years ago
glx d74eac6211 (svn r13379) -Fix (r13255): drive side can't be changed in intro 16 years ago
smatz 1f1eea4873 (svn r13378) -Fix (r13375): compilation without network support was broken 16 years ago
peter1138 d4bf483ecd (svn r13377) -Codechange: Let 'long format' build year work in vehicle purchase list. 16 years ago
belugas 840db9bcf0 (svn r13376) -Feature: Add access to current long year and date from Action 7/9/D and VarAction2 (23/24 or A3/A4)
Add access to (long format) building year, in Variational Action2 Variable 49 for Vehicles
16 years ago
smatz 1f55797fe3 (svn r13375) -Add: logging of actions that could possibly cause desyncs and crashes to simplify debugging. See readme.txt for details 16 years ago
peter1138 1b7fcf0171 (svn r13374) -Fix (r13364): Some common compilers do not yet support 9 year old specifications. 16 years ago
smatz d67416088e (svn r13373) -Fix (r10210): loading of very old savegames was broken 16 years ago
peter1138 c0d206f505 (svn r13372) -Cleanup: Excessive whitespace 16 years ago
peter1138 76bae9f8dd (svn r13371) -Fix (r4510 ... r12924): Engine array size is not related to the ID used when setting a vehicle's name (it is vehicle type specific). Instead just test for a generic string. 16 years ago
rubidium a315054443 (svn r13370) -Codechange: move the VARDEF stuff from openttd.h to variables.h so one doesn't need to include openttd.h before variables.h. 16 years ago
rubidium 994779e9e2 (svn r13369) -Codechange: remove duplication of network configuration settings between NetworkSettings and NetworkGameInfo.
-Fix: failure of changing the server password during games because the password wasn't duplicated properly.
16 years ago
belugas 0cf79d70d0 (svn r13368) -Codechange: give house's min/max_date a better name, as it is really year, not date 16 years ago
belugas f7b79916e8 (svn r13367) -Codechange: Allow CircularTileSearch function to return the tile where search has been successful, or INVALID_TILE if it has not 16 years ago
smatz e40c7f66d8 (svn r13366) -Fix: clicking in the Subsidies window was broken 16 years ago
rubidium 678f2baf76 (svn r13365) -Fix: don't segfault on trying to set a non-existing patch setting. 16 years ago
peter1138 64410681db (svn r13364) -Codechange: Refactor action 3 mapping to use grf_load_*() instead of direct byte array access. 16 years ago
peter1138 93f8ff955c (svn r13363) -Codechange: Code duplication tidy up 16 years ago
smatz c1619d1321 (svn r13362) -Fix: make the town authority window a bit less glitchy 16 years ago
glx 679ca6af52 (svn r13361) -Fix (r13360): regexp failed 16 years ago
skidd13 8b3db22075 (svn r13360) -Fix (r13359): Forgot to remove some instances of FiosAlloc() 16 years ago
skidd13 f1c954e842 (svn r13359) -Codechange: convert _fios_items to a SmallVector
-Cleanup: some reincarnations of _fios_items in the code
16 years ago
rubidium 8cb2f63851 (svn r13358) -Codechange: split next order determination and conditional order processing functionality from the order handling. Patch based on work by michi_cc. 16 years ago
rubidium 5189877e3d (svn r13357) -Codechange: add constness to YAPF. 16 years ago
peter1138 24562da11b (svn r13356) -Codechange: Incorrect documentation and variable type for inflation rates 16 years ago
smatz 9cf0c8c96d (svn r13354) -Codechange: make 8bpp_optimized blitter ~25% faster in encoding and ~15% faster in drawing (depends on architecture) 16 years ago
smatz 69ebefe1ac (svn r13351) -Codechange: disable warnings about unused variable for builds without asserts 16 years ago
glx 4623846515 (svn r13350) -Fix: wrong tooltip for waypoint picker scrollbar 16 years ago
rubidium f0f4e9d6ec (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. 16 years ago
rubidium 723792cf08 (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. 16 years ago
glx fa81f5412f (svn r13347) -Fix (r12396): ottdres.rc.in was forgotten 16 years ago
rubidium 224ca68fb5 (svn r13346) -Fix (r13322): scrolling the main viewport with keyboard when having a build tool selected failed. 16 years ago
rubidium 20228809f0 (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. 16 years ago
rubidium 387f4cfbe1 (svn r13344) -Codechange: remove some code duplication. 16 years ago
rubidium bae02e8c67 (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. 16 years ago
rubidium 026afc097a (svn r13342) -Fix: smallvec.h/sortlist_type.h didn't include everything they needed. 16 years ago
rubidium 8cc39500ba (svn r13341) -Codechange: make most of the network settings configurable via the patch command. 16 years ago
rubidium fe9ce6eac4 (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. 16 years ago
rubidium 6efcd64912 (svn r13338) -Doc: add documentation about the window placement. Patch by Alberth. 16 years ago
rubidium 7526ee09a1 (svn r13337) -Doc: add documentation to some variables in settings_type.h. 16 years ago
rubidium 2bcc9d4d49 (svn r13336) -Fix: loading old savegames, e.g. the intro game, would reset the autosave settings. 16 years ago
rubidium d36ff6af5a (svn r13335) -Fix: remove rogue (debugging) printf. 16 years ago
rubidium 02dbab8721 (svn r13334) -Codechange: move the network settings variables from network/network_internal to settings. 16 years ago
rubidium 4b2c2521f9 (svn r13333) -Fix: compilance without networking enabled. 16 years ago
rubidium 0a78ad46fa (svn r13332) -Fix (r13325): network games got somewhat broken. 16 years ago
peter1138 7f8d9148b8 (svn r13331) -Fix (r12924): Wrong include type for (sdt::)map 16 years ago
smatz 713923cd7e (svn r13330) -Fix: 'Player name' dialog was broken in two ways 16 years ago
skidd13 c624a20a32 (svn r13328) -Fix (r13327): Don't access an item when there isn't any 16 years ago
skidd13 73cf52a7c4 (svn r13327) -Codechange: NetworkGameWindow uses GUILists Sort() now 16 years ago
rubidium e7a501100a (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. 16 years ago
peter1138 48e20d8012 (svn r13323) -Codechange: scrollbars are not refresh counters 16 years ago
rubidium 4151d68480 (svn r13322) -Codechange: _no_scroll belongs more with the window code. 16 years ago
rubidium 4a3dd37582 (svn r13321) -Codechange: move some GUI/viewport related functions out op openttd.cpp to viewport.cpp/window.cpp. 16 years ago
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 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
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
rubidium c4c440cc20 (svn r13256) -Codechange: merge the OPTS and PATS chuncks.
-Codechange: split the diff_custom variable.
-Feature: allow changing some of the diff_custom variables via the console in network games.
16 years ago
rubidium d289464d69 (svn r13255) -Codechange: move _opt to _settings. 16 years ago
smatz 8d60206684 (svn r13254) -Fix: waypoint orders could have invalid flags set after conversion 16 years ago
smatz 115f4d6d51 (svn r13253) -Codechange: simplify conversion of old orders a bit 16 years ago
smatz b4bfcd8118 (svn r13252) -Fix: when converting orders from older savegames, set 'Unload and leave empty' for 'Unload' orders 16 years ago
rubidium dc77647ea4 (svn r13251) -Codechange: rename _patches to _settings as that is more logic.
-Codechange: move all Settings into substructs of _settings in a way that they are logically grouped.
16 years ago
peter1138 26ee8f3ca1 (svn r13250) -Codechange: Use VehicleList in SendAllVehiclesToDepot() 16 years ago
smatz c9ef11159f (svn r13249) -Fix [FS#2039]: make industry sorting by transported percentage more consistent 16 years ago
peter1138 6d65ce0c8b (svn r13248) -Codechange: Use VehicleList for depot GUI. 16 years ago
rubidium c5e38037f0 (svn r13247) -Codechange: small amount of coding style for settings.cpp. 16 years ago
peter1138 449a03be4b (svn r13246) -Fix (r13245): incorrect parameters to memcpy 16 years ago
peter1138 bcd05a4bce (svn r13245) -Codechange: Use SmallVectors for generating vehicle lists, simplifying calling code somewhat. 16 years ago
smatz 8d51e95c44 (svn r13244) -Fix: allow only one town directory window to be opened 16 years ago
rubidium ce821b1ada (svn r13242) -Codechange: remove _opt_ptr. 16 years ago