summaryrefslogtreecommitdiff
path: root/src/town_gui.cpp
AgeCommit message (Expand)Author
2009-09-05(svn r17423) -Fix [FS#3174]: Show '- None -' with empty town or industry list...alberth
2009-09-02(svn r17374) -Codechange: make the town and vehicle GUIs use the scrollbar wr...rubidium
2009-09-01(svn r17348) -Fix: don't mix 'sort by' strings used for buttons and dropdownssmatz
2009-08-30(svn r17323) -Codechange: replace some magic numbers with constants in the to...rubidium
2009-08-30(svn r17321) -Codechange: minor coding style fixes for the town directoryrubidium
2009-08-23(svn r17271) -Fix: SetFill sometimes used 1/0 when it should be using true/falserubidium
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-08-09(svn r17131) -Codechange: apply coding style to some switch statementssmatz
2009-08-05(svn r17075) -Codechange: rename ~750 strings to be more uniform with their r...rubidium
2009-07-25(svn r16953) -Codechange: Use SetStringParameters() for simple parameterized ...alberth
2009-07-25(svn r16952) -Codechange: Use a label for the world population in the town di...alberth
2009-07-20(svn r16886) -Codechange: unify naming of some string IDs related to string c...rubidium
2009-07-18(svn r16871) -Codechange: Generalize GetWidgetContentSize to UpdateWidgetSize...alberth
2009-07-16(svn r16849) -Codechange: replace GetCargo() by CargoSpec::Get()smatz
2009-07-16(svn r16842) -Cleanup: add some spaces around a few operatorsrubidium
2009-07-15(svn r16840) -Codechange: Small merge in town directory widget content method.alberth
2009-07-04(svn r16740) -Codechange: Self-sizing widgets in intro screen, town directory...alberth
2009-07-04(svn r16739) -Codechange: Initialize internal data before computing the widgets.alberth
2009-07-03(svn r16734) -Codechange: Prepare intro, town directory, and found town windo...alberth
2009-07-03(svn r16733) -Codechange: Move rebuilding and sorting the town list out of To...alberth
2009-06-28(svn r16689) -Codechange: Allow for rendering of parameterized text of nested...alberth
2009-06-28(svn r16688) -Codechange: Some cleanup of intro screen and town directory.alberth
2009-06-10(svn r16558) -Codechange: Switch found-town window to nested widgets.alberth
2009-06-04(svn r16517) -Codechange: Switched intro-screen and town directory window to ...alberth
2009-05-17(svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsVal...smatz
2009-05-16(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)smatz
2009-04-26(svn r16160) -Codechange: remove the need for explicit TC_FROMSTRING for Draw...rubidium
2009-04-21(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had t...rubidium
2009-04-19(svn r16088) -Codechange: merge HighLightStyle and ViewportHighlightMode as t...rubidium
2009-04-12(svn r16049) -Codechange: Added nested widgets to town windows.alberth
2009-04-12(svn r16047) -Codechange: Extracting widget number enums from their window cl...alberth
2009-04-12(svn r16043) -Codechange: Prepare town-view widgets for nesting.alberth
2009-04-12(svn r16040) -Codechange: Use coordinates from the widget for the town-view v...alberth
2009-04-12(svn r16039) -Codechange: Completing widget number enums of town windows and ...alberth
2009-04-12(svn r16036) -Codechange [FS#2825]: Renamed TVW_SHOWAUTORITY to TVW_SHOWAUTHO...alberth
2009-03-29(svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() ca...alberth
2009-03-22(svn r15808) -Codechange: use the new DrawString API in a number of GUIsrubidium
2009-03-21(svn r15797) -Codechange: make users of the old DrawStringMultiLine use the n...rubidium
2009-03-15(svn r15723) -Codechange: use a constructor for WindowDescs as that makes exp...rubidium
2009-03-15(svn r15718) -Cleanup: apply some comment coding style on the rest of the sou...rubidium
2009-02-23(svn r15559) -Feature: Show required/already-delivered cargo needed for town-...frosch
2009-02-17(svn r15506) -Codechange: rename ScenarioEditorTownGenerationWindow to FoundT...smatz
2009-02-16(svn r15505) -Codechange: pass name of new town as parameter to CMD_BUILD_TOWNsmatz
2009-02-09(svn r15425) -Codechange: some color->colour changes and type safety.rubidium
2009-02-05(svn r15357) -Codechange: unify the way buttons are updated in the 'found tow...smatz
2009-02-05(svn r15356) -Codechange: make PlaceProc_Town and some global variables a sta...smatz
2009-02-05(svn r15353) -Feature(tte): make it possible to have cities of various sizessmatz
2009-02-05(svn r15352) -Codechange: make the arguments passed around while founding a t...smatz
2009-02-04(svn r15342) -Feature: allow changing town layout in the 'Found new town' windowsmatz
2009-02-04(svn r15336) -Fix: do not use _current_company in the GUI as there are no gua...rubidium