summaryrefslogtreecommitdiff
path: root/src/game-server
AgeCommit message (Expand)AuthorFilesLines
2011-11-07Small cleanups in utils::TimerThorbjørn Lindeijer1-1/+1
2011-11-02Added @permissions commandErik Schilling1-18/+47
2011-11-01Removed the inventory checkThorbjørn Lindeijer1-46/+0
2011-11-01Have one place where the Configuration is initializedThorbjørn Lindeijer1-44/+12
2011-11-01Merge github.com:mana/manaservYohann Ferreira6-20/+51
2011-10-23Made @money functional again.Erik Schilling1-6/+5
2011-10-23Added function to determine the script engine by the file name extensionjurkan4-11/+41
2011-10-22Added a default skill id getter in the skill manager.Yohann Ferreira1-0/+4
2011-10-22Officially added the being gender to the protocol.Yohann Ferreira2-5/+19
2011-10-22.find() -> .value due to recent API changes.Yohann Ferreira1-1/+1
2011-10-22Merge branch 'master' of github.com:mana/manaservYohann Ferreira4-5/+5
2011-10-20Return a const & from NameMap to avoid potential deep copiesThorbjørn Lindeijer4-5/+5
2011-10-19Merge branch 'master' of github.com:mana/manaservYohann Ferreira11-349/+317
2011-10-19Have one place where the Logger is initializedThorbjørn Lindeijer1-18/+1
2011-10-19Took interpreting the objects out of the map readerThorbjørn Lindeijer8-216/+229
2011-10-19Removed inappropriate assignment to mOld in Being::findPathThorbjørn Lindeijer1-5/+7
2011-10-15Added script bindings for reading map objectsErik Schilling3-154/+124
2011-09-28Started to fix the autoattack system.Yohann Ferreira4-46/+36
2011-09-28Added a default skill id getter in the skill manager.Yohann Ferreira1-0/+4
2011-09-28Officially added the being gender to the protocol.Yohann Ferreira2-5/+17
2011-09-28Merge github.com:mana/manaservYohann Ferreira4-14/+16
2011-09-28Clarified the role of initialize() and reload() functions in the monsterYohann Ferreira2-6/+8
2011-09-28Fixed mem leak on the item and monster manager unloading processYohann Ferreira3-8/+16
2011-09-28Added a bit more precision on the conditions used in the TriggerArea::update(...Yohann Ferreira2-2/+6
2011-09-28Rewrote the skill manager the same way as the item manager.Yohann Ferreira2-128/+149
2011-09-28Turned the skill manager into a class.Yohann Ferreira3-7/+24
2011-09-28Fixed the trigger area declared within map files.Yohann Ferreira1-1/+5
2011-09-28Small random code format cleanups, and documentation fixes.Yohann Ferreira4-78/+49
2011-09-15Added chatcommand to get position of a character.Erik Schilling1-0/+33
2011-09-13Avoid crashing the game server when the last argument is quoted.Yohann Ferreira1-1/+9
2011-09-09Add persistent items support based on seeseekey's work.Yohann Ferreira3-9/+99
2011-09-08Merge github.com:mana/manaservYohann Ferreira1-1/+1
2011-09-05Added possibility for using monster name in SPAWN map objects.Erik Schilling1-14/+41
2011-09-04Added possibility for using monster name in SPAWN map objects.Erik Schilling1-14/+41
2011-09-02Prevented char from picking up items when inventory is full.Erik Schilling1-9/+14
2011-09-01Added chatcommand to get position of a character.Erik Schilling1-0/+33
2011-09-01Prevented char from picking up items when inventory is full.Erik Schilling1-9/+14
2011-08-30As requested, changed the trigger 'existence' to 'in-inventory'.Yohann Ferreira1-2/+2
2011-08-30Avoid crashing the game server when the last argument is quoted.Yohann Ferreira1-1/+9
2011-08-26Fixed mem leak on the item and monster manager unloading processYohann Ferreira3-3/+11
2011-08-26Rewrote the skill manager the same way as the item manager.Yohann Ferreira3-131/+169
2011-08-26Added a bit more precision on the conditions used in the TriggerArea::update(...Yohann Ferreira2-2/+6
2011-08-26Fixed the trigger area declared within map files.Yohann Ferreira1-1/+5
2011-08-19Changed the sprite layer protocol to supportYohann Ferreira4-57/+64
2011-08-19Used the client base to make a final bugfix on the server code.Yohann Ferreira4-132/+147
2011-08-18Change the unequip function to make use of the item instance id.Yohann Ferreira2-16/+14
2011-08-18Fixed a crash when dealing with unknown equipped items.Yohann Ferreira1-1/+1
2011-08-11Basically redid equip and unequip functions().Yohann Ferreira2-154/+262
2011-08-10Changed ItemEquipInfo to only be a pair of unsigned.Yohann Ferreira3-14/+12
2011-08-10Fixed getting slot id per name.Yohann Ferreira2-6/+20