smatz [Sat, 08 Dec 2007 18:50:39 +0000] rev 8537
(svn r11601) -Codechange: more strict break conditions for _userstring, assert when it overflows anyway (eg. code change without proper check change)
glx [Sat, 08 Dec 2007 15:47:23 +0000] rev 8536
(svn r11600) -Cleanup: remove extra out-of-memory checks, since it's now done in *allocT functions.
bjarni [Sat, 08 Dec 2007 15:21:37 +0000] rev 8535
(svn r11599) -Change: [OSX] 10.4 will now use quickdraw for window mode instead of quartz
The reason is that quickdraw is way faster (try fast forward)
10.5 will still use quartz as it can't handle quickdraw.
rubidium [Sat, 08 Dec 2007 14:54:43 +0000] rev 8534
(svn r11598) -Change [FS#1518]: some tooltips of the main toolbar did not 'enumerate' all options in a drop down menu.
rubidium [Sat, 08 Dec 2007 14:50:41 +0000] rev 8533
(svn r11597) -Change: replace all remaining instances of (re|m|c)alloc with (Re|M|C)allocT and add a check for out-of-memory situations to the *allocT functions.
belugas [Sat, 08 Dec 2007 03:10:50 +0000] rev 8532
(svn r11596) -Codechange: Use the Window member HandleButtonClick and remove its now useless counterpart function
belugas [Sat, 08 Dec 2007 02:55:47 +0000] rev 8531
(svn r11595) -Codechange: add a new member to Window struct, based on its function counterpart HandleButtonClick.
glx [Sat, 08 Dec 2007 01:36:40 +0000] rev 8530
(svn r11594) -Fix: don't allow changing network only patches settings from console when not in network game
belugas [Sat, 08 Dec 2007 01:30:18 +0000] rev 8529
(svn r11593) -Cleanup: remove some forgotten pieces of evidence of a mischief
belugas [Sat, 08 Dec 2007 01:20:47 +0000] rev 8528
(svn r11592) -Codechange: Use the Window member RaiseButtons and remove the now useless RaiseWindowButtons function