summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2008-05-15(svn r13108) -Codechange: make a Window subclass of the main toolbars sub menus.rubidium
2008-05-15(svn r13107) -Codechange: make NetworkCompanyPasswordWindow and ↵glx
SelectPlayerFaceWindow children of PlayerCompanyWindow.
2008-05-15(svn r13106) -Codechange: rework the toolbar code a little so functions do ↵rubidium
not have to return the Window they just created.
2008-05-15(svn r13105) -Fix [FS#2015]: the title of a query window would (sometimes) ↵rubidium
change when the on screen keyboard was opened.
2008-05-15(svn r13104) -Codechange: make ResetObjectToPlace safe to be called ↵rubidium
recursively via the OnPlaceObjectAbort callback and use this knowledge to simplify closing some windows.
2008-05-15(svn r13103) -Codechange: make a class of the PlayerCompanyWindow.rubidium
2008-05-15(svn r13102) -Codechange: make a class of the NewsWindow.rubidium
2008-05-15(svn r13101) -Codechange: remove a unused global function.rubidium
2008-05-15(svn r13100) -Codechange: reduce the amount of parameters passed via ↵rubidium
AddNewsMessage as there is (for each news message type) a tuple of 4 parameters that is the same for all calls.
2008-05-15(svn r13099) -Fix [FS#2014]: when a window had children only one of them ↵rubidium
would be closed (on a parent closure) instead of all children.
2008-05-15(svn r13098) -Fix [FS#2016]: segmentation fault on opening an already opened ↵rubidium
depot.
2008-05-15(svn r13097) -Codechange: make a class of the GameDifficultyWindow.glx
2008-05-14(svn r13096) -Codechange: resize SelectPlayerLiveryWindow dynamically on ↵glx
_loaded_newgrf_feature.has_2CC changes
2008-05-14(svn r13095) -Codechange: make a class of the SelectPlayerLiveryWindow.glx
2008-05-14(svn r13094) -Fix: closing the QueryWindow would always send a 'query has ↵rubidium
been cancelled message' even when it was not cancelled causing joining passworded servers/companies to fail.
2008-05-14(svn r13093) -Codechange: make a class of AboutWindow.glx
2008-05-14(svn r13092) -Fix (r13042): don't add a variable in a subclass when the ↵glx
parent class already have it
2008-05-14(svn r13091) -Fix: certain compilers give false warning about uninitialized ↵smatz
variable
2008-05-14(svn r13090) -Codechange: add functions for direct conversion from ↵smatz
DiagDirection to Track and Trackbits
2008-05-14(svn r13089) -Fix (r13072): MorphOS compilation was brokensmatz
2008-05-14(svn r13088) -Codechange: use SigSegState enum instead of bool variable ↵smatz
(michi_cc)
2008-05-14(svn r13087) -Codechange: Constify CalcPercentVehicleFilled() (michi_cc)peter1138
2008-05-14(svn r13086) -Fix: do not crash badly after loading a newgrf with engines ↵smatz
in-game that often
2008-05-14(svn r13083) -Fix (r13042): another segmentation fault when OskWindow's ↵glx
parent closes it
2008-05-14(svn r13082) -Fix (r13042): segmentation fault due to too early deletion of ↵glx
OskWindow.
2008-05-13(svn r13081) -Fix: Empty while-loop warnings from gcc 4.3+glx
2008-05-13(svn r13080) -Fix: warning about unused variable when compiling without assertssmatz
2008-05-13(svn r13079) -Fix: certain compilers give false warning about uninitialized ↵smatz
variable
2008-05-13(svn r13078) -Fix: group gui used the vehicle type before it was actually set.rubidium
2008-05-13(svn r13077) -Codechange: move function that updates cached num_engines to ↵smatz
engine.cpp, make it run only 1 loop