summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added script bind to set walkmask for beingsErik Schilling2012-03-139-28/+63
* Removed "mana." from script function documentationThorbjørn Lindeijer2012-03-111-102/+99
* Converted two Lua scripts from DOS to UNIX line endingsThorbjørn Lindeijer2012-03-112-132/+132
* Register Lua script API functions into the global namespaceThorbjørn Lindeijer2012-03-1119-224/+225
* Removed the create_npc wrapper and the last two NPC callbacksThorbjørn Lindeijer2012-03-1113-119/+165
* Removed deprecated NPC helper functionsThorbjørn Lindeijer2012-03-119-77/+68
* Added callbacks for map/worldvar changesErik Schilling2012-03-117-3/+148
* Moved the managing of NPC script coroutines into C++Thorbjørn Lindeijer2012-03-1017-480/+455
* Removed space before ;Erik Schilling2012-03-101-1/+1
* 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
* Updated Doxyfile to Doxygen 1.7.4Thorbjørn Lindeijer2012-03-071-45/+79
* Added @effect commandErik Schilling2012-03-052-0/+49
* Added lua function for getting pvp status of mapErik Schilling2012-03-053-2/+19
* Added possibility to make a being attack an other beingErik Schilling2012-03-054-35/+61
* Improved Lua API argument checkingThorbjørn Lindeijer2012-03-053-580/+194
* SQLite: Added a timeout for trying to acquire a database lockThorbjørn Lindeijer2012-03-041-0/+4
* Removed the last direct call to global script functionThorbjørn Lindeijer2012-03-036-39/+30
* Improved handling of item and monster class parametersThorbjørn Lindeijer2012-03-033-163/+108
* Made some global Lua variables localThorbjørn Lindeijer2012-03-033-93/+93
* Use callbacks for items, monsters and status effectsThorbjørn Lindeijer2012-03-0320-136/+263
* Added further missing callbacksErik Schilling2012-03-0312-20/+238
* Converted functions called by LuaScript to callbacksThorbjørn Lindeijer2012-03-0211-80/+139
* Use callbacks for handling character death and respawnThorbjørn Lindeijer2012-03-0210-33/+125
* Simplified some of the Lua backendThorbjørn Lindeijer2012-03-022-70/+30
* A bunch of cleanups to example Lua scriptsThorbjørn Lindeijer2012-03-0210-181/+126
* Merged all the different Lua states into oneThorbjørn Lindeijer2012-03-0228-277/+271
* Fixed bug with erasing the last status effectThorbjørn Lindeijer2012-02-281-3/+9
* Removed unnessecary second check for same conditionErik Schilling2012-02-281-65/+62
* Prevent calculating movement of being further if it does not moveErik Schilling2012-02-271-0/+4
* Fixed compilation again + some more code cleanupErik Schilling2012-02-275-20/+21
* Some random code cleanupErik Schilling2012-02-261-33/+25
* Renamed some iterators + fixed one TODO (stored guilds in a map)Erik Schilling2012-02-262-46/+23
* Merged the example client and server dataThorbjørn Lindeijer2012-02-25190-11/+6
* Moved @announce permission to GM groupThorbjørn Lindeijer2012-02-051-1/+1
* Simplified merchant.luaThorbjørn Lindeijer2012-02-041-80/+85
* Added a generic Lua user data cacheThorbjørn Lindeijer2012-02-033-9/+106
* Clear the gid flags before processing themThorbjørn Lindeijer2012-02-033-13/+22
* Added a way to specify the min and max attributes values.Yohann Ferreira2012-02-0210-103/+264
* Use a full user data object for MapObject referencesThorbjørn Lindeijer2012-01-314-53/+94
* Fixed some lua_newtable/createtable usageThorbjørn Lindeijer2012-01-302-5/+5
* Removed unused createRandomPassword functionThorbjørn Lindeijer2012-01-294-101/+0
* Fixed use of checkstring method in the script functionsErik Schilling2012-01-251-4/+7
* Added announce(text [, sender]) lua functionErik Schilling2012-01-222-4/+19
* Removed logging of chatErik Schilling2012-01-222-15/+0
* Made @announce fully functionalErik Schilling2012-01-215-47/+40
* Added the chr_get_inventory and chr_get_equipment functions.Yohann Ferreira2012-01-182-0/+165
* Fixed the chr_inv_count function to handle equipment.Yohann Ferreira2012-01-184-18/+59
* 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