summaryrefslogtreecommitdiffstats
path: root/src/Bindings/LuaServerHandle.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove smart pointer macrospeterbell102017-07-211-2/+2
|
* Clang 5.0 fixesLukas Pioch2017-05-211-1/+1
| | | | | - Added override keyword - Removed inherited member variables
* Converted cLuaState::cTableRef to use cTrackedRef.Mattes D2016-08-131-7/+4
| | | | This makes the table-based callbacks resistent to LuaState unloads and safer to use.
* Exported cServerHandle and cNetwork:Listen to Lua.Mattes D2015-02-041-0/+89
Also added an example to the NetworkTest plugin.