summaryrefslogtreecommitdiff
path: root/src/game-server/thing.h
AgeCommit message (Collapse)AuthorFilesLines
2011-05-15Fixed compile with GCC 4.6Thorbjørn Lindeijer1-1/+1
* Include cstddef to be able to use size_t * Replace NULL with 0 since NULL doesn't happen to be defined in any included header file
2011-03-20Moved defines.h and manaserv_protocol.h into 'common'Thorbjørn Lindeijer1-1/+2
Just seems a bit more organized to me.
2011-03-12Removed a bunch of silly documentationThorbjørn Lindeijer1-3/+0
A C++ developer should be able to recognize a constructor and a destructor by just looking at it, so let's stop writing down the obvious. :)
2011-01-03Namespaced the manaserv protocol to ease the porting of the enums.Yohann Ferreira1-0/+1
Trivial.
2010-12-29protocol.h -> manaserv_protocol.h to avoid conflicts with mysql files.Yohann Ferreira1-1/+1
Resolves: Mana-Mantis #278.
2010-11-14Renamed .hpp files into .h for consistency.Yohann Ferreira1-0/+121
Also added an header to the autoattack.{h,cpp} files. Big but trivial fix.