Commit Graph

3699 Commits

Author SHA1 Message Date
Simon f9fa5cc2b6 Two handed weapons only triggered when < 40cm between controllers 2022-03-20 09:44:39 +00:00
Lubos 68ebf1b55f GLSL precision increased 2022-03-20 10:12:01 +01:00
Lubos 996cf7a5f7 Vignette assets updated 2022-03-19 22:08:50 +01:00
Lubos 2d0f0a3330 Optimize vignette rendering 2022-03-19 21:58:23 +01:00
Pete Lewis d08688b987 Makefile.local picks up ANDROID_SDK_ROOT environment variable, if set.
If not set, it falls back to the original paths:

* `$(USERHOME)/AppData/Local/Android/Sdk` on Windows
* `$(HOME)/Library/Android/sdk` on MacOS
* `/opt/AndroidSDK` on Linux

This allows users to dictate which SDK root they'd like to use without making
local modifications.
2022-03-19 12:05:02 -07:00
Pete Lewis 471f8a549c .gitignore: remove trailing slash from VrApi ignore rule
This allows use of a symlink to the target. It should also ignore directories
for those who choose to copy VrApi.
2022-03-19 11:38:22 -07:00
Simon aa9e2899bd Adjustment to controller weapon wheel
- Make proximity of selection bigger
- Copy pakQ3Q to baseoa if it exists
2022-03-19 16:51:32 +00:00
Simon cb387417c1 Reverted Culling logic
- Just turned r_nocull back on again
- Add version info when playing demo
2022-03-19 12:33:37 +00:00
Simon 950f36de85
Merge pull request #25 from petr666/master
Fix comfort vignette to not be applied when not moving/turning
2022-03-19 10:32:46 +00:00
Petr Bartos d341a034e7 Fix comfort vignette to not be applied when not moving/turning 2022-03-19 08:29:18 +01:00
Simon 1b96e61dd2 Merge branch 'master' of https://github.com/DrBeef/ioq3quest 2022-03-18 22:55:39 +00:00
Simon f6314a286d Update ui_credits.c 2022-03-18 22:55:33 +00:00
Simon 3cf342d825
Update README.md 2022-03-18 22:54:39 +00:00
Simon cdb9e7ef8f Update cg_view.c 2022-03-18 22:41:01 +00:00
Simon dd3d95fb0d Merge branch 'master' of https://github.com/DrBeef/ioq3quest 2022-03-18 22:30:03 +00:00
Simon 1999c0f540 Update AndroidManifest.xml 2022-03-18 22:29:52 +00:00
Simon d7fa14767a
Merge pull request #23 from ceno/ceno-macos-x86-build
Add support for MacOS builds
2022-03-18 22:28:23 +00:00
Simon 58d51a9b47
Merge pull request #24 from petr666/feature/no-crosshair-mod
Allow to disable crosshair by server via sending "no crosshair" string in server info to client
2022-03-18 22:25:35 +00:00
Simon 7fce284d93 Some small fixes
- Use FOV from the SDK to calculate the culling frustrum (so r_nocull can be turned off now, hopefully increasing framerate)
- I think I fixed thumbstick movement in second spectator follow mode
- Remove Gauntlet from weapon wheel because it is shit
- Some code refactoring
- Hopefully made the Chaingun accessible on the weapon wheel now
2022-03-18 22:21:22 +00:00
Petr Bartos eccea2469f Allow to disable crosshair by server via sending "no crosshair" string in server info to client 2022-03-18 20:43:20 +01:00
ceno 06d356bc7c Add support for MacOS builds 2022-03-18 13:55:11 +00:00
Simon 9aef5b5d68 small fixes
- 6DoF movement in follow mode seems right now
- Prevent surfaces being culled in follow modes (annoyingly I've not figured out what is culling models yet, so other players still vanish)
2022-03-17 23:30:43 +00:00
Simon b3beeeef00
Merge pull request #22 from petr666/feature/switchable-thumbsticks-and-menu-update
Switchable thumbsticks and menu update
2022-03-17 21:42:59 +00:00
Simon 63c284f1b9 Several changes
- Additional credits screen for Quake3Quest
- Fix for world moving when weapon is moved on a multiplayer server
- Make player setup model move within a 90 degree arc so it always visible
2022-03-17 21:41:42 +00:00
Petr Bartos 0e6ee663be Switchable thumbsticks and menu update 2022-03-17 18:18:51 +01:00
Simon 5fb823ad95 URL Update 2022-03-16 23:18:52 +00:00
Simon f8fb5d0e1b Revert "Soft keyboard support added"
This reverts commit fdf2decde3.
2022-03-16 23:07:20 +00:00
Simon adaf21b98e
Merge pull request #21 from petr666/feature/turning-as-mappable-command
Fix the issue of comfort vignette not working while smooth turning
2022-03-16 23:05:59 +00:00
Simon 726c9e1e95 Merge branch 'master' of https://github.com/DrBeef/ioq3quest 2022-03-16 23:03:44 +00:00
Simon 0772bc8c0b Fix issue with multiple item pickup events playing
This was causing horrible audio, as multiple item pickup events were all playing at the same time. This was because the predict player state was being called once per eye, and by the time it came to the right eye it had cleared the buffer and it would just allow server events to get played again. The actual fix is in cg_view.c, line 994, where we only predict if the eye being rendered is the left.
2022-03-16 23:03:37 +00:00
Petr Bartos ead81a8886 Fix the issue of comfort vignette not working while smooth turning 2022-03-16 17:11:54 +01:00
Simon 4c8719b9b8
Merge pull request #20 from petr666/feature/turning-as-mappable-command
Turning as mappable command
2022-03-15 22:52:37 +00:00
petr666 4096dcd88c
Merge branch 'DrBeef:master' into feature/turning-as-mappable-command 2022-03-15 23:40:11 +01:00
Simon b6896417cf Merge branch 'master' of https://github.com/DrBeef/ioq3quest 2022-03-15 22:38:32 +00:00
Simon 83599b76ca Some changes...
- Make HMD weapon wheel use angles for weapon selection, allows selection immediately before show animation is complete
- Proper model scaling in the Player Setup menu
2022-03-15 22:38:26 +00:00
Petr Bartos a6b6046e74 Fix issue with non-working mapping of smooth turn on buttons 2022-03-15 23:37:54 +01:00
Simon 0e0e9db07b
Merge pull request #19 from lvonasek/master
Soft keyboard support added
2022-03-15 22:36:55 +00:00
Simon 2566b8ecac
Merge pull request #18 from petr666/feature/turning-as-mappable-command
WIP: Turning as mappable command
2022-03-15 22:35:17 +00:00
Lubos fdf2decde3 Soft keyboard support added 2022-03-15 16:33:17 +01:00
Petr Bartos bebce8bfa6 Add "blank" command to allow explicit blocking of fallback from empty ALT mapping 2022-03-14 22:57:39 +01:00
Petr Bartos bc88c1a6b6 WIP: Turning as mappable command 2022-03-14 22:20:53 +01:00
Simon b8672bb8e3
Merge pull request #16 from petr666/feature/weapon-selector-tweaks
Weapon selector tweaks
2022-03-14 20:56:07 +00:00
Simon 5530f86ed5
Merge pull request #17 from lvonasek/master
Enable vorbis codec
2022-03-14 20:55:53 +00:00
Lubos d89e026eaa Enable vorbis codec 2022-03-14 18:10:05 +01:00
Petr Bartos 7cc87f9fe3 Weapon selector tweaks 2022-03-14 17:37:00 +01:00
Petr Bartos 53b60ca372 Update linux build script 2022-03-14 17:36:35 +01:00
Simon 18e4778d48 Move menu stuff to the left, still looks crap, need to change text I think 2022-03-13 19:39:34 +00:00
Simon 64132b114b Merge branch 'master' of https://github.com/DrBeef/ioq3quest 2022-03-13 19:04:00 +00:00
Simon ce6e74ed0f Update ui_controls3.c 2022-03-13 19:03:47 +00:00
Simon 4ddf58d037
Merge pull request #15 from petr666/feature/team-arena-menus
Team Arena menu fixed
2022-03-13 19:03:28 +00:00