summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Monster.h (unfollow)
Commit message (Expand)AuthorFilesLines
2014-08-26Moved to passing pointers instead of passing by reference.Samuel Barney1-4/+4
2014-08-26Reworked Component and Monster classes to mimic the old code.Samuel Barney1-0/+6
2014-08-26Added getters for the Components. Currently returning by reference.Samuel Barney1-5/+11
2014-08-25Got it working, finallySamuel Barney1-2/+2
2014-08-21Temporarily commented out override directives.Samuel Barney1-1/+1
2014-08-21Removed toloa calls.Samuel Barney1-3/+0
2014-08-21Moved some things aroundSamuel Barney1-1/+5
2014-08-21Added new codeSamuel Barney1-0/+65
2014-08-21Renamed all new Mob files and classesSamuel Barney1-2/+2
2014-08-21Fixed to make metadata work correctly.Samuel Barney1-0/+2
2014-08-21Got the new mob classes implemented.Samuel Barney1-0/+24
2014-08-21Temporarily instantiating components here.Samuel Barney1-0/+5
2014-08-21Integrated ClientHandle into NewMonsterSamuel Barney1-1/+5
2014-08-20Got the core of NewMonster workingSamuel Barney1-2/+49
2014-08-20Added start of new monster classSamuel Barney1-0/+16