Quake-iOS
Quake-iOS copied to clipboard
Quake for iOS and tvOS for Apple TV
This pr adds a new joystick on the right of the screen, that handles view rotation indipendently from the movement of the character.
I copied `id1`, `rogue`, and `hipnotic` from my Quake folder bought in Steam. There was no music folder. However, when I open the app, it is stuck on the console...
This pull request replaces the A button key code, `K_ENTER` is used instead of `K_SPACE` to align with the iOS controller overlay. This also fixes the menu when using a...
Any instructions how to run this on iPhone? Currently is looks like a buch of useless code.
This pull request allows the controller to be inverted depending on the settings. If the value of `m_pitch` in `config.cfg` is `-0.022000` the mouse will be inverted and if the...
The bottom of the status bar is truncated, it looks to be a calculation issue with the `gl_projection` values: https://github.com/tomkidd/Quake-iOS/blob/a3b76c597b2fd3e573377645704d87a9883ab8b5/Quake-iOS/GameViewController.swift#L198 If the `1.49173284` value (left) is changed to `1.42790992` (right)...
I cannot find a way to set Invert Y Axis for Controller. The in-game menu is not working.