rubidium
|
7f6ccdc624
|
(svn r13138) -Codechange: remove the need for IsWindowOfPrototype.
|
2008-05-17 12:26:00 +00:00 |
|
rubidium
|
baff68179c
|
(svn r13137) -Fix: do not send rcon commands of the server to the first client but do directly execute those on the server.
|
2008-05-17 11:46:35 +00:00 |
|
rubidium
|
a21692bdc1
|
(svn r13136) -Codechange: make a window class of the console window.
|
2008-05-17 09:39:29 +00:00 |
|
rubidium
|
6f45805af0
|
(svn r13135) -Codechange: make a class of the NetworkJoinStatusWindow.
|
2008-05-17 08:00:13 +00:00 |
|
belugas
|
47d9a8aa21
|
(svn r13134) -Codechange: make a class of the Airport Picker Window.
|
2008-05-17 03:31:22 +00:00 |
|
belugas
|
835a5fcf43
|
(svn r13133) -Codechange: Add a base class (descending from Window) for all 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 03:29:16 +00:00 |
|
glx
|
a4c5f94658
|
(svn r13132) -Codechange: make a class of the GenerateProgressWindow.
|
2008-05-17 03:16:04 +00:00 |
|
glx
|
0e9eb5bacb
|
(svn r13131) -Codechange: make a class of the ErrmsgWindow.
|
2008-05-17 02:54:04 +00:00 |
|
rubidium
|
758f4a358d
|
(svn r13130) -Codechange: remove some of the (old) WindowEvent wrapper functions/enums/variables as they are not used anymore.
|
2008-05-16 23:30:10 +00:00 |
|
rubidium
|
0b61b6c1d0
|
(svn r13129) -Codechange: remove the WP macro and it's related variables.
|
2008-05-16 23:29:31 +00:00 |
|
peter1138
|
e03193f9d7
|
(svn r13128) -Codechange: Make a class of the refit window
|
2008-05-16 23:23:38 +00:00 |
|
glx
|
6741af92d3
|
(svn r13127) -Fix (r13122): of course WIN32_LEAN_AND_MEAN excludes too much stuff
|
2008-05-16 22:29:27 +00:00 |
|
glx
|
0cab2cade2
|
(svn r13126) -Fix (r13022) [FS#2009, FS#2010]: driver list should be dynamically allocated as static uninitialistion order is undetermined. The list is freed when the latest driver is removed.
|
2008-05-16 21:32:10 +00:00 |
|
bjarni
|
13954aaaff
|
(svn r13125) -Fix [FS#2000](r12913): [autoreplace] failing replacement and restoring a vehicle will no longer decrease the vehicle count in groups
|
2008-05-16 21:04:49 +00:00 |
|
glx
|
892759c396
|
(svn r13124) -Codechange: make a class of the OrdersWindow.
|
2008-05-16 20:08:20 +00:00 |
|
rubidium
|
483ad8d02a
|
(svn r13123) -Codechange: passing the bankrupt type via data_b is not needed anymore. Patch by Cirdan.
|
2008-05-16 20:04:17 +00:00 |
|
glx
|
bbb9dafa32
|
(svn r13122) -Fix: WIN32_LEAN_AND_MEAN define is needed for all WIN32 compilers
|
2008-05-16 17:53:19 +00:00 |
|
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 |
|