summaryrefslogtreecommitdiff
path: root/src/game-server
AgeCommit message (Expand)AuthorFilesLines
2012-03-21Fixed restoring of persistent floor itemsThorbjørn Lindeijer1-1/+1
2012-03-20Fixed finding characters by nameThorbjørn Lindeijer1-1/+1
2012-03-17Made skill related function capable of taking the skill name as parameterErik Schilling2-4/+16
2012-03-17Added map update function, moved schedules there to keep map contextErik Schilling3-29/+35
2012-03-16Fixed remaining compiler warningsThorbjørn Lindeijer5-10/+10
2012-03-16Fixed Inventory::unequipItem functionThorbjørn Lindeijer1-1/+1
2012-03-14Added get_character_by_name lua bindErik Schilling4-48/+25
2012-03-13Added script bind to set walkmask for beingsErik Schilling8-28/+21
2012-03-11Removed the create_npc wrapper and the last two NPC callbacksThorbjørn Lindeijer5-30/+100
2012-03-11Added callbacks for map/worldvar changesErik Schilling4-0/+77
2012-03-10Moved the managing of NPC script coroutines into C++Thorbjørn Lindeijer8-68/+102
2012-03-10Removed space before ;Erik Schilling1-1/+1
2012-03-05Added @effect commandErik Schilling1-0/+48
2012-03-05Added lua function for getting pvp status of mapErik Schilling1-2/+2
2012-03-05Added possibility to make a being attack an other beingErik Schilling3-28/+28
2012-03-03Removed the last direct call to global script functionThorbjørn Lindeijer2-7/+15
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