Matt
Matt
## Expected Behavior I expected the installation to succeed. ## Actual Behavior Installation fails. ☹️ ## Reproduction Steps 1. Be on macOS 12.1 Monterey (M1 Silicon) *Note: I have not...
## Is your feature request related to a problem? Please describe. Yes, when traveling across rivers or ocean I die frequently due to fish biting me through the boat. This...
Similar to this change in [vitaQuakeii](https://github.com/Rinnegatamante/vitaQuakeII/commit/6ad5f48cdf23e260f07685bb148622aa59dce5f3), vitaQuake needs the following replaced with the new equivalent calls to vitaGL: ``` vglStartRendering vglStopRendering vglStopRenderingInit vglStopRenderingTerm vglUpdateCommonDialog ``` Errors: ``` source/menu.c: In function...
Feature Request === Ask --- - Support custom skybox through some standard format (load the several .tga or other image format sky images from ```gfx/ENV```)
Description --- In [M_GameOptions_Key on line 2958](https://github.com/Rinnegatamante/vitaQuake/blob/master/source/menu.c#L2958) ```SCR_BeginLoadingPlaque ();``` is called. This function is meant to draw the loading screen. The loading screen is not drawn. Rather, the current screen...
When choosing a quest to start I always take these into account. I am sure many other people do too. Addings two new fields to each quest would allow users...
Allow tagging quests with a tag used in the filter. These tags should come last in the list and will allow viewing a list of just the quests in one...
``` pi@raspberrypi ~/AniSchedule % npm run build > [email protected] build > node script/clean.js && tsc && copyfiles -f src/query/* dist/query pi@raspberrypi ~/AniSchedule % npm start > [email protected] start > node...