summaryrefslogtreecommitdiff
path: root/src/game-server
AgeCommit message (Expand)AuthorFilesLines
2012-03-03Use callbacks for items, monsters and status effectsThorbjørn Lindeijer10-90/+139
2012-03-03Added further missing callbacksErik Schilling4-14/+68
2012-03-02Converted functions called by LuaScript to callbacksThorbjørn Lindeijer4-9/+11
2012-03-02Use callbacks for handling character death and respawnThorbjørn Lindeijer2-5/+33
2012-03-02Merged all the different Lua states into oneThorbjørn Lindeijer14-160/+89
2012-02-28Fixed bug with erasing the last status effectThorbjørn Lindeijer1-3/+9
2012-02-27Prevent calculating movement of being further if it does not moveErik Schilling1-0/+4
2012-02-27Fixed compilation again + some more code cleanupErik Schilling1-1/+1
2012-02-26Some random code cleanupErik Schilling1-33/+25
2012-02-03Clear the gid flags before processing themThorbjørn Lindeijer2-12/+21
2012-02-02Added a way to specify the min and max attributes values.Yohann Ferreira8-49/+129
2012-01-22Removed logging of chatErik Schilling1-3/+0
2012-01-21Made @announce fully functionalErik Schilling1-7/+8
2012-01-18Fixed the chr_inv_count function to handle equipment.Yohann Ferreira2-10/+37
2012-01-10Made the game server execute the chr_respawn_accept script evenYohann Ferreira4-19/+52
2012-01-10Added unequip lua script functions.Yohann Ferreira2-0/+46
2012-01-10Added equip lua script functions.Yohann Ferreira2-1/+16
2012-01-03Fixed code not getting executed since it was behind a returnErik Schilling1-1/+1
2012-01-02Made all beings capable of having a genderErik Schilling8-24/+29
2011-12-04Added @skills command which lists all skillsErik Schilling1-0/+41
2011-11-12Prevented the equipment to remove the item when something went wrong.Yohann Ferreira1-10/+12
2011-11-12Made the server warn the player when equip/unequip failed.Yohann Ferreira1-4/+15
2011-11-07Merged three global script states into oneThorbjørn Lindeijer3-9/+9
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