summaryrefslogtreecommitdiff
path: root/src/main_gui.cpp
AgeCommit message (Expand)Author
2010-12-24(svn r21627) -Codechange: Remove _place_proc global variable.alberth
2010-12-10(svn r21459) -Feature(tte) [FS#3217]: Hotkey Ctrl+W for returning to the main...planetmaker
2010-10-23(svn r21018) -Doc: Add Doxygen comments to some function.alberth
2010-10-20(svn r21000) -Feature[tte]: chat directly to the server or a bot/admin/irc ch...rubidium
2010-09-24(svn r20840) -Fix: make write to NULL pointer volatile so it's not optimised ...smatz
2010-08-25(svn r20618) -Fix [FS#4081]: drawing the "OpenTTD" text in the intro game cau...rubidium
2010-08-04(svn r20361) -Fix [FS#3989]: Stop vehicle following after zooming out.terkhen
2010-08-01(svn r20281) -Codechange: unify case scope closure + break coding stylerubidium
2010-07-24(svn r20211) -Codechange: Indented code should have curly braces around it.alberth
2010-07-04(svn r20077) -Codechange: remove the space between "open" and "ttd" in the ti...yexo
2010-07-04(svn r20074) -Fix (r20065): highscore window should use the same hotkey for q...yexo
2010-07-03(svn r20059) -Feature: customizable hotkeys for the main window (the global h...yexo
2010-05-13(svn r19813) -Fix (r19807): initialising viewports kinda failedrubidium
2010-05-13(svn r19807) -Codechange: instead of having an unnamed enum and passing it as...rubidium
2010-04-12(svn r19614) -Codechange: "it's" => "its" where appropriatesmatz
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-13(svn r18486) -Fix: when switching language and you're getting a different fon...rubidium
2009-11-28(svn r18322) -Codechange: remove the WDP duplication; no need to tell the sam...rubidium
2009-11-28(svn r18318) -Codechange: add an enum value for manual window placementrubidium
2009-11-17(svn r18152) -Codechange: remove the 'minimum window size' from the WindowDes...rubidium
2009-11-15(svn r18086) -Codechange: remove 'widget' from WindowDescrubidium
2009-11-02(svn r17953) -Fix: when you start giving money (input window for amount), the...rubidium
2009-10-24(svn r17853) -Codechange: remove the 'delta' parameter from OnResize; it was ...rubidium
2009-10-04(svn r17693) -Cleanup: remove some unneeded includesrubidium
2009-09-30(svn r17673) -Codechange: make InvalidateThisWindowData a function of the win...rubidium
2009-09-19(svn r17572) -Codechange: Use the Window::GetWidget() function to access nest...alberth
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-08-05(svn r17075) -Codechange: rename ~750 strings to be more uniform with their r...rubidium
2009-08-01(svn r17021) -Codechange: Use nested widgets for the main window.alberth
2009-07-13(svn r16821) -Codechange: unify the naming of type::UpdateVirtCoord and Updat...rubidium
2009-05-16(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)smatz
2009-04-19(svn r16088) -Codechange: merge HighLightStyle and ViewportHighlightMode as t...rubidium
2009-03-15(svn r15725) -Fix: centering on a vehicle didn't respect its z coordinatesmatz
2009-03-15(svn r15718) -Cleanup: apply some comment coding style on the rest of the sou...rubidium
2009-03-14(svn r15711) -Codechange: lots of whitespace cleanup/fixesrubidium
2009-02-09(svn r15428) -Codechange: consistently use colour instead of having both colo...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-09(svn r14944) -Cleanup: add spaces around some operatorsrubidium
2008-12-29(svn r14764) -Codechange: make the '***' chat messages like "Game paused (not...rubidium
2008-12-28(svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional)...rubidium
2008-12-23(svn r14723) -Codechange: shuffling some stuff around to reduce indirect #inc...rubidium
2008-12-22(svn r14717) -Change: more 'Index' -> ClientID to not confuse ClientID and Cl...rubidium
2008-12-22(svn r14715) -Codechange: move some network code from the main gui file into ...rubidium
2008-12-22(svn r14709) -Codechange: make a clearer distinction between 'unique' client ...rubidium
2008-11-25(svn r14633) -Fix: compile failure when building a debug build without networ...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 r14331) -Codechange: use an enum as additional parameter for ShowQuerySt...smatz