summaryrefslogtreecommitdiff
path: root/src/net/manaserv/generalhandler.cpp
AgeCommit message (Collapse)AuthorFilesLines
2010-01-12Standardize header orderJared Adams1-5/+4
Also remove some extra new lines and fix eAthena's PartyTab define guards.
2009-12-22Rename tmw-skills.xml to mana-skills.xmlThorbjørn Lindeijer1-1/+1
Should eventually just be skills.xml, but we can't do that at the moment due to sharing the client data repository between different server types.
2009-12-02Centralize netcode handler instances in NetJared Adams1-1/+1
Instead of each netcode making the global variables and Net referencing them, Net now makes them and the netcodes reference them. Also remove an innappropriate ChatHandler reference from eA's AdminHandler.
2009-11-03Remove two unneeded methods of Net::GeneralHandlerJared Adams1-11/+0
2009-11-03Fix switching characters under ManaServJared Adams1-0/+9
2009-11-03Fix potential infinite recursionJared Adams1-1/+1
2009-11-03Remove more _SUPPORT ifdefs and do some cleanupJared Adams1-26/+25
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 Adams1-0/+190