Chris Sarbora
Chris Sarbora
> Just a suggestion... You can add the `__LINUX__` define for android platforms instead of adding it to every check SDL specifically undefines `__LINUX__` when `ANDROID` is defined, unfortunately.
Ready for review. Includes https://github.com/DescentDevelopers/Descent3/pull/493, https://github.com/DescentDevelopers/Descent3/pull/492, https://github.com/DescentDevelopers/Descent3/pull/469, and https://github.com/DescentDevelopers/Descent3/pull/465 as dependencies (see merge commit at base). Those PRs should be reviewed and merged prior to this one; marking this PR...
@Lgt2x this is finally ready! The game builds, has a mechanism to easily (and legally) put gamedata on the device, and will start up a level. There's still a fair...
Sounds like you've managed to build and run it, at least! Hit me up with any questions about this specifically or Android development in general.
@winterheart, @Lgt2x - particularly interested in your thoughts.
Agree with pretty much everything! The "debug keys" is a weird thing to gate on actual debug _build_, for sure, and the Osiris logic seems not-really-fully-comprehensive-at-best in either configuration. I...
> I've actually never used a rpi, so I'm not sure if it's similar enough to be in the same category as what I built it for. Oh haha well...
This likely should have been a Discussion, now that I'm more familiar with that functionality of GitHub. Oh well 🤷♂️ @Lgt2x, sounds like you and I are fairly aligned on...
> The purpose of the changes are to ensure that if a memory violation occurs that it will immediately be caught rather than continue @GravisZro for what it's worth, I...
Idea: An "advanced" screen enabling the user to set specifics about each particular control. This would end up solving #496 as well. Users could specify: * {bi|uni}directionality * orientation (enabling...