summaryrefslogtreecommitdiffstats
path: root/src/Bindings/LuaUDPEndpoint.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Converted cLuaState::cTableRef to use cTrackedRef.Mattes D2016-08-131-61/+28
| | | | 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: Added UDP API.Mattes D2015-02-201-0/+221