summaryrefslogtreecommitdiffstats
path: root/src/scripting
Commit message (Expand)AuthorAgeFilesLines
* Renamed GameState::insertSafe() to inserOrDelete.Yohann Ferreira2011-03-091-1/+1
* Made the monster creation delayed, to avoid crashing.Yohann Ferreira2011-03-091-5/+1
* Small fixes coming from my comment on issue #77.Yohann Ferreira2011-03-061-4/+4
* Implemented persistent world and map variablesPhilipp Sehmisch2011-03-041-1/+91
* Fixed enabling/disabling npcs by enqueuing the insertion.Yohann Ferreira2011-02-201-2/+1
* Fix basic money handling using the ATTR_GP attribute.Yohann Ferreira2011-02-111-4/+18
* Added lua attributes getters/setters thanks to Freeyorp.Yohann Ferreira2011-02-111-68/+155
* Implemented LUA binding to get the gender of a characterPhilipp Sehmisch2011-02-081-0/+17
* Revert "Fixed the money handling."Jared Adams2011-01-301-25/+4
* Fixed the money handling.Yohann Ferreira2011-01-311-4/+25
* Fix being direction discrepancies by syncing the BeingDirection.Yohann Ferreira2011-01-091-1/+1
* Cleaned up and document a bit more the speed conversion functions.Yohann Ferreira2011-01-031-1/+1
* Moved parts needing to be in sync with the client in protocol.h.Yohann Ferreira2010-12-291-1/+1
* Fix return codes for many lua functionsFreeyorp2010-12-081-6/+6
* Minor cleanup in a number of script functionsFreeyorp2010-12-081-30/+6
* Fix many compiler warnings.Freeyorp2010-12-081-2/+2
* 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