summaryrefslogtreecommitdiffstats
path: root/src/scripting
Commit message (Expand)AuthorAgeFilesLines
...
* Added script binds to get full monster anger list + drop anger of monstersErik Schilling2012-07-171-0/+17
* Added lua bind to send text effect particle to clientsErik Schilling2012-07-171-0/+13
* Made chr_get_level capable of retrieving skill levelsErik Schilling2012-07-171-3/+12
* Fixed the get_beings_in_rectangle function.Erik Schilling2012-07-141-1/+2
* Made sure the map is set for trigger scriptsErik Schilling2012-07-111-0/+1
* Made kill count script bind capable of taking the monster name as argumentErik Schilling2012-07-101-2/+2
* Added bind for setting login callbackErik Schilling2012-07-081-0/+8
* Added script bind for getting specy id of a monster handleErik Schilling2012-07-071-0/+12
* Removed no longer needed codeErik Schilling2012-05-202-24/+0
* Don't send NPC text as fixed-length stringThorbjørn Lindeijer2012-05-061-3/+2
* Some small optimizations in Lua helper functionsThorbjørn Lindeijer2012-05-061-6/+3
* Adding monster::on_damage callbackStefan Beller2012-04-041-0/+9
* Renamed Thing to EntityThorbjørn Lindeijer2012-04-046-22/+22
* Enhanced special supportErik Schilling2012-04-046-46/+162
* Made skill related function capable of taking the skill name as parameterErik Schilling2012-03-173-5/+27
* Added map update function, moved schedules there to keep map contextErik Schilling2012-03-171-2/+15
* Fixed fastRemoveOne when the element isn't foundThorbjørn Lindeijer2012-03-161-1/+1
* Added chr_kick() lua bindErik Schilling2012-03-141-2/+16
* Added being_get_mapid lua bindErik Schilling2012-03-141-2/+18
* Added get_character_by_name lua bindErik Schilling2012-03-141-0/+18
* Added script bind to set walkmask for beingsErik Schilling2012-03-131-0/+42
* Removed "mana." from script function documentationThorbjørn Lindeijer2012-03-111-102/+99
* Register Lua script API functions into the global namespaceThorbjørn Lindeijer2012-03-111-2/+3
* Removed the create_npc wrapper and the last two NPC callbacksThorbjørn Lindeijer2012-03-115-40/+54
* Added callbacks for map/worldvar changesErik Schilling2012-03-112-3/+27
* Moved the managing of NPC script coroutines into C++Thorbjørn Lindeijer2012-03-107-154/+341
* Fixed compileThorbjørn Lindeijer2012-03-071-1/+1
* Added a function that returns the current map or raises an errorThorbjørn Lindeijer2012-03-075-136/+80
* Added lua function for getting pvp status of mapErik Schilling2012-03-051-0/+13
* Added possibility to make a being attack an other beingErik Schilling2012-03-051-7/+33
* Improved Lua API argument checkingThorbjørn Lindeijer2012-03-053-580/+194
* Removed the last direct call to global script functionThorbjørn Lindeijer2012-03-034-32/+15
* Improved handling of item and monster class parametersThorbjørn Lindeijer2012-03-033-163/+108
* Use callbacks for items, monsters and status effectsThorbjørn Lindeijer2012-03-032-37/+97
* Added further missing callbacksErik Schilling2012-03-035-6/+154
* Converted functions called by LuaScript to callbacksThorbjørn Lindeijer2012-03-025-46/+108
* Use callbacks for handling character death and respawnThorbjørn Lindeijer2012-03-027-22/+81
* Simplified some of the Lua backendThorbjørn Lindeijer2012-03-022-70/+30
* Merged all the different Lua states into oneThorbjørn Lindeijer2012-03-024-107/+168
* Added a generic Lua user data cacheThorbjørn Lindeijer2012-02-033-9/+106
* Use a full user data object for MapObject referencesThorbjørn Lindeijer2012-01-313-53/+84
* Fixed some lua_newtable/createtable usageThorbjørn Lindeijer2012-01-302-5/+5
* Fixed use of checkstring method in the script functionsErik Schilling2012-01-251-4/+7
* Added announce(text [, sender]) lua functionErik Schilling2012-01-221-4/+18
* Added the chr_get_inventory and chr_get_equipment functions.Yohann Ferreira2012-01-181-0/+137
* Fixed the chr_inv_count function to handle equipment.Yohann Ferreira2012-01-181-6/+11
* Made the lua item_drop script function returns whether it succeeded.Yohann Ferreira2012-01-161-4/+4
* Added several script warnings on errors.Yohann Ferreira2012-01-161-7/+10
* Random small fixes linked to lua c++ scripting functions.Yohann Ferreira2012-01-101-10/+39
* Added unequip lua script functions.Yohann Ferreira2012-01-101-0/+65