aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/gfx/image/art.h
AgeCommit message (Collapse)Author
2014-02-18SWORD25: Make GPL headers consistent in themselves.Johannes Schickel
2012-06-13SWORD25: Janitorial: Apply coding conventionsStrangerke
2011-06-23SWORD25: Add error checks after allocating memory with mallocJulien
2011-06-23ANALYSIS: Fix potential memory leak when using reallocJulien
When reallocation is unsuccessful, the passed buffer is not freed. In this case, assigning the result (NULL) will result in a leak of the original memory buffer. See http://msdn.microsoft.com/en-us/library/kkedhy7c.aspx
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-03-18SWORD25: C++ify some code, remove obsolete stuffMax Horn
2010-10-13SWORD25: Stop polluting global namespaceEugene Sandulenko
svn-id: r53385
2010-10-13SWORD25: Merged all art* code and cleaned it upEugene Sandulenko
svn-id: r53384
2010-10-13SWORD25: Add proper copyrights to gfx/image/art*Eugene Sandulenko
svn-id: r53382
2010-10-12SWORD25: Remove unnecessary executable flagsEugene Sandulenko
svn-id: r53355
2010-10-12SWORD25: Compilation fixPaul Gilbert
svn-id: r53334
2010-10-12SWORD25: Added minimal subset of libart inplaceEugene Sandulenko
svn-id: r53328