summaryrefslogtreecommitdiff
path: root/src/animation.cpp
AgeCommit message (Expand)AuthorFilesLines
2006-12-12Moved Action, Animation and Frame (renamed from AnimationPhase) classes intoBjørn Lindeijer1-55/+0
2006-11-19Separated sprite definition from playback.Bjørn Lindeijer1-51/+5
2006-11-14Resolve Image* of animation phase at load time instead of storing just theBjørn Lindeijer1-26/+10
2006-11-14Separated Action class to its own module.Bjørn Lindeijer1-47/+0
2006-09-20tweaks at the animation system (mostly about fixing the looping attack animat...Philipp Sehmisch1-5/+28
2006-08-26Applied patch by Bahamut81 which implements resetting of Animation, Action andBjørn Lindeijer1-2/+18
2006-08-04Small code cleanup. Removed unused headers.Björn Steinbrink1-20/+15
2006-08-01animations and directions are now passed and stored as enums and no longer as...Philipp Sehmisch1-4/+4
2006-07-29A bunch of cleanups.Björn Steinbrink1-25/+10
2006-07-28Moved AnimatedSprite into its own files, removed useless includes.Björn Steinbrink1-311/+0
2006-07-24Implemented caching of spritesets, including a lot of cleanups to the newBjørn Lindeijer1-141/+179
2006-07-21WhooopsEugenio Favalli1-1/+1
2006-07-21Removed unused code, fixed a numeric conversion, used a more meaningful speed.Eugenio Favalli1-25/+14
2006-07-20Fixed left bow attack animation, made the attack animation stay in sync with ...Eugenio Favalli1-3/+43
2006-07-19Merged new_animation branch until r2415 into trunk. Eugenio Favalli1-0/+389