summaryrefslogtreecommitdiff
path: root/src/game-server/skillmanager.h
AgeCommit message (Collapse)AuthorFilesLines
2011-09-28Added a default skill id getter in the skill manager.Yohann Ferreira1-0/+4
I also added a link to the skillmanager object in its header file. This will later be used to get info from elsewhere than the server main loop.
2011-08-26Rewrote the skill manager the same way as the item manager.Yohann Ferreira1-7/+48
This will permit better handling of both skills names and id. This is needed to start reworking on the auto-attack system.
2010-11-14Renamed .hpp files into .h for consistency.Yohann Ferreira1-0/+48
Also added an header to the autoattack.{h,cpp} files. Big but trivial fix.