summaryrefslogtreecommitdiff
path: root/src/town_gui.cpp
AgeCommit message (Expand)Author
2009-01-19(svn r15149) -Codechange: GetMaskOfTownActions() is used by a Cmd handler, th...peter1138
2009-01-15(svn r15088) -Fix [FS#2536]: Resize company list in town authority window if ...peter1138
2009-01-15(svn r15087) -Codechange: Less hardcoding of y positions in town authority wi...peter1138
2009-01-07(svn r14902) -Feature: Advanced setting to keep various building tools active...frosch
2009-01-03(svn r14807) -Codechange: use INVALID_TILE instead of 0 to mark invalid depot...smatz
2008-12-28(svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional)...rubidium
2008-11-18(svn r14591) -Fix [FS#2388](r14528): cached nearest town could be invalid aft...smatz
2008-10-25(svn r14528) -Codechange: cache the closest town for all road tiles instead o...rubidium
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* c...rubidium
2008-09-15(svn r14334) -Feature: ability to reset name to default/automatic value (for ...smatz
2008-09-15(svn r14331) -Codechange: use an enum as additional parameter for ShowQuerySt...smatz
2008-08-13(svn r14063) -Codechange: replace some "magic" constants with enumified const...rubidium
2008-08-02(svn r13919) -Codechange: Replace numbers with Colours enum on osk(forgot 2 a...belugas
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 wit...rubidium
2008-07-09(svn r13683) -Codechange: privatize a function that is not used outside of th...belugas
2008-06-16(svn r13533) -Codechange: Replace direct class member access of GUIList with ...skidd13
2008-05-29(svn r13325) -Codechange: split the client-side only settings from the settin...rubidium
2008-05-27(svn r13301) -Fix [FS#1997]: resolve more MSVC 9 x64 warnings.rubidium
2008-05-27(svn r13297) -Codechange: Use GUIList for the town directory windowpeter1138
2008-05-25(svn r13251) -Codechange: rename _patches to _settings as that is more logic.rubidium
2008-05-25(svn r13244) -Fix: allow only one town directory window to be openedsmatz
2008-05-24(svn r13226) -Feature: Allow to have more than only two airports per town. T...belugas
2008-05-23(svn r13225) -Fix (r13041): Missing calls to FindWindowPlacementAndResize() f...peter1138
2008-05-22(svn r13210) -Codechange: make town (previously named t) a private member of ...belugas
2008-05-22(svn r13209) -Codechange: Privatize what should be private.belugas
2008-05-19(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.rubidium
2008-05-19(svn r13180) -Codechange: make a window class of the TownDirectoryWindow.peter1138
2008-05-19(svn r13176) -Fix (r13153): town window was glitchy while openingsmatz
2008-05-18(svn r13153) -Codechange: make classes of the TownViewWindow and the Scenario...rubidium
2008-05-17(svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to th...rubidium
2008-05-15(svn r13113) -Codechange: make a class of the TownAuthorityWindow.rubidium
2008-05-10(svn r13027) -Codechange: use StrEmpty instead of arr[0] == '\0' and remove t...rubidium
2008-05-09(svn r13024) -Codechange: do not use WE_MOUSELOOP when WE_TICK suffices, rena...rubidium
2008-05-08(svn r13005) -Codechange: prepare AllocateWindowDescFront for subclassing of ...rubidium
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) when...rubidium
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2008-05-05(svn r12953) -Feature: Open a new viewport when ctrl-clicking on a 'Location'...peter1138
2008-04-19(svn r12789) -Codechange: rename AssignWindowViewport to InitializeWindowView...rubidium
2008-04-18(svn r12761) -Codechange: lots of minor whitespace coding style fixes around ...rubidium
2008-04-16(svn r12733) -Codechange: Merge two more Widgets arrays (town views ) into one.belugas
2008-04-14(svn r12705) -Codechange: enumification of some more widgetsbelugas
2008-04-14(svn r12704) -Codechange: code style cleanup, mostly switch case alignmentbelugas
2008-03-23(svn r12398) -Codechange [FS#1770]: Move toolbar related code to it's own lit...rubidium
2008-03-22(svn r12391) -Feature: Show whether a town is a "city" in the town descriptio...maedhros
2008-02-16(svn r12159) -Codechange: Enumify some widget magical numbersbelugas
2008-01-18(svn r11915) -Codechange: Add a function to draw a sort button's up/down arro...peter1138
2008-01-13(svn r11834) -Codechange: only include settings_type.h if needed.rubidium