summaryrefslogtreecommitdiff
path: root/src/net/manaserv
AgeCommit message (Collapse)AuthorFilesLines
2009-11-03Simplify ManaServ netcode some moreJared Adams34-1074/+214
2009-11-03Fix potential infinite recursionJared Adams3-4/+4
2009-11-03Remove more _SUPPORT ifdefs and do some cleanupJared Adams65-396/+758
2009-11-02Got rid of GameHandler::clearThorbjørn Lindeijer1-5/+0
It was just forwarding to disconnect().
2009-10-30Support switching characters under eAthenaJared Adams2-0/+7
2009-10-29Second round of fine tuning for keyboard movement.Bertram1-5/+11
I just discovered that the X,Y offsets aren't handled the same way between eAthena and Manaserv to draw the player's character. So, this patch hopefully fix the walk on water bug. There are some glitches left: - Like walking diagonally to a blocked corner. - Or Some times the character miss a blocked tile and correct its route. - The character's name is drawn in the wrong place for Manaserv client. - The playerBox draws the player at the wrong location; He's not centered at login and isn't diplayed at all in equipment window... But anyway, it's better than before. I'll go on for some polishing before continuing. Some cleanups are becoming vital for code's understanding.
2009-10-26Fixed loading of skill database on ManaServ (quick hotfix, needs to be ↵Philipp Sehmisch1-1/+1
rebranded)
2009-10-24Basically finish rebrandingJared Adams1-1/+1
2009-10-24REplace instances of TMW with ManaJared Adams61-0/+6674