summaryrefslogtreecommitdiff
path: root/src/player_gui.cpp
AgeCommit message (Expand)Author
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
2008-01-16(svn r11874) -Fix [FS#1655]: all wagons of maglev/monorail trains would get t...rubidium
2008-01-14(svn r11848) -Codechange: New class-based drop down list functionality. Lists...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 r11787) -Codechange: more header rewrites. This time related to viewport.h.rubidium
2008-01-07(svn r11777) -Codechange: split the string header and make do not include it ...rubidium
2007-12-27(svn r11706) -Codechange: split vehicle.h and remove another bunch of useless...rubidium
2007-12-26(svn r11702) -Codechange: move all date related stuff to date*.rubidium
2007-12-25(svn r11692) -Codechange: move some functions from 'functions.h' to a more lo...rubidium