summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-11Removed "mana." from script function documentationThorbjørn Lindeijer1-102/+99
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 Lindeijer19-224/+225
2012-03-11Removed the create_npc wrapper and the last two NPC callbacksThorbjørn Lindeijer13-119/+165
2012-03-11Removed deprecated NPC helper functionsThorbjørn Lindeijer9-77/+68
2012-03-11Added callbacks for map/worldvar changesErik Schilling7-3/+148
2012-03-10Moved the managing of NPC script coroutines into C++Thorbjørn Lindeijer17-480/+455
2012-03-10Removed space before ;Erik Schilling1-1/+1
2012-03-07Fixed compileThorbjørn Lindeijer1-1/+1
2012-03-07Added a function that returns the current map or raises an errorThorbjørn Lindeijer5-136/+80
2012-03-07Updated Doxyfile to Doxygen 1.7.4Thorbjørn Lindeijer1-45/+79
2012-03-05Added @effect commandErik Schilling2-0/+49
2012-03-05Added lua function for getting pvp status of mapErik Schilling3-2/+19
2012-03-05Added possibility to make a being attack an other beingErik Schilling4-35/+61
2012-03-05Improved Lua API argument checkingThorbjørn Lindeijer3-580/+194
2012-03-04SQLite: Added a timeout for trying to acquire a database lockThorbjørn Lindeijer1-0/+4
2012-03-03Removed the last direct call to global script functionThorbjørn Lindeijer6-39/+30
2012-03-03Improved handling of item and monster class parametersThorbjørn Lindeijer3-163/+108
2012-03-03Made some global Lua variables localThorbjørn Lindeijer3-93/+93
2012-03-03Use callbacks for items, monsters and status effectsThorbjørn Lindeijer20-136/+263
2012-03-03Added further missing callbacksErik Schilling12-20/+238
2012-03-02Converted functions called by LuaScript to callbacksThorbjørn Lindeijer11-80/+139
2012-03-02Use callbacks for handling character death and respawnThorbjørn Lindeijer10-33/+125
2012-03-02Simplified some of the Lua backendThorbjørn Lindeijer2-70/+30
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 Lindeijer28-277/+271
2012-02-28Fixed bug with erasing the last status effectThorbjørn Lindeijer1-3/+9
2012-02-28Removed unnessecary second check for same conditionErik Schilling1-65/+62
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 Schilling5-20/+21
2012-02-26Some random code cleanupErik Schilling1-33/+25
2012-02-26Renamed some iterators + fixed one TODO (stored guilds in a map)Erik Schilling2-46/+23
2012-02-25Merged the example client and server dataThorbjørn Lindeijer190-11/+6
2012-02-05Moved @announce permission to GM groupThorbjørn Lindeijer1-1/+1
2012-02-04Simplified merchant.luaThorbjørn Lindeijer1-80/+85
2012-02-03Added a generic Lua user data cacheThorbjørn Lindeijer3-9/+106
2012-02-03Clear the gid flags before processing themThorbjørn Lindeijer3-13/+22
2012-02-02Added a way to specify the min and max attributes values.Yohann Ferreira10-103/+264
2012-01-31Use a full user data object for MapObject referencesThorbjørn Lindeijer4-53/+94
2012-01-30Fixed some lua_newtable/createtable usageThorbjørn Lindeijer2-5/+5
2012-01-29Removed unused createRandomPassword functionThorbjørn Lindeijer4-101/+0
2012-01-25Fixed use of checkstring method in the script functionsErik Schilling1-4/+7
2012-01-22Added announce(text [, sender]) lua functionErik Schilling2-4/+19
2012-01-22Removed logging of chatErik Schilling2-15/+0
2012-01-21Made @announce fully functionalErik Schilling5-47/+40
2012-01-18Added the chr_get_inventory and chr_get_equipment functions.Yohann Ferreira2-0/+165
2012-01-18Fixed the chr_inv_count function to handle equipment.Yohann Ferreira4-18/+59
2012-01-16Made the lua item_drop script function returns whether it succeeded.Yohann Ferreira1-4/+4
2012-01-16Added several script warnings on errors.Yohann Ferreira1-7/+10
2012-01-13Fixed naming of MySQL build optionjurkan1-1/+1