summaryrefslogtreecommitdiffstats
path: root/src/Bindings/LuaUDPEndpoint.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove smart pointer macrospeterbell102017-07-211-1/+1
|
* 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.
* cNetwork: Added UDP API.Mattes D2015-02-201-0/+86