Emma Miler

Results 20 issues of Emma Miler

Adds license text for cpp-base64

### pdata validity is not checked, allowing for possible corrupt data exploits We should add checks to see if pdata values are within the bounds of the pdef enums

feature request

## Issue This issue is a continuation of https://github.com/R2Northstar/NorthstarMods/issues/409 https://github.com/R2Northstar/NorthstarLauncher/blob/85635ad99dbdfa909341e4138f6fdb0c9bf73bf1/NorthstarDedicatedTest/modmanager.cpp#L102 On this line an unchecked call to `GetString()` is made which crashes if the value is not a string For...

The last 4 frames of the callstack will always be calls to the crash handler by default. This simply hides all stackframes until we find the one that matches the...

Plugins must now specify whether or not they want to run on client and/or server. DiscordRPC has already been updated

We can use sq_createtable to clean up a bunch of stuff around server browser and squirrel bridge

Should add a field to the plugin manifest to control whether it should be loaded on client and/or server

See title

feature request

We should create our own external console window, as the one we use right now makes it tricky to have a console window when invoked from another application.

feature request