summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed finding characters by nameThorbjørn Lindeijer2012-03-201-1/+1
* Made skill related function capable of taking the skill name as parameterErik Schilling2012-03-175-9/+43
* Added map update function, moved schedules there to keep map contextErik Schilling2012-03-174-31/+50
* Use the guild ID when setting guild member rightsThorbjørn Lindeijer2012-03-161-4/+4
* Fixed remaining compiler warningsThorbjørn Lindeijer2012-03-166-11/+11
* Fixed Inventory::unequipItem functionThorbjørn Lindeijer2012-03-161-1/+1
* Fixed fastRemoveOne when the element isn't foundThorbjørn Lindeijer2012-03-161-1/+1
* Fixed the version in the createTables.sql scriptsThorbjørn Lindeijer2012-03-163-6/+5
* Fixed createTables scriptsErik Schilling2012-03-152-6/+6
* 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-145-48/+43
* Fixed problems with map-bound world state variablesThorbjørn Lindeijer2012-03-1310-64/+134
* SQLite: Fixed SqLiteDataProvider::processSql handling of multiple rowsThorbjørn Lindeijer2012-03-131-5/+7
* Fixed initial sending of global world variables to the game serverThorbjørn Lindeijer2012-03-131-1/+2
* 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
* 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-1111-72/+156
* Added callbacks for map/worldvar changesErik Schilling2012-03-116-3/+104
* Moved the managing of NPC script coroutines into C++Thorbjørn Lindeijer2012-03-1015-222/+443
* 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
* Added @effect commandErik Schilling2012-03-051-0/+48
* Added lua function for getting pvp status of mapErik Schilling2012-03-052-2/+15
* 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
* Use callbacks for items, monsters and status effectsThorbjørn Lindeijer2012-03-0313-127/+241
* Added further missing callbacksErik Schilling2012-03-039-20/+222
* Converted functions called by LuaScript to callbacksThorbjørn Lindeijer2012-03-029-55/+119
* Use callbacks for handling character death and respawnThorbjørn Lindeijer2012-03-029-27/+114
* Simplified some of the Lua backendThorbjørn Lindeijer2012-03-022-70/+30
* Merged all the different Lua states into oneThorbjørn Lindeijer2012-03-0219-267/+259
* 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-251-6/+3
* 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-029-81/+129
* 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
* Removed unused createRandomPassword functionThorbjørn Lindeijer2012-01-293-99/+0