index
:
mana/mana-client
0.5
0.6
lpc2012
master
Original Mana client. For the new Qt client, see https://github.com/tales/tales-client
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
animatedsprite.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2008-12-07
Merge commit 'a7c21e6f8add37af7412449742ec55c8daa8571a'
Ira Rice
1
-31
/
+10
2008-12-06
Some code formatting
Bjørn Lindeijer
1
-45
/
+12
2008-11-18
Pedantic fixes to the client, where I alphabetized all of the include
Ira Rice
1
-3
/
+0
2008-11-16
Got rid of CVS/Subversion $Id$ markers
Bjørn Lindeijer
1
-2
/
+0
2008-10-10
Fixed a small code typo (thought I copied and compiled animatedsprite
Ira Rice
1
-1
/
+1
2008-10-10
Did a little bit of code cleanup (mostly from TMW changes) as well as
Ira Rice
1
-14
/
+2
2008-07-18
Import of client tree
Lloyd Bryant
1
-1
/
+1
2007-11-20
Merged revisions 3629-3630 via svnmerge from
Bjørn Lindeijer
1
-12
/
+6
2007-05-07
Fixed positioning of monster names and target circles.
Philipp Sehmisch
1
-0
/
+24
2007-03-21
Renamed Spriteset to ImageSet.
Bjørn Lindeijer
1
-1
/
+0
2006-12-12
Moved Action, Animation and Frame (renamed from AnimationPhase) classes into
Bjørn Lindeijer
1
-3
/
+3
2006-11-19
Separated sprite definition from playback.
Bjørn Lindeijer
1
-311
/
+97
2006-11-15
Separated getProperty method to an XML utility namespace.
Bjørn Lindeijer
1
-45
/
+18
2006-11-14
Resolve Image* of animation phase at load time instead of storing just the
Bjørn Lindeijer
1
-37
/
+55
2006-11-14
Separated Action class to its own module.
Bjørn Lindeijer
1
-0
/
+1
2006-09-20
tweaks at the animation system (mostly about fixing the looping attack animat...
Philipp Sehmisch
1
-13
/
+13
2006-09-16
another variable name change doener suggested
Philipp Sehmisch
1
-6
/
+6
2006-09-16
Fixed the crash when attacking without a weapon, some additional stability im...
Philipp Sehmisch
1
-23
/
+39
2006-09-16
Fixed line-endings and set missing properties.
Björn Steinbrink
1
-29
/
+29
2006-09-13
some improvements at the animation system
Philipp Sehmisch
1
-13
/
+34
2006-08-26
Applied patch by Bahamut81 which implements resetting of Animation, Action and
Bjørn Lindeijer
1
-7
/
+10
2006-08-04
Fix enum being treated as string.
Björn Steinbrink
1
-1
/
+1
2006-08-04
Small code cleanup/lower indentation.
Björn Steinbrink
1
-36
/
+35
2006-08-04
Fixed presence of NULL actions. This is doener's version of the fix, because it
Bjørn Lindeijer
1
-1
/
+4
2006-08-02
Some cleanups, fixes and a small start on a solution for the animated sprite
Bjørn Lindeijer
1
-22
/
+31
2006-08-01
animations and directions are now passed and stored as enums and no longer as...
Philipp Sehmisch
1
-21
/
+92
2006-07-30
Unified the play methods.
Björn Steinbrink
1
-13
/
+5
2006-07-29
A bunch of cleanups.
Björn Steinbrink
1
-84
/
+51
2006-07-29
Moved include from header to source file.
Björn Steinbrink
1
-0
/
+1
2006-07-28
Moved AnimatedSprite into its own files, removed useless includes.
Björn Steinbrink
1
-0
/
+340