aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/gfx/image/art.cpp
AgeCommit message (Collapse)Author
2011-06-30JANITORIAL: Silence a couple of "variable set but not used" warnings.eriktorbjorn
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-06-20ALL: Remove trailing whitespacesMax Horn
This tries to make our code a bit more compliant with our code formatting conventions. For future use, this is the command I used: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//'
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-03-18SWORD25: C++ify some code, remove obsolete stuffMax Horn
2010-11-01SWORD25: Replace art_warn/art_die by warning/errorMax Horn
svn-id: r54002
2010-10-13SWORD25: Fix empty loop body & conversion warningsMax Horn
svn-id: r53450
2010-10-13SWORD25: Silenced MSVC false positive about a potentially uninitialized variableFilippos Karapetis
svn-id: r53412
2010-10-13SWORD25: Add path to art.h includeEugene Sandulenko
svn-id: r53386
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: Fix some warningsEugene Sandulenko
svn-id: r53338
2010-10-12SWORD25: Added minimal subset of libart inplaceEugene Sandulenko
svn-id: r53328