summaryrefslogtreecommitdiff
path: root/src/industry_gui.cpp
AgeCommit message (Collapse)Author
2009-01-10(svn r14949) -Cleanup: pointer coding stylerubidium
2009-01-07(svn r14902) -Feature: Advanced setting to keep various building tools ↵frosch
active, which are usually closed after placing an object. (planetmaker)
2008-12-28(svn r14754) -Codechange: get rid of _cmd_text and just pass it as ↵rubidium
(optional) parameter.
2008-09-30(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.rubidium
2008-09-30(svn r14421) -Codechange: rename all player variables/types to company *or* ↵rubidium
client so it is immediatelly clear which one you are working with.
2008-09-23(svn r14390) -Codechange: replace magic constants with symbolic constants.rubidium
2008-09-15(svn r14331) -Codechange: use an enum as additional parameter for ↵smatz
ShowQueryString()
2008-08-06(svn r14003) -Codechange: Replace numbers with Colours enum opn some ↵belugas
DrawArrowButtons calls
2008-08-01(svn r13917) -Fix [FS#2178]: wrong tooltip for the industry directory's list.rubidium
2008-07-30(svn r13879) -Codechange: Replace numbers with Colours enum on engine, ↵belugas
industries and group gui
2008-07-18(svn r13731) -Codechange: make a pool of the array of players.rubidium
2008-07-17(svn r13719) -Codechange: rename IsValidPlayer to IsValidPlayerID in line ↵rubidium
with all other structs/classes that are in a pool.
2008-06-05(svn r13387) -Fix: industry directory sorting not working correctly (= != ==)rubidium
2008-05-29(svn r13325) -Codechange: split the client-side only settings from the ↵rubidium
settings stored in the savegame so there is no need to have a duplicate copy of it for new games.
2008-05-28(svn r13311) -Codechange: Use GUIList for the industry directory windowskidd13
-Codechange: Replaced the four sort buttons by a dropdown -Codechange: Reduced the default window size
2008-05-27(svn r13294) -Codechange: convert the inheritance of GUIList in ↵skidd13
IndustryDirectoryWindow to a member object
2008-05-27(svn r13291) -Fix (r13266): qsort passed wrong sizeof datapeter1138
2008-05-26(svn r13266) -Codechange: Use SmallVector in GUIListpeter1138
2008-05-25(svn r13255) -Codechange: move _opt to _settings.rubidium
2008-05-25(svn r13251) -Codechange: rename _patches to _settings as that is more logic.rubidium
-Codechange: move all Settings into substructs of _settings in a way that they are logically grouped.
2008-05-25(svn r13249) -Fix [FS#2039]: make industry sorting by transported percentage ↵smatz
more consistent
2008-05-19(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.rubidium
2008-05-19(svn r13175) -Fix (r13174): sorting criteria and order for industry ↵glx
directory was always reset on window opening
2008-05-18(svn r13174) -Codechange: make a class of the IndustryDirectoryWindow.glx
2008-05-17(svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to ↵rubidium
the Window class and remove Window from their naming.
2008-05-13(svn r13069) -Codechange: it is no longer needed to pass a void *data ↵rubidium
pointer with the WE_CREATE message because nothing uses it anymore.
2008-05-12(svn r13060) -Codechange: update build industry window when ↵glx
raw_industry_construction setting is modified
2008-05-11(svn r13050) -Codechange: make a class of IndustryViewWindow.glx
2008-05-11(svn r13047) -Codechange: remove vp_dglx
2008-05-11(svn r13041) -Fix: calling a virtual function on a not fully constructed ↵rubidium
object is bound to cause errors.
2008-05-10(svn r13036) -Codechange: make a class of the BuildIndustry Window.glx
2008-05-10(svn r13032) -Codechange: make industry view window resizable and truncate ↵glx
strings
2008-05-10(svn r13027) -Codechange: use StrEmpty instead of arr[0] == '\0' and remove ↵rubidium
the need for WE_ON_EDIT_TEXT_CANCEL.
2008-05-09(svn r13024) -Codechange: do not use WE_MOUSELOOP when WE_TICK suffices, ↵rubidium
rename WE_4 to something more descriptive and correct some (completely incorrect) comments.
2008-05-08(svn r13020) -Codechange: make industry directory window horizontally ↵glx
resizable and truncate strings
2008-05-08(svn r13005) -Codechange: prepare AllocateWindowDescFront for subclassing of ↵rubidium
Window.
2008-05-07(svn r12987) -Codechange: split viewport and tile selection.rubidium
2008-05-06(svn r12976) -Codechange: use w->SetDirty() instead of SetWindowDirty(w) ↵rubidium
when it's certain that w != NULL.
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add ↵rubidium
something more than whitespace as description of files that don't have a description.
2008-05-06(svn r12970) -Codechange: coding style for some function namesglx
2008-05-05(svn r12965) -Codechange: add support for callback 37 in industries ↵glx
directory window
2008-05-05(svn r12964) -Codechange: rewrite callback 37 related code so it will be ↵glx
easier to add supported windows
2008-05-05(svn r12959) -Fix: don't assume no production when the first produced cargo ↵glx
is invalid in industries directory
2008-05-05(svn r12956) -Codechange: Code-style application on switch-case aligmentbelugas
2008-05-05(svn r12953) -Feature: Open a new viewport when ctrl-clicking on a ↵peter1138
'Location' button, a town/station/industry list, or some news items.
2008-04-21(svn r12818) -Codechange: make callbacks 31 and 37 behave like they do in ↵rubidium
TTDP according to frosch's survey.
2008-04-19(svn r12789) -Codechange: rename AssignWindowViewport to ↵rubidium
InitializeWindowViewport because the viewport is now part of the window struct. Patch by Alberth.
2008-04-17(svn r12757) -Codechange: move all cheat related stuff from all over the ↵rubidium
place to a single location.
2008-03-28(svn r12479) -Codechange [FS#1723]: Simplify the method used to resize the ↵peter1138
industry view window. The window is now shown the correct size so the resize button is also removed.
2008-03-28(svn r12455) -Codechange: Implement NewGRF callback 37 (cargo sub-type ↵glx
display for industries)