Lloyd Dilley
Lloyd Dilley
Leverage C#'s XML doc, Godoc, Javadoc, JSDoc, Perldoc, PHPDoc, Pydoc, and RDoc syntax to document MineStat code.
### Describe the bug There is a significant delay during the transition from character select to entering the game world when using the MinGW build on the Windows test server....
### Expected behavior 100% successful build phase completion ### Actual behavior/symptoms Missing references to 3rd-party dependencies such as headers during Cereal build phase (and likely beyond.) ### Steps to reproduce...
## Feature Summary There was some talk earlier today regarding how there are a number of hefty PRs out there which will make it difficult to meet our proposed release...
This is not a must have, but a rather neat idea @broxen and I were discussing last night (4/6/2018). Unfortunately, global chat (ability to create custom chat channels and join...
## Feature Summary Dr.Funk from Discord inquired about how global handles work upon connecting to different SEGS servers. It was explained that the ID is currently local to each server...
Allow `data/`, the databases, and `settings.cfg` to exist in paths other than where `authserver` resides. For example, `$PREFIX` could be set to `/usr/local`, `settings.cfg` could reside in `$PREFIX/etc`, the databases...
Review and handle Coverity defects however applicable. For unreachable code where vars are explicitly set to literals such as 0, false, etc., just leave a FixMe comment as a placeholder...
Correct as many compiler warnings thrown by -pedantic, -Wall, etc. without breaking things.