Fri, 02 Sep 2011 20:16:29 +0000 |
michi_cc |
(svn r22872) -Fix [FS#4746]: Improve handling of slightly invalid BMP files using the under-specified RLE compression. Improve coding style while at it as well. (Based on patch by monoid)
draft
|
Fri, 02 Sep 2011 20:16:23 +0000 |
michi_cc |
(svn r22871) -Fix [FS#4746]: Perform stricter checks on RLE compressed BMP images. (monoid)
draft
|
Wed, 15 Jun 2011 18:53:58 +0000 |
frosch |
(svn r22592) -Fix [FS#4645]: Reading of heightmaps with uncommon BMP formats failed due to uninitialised variables. (Parody)
draft
|
Fri, 21 Aug 2009 20:21:05 +0000 |
rubidium |
(svn r17248) -Fix: add GPL license notice where appropriate
draft
|
Tue, 26 May 2009 15:46:24 +0000 |
rubidium |
(svn r16434) -Cleanup: remove some dead code; primarily stuff that can't be reached like break after returns or break after functions that never return (i.e. NOT_REACHED)
draft
|
Tue, 24 Feb 2009 20:59:17 +0000 |
smatz |
(svn r15568) -Cleanup: *allocT/AllocaM doesn't return NULL when allocating fails
draft
|
Mon, 09 Feb 2009 02:57:15 +0000 |
rubidium |
(svn r15428) -Codechange: consistently use colour instead of having both color and colour.
draft
|
Tue, 06 May 2008 15:11:33 +0000 |
rubidium |
(svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
draft
|
Tue, 25 Dec 2007 09:48:53 +0000 |
rubidium |
(svn r11691) -Codechange: move+rename helpers.hpp and only include it when it is really needed.
draft
|
Sun, 23 Dec 2007 11:20:41 +0000 |
rubidium |
(svn r11685) -Codechange: remove a few 'useless' includes.
draft
|
Sun, 23 Dec 2007 10:56:02 +0000 |
rubidium |
(svn r11684) -Codechange: split gfx.h in a type and functional header.
draft
|
Fri, 21 Dec 2007 19:21:21 +0000 |
rubidium |
(svn r11674) -Codechange: refactor some functions out of macros.h into more logical locations.
draft
|
Sat, 08 Dec 2007 14:50:41 +0000 |
rubidium |
(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.
draft
|
Wed, 25 Jul 2007 00:16:30 +0000 |
rubidium |
(svn r10684) -Codechange: some more coding style related changes. Primarily moving { to a new line.
draft
|
Fri, 23 Feb 2007 11:50:43 +0000 |
belugas |
(svn r8859) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style.
draft
|
Thu, 11 Jan 2007 17:29:39 +0000 |
KUDr |
(svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the pointer to allocated memory instead of modifying the pointer given as parameter
draft
|
Wed, 10 Jan 2007 18:56:51 +0000 |
rubidium |
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
draft
|
Wed, 10 Jan 2007 18:12:09 +0000 |
KUDr |
(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp)
draft
|