Johannes Schickel
bad7cdd3a6
SWORD25: Make GPL headers consistent in themselves.
2014-02-18 02:39:38 +01:00
Strangerke
622dfcf950
SWORD25: Janitorial - Fix spacing errors
2013-11-24 18:52:48 +01:00
Strangerke
04b6af9176
SWORD25: Janitorial: Apply coding conventions
2012-06-13 09:40:11 +02:00
D G Turner
7a0aabccbe
SWORD25: Reduce usage of 'goto'.
...
Have refrained from changing the usage of 'goto' in the embedded LUA
interpreter code for the time being, as this is still in flux due to
the savegame issues.
2011-12-08 19:24:42 +00:00
eriktorbjorn
5dd8f2575b
JANITORIAL: Silence a couple of "variable set but not used" warnings.
2011-06-30 23:47:10 +02:00
Julien
e972c6cfd8
SWORD25: Add error checks after allocating memory with malloc
2011-06-23 15:15:57 +08:00
Julien
2f200ac493
ANALYSIS: Fix potential memory leak when using realloc
...
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-23 15:11:36 +08:00
Max Horn
88913c0139
ALL: Remove trailing whitespaces
...
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-06-20 00:59:48 +02:00
strangerke
69b1485a22
GIT: Clean up: Suppress SVN tags, now useless
2011-05-12 01:16:22 +02:00
Max Horn
5ee5dd76f5
SWORD25: C++ify some code, remove obsolete stuff
2011-03-18 14:43:52 +01:00
Max Horn
6fa8772bae
SWORD25: Replace art_warn/art_die by warning/error
...
svn-id: r54002
2010-11-01 16:00:35 +00:00
Max Horn
810f087599
SWORD25: Fix empty loop body & conversion warnings
...
svn-id: r53450
2010-10-13 22:18:32 +00:00
Filippos Karapetis
c81da6dcb6
SWORD25: Silenced MSVC false positive about a potentially uninitialized variable
...
svn-id: r53412
2010-10-13 11:32:08 +00:00
Eugene Sandulenko
3439819232
SWORD25: Add path to art.h include
...
svn-id: r53386
2010-10-13 00:05:33 +00:00
Eugene Sandulenko
56e05f93a3
SWORD25: Stop polluting global namespace
...
svn-id: r53385
2010-10-13 00:05:09 +00:00
Eugene Sandulenko
0603a58845
SWORD25: Merged all art* code and cleaned it up
...
svn-id: r53384
2010-10-13 00:04:40 +00:00
Eugene Sandulenko
5790f2a8a1
SWORD25: Add proper copyrights to gfx/image/art*
...
svn-id: r53382
2010-10-13 00:03:47 +00:00
Eugene Sandulenko
1aa907e815
SWORD25: Remove unnecessary executable flags
...
svn-id: r53355
2010-10-12 23:51:04 +00:00
Eugene Sandulenko
e5ac21dcac
SWORD25: Fix some warnings
...
svn-id: r53338
2010-10-12 23:44:14 +00:00
Eugene Sandulenko
94f1a8be03
SWORD25: Added minimal subset of libart inplace
...
svn-id: r53328
2010-10-12 23:40:27 +00:00