rubidium [Tue, 25 Dec 2007 11:26:07 +0000] rev 8627
(svn r11692) -Codechange: move some functions from 'functions.h' to a more logical place and remove about 50% of the includes of 'functions.h'
rubidium [Tue, 25 Dec 2007 09:48:53 +0000] rev 8626
(svn r11691) -Codechange: move+rename helpers.hpp and only include it when it is really needed.
egladil [Tue, 25 Dec 2007 01:29:54 +0000] rev 8625
(svn r11690) -Fix: Since indices into the patch array is sent over the network having conditionally compiled entries in the table can cause desyncs. Moving them to the end will hide this issue, but it should really be solved in a better way.
smatz [Sun, 23 Dec 2007 21:02:40 +0000] rev 8624
(svn r11689) -Fix: compilation error and most of warnings for gcc 4.3
egladil [Sun, 23 Dec 2007 18:08:39 +0000] rev 8623
(svn r11688) -Fix [FS#1581]: Compilation was broken on OS X again.
skidd13 [Sun, 23 Dec 2007 14:06:03 +0000] rev 8622
(svn r11687) -Codechange: move some defines to a better place
glx [Sun, 23 Dec 2007 13:31:24 +0000] rev 8621
(svn r11686) -Fix (r11684): win32 compilation was broken again :)
rubidium [Sun, 23 Dec 2007 11:20:41 +0000] rev 8620
(svn r11685) -Codechange: remove a few 'useless' includes.
rubidium [Sun, 23 Dec 2007 10:56:02 +0000] rev 8619
(svn r11684) -Codechange: split gfx.h in a type and functional header.
belugas [Sun, 23 Dec 2007 04:31:45 +0000] rev 8618
(svn r11683) -Fix(r11682): win32.cpp still requires gfx.h inclusion, at least for now.