summaryrefslogtreecommitdiff
path: root/example
AgeCommit message (Expand)AuthorFilesLines
2013-05-04Client-side settings are now available from settings.xml too, so example/sett...Przemysław Grzywacz1-1/+4
2013-05-03Maps are now configured in settings.xml tooPrzemysław Grzywacz1-0/+1
2013-05-03Made member function tables available as a globalsThorbjørn Lindeijer3-11/+11
2013-04-29Single xml solutionPrzemysław Grzywacz3-8/+18
2013-04-15Moved functions to entity members where appropriateThorbjørn Lindeijer16-119/+114
2013-04-14Simplified some script function namesThorbjørn Lindeijer8-73/+71
2013-04-14Removed NPC and character parameters from NPC functionsThorbjørn Lindeijer8-75/+72
2013-04-14Use a full user data for Entity referencesThorbjørn Lindeijer1-1/+1
2013-02-24Added possibility to reserve mapsErik Schilling1-0/+5
2013-02-21Removed loading of script files using the statusmanagerErik Schilling3-2/+4
2013-02-17Monsters no longer load their script filesErik Schilling1-1/+0
2013-02-16Fixed last second reordering of function parameters in last commitErik Schilling1-5/+5
2013-02-04Moved attribute (re)calculation to the scriptsErik Schilling2-0/+75
2013-02-04Changed Sword to Vit bonus since it has a lot derived attributesErik Schilling1-1/+1
2013-02-01Added emote support.Yohann Ferreira2-20/+19
2013-01-08Added Vulnerabilities for monstersErik Schilling2-2/+2
2013-01-08Added script binds for getting attack informationErik Schilling1-1/+4
2013-01-08Work on (Auto)Attack system.Erik Schilling3-61/+71
2013-01-08Rename AutoAttack to AttackErik Schilling1-3/+3
2012-04-04Enhanced special supportErik Schilling3-27/+37
2012-03-11Converted two Lua scripts from DOS to UNIX line endingsThorbjørn Lindeijer2-132/+132
2012-03-11Register Lua script API functions into the global namespaceThorbjørn Lindeijer16-196/+196
2012-03-11Removed the create_npc wrapper and the last two NPC callbacksThorbjørn Lindeijer1-7/+7
2012-03-11Removed deprecated NPC helper functionsThorbjørn Lindeijer8-68/+68
2012-03-10Moved the managing of NPC script coroutines into C++Thorbjørn Lindeijer1-2/+0
2012-03-05Added @effect commandErik Schilling1-0/+1
2012-03-03Made some global Lua variables localThorbjørn Lindeijer2-47/+46
2012-03-03Use callbacks for items, monsters and status effectsThorbjørn Lindeijer7-9/+22
2012-03-03Added further missing callbacksErik Schilling2-0/+5
2012-03-02Converted functions called by LuaScript to callbacksThorbjørn Lindeijer1-4/+4
2012-03-02Use callbacks for handling character death and respawnThorbjørn Lindeijer1-6/+11
2012-03-02A bunch of cleanups to example Lua scriptsThorbjørn Lindeijer10-181/+126
2012-03-02Merged all the different Lua states into oneThorbjørn Lindeijer7-7/+9
2012-02-25Merged the example client and server dataThorbjørn Lindeijer187-1/+1
2012-02-05Moved @announce permission to GM groupThorbjørn Lindeijer1-1/+1
2012-02-04Simplified merchant.luaThorbjørn Lindeijer1-80/+85
2012-02-02Added a way to specify the min and max attributes values.Yohann Ferreira1-22/+135
2012-01-31Use a full user data object for MapObject referencesThorbjørn Lindeijer1-0/+10
2012-01-22Added announce(text [, sender]) lua functionErik Schilling1-0/+1
2012-01-18Added the chr_get_inventory and chr_get_equipment functions.Yohann Ferreira1-0/+28
2012-01-18Fixed the chr_inv_count function to handle equipment.Yohann Ferreira1-2/+11
2012-01-02Made all beings capable of having a genderErik Schilling4-10/+11
2012-01-02Made do_npc_close to be called by default after the end of the talk functionErik Schilling8-11/+1
2011-12-04Added @skills command which lists all skillsErik Schilling1-0/+1
2011-11-13Added the background parameter values to the equip.xml file.Yohann Ferreira1-10/+10
2011-11-07Merged three global script states into oneThorbjørn Lindeijer1-0/+17
2011-11-02Added @permissions commandErik Schilling1-0/+1
2011-10-19Merge branch 'master' of github.com:mana/manaservYohann Ferreira1-7/+12
2011-10-19Prevent server crash by not having beings talk after spawn for nowThorbjørn Lindeijer1-7/+12
2011-09-28Added a default skill id getter in the skill manager.Yohann Ferreira1-1/+1