Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-11-03 | Remove more _SUPPORT ifdefs and do some cleanup | Jared Adams | 1 | -1/+1 | |
2009-07-15 | Fixed compile warnings and crash in skill dialog | Thorbjørn Lindeijer | 1 | -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-14 | Add netcode for specials | Jared Adams | 1 | -3/+12 | |
2009-07-13 | Rename Net::SkillHandler to Net::SpecialHandler | Jared Adams | 1 | -0/+246 | |
SkillHandler::up moved to PlayerHandler::increaseSkill |