Commit Graph

9506 Commits

Author SHA1 Message Date
rubidium
adb5a09cb3 (svn r13121) -Codechange: make a class of the PerformanceRatingDetailWindow. 2008-05-16 17:45:43 +00:00
rubidium
a7c7067c4f (svn r13120) -Codechange: make a class of the VehicleDetailsWindow. 2008-05-16 17:33:09 +00:00
rubidium
cbdcc7cc3b (svn r13119) -Codechange: make a class of the timetable window. 2008-05-16 13:39:25 +00:00
rubidium
e7b3c3fa34 (svn r13118) -Codechange: make classes of the EndGameWindow and the HighScoreWindow. 2008-05-16 13:21:43 +00:00
rubidium
5a85fb104e (svn r13117) -Codechange: make a window class of the PlayerFinancesWindow. 2008-05-16 07:34:48 +00:00
rubidium
804b9f1d3a (svn r13116) -Codechange: make a window class of the statusbar window. 2008-05-16 07:24:21 +00:00
rubidium
349aec37e6 (svn r13115) -Codechange: make a window subclass of the MessageOptionsWindow. 2008-05-16 07:15:32 +00:00
rubidium
083d7e8726 (svn r13114) -Codechange: use InvalidateData instead of direct window access to modify the state of the statusbar from outside the statusbar. 2008-05-16 07:08:04 +00:00
rubidium
5b712cf81e (svn r13113) -Codechange: make a class of the TownAuthorityWindow. 2008-05-15 22:47:03 +00:00
rubidium
045aaae1c7 (svn r13112) -Codechange: make classes of the patches and custom currency windows. 2008-05-15 21:48:47 +00:00
rubidium
01e79dde73 (svn r13111) -Documentation: update the documentation of AddNewsItem to reflect reality. Patch by Cirdan. 2008-05-15 20:53:44 +00:00
rubidium
2704b12f2b (svn r13110) -Fix [FS#2018]: some toolbar buttons not being unpressed properly. 2008-05-15 20:52:28 +00:00
rubidium
447ed7a2a5 (svn r13109) -Codechange: make a class out of the CheatWindow. 2008-05-15 20:51:52 +00:00
rubidium
439b328f41 (svn r13108) -Codechange: make a Window subclass of the main toolbars sub menus. 2008-05-15 20:04:10 +00:00
glx
07e10eade8 (svn r13107) -Codechange: make NetworkCompanyPasswordWindow and SelectPlayerFaceWindow children of PlayerCompanyWindow. 2008-05-15 19:24:15 +00:00
rubidium
d87fc4d534 (svn r13106) -Codechange: rework the toolbar code a little so functions do not have to return the Window they just created. 2008-05-15 19:00:20 +00:00
rubidium
7c10fb0023 (svn r13105) -Fix [FS#2015]: the title of a query window would (sometimes) change when the on screen keyboard was opened. 2008-05-15 18:26:45 +00:00
rubidium
6d880ada7f (svn r13104) -Codechange: make ResetObjectToPlace safe to be called recursively via the OnPlaceObjectAbort callback and use this knowledge to simplify closing some windows. 2008-05-15 14:41:56 +00:00
rubidium
31ab1e815a (svn r13103) -Codechange: make a class of the PlayerCompanyWindow. 2008-05-15 14:12:22 +00:00
rubidium
ca8d282eff (svn r13102) -Codechange: make a class of the NewsWindow. 2008-05-15 13:47:55 +00:00
rubidium
f8d02c7d71 (svn r13101) -Codechange: remove a unused global function. 2008-05-15 13:47:22 +00:00
rubidium
373343cef6 (svn r13100) -Codechange: reduce the amount of parameters passed via AddNewsMessage as there is (for each news message type) a tuple of 4 parameters that is the same for all calls. 2008-05-15 13:39:36 +00:00
rubidium
c709b8a711 (svn r13099) -Fix [FS#2014]: when a window had children only one of them would be closed (on a parent closure) instead of all children. 2008-05-15 11:17:56 +00:00
rubidium
35c14f45be (svn r13098) -Fix [FS#2016]: segmentation fault on opening an already opened depot. 2008-05-15 08:01:46 +00:00
glx
7096f20ec5 (svn r13097) -Codechange: make a class of the GameDifficultyWindow. 2008-05-15 00:01:42 +00:00
glx
1c77928886 (svn r13096) -Codechange: resize SelectPlayerLiveryWindow dynamically on _loaded_newgrf_feature.has_2CC changes 2008-05-14 23:02:05 +00:00
glx
3a88f38b65 (svn r13095) -Codechange: make a class of the SelectPlayerLiveryWindow. 2008-05-14 22:52:12 +00:00
rubidium
beb17f743f (svn r13094) -Fix: closing the QueryWindow would always send a 'query has been cancelled message' even when it was not cancelled causing joining passworded servers/companies to fail. 2008-05-14 20:28:11 +00:00
glx
5704d59314 (svn r13093) -Codechange: make a class of AboutWindow. 2008-05-14 20:01:06 +00:00
glx
e812c8223f (svn r13092) -Fix (r13042): don't add a variable in a subclass when the parent class already have it 2008-05-14 19:08:09 +00:00
smatz
f0e2d800ee (svn r13091) -Fix: certain compilers give false warning about uninitialized variable 2008-05-14 18:35:15 +00:00
smatz
2be223fc03 (svn r13090) -Codechange: add functions for direct conversion from DiagDirection to Track and Trackbits 2008-05-14 18:31:21 +00:00
smatz
c90cda6c1c (svn r13089) -Fix (r13072): MorphOS compilation was broken 2008-05-14 18:27:39 +00:00
smatz
9b8d16b7ff (svn r13088) -Codechange: use SigSegState enum instead of bool variable (michi_cc) 2008-05-14 16:38:53 +00:00
peter1138
2475959196 (svn r13087) -Codechange: Constify CalcPercentVehicleFilled() (michi_cc) 2008-05-14 15:34:04 +00:00
smatz
e4dee736c5 (svn r13086) -Fix: do not crash badly after loading a newgrf with engines in-game that often 2008-05-14 15:29:48 +00:00
glx
c09737a3e1 (svn r13085) -Fix (r12980): wrong syntax in source.list causing unneeded file additions by generate.vbs 2008-05-14 03:34:17 +00:00
glx
5581d9f744 (svn r13084) -Fix (r13042): forgot to add querystring_gui.h to source.list and project files 2008-05-14 02:52:06 +00:00
glx
ab0aa4e080 (svn r13083) -Fix (r13042): another segmentation fault when OskWindow's parent closes it 2008-05-14 02:32:35 +00:00
glx
015dbc6e7b (svn r13082) -Fix (r13042): segmentation fault due to too early deletion of OskWindow. 2008-05-14 01:57:12 +00:00
glx
1ce52ef5cb (svn r13081) -Fix: Empty while-loop warnings from gcc 4.3+ 2008-05-13 22:42:10 +00:00
smatz
dac285a74b (svn r13080) -Fix: warning about unused variable when compiling without asserts 2008-05-13 22:19:20 +00:00
smatz
bea03ab5e7 (svn r13079) -Fix: certain compilers give false warning about uninitialized variable 2008-05-13 22:02:14 +00:00
rubidium
0d2e74fb71 (svn r13078) -Fix: group gui used the vehicle type before it was actually set. 2008-05-13 21:50:31 +00:00
smatz
f92a48c24b (svn r13077) -Codechange: move function that updates cached num_engines to engine.cpp, make it run only 1 loop 2008-05-13 21:36:09 +00:00
rubidium
316d3fbe1d (svn r13076) -Fix [FS#2012]: the wrong autoreplace window would be shown if the vehicle isn't a train. 2008-05-13 21:16:23 +00:00
peter1138
2c02810b3a (svn r13075) -Codechange: Allow any value for a dropdown item instead of just positive. 2008-05-13 21:11:38 +00:00
peter1138
839070028e (svn r13074) -Fix: For multiheaded engines, halve power and running cost when used instead of when loading, to allow callback values to work properly. 2008-05-13 20:39:57 +00:00
peter1138
3f0895872f (svn r13073) -Codechange: make classes of the NewGRF windows 2008-05-13 20:26:48 +00:00
smatz
3670a25e3a (svn r13072) -Fix (r12995): possible out-of-bounds access 2008-05-13 18:39:15 +00:00