summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-05-18(svn r13159) -Feature: Add the ability to sort availible bridges in the ↵skidd13
build bridge GUI
2008-05-18(svn r13158) -Codechange: make a class of the GameOptionsWindow.rubidium
2008-05-18(svn r13156) -Codechange: make classes of the GraphWindows.rubidium
2008-05-18(svn r13155) -Codechange: make a window class of the company league and ↵rubidium
graph legenda windows.
2008-05-18(svn r13154) -Codechange: make a window class of the news message history ↵rubidium
window.
2008-05-18(svn r13153) -Codechange: make classes of the TownViewWindow and the ↵rubidium
ScenarioEditorTownGenerationWindow.
2008-05-18(svn r13152) -Codechange: make a class of the subsidy window.rubidium
2008-05-17(svn r13151) -Codechange: use an enum instead of bool as return type of ↵rubidium
OnKeyPress/OnCTRLStateChange to make it obvious what the return values mean.
2008-05-17(svn r13150) -Codechange: make classes of the Music[TrackSelection]Window.glx
2008-05-17(svn r13149) -Codechange: make a class of the BuildBridgeWindow.skidd13
2008-05-17(svn r13148) -Codechange: make a class of the SelectGameWindow.glx
2008-05-17(svn r13147) -Codechange: move the code to draw bankruptcy news to news_gui.cpp.rubidium
2008-05-17(svn r13146) -Codechange: vehicle_base.h doesn't need to be included in ↵rubidium
vehicle_gui.h.
2008-05-17(svn r13145) -Codechange: make classes of the BuildDocks[Depot|Station]Window.glx
2008-05-17(svn r13144) -Codechange: make classes of the BuildRoad[Depot|Station]Window.glx
2008-05-17(svn r13143) -Fix (r13142): the Build Waypoint window wasn't resized when it ↵smatz
was opened
2008-05-17(svn r13142) -Codechange: make classes of the ↵glx
Build[RailDepot|RailStation|RailWaypoint|Signal]Window
2008-05-17(svn r13141) -Codechange: remove an unused variable from Window.rubidium
2008-05-17(svn r13140) -Codechange: move the gui-list-sorting out of window_gui.h so ↵rubidium
window_gui.h only needs to be included in *_gui.cpp.
2008-05-17(svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to ↵rubidium
the Window class and remove Window from their naming.
2008-05-17(svn r13138) -Codechange: remove the need for IsWindowOfPrototype.rubidium
2008-05-17(svn r13137) -Fix: do not send rcon commands of the server to the first ↵rubidium
client but do directly execute those on the server.
2008-05-17(svn r13136) -Codechange: make a window class of the console window.rubidium
2008-05-17(svn r13135) -Codechange: make a class of the NetworkJoinStatusWindow.rubidium
2008-05-17(svn r13134) -Codechange: make a class of the Airport Picker Window.belugas
2008-05-17(svn r13133) -Codechange: Add a base class (descending from Window) for all ↵belugas
new windows that are going to require a ResetObjectToPlace to be performed on closing. This will allow to free the said window only once, and not twice otherwise
2008-05-17(svn r13132) -Codechange: make a class of the GenerateProgressWindow.glx
2008-05-17(svn r13131) -Codechange: make a class of the ErrmsgWindow.glx
2008-05-16(svn r13130) -Codechange: remove some of the (old) WindowEvent wrapper ↵rubidium
functions/enums/variables as they are not used anymore.
2008-05-16(svn r13129) -Codechange: remove the WP macro and it's related variables.rubidium
2008-05-16(svn r13128) -Codechange: Make a class of the refit windowpeter1138
2008-05-16(svn r13127) -Fix (r13122): of course WIN32_LEAN_AND_MEAN excludes too much ↵glx
stuff
2008-05-16(svn r13126) -Fix (r13022) [FS#2009, FS#2010]: driver list should be ↵glx
dynamically allocated as static uninitialistion order is undetermined. The list is freed when the latest driver is removed.
2008-05-16(svn r13125) -Fix [FS#2000](r12913): [autoreplace] failing replacement and ↵bjarni
restoring a vehicle will no longer decrease the vehicle count in groups
2008-05-16(svn r13124) -Codechange: make a class of the OrdersWindow.glx
2008-05-16(svn r13123) -Codechange: passing the bankrupt type via data_b is not needed ↵rubidium
anymore. Patch by Cirdan.
2008-05-16(svn r13122) -Fix: WIN32_LEAN_AND_MEAN define is needed for all WIN32 compilersglx
2008-05-16(svn r13121) -Codechange: make a class of the PerformanceRatingDetailWindow.rubidium
2008-05-16(svn r13120) -Codechange: make a class of the VehicleDetailsWindow.rubidium
2008-05-16(svn r13119) -Codechange: make a class of the timetable window.rubidium
2008-05-16(svn r13118) -Codechange: make classes of the EndGameWindow and the ↵rubidium
HighScoreWindow.
2008-05-16(svn r13117) -Codechange: make a window class of the PlayerFinancesWindow.rubidium
2008-05-16(svn r13116) -Codechange: make a window class of the statusbar window.rubidium
2008-05-16(svn r13115) -Codechange: make a window subclass of the MessageOptionsWindow.rubidium
2008-05-16(svn r13114) -Codechange: use InvalidateData instead of direct window access ↵rubidium
to modify the state of the statusbar from outside the statusbar.
2008-05-15(svn r13113) -Codechange: make a class of the TownAuthorityWindow.rubidium
2008-05-15(svn r13112) -Codechange: make classes of the patches and custom currency ↵rubidium
windows.
2008-05-15(svn r13111) -Documentation: update the documentation of AddNewsItem to ↵rubidium
reflect reality. Patch by Cirdan.
2008-05-15(svn r13110) -Fix [FS#2018]: some toolbar buttons not being unpressed properly.rubidium
2008-05-15(svn r13109) -Codechange: make a class out of the CheatWindow.rubidium