summaryrefslogtreecommitdiff
path: root/src/net/manaserv/beinghandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-05-02Fixed network layer doing delayed actor deletionThorbjørn Lindeijer1-1/+1
2012-10-11Client side patch for change of sending order of genderErik Schilling1-4/+9
2012-05-05Removed the shared base classes of MessageIn and MessageOutThorbjørn Lindeijer1-11/+11
2012-02-05Revert "Checking being positions send by the server"Thorbjørn Lindeijer1-26/+0
2012-02-02Fix to the hair colors and styles handling.Yohann Ferreira1-2/+4
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2012-01-18ColorDB -> HairDB.Yohann Ferreira1-3/+3
2012-01-10player_node -> local_playerYohann Ferreira1-5/+5
2012-01-02Made the client capable of displaying gender of monsters and npcsErik Schilling1-0/+2
2011-09-28Officially added the gender in the manaserv protocol - client part.Yohann Ferreira1-2/+2
2011-08-19Fixed visible equipment updates, and made it based on equip.xml.Yohann Ferreira1-22/+12
2011-06-17Made the client officially handle attack ids.Yohann Ferreira1-2/+2
2011-05-01Fixing checking of being positions send by the serverStefan Dombrowski1-6/+6
2011-05-01Checking being positions send by the serverStefan Dombrowski1-0/+26
2011-04-27Avoiding compiler warnings about possible uninitialized variablesStefan Dombrowski1-1/+1
2011-04-26Made the client use a unique kind of movement code.Yohann Ferreira1-35/+3
2011-04-18Added a client-side position tolerance check.Yohann Ferreira1-9/+25
2011-03-15Basically merged the two movement algorithms into one.Yohann Ferreira1-36/+3
2011-01-09Fix other direction discrepancies on the client.Yohann Ferreira1-18/+5
2010-12-30Renamed protocol.h to manaserv_protocol.h to follow server's changes.Yohann Ferreira1-1/+1
2010-07-30Fixed weapon animations for manaserv.Yohann Ferreira1-1/+1
2010-07-19Merge branch '1.0'Yohann Ferreira1-1/+1
2010-07-11Made the different hard-coded paths and files be now taken from theYohann Ferreira1-1/+1
2010-06-10Merge BeingManager and FloorItemManager as ActorSpriteManagerJared Adams1-12/+13
2010-05-21Merge branch '1.0'Thorbjørn Lindeijer1-1/+1
2010-05-21Merge protocol from manaserv about thing types.Yohann Ferreira1-1/+1
2010-05-17Remove Monster, Player, and NPC classesJared Adams1-13/+10
2010-02-21Made tick counter and framerate limiter work during login sequenceThorbjørn Lindeijer1-4/+3
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-19Fixed a crash when trying to switch serversThorbjørn Lindeijer1-1/+1
2010-02-13Allow player to talk after deathAndrei Karas1-1/+1
2010-02-09Got successfully rid of tile width/height fallback values as asked by Jaxad.Bertram1-6/+3
2010-02-09Separated fallback defaults for tile width and height.Bertram1-7/+10
2010-02-09Made the Beings' logic be able to handle any tile height/width.Bertram1-3/+28
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
2010-02-03Factorized speed translation from tile per seconds to pixels per ticks.Bertram1-5/+9
2010-02-01Reduced CPU consumption by setting speed per ticks value only once.Bertram1-4/+12
2010-01-24Remove some more _SUPPORT ifdefsJared Adams1-4/+4
2010-01-12Standardize header orderJared Adams1-5/+5
2009-11-03Simplify ManaServ netcode some moreJared Adams1-3/+2
2009-11-03Remove more _SUPPORT ifdefs and do some cleanupJared Adams1-11/+11
2009-10-29Second round of fine tuning for keyboard movement.Bertram1-5/+11
2009-10-24REplace instances of TMW with ManaJared Adams1-0/+325