src/industry_gui.cpp
Tue, 30 Sep 2008 20:51:04 +0000 rubidium (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.
Tue, 30 Sep 2008 20:39:50 +0000 rubidium (svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with.
Tue, 23 Sep 2008 15:24:15 +0000 rubidium (svn r14390) -Codechange: replace magic constants with symbolic constants.
Mon, 15 Sep 2008 16:29:40 +0000 smatz (svn r14331) -Codechange: use an enum as additional parameter for ShowQueryString()
Wed, 06 Aug 2008 04:01:07 +0000 belugas (svn r14003) -Codechange: Replace numbers with Colours enum opn some DrawArrowButtons calls
Fri, 01 Aug 2008 23:08:11 +0000 rubidium (svn r13917) -Fix [FS#2178]: wrong tooltip for the industry directory's list.
Wed, 30 Jul 2008 16:13:58 +0000 belugas (svn r13879) -Codechange: Replace numbers with Colours enum on engine, industries and group gui
Fri, 18 Jul 2008 16:40:29 +0000 rubidium (svn r13731) -Codechange: make a pool of the array of players.
Thu, 17 Jul 2008 20:13:01 +0000 rubidium (svn r13719) -Codechange: rename IsValidPlayer to IsValidPlayerID in line with all other structs/classes that are in a pool.
Thu, 05 Jun 2008 11:34:26 +0000 rubidium (svn r13387) -Fix: industry directory sorting not working correctly (= != ==)
Thu, 29 May 2008 15:13:28 +0000 rubidium (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.
Wed, 28 May 2008 16:45:00 +0000 skidd13 (svn r13311) -Codechange: Use GUIList for the industry directory window
Tue, 27 May 2008 18:50:31 +0000 skidd13 (svn r13294) -Codechange: convert the inheritance of GUIList in IndustryDirectoryWindow to a member object
Tue, 27 May 2008 15:30:51 +0000 peter1138 (svn r13291) -Fix (r13266): qsort passed wrong sizeof data
Mon, 26 May 2008 16:23:23 +0000 peter1138 (svn r13266) -Codechange: Use SmallVector in GUIList
Sun, 25 May 2008 22:36:44 +0000 rubidium (svn r13255) -Codechange: move _opt to _settings.
Sun, 25 May 2008 19:17:03 +0000 rubidium (svn r13251) -Codechange: rename _patches to _settings as that is more logic.
Sun, 25 May 2008 17:26:16 +0000 smatz (svn r13249) -Fix [FS#2039]: make industry sorting by transported percentage more consistent
Mon, 19 May 2008 09:48:47 +0000 rubidium (svn r13185) -Codechange: remove everything related to the WindowProc callbacks.
Mon, 19 May 2008 01:10:52 +0000 glx (svn r13175) -Fix (r13174): sorting criteria and order for industry directory was always reset on window opening
Sun, 18 May 2008 23:36:33 +0000 glx (svn r13174) -Codechange: make a class of the IndustryDirectoryWindow.
Sat, 17 May 2008 12:48:06 +0000 rubidium (svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to the Window class and remove Window from their naming.
Tue, 13 May 2008 14:43:33 +0000 rubidium (svn r13069) -Codechange: it is no longer needed to pass a void *data pointer with the WE_CREATE message because nothing uses it anymore.
Mon, 12 May 2008 14:54:33 +0000 glx (svn r13060) -Codechange: update build industry window when raw_industry_construction setting is modified
Sun, 11 May 2008 17:44:56 +0000 glx (svn r13050) -Codechange: make a class of IndustryViewWindow.
Sun, 11 May 2008 15:08:44 +0000 glx (svn r13047) -Codechange: remove vp_d
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.
Sat, 10 May 2008 23:43:08 +0000 glx (svn r13036) -Codechange: make a class of the BuildIndustry Window.
Sat, 10 May 2008 15:58:22 +0000 glx (svn r13032) -Codechange: make industry view window resizable and truncate strings
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.
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.
Thu, 08 May 2008 21:09:21 +0000 glx (svn r13020) -Codechange: make industry directory window horizontally resizable and truncate strings
Thu, 08 May 2008 11:50:34 +0000 rubidium (svn r13005) -Codechange: prepare AllocateWindowDescFront for subclassing of Window.
Wed, 07 May 2008 13:10:15 +0000 rubidium (svn r12987) -Codechange: split viewport and tile selection.
Tue, 06 May 2008 22:08:18 +0000 rubidium (svn r12976) -Codechange: use w->SetDirty() instead of SetWindowDirty(w) when it's certain that w != NULL.
Tue, 06 May 2008 15:11:33 +0000 rubidium (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.
Tue, 06 May 2008 15:06:19 +0000 glx (svn r12970) -Codechange: coding style for some function names
Mon, 05 May 2008 22:42:06 +0000 glx (svn r12965) -Codechange: add support for callback 37 in industries directory window
Mon, 05 May 2008 22:37:40 +0000 glx (svn r12964) -Codechange: rewrite callback 37 related code so it will be easier to add supported windows
Mon, 05 May 2008 21:09:03 +0000 glx (svn r12959) -Fix: don't assume no production when the first produced cargo is invalid in industries directory
Mon, 05 May 2008 16:05:36 +0000 belugas (svn r12956) -Codechange: Code-style application on switch-case aligment
Mon, 05 May 2008 11:36:43 +0000 peter1138 (svn r12953) -Feature: Open a new viewport when ctrl-clicking on a 'Location' button, a town/station/industry list, or some news items.
Mon, 21 Apr 2008 13:45:03 +0000 rubidium (svn r12818) -Codechange: make callbacks 31 and 37 behave like they do in TTDP according to frosch's survey.
Sat, 19 Apr 2008 13:17:19 +0000 rubidium (svn r12789) -Codechange: rename AssignWindowViewport to InitializeWindowViewport because the viewport is now part of the window struct. Patch by Alberth.
Thu, 17 Apr 2008 21:21:01 +0000 rubidium (svn r12757) -Codechange: move all cheat related stuff from all over the place to a single location.
Fri, 28 Mar 2008 19:37:12 +0000 peter1138 (svn r12479) -Codechange [FS#1723]: Simplify the method used to resize the industry view window. The window is now shown the correct size so the resize button is also removed.
Fri, 28 Mar 2008 02:30:10 +0000 glx (svn r12455) -Codechange: Implement NewGRF callback 37 (cargo sub-type display for industries)
Sun, 03 Feb 2008 12:41:06 +0000 smatz (svn r12049) -Fix (r10496)(r10619): memset on multibyte array with wrong byte count
Tue, 29 Jan 2008 00:36:55 +0000 rubidium (svn r12006) -Fix: implement FS#1697 without the nasty side effects as specified in FS#1712.
Sat, 26 Jan 2008 03:11:27 +0000 belugas (svn r11987) -Feature[newGRF]: Allow the industry view window to be resized only when callback 3A (Show additional text in industry window) is available for the current industry.
Fri, 18 Jan 2008 10:36:55 +0000 peter1138 (svn r11915) -Codechange: Add a function to draw a sort button's up/down arrow. Arrows are now drawn in a consistent position based on the widget, instead of randomly positioned by pixel.
Sun, 13 Jan 2008 14:37:30 +0000 rubidium (svn r11834) -Codechange: only include settings_type.h if needed.
Sun, 13 Jan 2008 01:21:35 +0000 rubidium (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
Sat, 12 Jan 2008 14:10:35 +0000 rubidium (svn r11818) -Codechange: split player.h into smaller pieces.
Wed, 09 Jan 2008 21:27:39 +0000 rubidium (svn r11801) -Codechange: remove some unneeded includes from some header files.
Wed, 09 Jan 2008 09:45:45 +0000 rubidium (svn r11787) -Codechange: more header rewrites. This time related to viewport.h.
Tue, 01 Jan 2008 22:34:00 +0000 peter1138 (svn r11742) -Codechange [FS#1319]: Run window tick events when paused, so that news pop-ups and the about window still progress. For other windows the events are ignored when paused.
Wed, 26 Dec 2007 13:50:40 +0000 rubidium (svn r11702) -Codechange: move all date related stuff to date*.
Wed, 26 Dec 2007 11:45:43 +0000 rubidium (svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split map.h).
Tue, 25 Dec 2007 11:26:07 +0000 rubidium (svn r11692) -Codechange: move some functions from 'functions.h' to a more logical place and remove about 50% of the includes of 'functions.h'