summaryrefslogtreecommitdiff
path: root/src/cheat_gui.cpp
AgeCommit message (Expand)Author
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-22(svn r18230) -Codechange: Allow fill stepsize to be set from Window::UpdateWi...alberth
2009-11-22(svn r18220) -Codechange: Reduce number of nested widget dynamic casts.alberth
2009-11-19(svn r18193) -Codechange: make the cheat window RTL awarerubidium
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-15(svn r18084) -Codechange: make the cheat gui nestedrubidium
2009-10-04(svn r17693) -Cleanup: remove some unneeded includesrubidium
2009-09-13(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for...frosch
2009-09-13(svn r17525) -Cleanup: Remove SetWindowDirty(), it is completely covered by o...frosch
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-07-05(svn r16752) -Codechange: Remove most of the window-changing code from Airpor...yexo
2009-05-17(svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsVal...smatz
2009-05-16(svn r16326) -Codechange: replace GetPoolItemPoolSize() by PoolItem::GetPoolS...smatz
2009-04-26(svn r16160) -Codechange: remove the need for explicit TC_FROMSTRING for Draw...rubidium
2009-04-26(svn r16156) -Codechange: make the parameters of DrawStringMultiline the same...rubidium
2009-04-21(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had t...rubidium
2009-03-22(svn r15820) -Codechange: Some windows using nested widgetsalberth
2009-03-22(svn r15814) -Fix (r1): Remove double background widget from cheat guialberth
2009-03-22(svn r15808) -Codechange: use the new DrawString API in a number of GUIsrubidium
2009-03-22(svn r15803) -Codechange: use the new text drawing API for multicenterrubidium
2009-03-15(svn r15723) -Codechange: use a constructor for WindowDescs as that makes exp...rubidium
2009-02-23(svn r15564) -Fix: Refresh all industry windows if the modify production chea...yexo
2009-02-09(svn r15428) -Codechange: consistently use colour instead of having both colo...rubidium
2009-02-08(svn r15410) -Cleanup: get rid of most of the references to the 'patches' exc...rubidium
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-04(svn r14828) -Codechange: move most of save/load-specific code to separate filessmatz
2008-12-28(svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional)...rubidium
2008-11-22(svn r14603) -Fix [FS#2422]: the company ID is off-by-one w.r.t. to the rest ...rubidium
2008-09-30(svn r14423) -Codechange: also do r14221 for the strings.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-23(svn r14390) -Codechange: replace magic constants with symbolic constants.rubidium
2008-08-06(svn r14003) -Codechange: Replace numbers with Colours enum opn some DrawArro...belugas
2008-08-01(svn r13907) -Codechange: Replace a number with Colours enum on DrawFrameRect...belugas
2008-07-31(svn r13887) -Codechange: Replace numbers with Colours enum on autoreplace, b...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-03(svn r13375) -Add: logging of actions that could possibly cause desyncs and c...smatz
2008-05-29(svn r13325) -Codechange: split the client-side only settings from the settin...rubidium
2008-05-25(svn r13255) -Codechange: move _opt to _settings.rubidium
2008-05-23(svn r13225) -Fix (r13041): Missing calls to FindWindowPlacementAndResize() f...peter1138
2008-05-19(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.rubidium
2008-05-17(svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to th...rubidium
2008-05-15(svn r13109) -Codechange: make a class out of the CheatWindow.rubidium
2008-05-08(svn r13004) -Codechange: replace AllocateWindow and AllocateWindowDesc with ...rubidium