Sun, 11 May 2008 12:26:20 +0000(svn r13042) -Codechange: make a class of CreateScenarioWindow, GenerateLandscapeWindow, NetworkChatWindow, NetworkCompanyPasswordWindow, NetworkGameWindow, NetworkStartServerWindow, QueryStringWindow, SaveLoadWindow. All these classes depended on the 'querystr_d' object which is now put into QueryStringBaseWindow. As a side effect this removes quite a lot of WP macro usages and a few global variables.
rubidium [Sun, 11 May 2008 12:26:20 +0000] rev 9179
(svn r13042) -Codechange: make a class of CreateScenarioWindow, GenerateLandscapeWindow, NetworkChatWindow, NetworkCompanyPasswordWindow, NetworkGameWindow, NetworkStartServerWindow, QueryStringWindow, SaveLoadWindow. All these classes depended on the 'querystr_d' object which is now put into QueryStringBaseWindow. As a side effect this removes quite a lot of WP macro usages and a few global variables.

Sun, 11 May 2008 11:41:18 +0000(svn r13041) -Fix: calling a virtual function on a not fully constructed object is bound to cause errors.
rubidium [Sun, 11 May 2008 11:41:18 +0000] rev 9178
(svn r13041) -Fix: calling a virtual function on a not fully constructed object is bound to cause errors.

Sun, 11 May 2008 07:22:13 +0000(svn r13040) -Codechange: make a class of the NetworkLobbyWindow.
rubidium [Sun, 11 May 2008 07:22:13 +0000] rev 9177
(svn r13040) -Codechange: make a class of the NetworkLobbyWindow.

Sun, 11 May 2008 06:59:51 +0000(svn r13039) -Codechange: make a class of the Query window.
rubidium [Sun, 11 May 2008 06:59:51 +0000] rev 9176
(svn r13039) -Codechange: make a class of the Query window.

Sun, 11 May 2008 02:15:02 +0000(svn r13038) -Fix: When switching the signal gui patch to off, delete the signal window accordingly
belugas [Sun, 11 May 2008 02:15:02 +0000] rev 9175
(svn r13038) -Fix: When switching the signal gui patch to off, delete the signal window accordingly

Sat, 10 May 2008 23:44:15 +0000(svn r13037) -Codechange: make a class of the ReplaceVehicle window.
rubidium [Sat, 10 May 2008 23:44:15 +0000] rev 9174
(svn r13037) -Codechange: make a class of the ReplaceVehicle window.
-Fix [FS#1997]: MSVC 64 bit build failing to compile due to std::vectors being very large..

Sat, 10 May 2008 23:43:08 +0000(svn r13036) -Codechange: make a class of the BuildIndustry Window.
glx [Sat, 10 May 2008 23:43:08 +0000] rev 9173
(svn r13036) -Codechange: make a class of the BuildIndustry Window.

Sat, 10 May 2008 22:43:33 +0000(svn r13035) -Codechange: remove two needless global-ish variables.
rubidium [Sat, 10 May 2008 22:43:33 +0000] rev 9172
(svn r13035) -Codechange: remove two needless global-ish variables.

Sat, 10 May 2008 21:35:20 +0000(svn r13034) -Fix: segmentation fault due do double delete when closing the OSK window in some cases.
rubidium [Sat, 10 May 2008 21:35:20 +0000] rev 9171
(svn r13034) -Fix: segmentation fault due do double delete when closing the OSK window in some cases.

Sat, 10 May 2008 19:59:41 +0000(svn r13033) -Fix [FS#2003](r13029): land info tool wasn't working
smatz [Sat, 10 May 2008 19:59:41 +0000] rev 9170
(svn r13033) -Fix [FS#2003](r13029): land info tool wasn't working