summaryrefslogtreecommitdiff
path: root/src/town_gui.cpp
AgeCommit message (Expand)Author
2010-07-14(svn r20139) -Fix [FS#3902]: Found town window ignored all hotkeys (Zuu).terkhen
2010-05-23(svn r19890) -Codechange: Use real spritewidths for drawing town authority wi...frosch
2010-05-13(svn r19812) -Codechange: give some unnamed enums a name or, in case they con...rubidium
2010-05-12(svn r19799) -Change: give depots an unique name in the same manner buoys and...rubidium
2010-03-20(svn r19478) -Codechange: Resolve TS_ prefix clash between TileSource and Tow...alberth
2010-03-18(svn r19455) -Codechange: split all airport information in Station to a seper...yexo
2010-02-24(svn r19224) -Codechange: change parameters passed to ShowErrorMessage() a bitsmatz
2010-02-22(svn r19198) -Codechange: store the size of stations in savegamesyexo
2010-02-13(svn r19119) -Fix [FS#3616]: removing towns (in the scenario editor) that had...rubidium
2010-01-30(svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a param...frosch
2010-01-30(svn r18964) -Change: Highlight the selected action for town authority, and d...frosch
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...rubidium
2010-01-11(svn r18781) -Codechange: pass the CommandCost to the callback instead of whe...rubidium
2009-12-31(svn r18676) -Change [FS#3411]: 'escape' in the 'found town' window removes t...rubidium
2009-12-21(svn r18596) -Fix: Add padding to several town generation buttons and labels ...alberth
2009-12-21(svn r18588) -Feature [FS#2943]: Add shading and unshading of windows.alberth
2009-12-20(svn r18580) -Codechange: Use widget information only for setting scrollbar c...alberth
2009-12-09(svn r18447) -Change: make some more windows (e.g. graphs, company view) stic...rubidium
2009-12-08(svn r18433) -Codechange: Show different texts in town GUI when the town does...frosch
2009-12-06(svn r18416) -Fix (r15559): Only consider valid cargos in town GUI.frosch
2009-11-28(svn r18328) -Codechange: Remove last usage of {SETX} from strings.frosch
2009-11-28(svn r18322) -Codechange: remove the WDP duplication; no need to tell the sam...rubidium
2009-11-24(svn r18283) -Feature: [NewGRF] Add new price bases for removing industries, ...frosch
2009-11-24(svn r18281) -Feature: founding towns in-game (based on work by Belugas, TheJ...smatz
2009-11-24(svn r18280) -Codechange: remove widget indices that are not needed for custo...rubidium
2009-11-24(svn r18277) -Codechange: remove unneeded widget indices for close, resize an...rubidium
2009-11-24(svn r18274) -Codechange: remove the unused WDF flagsrubidium
2009-11-23(svn r18263) -Codechange: make the town views resizablerubidium
2009-11-23(svn r18255) -Codechange: make the town authority window big font awarerubidium
2009-11-22(svn r18230) -Codechange: Allow fill stepsize to be set from Window::UpdateWi...alberth
2009-11-22(svn r18229) -Codechange: Make fill_x, fill_y a number instead of a bool.alberth
2009-11-19(svn r18179) -Codechange: make the town authority window RTL awarerubidium
2009-11-17(svn r18152) -Codechange: remove the 'minimum window size' from the WindowDes...rubidium
2009-11-16(svn r18126) -Codechange: remove duplicate (since r18119) scrollbar capacity/...rubidium
2009-11-15(svn r18086) -Codechange: remove 'widget' from WindowDescrubidium
2009-11-07(svn r18005) -Codechange: Convert the Prices struct into an array and an enum.frosch
2009-10-31(svn r17928) -Codechange: ShowErrorMessage() now takes the summary string bef...alberth
2009-10-24(svn r17853) -Codechange: remove the 'delta' parameter from OnResize; it was ...rubidium
2009-10-17(svn r17786) -Fix [FS#3265]: graphical glitches (matrices/scrollbars with wro...rubidium
2009-10-10(svn r17752) -Fix [FS#3231]: OSK could reset town name to an already used tow...rubidium
2009-10-04(svn r17693) -Cleanup: remove some unneeded includesrubidium
2009-09-27(svn r17654) -Fix [FS#3220] (r17612): the edit box of the town fund window wa...rubidium
2009-09-22(svn r17612) -Feature: possibility to choose (randomise or enter custom) town...smatz
2009-09-21(svn r17608) -Codechange: use CmdFoundTown when founding 'Random town' toosmatz
2009-09-21(svn r17603) -Codechange: since now, towns are 'founded' instead of 'built'smatz
2009-09-20(svn r17587) -Codechange: Town authority window uses pure nested widgets.alberth
2009-09-20(svn r17586) -Codechange: Adding documentation, and replacing some numbers wi...alberth
2009-09-20(svn r17582) -Codechange: Move TownActions and _town_action_costs[] to a head...alberth
2009-09-19(svn r17572) -Codechange: Use the Window::GetWidget() function to access nest...alberth
2009-09-19(svn r17571) -Fix [FS#3213] (r17569): town view didn't show the right town in...rubidium