summaryrefslogtreecommitdiffstats
path: root/src/scripting/luautil.hpp
Commit message (Collapse)AuthorAgeFilesLines
* Renamed .hpp files into .h for consistency.Yohann Ferreira2010-11-141-126/+0
| | | | | | Also added an header to the autoattack.{h,cpp} files. Big but trivial fix.
* Modified the npc_trade() lua function to permit selling the whole player ↵Yohann Ferreira2010-05-281-0/+3
| | | | | | | | | | | | | | | | | | inventory. It permits to open a sell box with every items in the player inventory as requested by Striker. Also added different return value support to both the buy selling functions, and made fixes where relevant. The test.lua script will be upgraded to show examples in a next commit. What's left to be done is to fix the inventory handling for both selling functions. (Sigh...) Concerns: Manasource mantis: #78, #101. Reviewed-by: Jaxad0127
* Update Copyright date for Manaserv.Bertram2010-02-071-1/+1
|
* Fixed name of the project in copyright headersThorbjørn Lindeijer2009-12-061-7/+6
| | | | | | Also updated the headers to refer to the GPL by URL instead of suggesting to contact the FSF by snail mail, as per the latest GPL usage instructions.
* Removed "TMW" and "TMWSERV" from header guardsThorbjørn Lindeijer2009-12-061-2/+2
|
* Made the STL container -> LUA table wrappers more flexible.Philipp Sehmisch2009-08-251-3/+3
|
* Reduced the size of lua.cpp by putting the class LuaScript and the utility ↵Philipp Sehmisch2009-01-221-0/+124
functions in separate files leaving only the script bindings themself. Unified internal and external names of lua script bindings.