summaryrefslogtreecommitdiffstats
path: root/data
Commit message (Expand)AuthorAgeFilesLines
* deleting death handler functions after death to avoid memory leak undetectabl...Philipp Sehmisch2008-07-071-0/+1
* changed function naming to be consistent with the rest of the script API and ...Philipp Sehmisch2008-07-072-8/+12
* Implemented death listener for scripting engine.Philipp Sehmisch2008-07-072-6/+32
* avoid map reading crash, arbitrary tile sizes, enable new mapsRoderic Morris2008-07-031-0/+13
* Removed the unused "npc" argument from the get_quest_var function.Philipp Sehmisch2008-06-022-2/+2
* Replaced some magic numbers in script files with variables for better code re...Philipp Sehmisch2008-06-022-17/+21
* Used an example for schedule_in which is more in step with actual practice. U...Philipp Sehmisch2008-06-021-11/+16
* Scripted a scheduler which can execute script functions at regular intervals ...Philipp Sehmisch2008-05-312-0/+70
* (no commit message)Philipp Sehmisch2008-05-222-0/+39
* Implemented NPC names. Implemented the theoretical possibility to have named ...Philipp Sehmisch2008-05-192-8/+8
* Implemented script bindings for making beings talk and sending private chat m...Philipp Sehmisch2008-05-071-6/+20
* Implemented script trigger areas which call a script function when an object ...Philipp Sehmisch2008-05-061-0/+16
* Added headers to LUA files mentioning the purpose of the files and their lice...Philipp Sehmisch2008-05-023-12/+49
* Added 100 to NPC IDs to keep 0.0 compatibility for now.Bjørn Lindeijer2008-04-201-5/+5
* Removed the +100 offset of NPC IDs (relict from eAthena)Philipp Sehmisch2008-03-311-4/+4
* Added a Lua library with walk around functions for NPCs.Philipp Sehmisch2008-03-252-16/+90
* Added pathblocking rules to NPCs, added script bindings to query being positi...Philipp Sehmisch2008-03-152-20/+37
* Implemented script binding for controllig movement of beings and fixed a cras...Philipp Sehmisch2008-03-151-0/+15
* Implemented LUA callback function for creating monsters.Philipp Sehmisch2008-02-071-0/+12
* Added do_wait helper function.Guillaume Melquiond2007-11-151-0/+5
* Removed obsolete data files.Guillaume Melquiond2007-10-182-279/+0
* Ported monster database.Eugenio Favalli2007-09-271-4/+148
* Fixed race condition between quest_reply and npc_next.Guillaume Melquiond2007-08-291-2/+10
* Implemented quest variables.Guillaume Melquiond2007-08-282-35/+80
* Removed extensions from map names.Guillaume Melquiond2007-08-271-19/+19
* Removed useless function prefixes. Commented Lua internal variables.Guillaume Melquiond2007-08-201-3/+16
* Defined two helper functions to abstract away money being available underBjørn Lindeijer2007-08-202-3/+17
* Allowed Lua scripts to query and change money.Guillaume Melquiond2007-08-191-3/+9
* Added Lua function for trading between players and NPCs.Guillaume Melquiond2007-08-171-2/+2
* Improved NPC state machine, so that the engine avoids waiting, once the last ...Guillaume Melquiond2007-08-161-17/+68
* Marked internal variables of Lua scripts as local.Guillaume Melquiond2007-08-151-5/+5
* Added helper functions for loading files and NPCs as scripts. Put Lua helpers...Guillaume Melquiond2007-08-152-110/+113
* Implemented buy/sell handler.Guillaume Melquiond2007-08-131-1/+5
* Added Lua functions for handling inventories.Guillaume Melquiond2007-08-111-1/+12
* Removed colon in NPC choice messages.Guillaume Melquiond2007-08-101-5/+5
* Added Lua function for warping people around.Guillaume Melquiond2007-08-101-0/+17
* Improved helper functions for Lua scripts. Associated scripts to maps.Guillaume Melquiond2007-08-101-16/+63
* Played with Lua coroutines to simplify writing scripts.Guillaume Melquiond2007-08-101-7/+62
* Moved creation of testing NPC from C++ to Lua.Guillaume Melquiond2007-08-091-5/+4
* Converted testing NPC to Lua.Guillaume Melquiond2007-08-091-0/+24
* Added monster drops.Guillaume Melquiond2007-07-081-0/+7
* Physically split the server into one tmwserv-acount program (account +Guillaume Melquiond2006-12-291-0/+22
* Added the missing Weapon Type and Max Per Slot item properties.Yohann Ferreira2006-10-202-118/+120
* Simplified item status effect implementation. Made it all work, and filled it...Yohann Ferreira2006-10-202-20/+130
* (no commit message)Yohann Ferreira2006-10-191-148/+0
* Added a backend to get item reference information. The xml file isn't ready yet.Yohann Ferreira2006-10-192-0/+219