log

age author description
Sun, 11 May 2008 14:09:38 +0000 rubidium (svn r13044) -Fix: deleting an already deleted window. draft
Sun, 11 May 2008 13:02:58 +0000 rubidium (svn r13043) -Codechange: remove some duplicate variables from news_d. draft
Sun, 11 May 2008 12:26:20 +0000 rubidium (svn r13042) -Codechange: make a class of CreateScenarioWindow, GenerateLandscapeWindow, NetworkChatWindow, NetworkCompanyPasswordWindow, NetworkGameWindow, NetworkStartServerWindow, QueryStringWindow, SaveLoadWindow. All these classes depended on the 'querystr_d' object which is now put into QueryStringBaseWindow. As a side effect this removes quite a lot of WP macro usages and a few global variables. draft
Sun, 11 May 2008 11:41:18 +0000 rubidium (svn r13041) -Fix: calling a virtual function on a not fully constructed object is bound to cause errors. draft
Sun, 11 May 2008 07:22:13 +0000 rubidium (svn r13040) -Codechange: make a class of the NetworkLobbyWindow. draft
Sun, 11 May 2008 06:59:51 +0000 rubidium (svn r13039) -Codechange: make a class of the Query window. draft
Sun, 11 May 2008 02:15:02 +0000 belugas (svn r13038) -Fix: When switching the signal gui patch to off, delete the signal window accordingly draft
Sat, 10 May 2008 23:44:15 +0000 rubidium (svn r13037) -Codechange: make a class of the ReplaceVehicle window. draft
Sat, 10 May 2008 23:43:08 +0000 glx (svn r13036) -Codechange: make a class of the BuildIndustry Window. draft
Sat, 10 May 2008 22:43:33 +0000 rubidium (svn r13035) -Codechange: remove two needless global-ish variables. draft
Sat, 10 May 2008 21:35:20 +0000 rubidium (svn r13034) -Fix: segmentation fault due do double delete when closing the OSK window in some cases. draft
Sat, 10 May 2008 19:59:41 +0000 smatz (svn r13033) -Fix [FS#2003](r13029): land info tool wasn't working draft
Sat, 10 May 2008 15:58:22 +0000 glx (svn r13032) -Codechange: make industry view window resizable and truncate strings draft
Sat, 10 May 2008 13:54:20 +0000 rubidium (svn r13031) -Codechange: make AssignWidgetToWindow a static function instead of a global one as it should only be used from window.cpp. draft
Sat, 10 May 2008 13:53:11 +0000 rubidium (svn r13030) -Codechange: do use MallocT instead of ReallocT when 100% sure that the pointer you are allocating to is NULL. Patch by Alberth. draft
Sat, 10 May 2008 13:46:36 +0000 rubidium (svn r13029) -Codechange: more work in the road to getting the WP macros and byte[WINDOW_CUSTOM_SIZE] removed. This step changes the event handling to work directly on the Window class instead of via a function pointer and big switches while keeping backward compatability while we're rewriting the Windows to the new scheme. draft
Sat, 10 May 2008 12:30:27 +0000 rubidium (svn r13028) -Codechange: WE_MESSAGE and WE_INVALIDATE_DATA were doing the same thing. draft
Sat, 10 May 2008 08:58:52 +0000 rubidium (svn r13027) -Codechange: use StrEmpty instead of arr[0] == '\0' and remove the need for WE_ON_EDIT_TEXT_CANCEL. draft
Sat, 10 May 2008 02:59:52 +0000 belugas (svn r13026) -Codechange[FS#1999]: Further Dynamite Tool Unification.(Roujin) draft
Fri, 09 May 2008 15:27:00 +0000 rubidium (svn r13025) -Codechange: remove the need for two WindowEvents. draft
Fri, 09 May 2008 09:29:27 +0000 rubidium (svn r13024) -Codechange: do not use WE_MOUSELOOP when WE_TICK suffices, rename WE_4 to something more descriptive and correct some (completely incorrect) comments. draft
Fri, 09 May 2008 07:47:30 +0000 peter1138 (svn r13023) -Revert (r1444): Revert changes to multihead engine weight -- the original values were correct. draft
Thu, 08 May 2008 23:26:17 +0000 smatz (svn r13022) -Fix: driver list wasn't freed, replace by statically allocated one draft
Thu, 08 May 2008 22:53:49 +0000 rubidium (svn r13021) -Codechange: free data_b for other uses when it is not used to store a second tile to skip to (in news messages). Patch by cirdan. draft
Thu, 08 May 2008 21:09:21 +0000 glx (svn r13020) -Codechange: make industry directory window horizontally resizable and truncate strings draft
Thu, 08 May 2008 20:05:32 +0000 glx (svn r13019) -Fix [FS#1997]: silence some more MSVC x64 warnings (michi_cc) draft
Thu, 08 May 2008 19:26:55 +0000 rubidium (svn r13018) -Codechange: make a class of the LandInfo Window. draft
Thu, 08 May 2008 16:48:29 +0000 smatz (svn r13016) -Codechange: unify the detection if rail catenary should be drawn draft
Thu, 08 May 2008 14:14:16 +0000 rubidium (svn r13015) -Codechange: move some 'WP' structs out of window_gui.h to the .cpp files where they are actually used. draft
Thu, 08 May 2008 14:04:52 +0000 glx (svn r13014) -Fix (r13008): mingw revealed some signed/unsigned warnings draft
Thu, 08 May 2008 13:51:15 +0000 rubidium (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. draft
Thu, 08 May 2008 13:48:34 +0000 rubidium (svn r13012) -Fix (r13011): the PlaceProc that was moved depended on another function... draft
Thu, 08 May 2008 13:30:50 +0000 rubidium (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. draft
Thu, 08 May 2008 13:29:35 +0000 rubidium (svn r13010) -Codechange: move the tree building GUI out of misc_gui.cpp. draft
Thu, 08 May 2008 13:21:55 +0000 rubidium (svn r13009) -Codechange: move more tile highlighting related functions/types to tilehighlight_*.h. draft
Thu, 08 May 2008 13:20:54 +0000 glx (svn r13008) -Fix [FS#1997]: silence some MSVC x64 warnings draft
Thu, 08 May 2008 13:06:12 +0000 rubidium (svn r13007) -Fix: some files in source.list where in the wrong category. draft
Thu, 08 May 2008 12:59:47 +0000 rubidium (svn r13006) -Codechange: GetMenuItemIndex is only used for the toolbar, so move it to there. draft
Thu, 08 May 2008 11:50:34 +0000 rubidium (svn r13005) -Codechange: prepare AllocateWindowDescFront for subclassing of Window. draft
Thu, 08 May 2008 11:31:41 +0000 rubidium (svn r13004) -Codechange: replace AllocateWindow and AllocateWindowDesc with a Window constructor. draft
Wed, 07 May 2008 23:00:11 +0000 bjarni (svn r13002) -Fix (r13001): [autoreplace] previous fix broke updating of a pointer to the front vehicle in certain cases draft
Wed, 07 May 2008 22:08:20 +0000 bjarni (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 draft
Wed, 07 May 2008 21:51:13 +0000 glx (svn r13000) -Fix (r12991): broken win9x compilation draft
Wed, 07 May 2008 21:45:27 +0000 rubidium (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. draft
Wed, 07 May 2008 21:42:17 +0000 rubidium (svn r12998) -Fix: -Wredundant_decls sees "friend" declarations as redundant declarations in GCC 2.95, so only use if for GCC >= 3. draft
Wed, 07 May 2008 20:10:48 +0000 glx (svn r12996) -Fix: debugging was not possible with MSVC 2008 draft
Wed, 07 May 2008 18:31:29 +0000 smatz (svn r12995) -Codechange: use std::vector for EngineList instead of C/C++ wrapper for CBlobT draft
Wed, 07 May 2008 18:14:09 +0000 smatz (svn r12994) -Fix (r12976): another case main toolbar wasn't marked dirty draft
Wed, 07 May 2008 17:36:28 +0000 smatz (svn r12993) -Fix (r11175): list used for sorting GRFs wasn't freed draft
Wed, 07 May 2008 15:53:58 +0000 smatz (svn r12992) -Fix (r12976): main toolbar wasn't marked dirty when a child combobox was destroyed draft
Wed, 07 May 2008 14:12:20 +0000 glx (svn r12991) -Codechange: removed some unneeded includes draft
Wed, 07 May 2008 13:37:53 +0000 rubidium (svn r12990) -Fix: silence the redundanct declaration warning when compiling with iconv. draft
Wed, 07 May 2008 13:18:33 +0000 rubidium (svn r12989) -Codechange: move ViewportSign to viewport_type.h. draft
Wed, 07 May 2008 13:11:33 +0000 bjarni (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) draft
Wed, 07 May 2008 13:10:15 +0000 rubidium (svn r12987) -Codechange: split viewport and tile selection. draft
Wed, 07 May 2008 09:07:19 +0000 rubidium (svn r12986) -Codechange: move the landscape and transport related types from openttd.h to their own headers. draft
Wed, 07 May 2008 08:38:56 +0000 bjarni (svn r12985) -Fix (r12977): [OSX] fixed missing includes in the cocoa files draft
Wed, 07 May 2008 08:27:55 +0000 rubidium (svn r12984) -Codechange: some coding style in window.cpp. draft
Wed, 07 May 2008 00:04:40 +0000 belugas (svn r12983) -Codechange [FS#1987] : Unification of all dynamite tools calls to only one. Thanks to Roujin draft
Tue, 06 May 2008 23:45:25 +0000 smatz (svn r12982) -Fix: compiler warning when compiling without asserts draft