belugas [Wed, 07 May 2008 00:04:40 +0000] rev 9123
(svn r12983) -Codechange [FS#1987] : Unification of all dynamite tools calls to only one. Thanks to Roujin
smatz [Tue, 06 May 2008 23:45:25 +0000] rev 9122
(svn r12982) -Fix: compiler warning when compiling without asserts
glx [Tue, 06 May 2008 23:43:47 +0000] rev 9121
(svn r12981) -Codechange: remove some useless includes and defines
rubidium [Tue, 06 May 2008 22:50:55 +0000] rev 9120
(svn r12980) -Fix: MorphOS threading support. Patch by Fabien Coeurjoly.
rubidium [Tue, 06 May 2008 22:42:10 +0000] rev 9119
(svn r12979) -Codechange: support using MORPHOS in sources.list.
rubidium [Tue, 06 May 2008 22:41:28 +0000] rev 9118
(svn r12978) -Codechange: "\\0" is not needed for the MorphOS revision string. Patch by tokai.
rubidium [Tue, 06 May 2008 22:17:12 +0000] rev 9117
(svn r12977) -Codechange: remove quite some redundant (duplicate) function declarations.
rubidium [Tue, 06 May 2008 22:08:18 +0000] rev 9116
(svn r12976) -Codechange: use w->SetDirty() instead of SetWindowDirty(w) when it's certain that w != NULL.
rubidium [Tue, 06 May 2008 21:28:30 +0000] rev 9115
(svn r12975) -Codechange: replace DeleteWindow(w) with delete w.
rubidium [Tue, 06 May 2008 21:07:47 +0000] rev 9114
(svn r12974) -Codechange: check whether loading/saving highscores goes as it should be.