]> git.mxchange.org Git - simgear.git/commit
Frederic Bouvier:
authorcurt <curt>
Mon, 10 May 2004 14:59:02 +0000 (14:59 +0000)
committercurt <curt>
Mon, 10 May 2004 14:59:02 +0000 (14:59 +0000)
commit2866d1ace9549f75d529a799088ee6df609b17d2
tree1fc25728b0f41da014f2b8a72f06e5c0da48dd73
parent11a74f7a31ab53abafd2d709ea6896044f4a2947
Frederic Bouvier:

Fix a memory leak, and brownian animation, if not motion.

I have 2 new files : personality.[ch]xx . They store the personality
data that would be deleted when the object is destroyed, instead
of staying in the animation maps. I also manage the current animation
step better and the towers are not flashing randomly now.
Makefile.am is updated.
simgear/scene/model/Makefile.am
simgear/scene/model/animation.cxx
simgear/scene/model/animation.hxx
simgear/scene/model/flash.hxx
simgear/scene/model/modellib.cxx
simgear/scene/model/personality.cxx [new file with mode: 0755]
simgear/scene/model/personality.hxx [new file with mode: 0755]