PhlexPlexico

Results 16 issues of PhlexPlexico

Closes #185. This feature will contain a new subset of routes with `/stream` appended to the new routes. This will allow users to use Server Sent Events and hook over...

enhancement

**Is your feature request related to a problem? Please describe.** There is a new `OnPlayerDeath` event in Get5 that will come out with the release of 0.9. I think it...

enhancement

THIS CHANGE IS BREAKING, PLEASE UPDATE CONFIGS. Decided not to go with a more robust config as we are using environment variables for production, we can be scripted before launching...

breaking-changes

**Is your feature request related to a problem? Please describe.** Right now there is a hard requirement that a user should have their own servers set up in order to...

enhancement

**Is your feature request related to a problem? Please describe.** Right now we only allow the option to use the provided config files. A little while ago there was some...

enhancement

This PR is to just ensure we have correct formatting whenever we do a full release. This little bit of automation here is done so that other users who wish...

This PR introduces a new workflow on the development and main branches, which will auto-format and commit the code if it fails to meet the specific clang-formatting. This is to...

In order to bring in and start loading models for free standing items, we will have to incorporate the `models.c` file that is seen in OoT3DR and have the same...

After playing around with the text input, it seems to be very picky in what is able to parse and what is not able to parse. So far with the...

Inside the common data struct there is a series of fields that are either bits that are fully set or half set to show that an in-game event has occurred....