summaryrefslogtreecommitdiffstats
path: root/src/Bindings/LuaState.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implemented cPluginManager:CallPlugin() API.madmaxoft2014-01-211-58/+85
| | | | This function supersedes cPlugin:Call(), is safer to use in regards to multithreading and once again removes the need for the cPlugin class being exported at all.
* cLuaState can now check function params.madmaxoft2014-01-191-0/+3
|
* cCreeper is no longer available in API.madmaxoft2014-01-131-1/+0
| | | | Has been replaced by cMonster.
* Lua errors display stack trace.madmaxoft2014-01-111-0/+2
| | | | Fixes #418.
* Removed internal methods from public cLuaState interface.madmaxoft2014-01-111-38/+60
| | | | | | | PushFunction(), CallFunction() and GetReturn() are not to be called independently, but rather only by using the Call() templated overrides. Push() needs to be left in the public part, it is used for pushing results in the ManualBindings. Preparation for #418.
* implemented the recommendations Xoft gave.STRWarrior2013-12-311-0/+1
|
* converted commneted paramater names to the unused macroTycho Bickerstaff2013-12-221-20/+41
|
* Merge branch 'master' of github.com:mc-server/MCServerTycho Bickerstaff2013-12-221-0/+19
|\
| * Added HOOK_PLUGINS_LOADED.madmaxoft2013-12-291-0/+19
| | | | | | | | This fixes #482.
* | Root is now warnings cleanTycho Bickerstaff2013-12-211-20/+20
|/
* Moved bindings-related to a Bindings subfolder.madmaxoft2013-12-081-0/+833
Ref.: #407