madpie._

Results 6 issues of madpie._

### Check The Docs - [X] I double checked the docs and couldn't find any useful information. ### Verify Issue Source - [X] I verified the issue was caused by...

bug

Making event objects more consistent with naming, extraction of common parameters into interfaces, other minor event system-related changes.

Using `Assembly.Get***Assembly().Location` will return an empty value when the project is packed into a single file executable. https://github.com/ObsidianMC/Obsidian/blob/9ff5df4421ef319753d3cd7a8335f104bb8276bd/Obsidian/Program.cs#L32 The way to prevent this is to use `AppContext.BaseDirectory` which will return...

bug
priority: medium

This version uses no external libraries. It's implemented with TCP sockets for each of the OSes (Windows and Unix). The server listens on `0.0.0.0:45454`. The transmission format is as follows:...

Generally did QoL improvements, tried to refactor things and make the naming more consistent. Moved the library from .NET Framework to .NET Standard 2.0 as per Microsoft recommendations. Updated Newtonsoft.Json,...

**Is your feature request related to a problem? Please describe.** Memory Mapped Files are only a thing in Windows, thus limiting the plugin to Windows only (#75). **Describe the solution...