summaryrefslogtreecommitdiff
path: root/src/resources/action.cpp
AgeCommit message (Collapse)AuthorFilesLines
2008-12-08Code reformattingBjørn Lindeijer1-8/+3
I wish I had never fallen for this weird style, and I hope removing it will prevent others from introducing new code like this. :-)
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
I don't know why we dealt with these things for so long. Did we ever get anything out of it?
2007-10-23Merged changesets 3653, 3655-3657, 3659-3560, 3671-3672 from trunk to Bjørn Lindeijer1-8/+3
0.0. Mostly memory leak fixes by Guillaume.
2006-12-12Moved Action, Animation and Frame (renamed from AnimationPhase) classes intoBjørn Lindeijer1-0/+67
the resources directory, since they are part of the SpriteDef class.