Sat, 17 May 2008 12:48:06 +0000(svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to the Window class and remove Window from their naming.
rubidium [Sat, 17 May 2008 12:48:06 +0000] rev 10595
(svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to the Window class and remove Window from their naming.

Sat, 17 May 2008 12:26:00 +0000(svn r13138) -Codechange: remove the need for IsWindowOfPrototype.
rubidium [Sat, 17 May 2008 12:26:00 +0000] rev 10594
(svn r13138) -Codechange: remove the need for IsWindowOfPrototype.

Sat, 17 May 2008 11:46:35 +0000(svn r13137) -Fix: do not send rcon commands of the server to the first client but do directly execute those on the server.
rubidium [Sat, 17 May 2008 11:46:35 +0000] rev 10593
(svn r13137) -Fix: do not send rcon commands of the server to the first client but do directly execute those on the server.

Sat, 17 May 2008 09:39:29 +0000(svn r13136) -Codechange: make a window class of the console window.
rubidium [Sat, 17 May 2008 09:39:29 +0000] rev 10592
(svn r13136) -Codechange: make a window class of the console window.

Sat, 17 May 2008 08:00:13 +0000(svn r13135) -Codechange: make a class of the NetworkJoinStatusWindow.
rubidium [Sat, 17 May 2008 08:00:13 +0000] rev 10591
(svn r13135) -Codechange: make a class of the NetworkJoinStatusWindow.

Sat, 17 May 2008 03:31:22 +0000(svn r13134) -Codechange: make a class of the Airport Picker Window.
belugas [Sat, 17 May 2008 03:31:22 +0000] rev 10590
(svn r13134) -Codechange: make a class of the Airport Picker Window.

Sat, 17 May 2008 03:29:16 +0000(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.
belugas [Sat, 17 May 2008 03:29:16 +0000] rev 10589
(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

Sat, 17 May 2008 03:16:04 +0000(svn r13132) -Codechange: make a class of the GenerateProgressWindow.
glx [Sat, 17 May 2008 03:16:04 +0000] rev 10588
(svn r13132) -Codechange: make a class of the GenerateProgressWindow.

Sat, 17 May 2008 02:54:04 +0000(svn r13131) -Codechange: make a class of the ErrmsgWindow.
glx [Sat, 17 May 2008 02:54:04 +0000] rev 10587
(svn r13131) -Codechange: make a class of the ErrmsgWindow.

Fri, 16 May 2008 23:30:10 +0000(svn r13130) -Codechange: remove some of the (old) WindowEvent wrapper functions/enums/variables as they are not used anymore.
rubidium [Fri, 16 May 2008 23:30:10 +0000] rev 10586
(svn r13130) -Codechange: remove some of the (old) WindowEvent wrapper functions/enums/variables as they are not used anymore.