summaryrefslogtreecommitdiffstats
path: root/src/scripting/lua.cpp
Commit message (Expand)AuthorAgeFilesLines
* Renamed .hpp files into .h for consistency.Yohann Ferreira2010-11-141-23/+23
* 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
|\
| * New attribute system and major changes to many low-level areas.Freeyorp2010-07-101-58/+21
* | Print out a backtrace when a Lua error is raisedThorbjørn Lindeijer2010-08-221-1/+7
* | Perform more detailed argument checking in Lua functionsThorbjørn Lindeijer2010-08-211-154/+101
|/
* Added LUA script bindings for manipulating the specials available to a charac...Philipp Sehmisch2010-07-091-0/+76
* 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-291-1/+1
* Modified the npc_trade() lua function to permit selling the whole player inve...Yohann Ferreira2010-05-281-13/+74
* 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
* 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-071-1/+1
* 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-061-7/+6
* 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-241-48/+48
* 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-251-16/+25
* 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
* Segfault correction luaBlue2009-05-031-0/+5
* tmwserv NPC String inputBlue2009-05-011-4/+21
* Mysql backend, lua and NPC handlerBlue2009-05-011-0/+47
* Standardize on the position of the const keywordBjørn Lindeijer2009-04-261-5/+5
* Merged MovingObject into the Being classBjørn Lindeijer2009-04-261-3/+3
* Fixed non combat beings taking damage. Added some debugging info on inserting...David Athay2009-04-221-0/+3
* Added a reference to the scripting documentation to lua.cppPhilipp Sehmisch2009-02-161-0/+7
* send hair and gender information in update look messages, set looks change fl...Roderic Morris2009-02-151-0/+2
* add hair style and color getting and setting to lua scriptsRoderic Morris2009-02-151-0/+91
* Removed testing.cpp because all of its functionality can now be covered by LU...Philipp Sehmisch2009-02-101-0/+8
* Implemented script binding item_drop to create floor items in the game world.Philipp Sehmisch2009-02-101-0/+37
* Fixed crash when passing illegal character handle to Lua binding chr_get_questPhilipp Sehmisch2009-01-311-0/+5