summaryrefslogtreecommitdiff
path: root/src/town_gui.cpp
AgeCommit message (Expand)Author
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
2008-01-13(svn r11828) -Codechange: include table/* as the last includes and remove an ...rubidium
2008-01-12(svn r11818) -Codechange: split player.h into smaller pieces.rubidium
2008-01-09(svn r11787) -Codechange: more header rewrites. This time related to viewport.h.rubidium
2007-12-25(svn r11692) -Codechange: move some functions from 'functions.h' to a more lo...rubidium
2007-12-25(svn r11691) -Codechange: move+rename helpers.hpp and only include it when it...rubidium
2007-12-22(svn r11682) -Codechange: move some 'generic' geometry related types into a s...rubidium
2007-12-21(svn r11677) -Codechange: move price and command related types/functions to t...rubidium
2007-12-21(svn r11675) -Codechange: split the string types from the string functions.rubidium
2007-12-19(svn r11668) -Codechange: more refactoring aimed at reducing compile time and...rubidium
2007-12-19(svn r11667) -Codechange: split window.h into a header that defines some 'glo...rubidium
2007-12-16(svn r11643) -Codechange: conform with the coding style for the WP macro uses.rubidium
2007-12-08(svn r11600) -Cleanup: remove extra out-of-memory checks, since it's now done...glx
2007-12-03(svn r11564) -Codechange: Increase the usage of the for_each_bit macro and re...skidd13
2007-12-02(svn r11555) -Codechange: use the new members introduced in r11551.rubidium
2007-11-28(svn r11538) -Codechange: Rewrite GetNthSetBit in a more uncontroversial way ...skidd13
2007-11-24(svn r11510) -Codechange: merge the IS_*INSIDE* functions and rename them fit...skidd13
2007-11-19(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming s...skidd13
2007-11-04(svn r11374) -Codechange: Give meaning to the magical number that specifies t...belugas
2007-09-30(svn r11188) -Codechange: rewrite of the town action related code (remove som...rubidium
2007-08-02(svn r10755) -Codechange: make the town struct use the pool item class as sup...rubidium
2007-07-27(svn r10704) -Codechange: provide an infrastructure to have resizable windows...rubidium
2007-06-25(svn r10323) -Codechange: reference company name, number and player (presiden...peter1138
2007-06-23(svn r10291) -Fix [FS#920]: double click in town-GUI didn't work as expectedtruelight
2007-06-22(svn r10265) -Feature: allow double-clicking on certain places: build-vehicle...truelight
2007-06-21(svn r10258) -Codechange: as we are now using int64 all over the place, it's ...rubidium