Age | Commit message (Expand) | Author | Files | Lines |
2008-12-06 | Really removed the tmwserv-data submodule | Bjørn Lindeijer | 1 | -0/+0 |
2008-12-01 | Added tmwserv-data as a submodule | Bjørn Lindeijer | 1 | -0/+0 |
2008-12-01 | Removed data directory, will be a git submodule | Bjørn Lindeijer | 6 | -909/+0 |
2008-11-16 | Added new maps to the maps.xml file | Bjørn Lindeijer | 1 | -0/+6 |
2008-11-11 | Removed some DOS newlines from mixed files | Bjørn Lindeijer | 1 | -65/+65 |
2008-11-06 | Forgot the data files, sorry | David Athay | 2 | -2/+21 |
2008-11-06 | Added convenience wrappers for pushing various STL containers as tables to lu... | Philipp Sehmisch | 1 | -1/+25 |
2008-11-02 | Moved the long list of constants at the beginning of libtmw to an additional ... | Philipp Sehmisch | 2 | -53/+67 |
2008-11-01 | Magic implementation roadmap phase 1 and 2 (calling a script function on PGMS... | Philipp Sehmisch | 1 | -0/+15 |
2008-11-01 | Added script bindings for manipulating the characters experience. | Philipp Sehmisch | 2 | -0/+30 |
2008-10-27 | Script binding for spawning effets from scripts. | Philipp Sehmisch | 1 | -0/+15 |
2008-10-24 | Added post callback for getting post. | David Athay | 2 | -0/+29 |
2008-10-24 | Fixed example script and added defines for attributes. | David Athay | 2 | -1/+24 |
2008-10-23 | little format fix | Philipp Sehmisch | 1 | -2/+1 |
2008-10-23 | Added example of using tmw.being_get_name and tmw.being_get_attribute to test... | David Athay | 1 | -0/+8 |
2008-10-21 | return npc ids when creating new ones (by Kage_Jittai) | Roderic Morris | 1 | -3/+4 |
2008-10-21 | move all scripts to scripts directory for content conversion | Roderic Morris | 3 | -100/+100 |
2008-07-07 | deleting death handler functions after death to avoid memory leak undetectabl... | Philipp Sehmisch | 1 | -0/+1 |
2008-07-07 | changed function naming to be consistent with the rest of the script API and ... | Philipp Sehmisch | 2 | -8/+12 |
2008-07-07 | Implemented death listener for scripting engine. | Philipp Sehmisch | 2 | -6/+32 |
2008-07-03 | avoid map reading crash, arbitrary tile sizes, enable new maps | Roderic Morris | 1 | -0/+13 |
2008-06-02 | Removed the unused "npc" argument from the get_quest_var function. | Philipp Sehmisch | 2 | -2/+2 |
2008-06-02 | Replaced some magic numbers in script files with variables for better code re... | Philipp Sehmisch | 2 | -17/+21 |
2008-06-02 | Used an example for schedule_in which is more in step with actual practice. U... | Philipp Sehmisch | 1 | -11/+16 |
2008-05-31 | Scripted a scheduler which can execute script functions at regular intervals ... | Philipp Sehmisch | 2 | -0/+70 |
2008-05-22 | (no commit message) | Philipp Sehmisch | 2 | -0/+39 |
2008-05-19 | Implemented NPC names. Implemented the theoretical possibility to have named ... | Philipp Sehmisch | 2 | -8/+8 |
2008-05-07 | Implemented script bindings for making beings talk and sending private chat m... | Philipp Sehmisch | 1 | -6/+20 |
2008-05-06 | Implemented script trigger areas which call a script function when an object ... | Philipp Sehmisch | 1 | -0/+16 |
2008-05-02 | Added headers to LUA files mentioning the purpose of the files and their lice... | Philipp Sehmisch | 3 | -12/+49 |
2008-04-20 | Added 100 to NPC IDs to keep 0.0 compatibility for now. | Bjørn Lindeijer | 1 | -5/+5 |
2008-03-31 | Removed the +100 offset of NPC IDs (relict from eAthena) | Philipp Sehmisch | 1 | -4/+4 |
2008-03-25 | Added a Lua library with walk around functions for NPCs. | Philipp Sehmisch | 2 | -16/+90 |
2008-03-15 | Added pathblocking rules to NPCs, added script bindings to query being positi... | Philipp Sehmisch | 2 | -20/+37 |
2008-03-15 | Implemented script binding for controllig movement of beings and fixed a cras... | Philipp Sehmisch | 1 | -0/+15 |
2008-02-07 | Implemented LUA callback function for creating monsters. | Philipp Sehmisch | 1 | -0/+12 |
2007-11-15 | Added do_wait helper function. | Guillaume Melquiond | 1 | -0/+5 |
2007-10-18 | Removed obsolete data files. | Guillaume Melquiond | 2 | -279/+0 |
2007-09-27 | Ported monster database. | Eugenio Favalli | 1 | -4/+148 |
2007-08-29 | Fixed race condition between quest_reply and npc_next. | Guillaume Melquiond | 1 | -2/+10 |
2007-08-28 | Implemented quest variables. | Guillaume Melquiond | 2 | -35/+80 |
2007-08-27 | Removed extensions from map names. | Guillaume Melquiond | 1 | -19/+19 |
2007-08-20 | Removed useless function prefixes. Commented Lua internal variables. | Guillaume Melquiond | 1 | -3/+16 |
2007-08-20 | Defined two helper functions to abstract away money being available under | Bjørn Lindeijer | 2 | -3/+17 |
2007-08-19 | Allowed Lua scripts to query and change money. | Guillaume Melquiond | 1 | -3/+9 |
2007-08-17 | Added Lua function for trading between players and NPCs. | Guillaume Melquiond | 1 | -2/+2 |
2007-08-16 | Improved NPC state machine, so that the engine avoids waiting, once the last ... | Guillaume Melquiond | 1 | -17/+68 |
2007-08-15 | Marked internal variables of Lua scripts as local. | Guillaume Melquiond | 1 | -5/+5 |
2007-08-15 | Added helper functions for loading files and NPCs as scripts. Put Lua helpers... | Guillaume Melquiond | 2 | -110/+113 |
2007-08-13 | Implemented buy/sell handler. | Guillaume Melquiond | 1 | -1/+5 |