summaryrefslogtreecommitdiff
path: root/src/net/ea/specialhandler.cpp
AgeCommit message (Collapse)AuthorFilesLines
2010-01-12Standardize header orderJared Adams1-5/+5
Also remove some extra new lines and fix eAthena's PartyTab define guards.
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 more _SUPPORT ifdefs and do some cleanupJared Adams1-1/+1
2009-07-15Fixed compile warnings and crash in skill dialogThorbjørn Lindeijer1-4/+4
The crash was probably due to roaming or uninitialized pointers in the skill map. Please remember to clear it after deleting its contents, and also remember that operator[] is non-const and will insert an element when it's not already there. The proper way to see if a map contains an element is by using find().
2009-07-14Add netcode for specialsJared Adams1-3/+12
2009-07-13Rename Net::SkillHandler to Net::SpecialHandlerJared Adams1-0/+246
SkillHandler::up moved to PlayerHandler::increaseSkill