ImUrX
a8ce510f70
fix soft link
2023-06-15 01:16:32 -03:00
ImUrX
1b17fcbec3
android
2023-06-15 01:16:32 -03:00
ImUrX
01f1d2ee56
im having so much fun
2023-06-15 01:16:31 -03:00
ImUrX
d14a7bb5e7
it runs
2023-06-15 01:16:30 -03:00
ImUrX
a14a2ea253
im ruining everything
2023-06-15 01:16:27 -03:00
NWB
5fe2480662
Do Not Send Erroneous Battery Readings to SteamVR ( #712 )
...
* Potential SteamVR Low Battery Fix
May fix low battery icon issue with DIY trackers that use internal battery sensing.
* Small change & Comments
More comments on expected battery range and adjustments on what battery voltages to use.
* minor changes
changed battery battery voltages
* changed voltages again
* High battery reading rejection
Don't send very high battery readings
* Updated comments
updated comments a bit
2023-06-14 09:49:26 -04:00
Butterscotch!
fc13a8385c
[AutoBone] Fix player trackers not being found or assigned in HumanSkeleton ( #722 )
2023-06-13 22:54:45 -04:00
Butterscotch!
b67de108e7
Bump versions
2023-06-13 20:30:44 -04:00
Butterscotch!
e4a4f38c15
Disable cache on WebView
2023-06-13 20:30:44 -04:00
Butterscotch!
858354eee8
Revert broken dependency update
2023-06-13 20:30:44 -04:00
Butterscotch!
f6d8026761
Don't cache & try more to allow zooming on GUI
2023-06-13 20:30:44 -04:00
Butterscotch!
cb5e27875c
Update Gradle stuff & fix compilation + proguard
2023-06-13 20:30:44 -04:00
Butterscotch!
72f506822a
Update Gradle stuff
2023-06-13 20:30:43 -04:00
Butterscotch!
4e942fded5
Revert "Work around TransformNode race condition"
...
This reverts commit 23a2abbbdcc9a070c6fe907ec56bc2d10a607b27.
2023-06-13 20:30:43 -04:00
Butterscotch!
463e558e7f
Enable WebView debugging
2023-06-13 20:30:43 -04:00
Butterscotch!
a1db52144a
Work around TransformNode race condition
2023-06-13 20:30:43 -04:00
Butterscotch!
81b7ea0967
Fix screen rotation crashing
2023-06-13 20:30:43 -04:00
Butterscotch!
a489e32828
Fix Gradle build
2023-06-13 20:30:43 -04:00
Butterscotch!
6eaf04ba64
Update version code
2023-06-13 20:30:42 -04:00
Butterscotch!
b8ceaa6bc0
Fix OSC Android fuckery
2023-06-13 20:30:42 -04:00
Butterscotch!
6b7c47d36c
Add GUI webview & remove titlebar
2023-06-13 20:30:42 -04:00
Butterscotch!
c0f8fb1758
Add locally hosted web GUI
2023-06-13 20:30:42 -04:00
Butterscotch!
07600f0133
Set version number and add icons
2023-06-13 20:30:42 -04:00
Butterscotch!
3634bedef1
Reduce minimum SDK version to 26
2023-06-13 20:30:42 -04:00
Butterscotch!
e864487246
Add basic support for Android
...
- Add Android build scripts
- Add Android GUI and `MainActivity`
- Fix Java records
- Fix `Path.of` errors
- Update Main and MainActivity to match better
2023-06-13 20:30:42 -04:00
Uriel
841ea8ee94
add lots of stuff ( #704 )
2023-06-12 00:07:35 +03:00
Erimel
8d328e1a27
Add niche option to always use floorclip ( #710 )
2023-06-07 14:54:20 +03:00
NWB
6a9b5cda1d
Send Tracker Battery Info to SteamVR ( #668 )
...
* implement battery support
Co-authored-by: NWB <n3rt46@gmail.com >
* undo solarxr
* spotless
* Improved battery level aggregation
When chest and knee trackers are disabled in SteamVR, they should now aggregate their battery level with waist and foot trackers respectively.
Moved SteamVR-specific writeBatteryUpdate() and batteryReceived() to SteamVRBridge. Some battery stuff is still left in ProtobufBridge, but only what's necessary.
* Aggregate Waist and Hip with Chest
When waist is disabled, and chest is enabled, waist and hip battery levels will aggregate with the chest tracker.
* Comments & Minor Fixes
Added descriptive comments, and fixed lowestLevel not checking for >= 200. Also fixed right knee aggregating with right ankle/foot.
* Spotless
Applied spotless.
* Spotless
Applied spotless >_>
---------
Co-authored-by: ImUrX <urielfontan2002@gmail.com >
Co-authored-by: Erimel <marioluigivideo@gmail.com >
2023-05-31 20:37:46 -04:00
Butterscotch!
760f775d60
Fix height calculation and targetHeight order ( #705 )
2023-05-31 19:34:45 -04:00
Uriel
309e78e47c
Some more random improvements ( #695 )
2023-05-29 20:29:01 +03:00
Uriel
1f2fbfc101
Status system ( #689 )
...
Co-authored-by: Louka <marioluigivideo@gmail.com >
2023-05-29 20:10:27 +03:00
Butterscotch!
88dbb15ae2
Add tracking pausing ( #697 )
2023-05-29 19:21:54 +03:00
Collin Kees
eb91878257
Better foot plant ( #691 )
...
Co-authored-by: Butterscotch! <bscotchvanilla@gmail.com >
2023-05-29 19:19:43 +03:00
Uriel
d1cd7776f3
Require the use of run command for running server ( #701 )
...
Co-authored-by: Butterscotch! <bscotchvanilla@gmail.com >
2023-05-29 19:06:09 +03:00
Uriel
797fcab208
Add minimization ( #700 )
2023-05-29 19:05:12 +03:00
Erimel
8ac0de0601
Fix legtweaks knees condition ( #702 )
2023-05-28 02:33:21 +03:00
Erimel
a1b91ee111
Log yaw drift and reset all trackers ( #682 )
...
Cauthored-by: Butterscotch! <bscotchvanilla@gmail.com >
Co-authored-by: ImUrX <urielfontan2002@gmail.com >
2023-05-21 17:42:01 +03:00
Uriel
2b4676676d
Tap setup ( #667 )
...
Co-authored-by: Stermere <collin@kees.net >
2023-05-17 15:36:55 +03:00
Uriel
2c62e0bd72
Convert UDP Server stuff to Kotlin ( #683 )
...
Co-authored-by: Louka <marioluigivideo@gmail.com >
2023-05-17 15:18:29 +03:00
Erimel
d4068e7ccb
Trackers rewrite & Switch to new math lib ( #647 )
...
Co-authored-by: ImUrX <urielfontan2002@gmail.com >
Co-authored-by: Butterscotch! <bscotchvanilla@gmail.com >
2023-05-17 01:55:52 +03:00
Ryan Butler
1c9fe71829
Update VRServer.java with important change ( #685 )
...
furries run SlimeVR
2023-04-25 00:42:11 +03:00
Erimel
d6255cf713
Make config migration more robust ( #670 )
2023-04-14 16:17:18 +03:00
Butterscotch!
a3a331a9a6
Change AutoBone's decay function to be more standard ( #630 )
2023-04-14 14:26:05 +03:00
MarcoM
ccef1dff6b
feat: VRServer gracefully shutdown ( #632 )
...
Co-authored-by: ImUrX <urielfontan2002@gmail.com >
2023-04-11 19:09:01 +03:00
0forks
a92864d6ff
Fix TPS display for devices with >1 tracker ( #657 )
2023-04-06 18:41:43 +03:00
Eiren Rain
65891edb10
Fix default tracker mounting state to be front correctly ( #651 )
2023-04-06 01:26:22 +03:00
Butterscotch!
d231b5079d
Simplify code and fix Android crash ( #645 )
2023-04-06 01:26:07 +03:00
0forks
b9904d3e25
Revert VRServer tick interval ( #644 )
2023-03-31 17:04:51 +03:00
Butterscotch!
06a9937b75
Mounting reset improvements ( #641 )
2023-03-31 17:01:50 +03:00
Eiren Rain
c27b66f716
WiFi provisioning and serial fixes ( #590 )
...
Co-authored-by: ImUrX <urielfontan2002@gmail.com >
Co-authored-by: DevMiner <devminer@devminer.xyz >
2023-03-31 17:01:24 +03:00