Mon, 30 Jun 2008 10:40:50 +0000(svn r13652) [NoAI] -Fix: throw thread-exit-signal with a custom class, not with the value '0', which might be captured by a lot of other layers noai
truebrain [Mon, 30 Jun 2008 10:40:50 +0000] rev 11095
(svn r13652) [NoAI] -Fix: throw thread-exit-signal with a custom class, not with the value '0', which might be captured by a lot of other layers

Mon, 30 Jun 2008 10:26:40 +0000(svn r13651) [NoAI] -Fix: SUSPENDED state can be STOPPING state too in some cases, which made debugging slightly harder .. don't 'cheat' like that, and split the ambiguous SUSPENDED into unambiguous SUSPENDED and STOPPING noai
truebrain [Mon, 30 Jun 2008 10:26:40 +0000] rev 11094
(svn r13651) [NoAI] -Fix: SUSPENDED state can be STOPPING state too in some cases, which made debugging slightly harder .. don't 'cheat' like that, and split the ambiguous SUSPENDED into unambiguous SUSPENDED and STOPPING

Mon, 30 Jun 2008 09:57:17 +0000(svn r13650) [NoAI] -Fix: don't segfault if you type just 'stop_ai' noai
truebrain [Mon, 30 Jun 2008 09:57:17 +0000] rev 11093
(svn r13650) [NoAI] -Fix: don't segfault if you type just 'stop_ai'

Sat, 28 Jun 2008 15:44:24 +0000(svn r13649) -Codechange: Split the GfxFillRect() special flags from 'color' into their own parameter.
frosch [Sat, 28 Jun 2008 15:44:24 +0000] rev 11092
(svn r13649) -Codechange: Split the GfxFillRect() special flags from 'color' into their own parameter.

Fri, 27 Jun 2008 20:59:30 +0000(svn r13648) -Cleanup (r5303): Amplitudes should be amplitudes and not amplitudes/16.
frosch [Fri, 27 Jun 2008 20:59:30 +0000] rev 11091
(svn r13648) -Cleanup (r5303): Amplitudes should be amplitudes and not amplitudes/16.

Fri, 27 Jun 2008 17:46:43 +0000(svn r13647) -Codechange: replace MAX_UVALUE() for std types with the equivalent constant
skidd13 [Fri, 27 Jun 2008 17:46:43 +0000] rev 11090
(svn r13647) -Codechange: replace MAX_UVALUE() for std types with the equivalent constant

Fri, 27 Jun 2008 16:16:35 +0000(svn r13646) -Change: typos and miss-aligned enum values
belugas [Fri, 27 Jun 2008 16:16:35 +0000] rev 11089
(svn r13646) -Change: typos and miss-aligned enum values

Fri, 27 Jun 2008 15:01:18 +0000(svn r13645) -Codechange: Convert a macro into an inlined member function.
frosch [Fri, 27 Jun 2008 15:01:18 +0000] rev 11088
(svn r13645) -Codechange: Convert a macro into an inlined member function.

Fri, 27 Jun 2008 02:26:51 +0000(svn r13644) -Fix(r13643): compare an apple with an apple. MSVC seems to not care, but some other compilers do.
belugas [Fri, 27 Jun 2008 02:26:51 +0000] rev 11087
(svn r13644) -Fix(r13643): compare an apple with an apple. MSVC seems to not care, but some other compilers do.
Thanks to glx :)

Fri, 27 Jun 2008 01:26:13 +0000(svn r13643) -Codechange: Enumify some loosely related values been used in the toolbar resizing processes
belugas [Fri, 27 Jun 2008 01:26:13 +0000] rev 11086
(svn r13643) -Codechange: Enumify some loosely related values been used in the toolbar resizing processes