summaryrefslogtreecommitdiff
path: root/src/net/beinghandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-02-16read hairstyle and gender from the looks change methodRoderic Morris1-1/+9
2008-12-13Added support for being effects through the eAthena levelup message, and checkBjørn Lindeijer1-1/+3
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-10-26fix for last commitRoderic Morris1-2/+2
2008-10-26fixes for movementRoderic Morris1-1/+14
2008-10-24Made it so the player will auto face its targetJared Adams1-2/+9
2008-10-15src/localplayer.cppDavid Athay1-0/+10
2008-10-09Merged the movement branch into trunkBjørn Lindeijer1-345/+25
2008-05-19(no commit message)Philipp Sehmisch1-0/+2
2008-03-13Synchronized pathfinding algorithmns with those used by the server to avoid a...Philipp Sehmisch1-7/+3
2008-03-09Implemented possibility to rotate particle emitters. Implemented interpretati...Philipp Sehmisch1-2/+7
2008-03-04Added HP regeneration and new death messages.Philipp Sehmisch1-1/+4
2008-02-27made the string " Press OK to respawn." translateable.Philipp Sehmisch1-1/+1
2008-02-27Implemented provisorical player respawn.Philipp Sehmisch1-1/+30
2008-02-22 Handling gender with an enum everywhere.Philipp Sehmisch1-1/+1
2008-02-18Merged revisions 3762-3772,3776-3782 via svnmerge from Bjørn Lindeijer1-14/+14
2008-01-24Fixed broken communication of attack directions.Philipp Sehmisch1-1/+8
2007-12-18Updated attribute system to the latest design decisions (removed charisma, ke...Philipp Sehmisch1-0/+1
2007-11-21Renamed {read,write}{Byte,Short,Long} to {read,write}{Int8,Int16,Int32}. ThisBjørn Lindeijer1-98/+98
2007-11-03Fixed double load of hair graphics.Guillaume Melquiond1-2/+2
2007-10-18Removed player looks from generic beings. Prevented client termination on mis...Guillaume Melquiond1-7/+8
2007-10-18Removed guess of being type from class number. Factored handler for new beings.Guillaume Melquiond1-26/+15
2007-09-19Merged 0.0 changes from revision 3362 to 3580 to trunk.Bjørn Lindeijer1-43/+41
2007-08-08Fixed position of the cleaning bit for looks, so that it actually fits into n...Guillaume Melquiond1-1/+2
2007-07-25Added being speed to protocol.Guillaume Melquiond1-4/+8
2007-07-23Converted NPC code to new server.Guillaume Melquiond1-1/+12
2007-07-14Reduced size of equipment packets.Guillaume Melquiond1-4/+28
2007-07-12Added support for visible equipment.Guillaume Melquiond1-0/+22
2007-06-30Changed include order to avoid a problem with guichan on windows. Implemented...Philipp Sehmisch1-0/+1
2007-06-04Merged 0.0 changes from revision 3234 to 3317 to trunk.Bjørn Lindeijer1-3/+14
2007-03-11Merged 0.0 changes from revision 3065 to 3177 to trunk.Bjørn Lindeijer1-18/+15
2007-03-02Implemented communication of being action changes.Philipp Sehmisch1-25/+47
2006-12-29Implemented catching and displaying of damage notifications.Philipp Sehmisch1-0/+17
2006-12-27Client-sided implementation of attacksPhilipp Sehmisch1-4/+13
2006-12-11Merged 0.0 changes from revision 2825 to 2898 to trunk.Bjørn Lindeijer1-42/+41
2006-09-09Fitted being trajectories to synchronization messages.Guillaume Melquiond1-4/+11
2006-09-02Removed pixel-based synchronisation. Added variable length move messages.Guillaume Melquiond1-5/+25
2006-09-02Switched to short IDs for beings.Guillaume Melquiond1-5/+4
2006-08-27Added support for entering monsters.Bjørn Lindeijer1-14/+26
2006-08-27Added support for leaving beings.Guillaume Melquiond1-0/+17
2006-08-27Changed to pixel-based coordinates for beings.Guillaume Melquiond1-4/+4
2006-08-27Send movements.Guillaume Melquiond1-3/+12
2006-08-26Handle "beings move" messages.Guillaume Melquiond1-0/+24
2006-08-26Got rid of numerous additions and substractions to the hair style and color.Bjørn Lindeijer1-2/+2
2006-08-26Implemented "say around" chat.Guillaume Melquiond1-11/+16
2006-08-20Changed MessageHandler::handleMessage to take a reference instead of a pointer.Bjørn Lindeijer1-107/+130
2006-08-01Fixed several compiler warnings and a linker error when compiling withoutBjørn Lindeijer1-9/+9
2006-07-25Fixed Linux compiling issues and merged update system fix for Windows.Bjørn Lindeijer1-1/+1
2006-07-25Switched client to use enet and modified login sequence to work with the new ...Eugenio Favalli1-86/+84
2006-07-19Merged new_animation branch until r2415 into trunk. Eugenio Favalli1-19/+19