]> git.jsancho.org Git - lugaru.git/commit
Moved Skeleton and Animation to their own folder.
authorCôme Chilliet <come@chilliet.eu>
Fri, 9 Dec 2016 09:29:14 +0000 (16:29 +0700)
committerCôme Chilliet <come@chilliet.eu>
Fri, 9 Dec 2016 10:51:21 +0000 (17:51 +0700)
commit4d0ec1838440e55f24e8ec9501a62348cd9e2ec3
tree0ff1b11ebead330d2e7fdb168c32b99aef0cf0f5
parent4f4771bb67958d2e9180ba24d422141b9069e363
Moved Skeleton and Animation to their own folder.

Moved Animation class in Animation.* files.
Using a vector for animations.
Deactivated the deallocation for now, probable memory leaks, will be
fixed by futur commit
19 files changed:
CMakeLists.txt
Source/Animation.cpp [deleted file]
Source/Animation.def [deleted file]
Source/Animation.h [deleted file]
Source/Animation/Animation.cpp [new file with mode: 0644]
Source/Animation/Animation.def [new file with mode: 0644]
Source/Animation/Animation.h [new file with mode: 0644]
Source/Animation/Skeleton.cpp [new file with mode: 0644]
Source/Animation/Skeleton.h [new file with mode: 0644]
Source/Game.h
Source/GameInitDispose.cpp
Source/GameTick.cpp
Source/Globals.cpp
Source/Person.cpp
Source/Person.h
Source/Skeleton.cpp [deleted file]
Source/Skeleton.h [deleted file]
Source/Weapons.cpp
Source/Weapons.h