summaryrefslogtreecommitdiff
path: root/src/localplayer.cpp
AgeCommit message (Expand)AuthorFilesLines
2006-11-02Network layer refactoring.Björn Steinbrink1-11/+42
2006-09-02Switched to short IDs for beings.Guillaume Melquiond1-2/+2
2006-08-27Implemented pixel-grained movements.Guillaume Melquiond1-13/+21
2006-08-27Cleaned the logic members.Guillaume Melquiond1-15/+3
2006-08-27Removed Being::mFrame field.Guillaume Melquiond1-8/+3
2006-08-27Changed to pixel-based coordinates for beings.Guillaume Melquiond1-10/+10
2006-08-27Send movements.Guillaume Melquiond1-4/+5
2006-08-26Got rid of the default MessageOut constructor, since all messages should haveBjørn Lindeijer1-28/+14
2006-08-14Completed porting of character creation/deletion, fixed some issues with netw...Eugenio Favalli1-0/+1
2006-07-25Switched client to use enet and modified login sequence to work with the new ...Eugenio Favalli1-52/+52
2006-07-24Fixed setDirection() semantics.Björn Steinbrink1-4/+0
2006-07-24Removed unused code, fixed "change direction when not walking" bug, updated p...Eugenio Favalli1-0/+6
2006-07-19Merged new_animation branch until r2415 into trunk. Eugenio Favalli1-6/+6
2006-05-12You can now see the shirt when equipping a top equipment.Eugenio Favalli1-2/+1
2006-05-02Fixed the delay last move bug.Eugenio Favalli1-1/+1
2006-03-09Made all class members named like mClassMember.Björn Steinbrink1-26/+26
2006-03-09Use std::auto_ptr in some places.Björn Steinbrink1-1/+0
2006-03-08Reverted changes from r2225, it broke walking code as I missed the difference...Björn Steinbrink1-5/+2
2006-03-08Let the LocalPlayer decide whether it can walk to a destination.Björn Steinbrink1-3/+6
2006-03-05Merged new_playerset branch into trunk.Eugenio Favalli1-4/+9
2006-02-07Made the being directions being stored in a bitfield.Björn Steinbrink1-49/+29
2006-02-05Made the player walk to items prior to picking them up.Björn Steinbrink1-4/+25
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink1-0/+386