Commit Graph

9156 Commits (fc47683a0b3a31ecd23328b2dd26c4fc658d4a8b)
 

Author SHA1 Message Date
rubidium fc47683a0b (svn r13018) -Codechange: make a class of the LandInfo Window. 17 years ago
smatz b4968c6bea (svn r13016) -Codechange: unify the detection if rail catenary should be drawn 17 years ago
rubidium 11d36d5e46 (svn r13015) -Codechange: move some 'WP' structs out of window_gui.h to the .cpp files where they are actually used. 17 years ago
glx f492567f66 (svn r13014) -Fix (r13008): mingw revealed some signed/unsigned warnings 17 years ago
rubidium db37b017ef (svn r13013) -Fix: GCC 4.3 warning about a clobbering mask due to longjmp. This can't be solved by using exceptions because the longjmp is needed for PNG (C-code) handling. 17 years ago
rubidium 88e96a5638 (svn r13012) -Fix (r13011): the PlaceProc that was moved depended on another function... 17 years ago
rubidium 2c5db97704 (svn r13011) -Codechange: move PlaceProc_BuyLand out of rail_gui.cpp to the place where it is used and remove some unneeded globalisations of some other PlaceProc functions. 17 years ago
rubidium 0c30e46c9c (svn r13010) -Codechange: move the tree building GUI out of misc_gui.cpp. 17 years ago
rubidium 8b9ffbe158 (svn r13009) -Codechange: move more tile highlighting related functions/types to tilehighlight_*.h. 17 years ago
glx a28ea38653 (svn r13008) -Fix [FS#1997]: silence some MSVC x64 warnings 17 years ago
rubidium 298ce62338 (svn r13007) -Fix: some files in source.list where in the wrong category. 17 years ago
rubidium f3d184aee4 (svn r13006) -Codechange: GetMenuItemIndex is only used for the toolbar, so move it to there. 17 years ago
rubidium 92aac531c2 (svn r13005) -Codechange: prepare AllocateWindowDescFront for subclassing of Window. 17 years ago
rubidium 51cda2252c (svn r13004) -Codechange: replace AllocateWindow and AllocateWindowDesc with a Window constructor. 17 years ago
bjarni 5a7fcf9aa3 (svn r13002) -Fix (r13001): [autoreplace] previous fix broke updating of a pointer to the front vehicle in certain cases
Now it's updated when it's the front vehicle and it's every time it's the front vehicle and only if it's the front vehicle (nomatter if the replacement works or not)
17 years ago
bjarni addcd2bb2e (svn r13001) -Fix [FS#1994](r12913): [autoreplace] we should stop working on vehicles right away if we fail to replace them and certainly not presume their data is valid 17 years ago
glx d58b5e3caa (svn r13000) -Fix (r12991): broken win9x compilation 17 years ago
rubidium 054552a30b (svn r12999) -Fix [FS#1995]: when a Window got deleted on a double click event, we should not send a click event to the now non-existant Window as that causes segfaults. 17 years ago
rubidium 874d1ecfed (svn r12998) -Fix: -Wredundant_decls sees "friend" declarations as redundant declarations in GCC 2.95, so only use if for GCC >= 3. 17 years ago
glx 73feef0eed (svn r12996) -Fix: debugging was not possible with MSVC 2008 17 years ago
smatz 8a422e34df (svn r12995) -Codechange: use std::vector for EngineList instead of C/C++ wrapper for CBlobT 17 years ago
smatz cc107fe0f9 (svn r12994) -Fix (r12976): another case main toolbar wasn't marked dirty 17 years ago
smatz b6ec43896d (svn r12993) -Fix (r11175): list used for sorting GRFs wasn't freed 17 years ago
smatz 7927da8fab (svn r12992) -Fix (r12976): main toolbar wasn't marked dirty when a child combobox was destroyed 17 years ago
glx 97cb66d099 (svn r12991) -Codechange: removed some unneeded includes 17 years ago
rubidium c2256c46f1 (svn r12990) -Fix: silence the redundanct declaration warning when compiling with iconv. 17 years ago
rubidium e38e1aa631 (svn r12989) -Codechange: move ViewportSign to viewport_type.h. 17 years ago
bjarni c2a54a60bb (svn r12988) -Fix [FS#1992](r12913): [autoreplace] failing to replace a road vehicle could free it's slot without the vehicle knowing it (leading to assert) 17 years ago
rubidium c28ce39e3c (svn r12987) -Codechange: split viewport and tile selection. 17 years ago
rubidium e0e1bf76a2 (svn r12986) -Codechange: move the landscape and transport related types from openttd.h to their own headers. 17 years ago
bjarni 3c82dd6550 (svn r12985) -Fix (r12977): [OSX] fixed missing includes in the cocoa files 17 years ago
rubidium 43328ced46 (svn r12984) -Codechange: some coding style in window.cpp. 17 years ago
belugas 343a1e6afd (svn r12983) -Codechange [FS#1987] : Unification of all dynamite tools calls to only one. Thanks to Roujin 17 years ago
smatz 93861e78a3 (svn r12982) -Fix: compiler warning when compiling without asserts 17 years ago
glx 3ba47883c0 (svn r12981) -Codechange: remove some useless includes and defines 17 years ago
rubidium 6007500faf (svn r12980) -Fix: MorphOS threading support. Patch by Fabien Coeurjoly. 17 years ago
rubidium a18cf206c5 (svn r12979) -Codechange: support using MORPHOS in sources.list. 17 years ago
rubidium 93441ad552 (svn r12978) -Codechange: "\\0" is not needed for the MorphOS revision string. Patch by tokai. 17 years ago
rubidium c27f3cfa62 (svn r12977) -Codechange: remove quite some redundant (duplicate) function declarations. 17 years ago
rubidium 9db77e3808 (svn r12976) -Codechange: use w->SetDirty() instead of SetWindowDirty(w) when it's certain that w != NULL. 17 years ago
rubidium 8796331d83 (svn r12975) -Codechange: replace DeleteWindow(w) with delete w. 17 years ago
rubidium 7b6ce158fe (svn r12974) -Codechange: check whether loading/saving highscores goes as it should be. 17 years ago
peter1138 9e977b78ff (svn r12973) -Codechange: Rename GRMSpriteEntry to GRFLocation, as it is not necessarily specific to GRM sprites... 17 years ago
glx 4e29eedb85 (svn r12972) -Fix (r12971): forgot to close a comment 17 years ago
rubidium 1ce0b03bf0 (svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description. 17 years ago
glx 1b9197d6dd (svn r12970) -Codechange: coding style for some function names 17 years ago
rubidium 1ed3ea4705 (svn r12969) -Codechange: remove a completely pointless file. 17 years ago
maedhros 28e1da6c5d (svn r12968) -Fix: Don't segfault when adding a server if 0.0.0.0 was entered for the address. 17 years ago
glx 3260abec08 (svn r12967) -Fix (r12966): my lang update script failed 17 years ago
glx 6509e5ff8a (svn r12966) -Update: apply english.txt changes from r12965 to other languages 17 years ago