summaryrefslogtreecommitdiff
path: root/src/net/ea/specialhandler.cpp
AgeCommit message (Collapse)AuthorFilesLines
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