Victor Savu
b0f8468ddc
initialize variable
2013-03-13 00:40:18 +02:00
Victor Savu
c93bb14708
free the texture when we are done with it
2013-03-13 00:40:18 +02:00
Victor Savu
67aa830511
fix use after free
...
the string created by value.substr(index * 2, 2) is deleted after c_str()
but before strtoul executes. The solution is to use a temporary string
to store the value.
2013-03-13 00:40:18 +02:00
Victor Savu
f77459983f
use the states provided
...
This allows animations to be scaled/moved easily
2013-03-13 00:40:18 +02:00
NathanSweet
695db31d71
libgdx runtime, attachment loader instead of resolver.
...
Other minor fixes.
2013-03-12 23:20:38 +01:00
Nathan Sweet
da7f88400e
Merge pull request #6 from seoushi/master
...
Visual studio and warnings fixes.
2013-02-26 18:32:40 -08:00
Sean Chapel
4e61263551
Fixes issue with visual studio not defining M_PI in math.h. Fixed all compiler warnings.
2013-02-26 11:03:11 -08:00
Nathan Sweet
0833be847e
Merge pull request #2 from damucz/master
...
memory leaks
2013-02-24 10:09:47 -08:00
damucz
325d3265b9
memory leaks
2013-02-23 23:18:37 +01:00
NathanSweet
31b07f8625
Clean up
2013-02-22 23:37:36 +01:00
NathanSweet
6710c1e9c9
cpp, loading, applying and animating with SFML is working.
2013-02-22 20:04:32 +01:00
NathanSweet
268933242f
cpp, skeleton loading and rendering with SFML.
2013-02-22 14:52:25 +01:00
NathanSweet
5efed09862
Texture atlas data loader, libgdx format.
2013-02-22 03:08:06 +01:00
NathanSweet
1f8620f191
Readme
2013-02-21 01:49:57 +01:00
NathanSweet
6887e51457
Clean up
2013-02-21 01:46:56 +01:00
NathanSweet
03a64be6ef
Initial C++ generic runtime.
2013-02-20 01:25:52 +01:00
NathanSweet
2c78e22855
Initial libgdx runtime.
2013-02-20 01:15:31 +01:00
NathanSweet
e2120ca07b
Initial Corona runtime.
2013-02-20 01:13:59 +01:00