summaryrefslogtreecommitdiff
path: root/src/player.cpp
AgeCommit message (Collapse)AuthorFilesLines
2006-11-04added scythe as a permanent weapon. Philipp Sehmisch1-1/+30
When you want to test it: either spawn an item with the id 623 or uncomment the lines 439-441 in being.cpp to use the sharp knive as scythe.
2006-10-29Fixed excessive unnecessary reloading of sprites. Also updated NEWS file.Bjørn Lindeijer1-6/+10
2006-08-26Applied patch by Bahamut81 which implements resetting of Animation, Action andBjørn Lindeijer1-1/+15
AnimatedSprite. This fixes the animation synchronization issues.
2006-08-13Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updatesBjørn Lindeijer1-2/+2
from the 0.1.0 branch.
2006-08-05Some cleanups, mostly lowering indentation levels.Björn Steinbrink1-14/+6
2006-08-02Some cleanups, fixes and a small start on a solution for the animated spriteBjørn Lindeijer1-12/+33
synchronization problem (resetting all animations).
2006-07-28Moved AnimatedSprite into its own files, removed useless includes.Björn Steinbrink1-2/+1
2006-07-26Fixed direction and action issues when changing appeareance, frames are ↵Eugenio Favalli1-3/+14
still out of sync.
2006-07-19Merged new_animation branch until r2415 into trunk. Eugenio Favalli1-88/+73
2006-07-03Fixed visible equipment initialization and hack to see 2 kinds of visible ↵Eugenio Favalli1-2/+3
equipments.
2006-06-29Clients get notified of equipping visible items.Eugenio Favalli1-8/+7
2006-06-27Equipment window now show all the slots, and adapted visible shirts to head ↵Eugenio Favalli1-1/+2
(middle) equipments.
2006-06-21Added female players.Eugenio Favalli1-2/+2
2006-05-13Specify the color in which speech and names are supposed to be drawn. RemovedBjørn Lindeijer1-0/+1
unused mSpeechColor member.
2006-05-12You can now see the shirt when equipping a top equipment.Eugenio Favalli1-0/+9
2006-03-09Made all class members named like mClassMember.Björn Steinbrink1-9/+9
2006-03-09Added Spriteset::get() and Spriteset::size() to hide the member vector and ↵Björn Steinbrink1-4/+3
remove the weird mySpriteset->spriteset stuff.
2006-03-05Merged new_playerset branch into trunk.Eugenio Favalli1-35/+60
2006-02-07Made the being directions being stored in a bitfield.Björn Steinbrink1-1/+3
2006-02-06Use virtual methods instead of getType() checks.Björn Steinbrink1-0/+10
2006-02-05Made the nickname and emotions displayed above every layers. Made the delete ↵Yohann Ferreira1-8/+0
and ok buttons be disabled once the character is selected at login.
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink1-0/+133