Go to file
Joshua Scott eeb5b5c14b net: Make Participant::on_packet_available protected
Technically we don't want derived classes to be able to call this, but it's needed for the Python side to be able to override it.
2018-04-11 01:20:23 +01:00
examples examples: Example for loading DML message modules 2018-04-05 18:09:56 +01:00
include/ki net: Make Participant::on_packet_available protected 2018-04-11 01:20:23 +01:00
src net: Implement send_message on DMLSession 2018-04-11 01:18:31 +01:00
test test: Test Record serialization/deserialization and NOXFER fields 2018-03-30 21:12:54 +01:00
third_party cmake: Add RapidXML 2018-03-31 17:52:20 +01:00
.gitignore cmake: Set CXX_STANDARD to 11 on examples and tests 2018-03-29 15:48:20 +01:00
.travis.yml travis: Verbose output on test failure 2018-03-29 23:20:30 +01:00
CMakeLists.txt protocol: Add source files to CMakeLists.txt 2018-04-03 17:20:33 +01:00
README.md README: Add build status 2018-03-29 16:01:11 +01:00

README.md

libki

A library that implements multiple KingsIsle systems such as KINP, DML, and various serialization systems written in C++.

Build Status