summaryrefslogtreecommitdiffstats
path: root/src/Bindings/LuaNameLookup.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Converted cLuaState::cTableRef to use cTrackedRef.Mattes D2016-08-131-45/+5
| | | | This makes the table-based callbacks resistent to LuaState unloads and safer to use.
* LuaState: Implemented proper locking for cCallback.Mattes D2016-06-271-1/+1
|
* cNetwork: Exported lookup functions to Lua API.Mattes D2015-02-041-0/+88
Also added an example in the NetworkTest plugin.