summaryrefslogtreecommitdiff
path: root/src/player_gui.cpp
AgeCommit message (Expand)Author
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 r14337) -Codechange: use CmdRename* and CMD_RENAME_* for vehicle, presid...smatz
2008-09-15(svn r14334) -Feature: ability to reset name to default/automatic value (for ...smatz
2008-09-15(svn r14331) -Codechange: use an enum as additional parameter for ShowQuerySt...smatz
2008-08-25(svn r14169) -Codechange: rename location_of_house for location_of_HQ, which ...belugas
2008-08-13(svn r14063) -Codechange: replace some "magic" constants with enumified const...rubidium
2008-08-08(svn r14026) -Cleanup (r13995, r14004): trailing whitespacesglx
2008-08-06(svn r14004) -Codechange: Clean of drop down lists.peter1138
2008-07-31(svn r13898) -Codechange: Replace remaining numbers with Colours enum on play...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-07-17(svn r13712) -Fix: enforce the length restrictions of company and president n...rubidium
2008-05-30(svn r13343) -Codechange: reorder/move variable/functions in the network head...rubidium
2008-05-29(svn r13325) -Codechange: split the client-side only settings from the settin...rubidium
2008-05-29(svn r13323) -Codechange: scrollbars are not refresh counterspeter1138
2008-05-25(svn r13255) -Codechange: move _opt to _settings.rubidium
2008-05-25(svn r13251) -Codechange: rename _patches to _settings as that is more logic.rubidium
2008-05-23(svn r13225) -Fix (r13041): Missing calls to FindWindowPlacementAndResize() f...peter1138
2008-05-23(svn r13224) -Fix (r13107): set the location of the old SelectPlayerFaceWindo...rubidium
2008-05-19(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.rubidium
2008-05-18(svn r13170) -Codechange: make classes of the EnginePreview and BuyCompany wi...rubidium
2008-05-17(svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to th...rubidium
2008-05-16(svn r13118) -Codechange: make classes of the EndGameWindow and the HighScore...rubidium
2008-05-16(svn r13117) -Codechange: make a window class of the PlayerFinancesWindow.rubidium
2008-05-15(svn r13107) -Codechange: make NetworkCompanyPasswordWindow and SelectPlayerF...glx
2008-05-15(svn r13103) -Codechange: make a class of the PlayerCompanyWindow.rubidium
2008-05-14(svn r13096) -Codechange: resize SelectPlayerLiveryWindow dynamically on _loa...glx
2008-05-14(svn r13095) -Codechange: make a class of the SelectPlayerLiveryWindow.glx
2008-05-13(svn r13070) -Fix (r13069): do save before commit...rubidium
2008-05-13(svn r13069) -Codechange: it is no longer needed to pass a void *data pointer...rubidium
2008-05-13(svn r13064) -Codechange: make a class of the SelectPlayerFaceWindow.glx
2008-05-10(svn r13027) -Codechange: use StrEmpty instead of arr[0] == '\0' and remove t...rubidium
2008-05-09(svn r13024) -Codechange: do not use WE_MOUSELOOP when WE_TICK suffices, rena...rubidium
2008-05-08(svn r13015) -Codechange: move some 'WP' structs out of window_gui.h to the ....rubidium
2008-05-08(svn r13005) -Codechange: prepare AllocateWindowDescFront for subclassing of ...rubidium
2008-05-08(svn r13004) -Codechange: replace AllocateWindow and AllocateWindowDesc with ...rubidium
2008-05-07(svn r12987) -Codechange: split viewport and tile selection.rubidium
2008-05-06(svn r12976) -Codechange: use w->SetDirty() instead of SetWindowDirty(w) when...rubidium
2008-05-06(svn r12975) -Codechange: replace DeleteWindow(w) with delete w.rubidium
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2008-05-05(svn r12953) -Feature: Open a new viewport when ctrl-clicking on a 'Location'...peter1138
2008-04-18(svn r12761) -Codechange: lots of minor whitespace coding style fixes around ...rubidium
2008-04-17(svn r12752) -Codechange: replace some magic constants in player_gui.cpp. Pat...rubidium
2008-04-12(svn r12676) -Codechange: Reinstate colour selection buses, absent since r6455.peter1138
2008-04-09(svn r12635) -Codechange: a bit of a code-style cleanupbelugas
2008-04-09(svn r12634) -Feature: Financial and Player Selection Face windows are now re...belugas
2008-02-09(svn r12090) -Codechange : removed a magic number and code style application ...belugas
2008-01-17(svn r11909) -Codechange: use dropdown widget for player livery, network lobb...peter1138
2008-01-17(svn r11905) -Codechange: add widget enums for player finances and player liv...peter1138