summaryrefslogtreecommitdiff
path: root/src/net/playerhandler.cpp
AgeCommit message (Collapse)AuthorFilesLines
2008-01-28Added weapon skill system and leveling system.Philipp Sehmisch1-0/+128
2007-11-21Renamed {read,write}{Byte,Short,Long} to {read,write}{Int8,Int16,Int32}. ThisBjørn Lindeijer1-7/+7
is less confusing in 64-bit context and less conflicting with the 0.0 client.
2007-09-19Merged 0.0 changes from revision 3362 to 3580 to trunk.Bjørn Lindeijer1-1/+2
2007-08-18Adapted to new server handling of character attributes.Guillaume Melquiond1-19/+11
2007-03-22Redesigned the localplayer class to use getters and setters instead of ↵Philipp Sehmisch1-172/+20
direct access to the member variables. Implemented communication of attributes between server and client.
2007-01-14Merged 0.0 changes from revision 2988 to 3035 to trunk.Bjørn Lindeijer1-2/+2
2007-01-04Merged 0.0 changes from revision 2898 to 2988 to trunk.Bjørn Lindeijer1-0/+16
2006-12-30Updated protocol.Guillaume Melquiond1-14/+12
2006-12-27Client-sided implementation of attacksPhilipp Sehmisch1-1/+0
2006-12-11Merged 0.0 changes from revision 2825 to 2898 to trunk.Bjørn Lindeijer1-7/+11
2006-08-27Removed Being::mFrame field.Guillaume Melquiond1-1/+0
2006-08-27Got rid of no longer used protocol.cppBjørn Lindeijer1-13/+0
2006-08-27Changed to pixel-based coordinates for beings.Guillaume Melquiond1-4/+2
2006-08-20GPMSG_PLAYER_MAP_CHANGE is now partly handled.Bjørn Lindeijer1-35/+46
2006-08-20Changed MessageHandler::handleMessage to take a reference instead of a pointer.Bjørn Lindeijer1-55/+57
Removed unused Packet class. Added stub for handling GPMSG_BEING_ENTER.
2006-08-14Completed porting of character creation/deletion, fixed some issues with ↵Eugenio Favalli1-1/+1
network code.
2006-07-30Updated TMW to be compatible with Guichan 0.5.0 (merged from guichan-0.5.0Bjørn Lindeijer1-2/+2
branch).
2006-07-25Switched client to use enet and modified login sequence to work with the new ↵Eugenio Favalli1-52/+52
protocol from tmwserv.
2006-07-19Merged new_animation branch until r2415 into trunk. Eugenio Favalli1-2/+2
2006-03-09Made all local action listeners structs and moved them into anonymous ↵Björn Steinbrink1-14/+12
namespaces.
2006-03-09Made all class members named like mClassMember.Björn Steinbrink1-59/+83
2006-02-01Made the OkDialog and ConfirmDialog classes proxies for their buttons' ↵Björn Steinbrink1-4/+4
events. Removed the RequestTradeWindow class, replaced with a plain ConfirmDialog. Fixed a memory leak along the way.
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink1-0/+301