Rewrote Animation loading as well as anim files in yaml
authorIvan Hernanez <iturtleman128@gmail.com>
Mon, 28 May 2012 02:42:19 +0000 (21:42 -0500)
committerIvan Hernanez <iturtleman128@gmail.com>
Mon, 28 May 2012 02:42:19 +0000 (21:42 -0500)
commitc6851c1fc1ecb08631f4b2dee2db82ac3ea1cc09
tree5b3e516a6e65c4a0cc53eeed43f44e34cc3b1934
parentea17cf0f8ca0b7e756e91cc297a152b0e713fbcd
Rewrote Animation loading as well as anim files in yaml
36 files changed:
Actor.cpp
Animation.cpp
Animation.h
ArtAssets/Sprites/sun.anim
ArtAssets/Sprites/viking.anim
Sprite.cpp
game.vcxproj
libyaml-cppmdd.pdb [new file with mode: 0644]
libyaml-cppmdd_Windows.pdb [new file with mode: 0644]
yaml-cpp/aliasmanager.h [new file with mode: 0644]
yaml-cpp/anchor.h [new file with mode: 0644]
yaml-cpp/binary.h [new file with mode: 0644]
yaml-cpp/contrib/anchordict.h [new file with mode: 0644]
yaml-cpp/contrib/graphbuilder.h [new file with mode: 0644]
yaml-cpp/conversion.h [new file with mode: 0644]
yaml-cpp/dll.h [new file with mode: 0644]
yaml-cpp/emitfromevents.h [new file with mode: 0644]
yaml-cpp/emitter.h [new file with mode: 0644]
yaml-cpp/emittermanip.h [new file with mode: 0644]
yaml-cpp/eventhandler.h [new file with mode: 0644]
yaml-cpp/exceptions.h [new file with mode: 0644]
yaml-cpp/iterator.h [new file with mode: 0644]
yaml-cpp/ltnode.h [new file with mode: 0644]
yaml-cpp/mark.h [new file with mode: 0644]
yaml-cpp/node.h [new file with mode: 0644]
yaml-cpp/nodeimpl.h [new file with mode: 0644]
yaml-cpp/nodereadimpl.h [new file with mode: 0644]
yaml-cpp/nodeutil.h [new file with mode: 0644]
yaml-cpp/noncopyable.h [new file with mode: 0644]
yaml-cpp/null.h [new file with mode: 0644]
yaml-cpp/ostream.h [new file with mode: 0644]
yaml-cpp/parser.h [new file with mode: 0644]
yaml-cpp/stlemitter.h [new file with mode: 0644]
yaml-cpp/stlnode.h [new file with mode: 0644]
yaml-cpp/traits.h [new file with mode: 0644]
yaml-cpp/yaml.h [new file with mode: 0644]