summaryrefslogtreecommitdiff
path: root/src/terraform_gui.cpp
AgeCommit message (Expand)Author
2009-02-04(svn r15338) -Fix [FS#2598]: close all construction related windows whenever ...rubidium
2009-02-04(svn r15336) -Fix: do not use _current_company in the GUI as there are no gua...rubidium
2009-01-31(svn r15299) -Cleanup: remove many redundant includessmatz
2009-01-21(svn r15190) -Feature: Allow terraforming of the tiles at the edges of the map.Yexo
2009-01-14(svn r15081) -Fix (r15080): of course it's about southern border, not norther...smatz
2009-01-14(svn r15080) -Fix: terraforming at the northern border failed without any vis...smatz
2009-01-07(svn r14895) -Change: move CMD_NO_WATER from all DoCommandPs to the command t...rubidium
2009-01-02(svn r14786) -Fix: road/rail/water/airport toolbar opened over terraform tool...rubidium
2008-12-30(svn r14774) -Change: show which tile caused the "error" when leveling land l...rubidium
2008-12-28(svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional)...rubidium
2008-11-16(svn r14582) -Fix [FS#2392]: blank box on cost estimation of levelling a flat...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-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-06-25(svn r13628) -Feature: enable building of aqueducts in the scenario editorskidd13
2008-06-24(svn r13624) -Fix [FS#2106]: crash when one tries to raise the nothern corner...rubidium
2008-06-14(svn r13513) -Codechange: Give proper message when building a river fails.belugas
2008-05-29(svn r13325) -Codechange: split the client-side only settings from the settin...rubidium
2008-05-26(svn r13260) -Fix: linked terraform toolbar wasn't marked dirty after movingsmatz
2008-05-25(svn r13255) -Codechange: move _opt to _settings.rubidium
2008-05-22(svn r13216) -Codechange [FS#2026]: enumify and comment Editor Terraform Tool...smatz
2008-05-19(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.rubidium
2008-05-19(svn r13177) -Fix[FS#2002]: Using level tool in scenario editor makes tiles b...belugas
2008-05-18(svn r13172) -Codechange: make a window class of the terraform toolbars.rubidium
2008-05-18(svn r13160) -Codechange: prepare GUIPlaceProcDragXY for the removal of Windo...rubidium
2008-05-17(svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to th...rubidium
2008-05-08(svn r13012) -Fix (r13011): the PlaceProc that was moved depended on another ...rubidium
2008-05-08(svn r13011) -Codechange: move PlaceProc_BuyLand out of rail_gui.cpp to the p...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-07(svn r12986) -Codechange: move the landscape and transport related types from...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-03-31(svn r12501) -Codechange: split signs.h.rubidium
2008-03-31(svn r12490) -Codechange: rename engine.h to engine_func.h and remove unneede...rubidium
2008-02-02(svn r12043) -Fix [FS#1736]: allow building transmitters and lighthouses on t...smatz
2008-01-31(svn r12029) -Feature: Allow trees on shore.frosch
2008-01-30(svn r12020) -Documentation: Correct description of TropicZone.frosch
2008-01-29(svn r12014) -Fix: lighthouses and transmitters were never supposed to be bui...rubidium
2008-01-22(svn r11949) -Codechange: add river icon and cursor, drawn by skidd13.peter1138
2008-01-19(svn r11926) -Feature: Rivers. Graphics must be provided by NewGRF else river...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 r11800) -Codechange: move some functions to a more logical location + so...rubidium
2008-01-09(svn r11787) -Codechange: more header rewrites. This time related to viewport.h.rubidium
2008-01-07(svn r11773) -Codechange: move some non-clear-land functions from clear_cmd.c...rubidium
2008-01-06(svn r11768) -Codechange: move some terraform related gui stuff from main_gui...rubidium