summaryrefslogtreecommitdiffstats
path: root/src/scripting
Commit message (Expand)AuthorAgeFilesLines
* Renamed .hpp files into .h for consistency.Yohann Ferreira2010-11-147-41/+41
* Renamed write{Byte,Short,Long} to writeInt{8,16,32}Thorbjørn Lindeijer2010-11-031-9/+9
* Merge branch 'testing'Freeyorp2010-08-291-62/+21
|\
| * Merge branch 'master' of gitorious.org:mana/manaservYohann Ferreira2010-07-301-5/+11
| |\
| * | New attribute system and major changes to many low-level areas.Freeyorp2010-07-101-58/+21
* | | Some coding style tweaksThorbjørn Lindeijer2010-08-221-6/+12
* | | Pass a script name to Lua for proper reporting of error locationsThorbjørn Lindeijer2010-08-224-9/+12
* | | Rename some stuff to conform to naming conventionsThorbjørn Lindeijer2010-08-224-26/+25
* | | Print out a backtrace when a Lua error is raisedThorbjørn Lindeijer2010-08-222-20/+26
* | | Print out the actual error message in case of a syntax errorThorbjørn Lindeijer2010-08-221-3/+7
* | | Perform more detailed argument checking in Lua functionsThorbjørn Lindeijer2010-08-211-154/+101
| |/ |/|
* | Added a simple sanity check to avoid a gameserver crash at login.Yohann Ferreira2010-07-231-5/+11
|/
* Added LUA script bindings for manipulating the specials available to a charac...Philipp Sehmisch2010-07-095-1/+122
* Copied basic Lua libs back from tmwserv-data and added dummy dataThorbjørn Lindeijer2010-05-301-2/+1
* Only skip the UTF-8 BOM for Lua scriptsThorbjørn Lindeijer2010-05-292-4/+13
* Modified the npc_trade() lua function to permit selling the whole player inve...Yohann Ferreira2010-05-283-14/+89
* Added a package loader that goes through the resource managerThorbjørn Lindeijer2010-05-211-0/+25
* Removed unused parameter from being_get_speed Lua functionThorbjørn Lindeijer2010-05-201-4/+4
* Changed and split up the default location for loading dataThorbjørn Lindeijer2010-05-161-4/+4
* Added a Byte Order Mask (BOM) filter to the ResourceManager.Bertram2010-04-251-1/+2
* Implemented handler for on_chr_death and put the loading of the global script...Philipp Sehmisch2010-04-113-2/+19
* Implemented global event function call to on_chr_deathPhilipp Sehmisch2010-04-112-0/+22
* Added global lua event script (only on_being_death_accept for now)Philipp Sehmisch2010-04-112-0/+3
* Add methods to get and set being speedJonathan Kolberg2010-03-131-1/+35
* Added script bindings for healing characters and other beings.Philipp Sehmisch2010-02-251-0/+34
* Update Copyright date for Manaserv.Bertram2010-02-077-7/+7
* Added some missing headers, and added some missing files to Makefile.amChuck Miller2010-01-171-0/+2
* Prevented segmentation fault when calling the lua set_quest_var function with...Philipp Sehmisch2010-01-161-1/+6
* Added script binding for checking the kill count for each monster so that uni...Philipp Sehmisch2010-01-081-0/+29
* Fixed name of the project in copyright headersThorbjørn Lindeijer2009-12-067-49/+42
* Removed "TMW" and "TMWSERV" from header guardsThorbjørn Lindeijer2009-12-063-7/+7
* Moved rectangle intersection to the Rectangle classThorbjørn Lindeijer2009-12-061-1/+1
* Added optional optimal level mechanic which reduces exp gain of certain sourc...Philipp Sehmisch2009-10-261-1/+6
* Rebranding tmwserv to manaservThorbjørn Lindeijer2009-10-242-49/+49
* lua_tofloat doesn't exist in Lua 5.1Jared Adams2009-10-141-3/+4
* Speed code unification part 1: Made the server accept speed values in tiles p...Bertram2009-10-151-1/+2
* Add script bindings for being directionsJared Adams2009-10-131-2/+44
* Add being action getter and setterJared Adams2009-10-131-0/+42
* Synced the protocol file with client in protocol.h, letting other defines in ...Bertram2009-10-091-1/+0
* Some cleanupThorbjørn Lindeijer2009-10-031-7/+2
* Added script bindings and netcode for creating being-bound effects.Philipp Sehmisch2009-09-271-5/+26
* Allow for basic scripted monstersChuck Miller2009-09-161-0/+26
* Made the STL container -> LUA table wrappers more flexible.Philipp Sehmisch2009-08-252-19/+28
* Change status effects to prevent duplicationJared Adams2009-07-181-1/+52
* Adds scripted status effectsChuck Miller2009-07-171-0/+39
* Allow npc_choice to take tables of stringsJared Adams2009-07-121-3/+21
* Makes Skills non hard codedChuck Miller2009-07-031-11/+1
* Fixed a few code style issuesBjørn Lindeijer2009-05-241-4/+7
* Fixed compilation problem with GCC 4.4Bjørn Lindeijer2009-05-241-0/+1
* tmwserv - Warp fixBlue2009-05-051-3/+21