summaryrefslogtreecommitdiffstats
path: root/src/scripting
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added equip lua script functions.Yohann Ferreira2012-01-101-0/+71
* Made all beings capable of having a genderErik Schilling2012-01-021-17/+21
* Merged three global script states into oneThorbjørn Lindeijer2011-11-074-59/+29
* Merge github.com:mana/manaservYohann Ferreira2011-11-013-1/+20
|\
| * Added function to determine the script engine by the file name extensionjurkan2011-10-232-0/+19
| * Fixed the get_level doxygen documentation.Yohann Ferreira2011-10-221-1/+1
| * Added the chr_get_level script function.Yohann Ferreira2011-10-221-0/+18
| * Added the chr_set_gender() script function.Yohann Ferreira2011-10-221-0/+20
* | Merge branch 'master' of github.com:mana/manaservYohann Ferreira2011-10-193-4/+156
|\|
| * Made get_beings_in_circle capable of taking a being as argument.Erik Schilling2011-10-191-3/+16
| * Added script bindings for reading map objectsErik Schilling2011-10-153-1/+140
| * Made the npc_create() function use insertion enqueueing.Yohann Ferreira2011-09-281-4/+1
| * Allowed map names in chr_warp function.Erik Schilling2011-08-231-2/+6
| * Created function to make getting monsters easier in scripts.Erik Schilling2011-08-193-14/+16
| * Added LUA function for changing anger of monsters.Erik Schilling2011-08-181-0/+30
* | Added the chr_set_gender() script function.Yohann Ferreira2011-09-281-0/+20
* | Added the chr_get_level script function.Yohann Ferreira2011-09-281-0/+18
* | Made the monster removal not using queues to avoid a crash.Yohann Ferreira2011-08-301-4/+4
* | Made the npc_create() function use insertion enqueueing.Yohann Ferreira2011-08-261-4/+1
* | Merge branch 'equipment-fix' of github.com:Bertram25/manaservYohann Ferreira2011-08-251-4/+5
|\ \
| * \ Merge branch 'master' of git://gitorious.org/~bertram/mana/manaserv-equipment...Yohann Ferreira2011-08-111-4/+5
| |\ \ | | |/ | |/|
| | * Merge branch 'master' of git://gitorious.org/mana/manaservYohann Ferreira2011-08-041-27/+100
| | |\
| | * \ Merge branch 'master' of git://gitorious.org/mana/manaservYohann Ferreira2011-08-041-159/+276
| | |\ \
| | * | | Removed the inventory delay mode for now.Yohann Ferreira2011-07-271-4/+5
* | | | | Allowed map names in chr_warp function.Erik Schilling2011-08-251-2/+6
* | | | | Created function to make getting monsters easier in scripts.Erik Schilling2011-08-253-14/+16
* | | | | Added LUA function for changing anger of monsters.Erik Schilling2011-08-181-0/+30
|/ / / /
* | | / Made chr_inv_count and npc_trade capable of taking a name or an id.Erik Schilling2011-08-101-3/+36
| |_|/ |/| |