Erik Abair

Results 27 issues of Erik Abair

Super ugly proof of concept to show how we could display save game icons for XBEs (at least retail XBEs will likely have them, and I've seen at least a...

I thought it might be interesting to show the save game icon for either all of the XBEs or the actively selected one. This puts in the infrastructure to make...

Puts in the foundation for theme selection. - Modifies Makefile to blindly copy anything under `Resources/NeXThemes` and drops the `new_all` workaround by adding `RESOURCES` to `TARGET`. - Adds a `Theme`...

Right now it just dims the screen with an overlay. With #133 this is super cheap, without it it'll impact the framerate, but since NeX is pretty much a static...

Currently it looks like the dashboard is frozen until the new XBE is started and updates the display.

Right now the font size is hardcoded in `renderer.cpp`, it'd be good to make the menu font size part of the theme definition.

Right now Font doesn't provide a mechanism to change the font color, which would be a very nice-to-have in theme support.

Right now there's no feedback to the user if they try to invoke a launch action that is invalid (e.g., `Launch DVD` if the tray is open/empty). It'd be nice...

Move away from using (very slow) software-backed SDL rendering to something HW-accelerated (pbkit, HW-backed SDL, etc...) (Tracking so PRs/TODOs can be linked)

Implements handling for the unknown 0x1D7C command in order to match observed behavior in the MS Dashboard and Tenchu: Return from Darkness. Setting 1D7C's low bit appears to disable the...