Results 7 issues of Wincent Holm

Utilizes `boost::interprocess` to share maps between worlds. The master server loads the tables into memory, and the worlds hook into it when they want to get an entry. This solves...

This LUA scripting implementation uses the sol header only C++ wrapper for the native LUA libraries. The API does not follow the original LU scripting themes. Each instance of a...

enhancement
A-scripts

### Make sure you've done the following: - [X] I have checked that this issue has not already been reported. - [X] I have pulled the latest version of the...

performance
P-low

> Darkflame Cinema is a way to create interactive — acted — experiences in Darkflame Universe. It aims to provide a complement to the ordinary mission structure with static NPCs...

enhancement
A-game

### Make sure you've done the following: - [X] I have read the [installation guide](https://github.com/DarkflameUniverse/DarkflameServer/blob/main/README.md). ### DarkflameServer Version 8d37d9b ### Platform Other ### Architecture x86 ### Error Logs Make will...

build
P-needs-investigation
P-low

This pull request seeks to add helper classes for observers as well as a way to optionally defer/override an implementation of a method or action. These classes would in the...

# TCP Transport Layer ### Scope This PR seeks to add an alternative TCP transport protocol. It works under the specifications of lcdr's tcpudp shim dll. The protocol initially specified...