Eiren Rain
|
c18597387a
|
Merge pull request #20 from adigyran/patch-5
Update build.gradle
|
2021-07-26 02:00:25 +03:00 |
|
Yury
|
962504b788
|
Update build.gradle
useJUnitPlatform
|
2021-07-26 01:27:15 +03:00 |
|
Eiren Rain
|
8d1886d045
|
Display raw tracker data in degrees not in quats
|
2021-07-26 00:55:01 +03:00 |
|
Eiren Rain
|
1c5167bb7c
|
Another tracker adjustment fix, doesn't pass all tests, but works better
|
2021-07-26 00:48:34 +03:00 |
|
Eiren Rain
|
e248cca4e7
|
Adjustmed trackers pass all tests
v0.0.11
|
2021-07-25 23:04:34 +03:00 |
|
Eiren Rain
|
89ee97872d
|
Streams go brrrr in unit tests
|
2021-07-25 22:45:54 +03:00 |
|
Eiren Rain
|
b22a2368d4
|
Refactor tests, generate tests for each angle dynamically, separate 3 test types
|
2021-07-25 22:19:04 +03:00 |
|
Eiren Rain
|
9ecfc57e44
|
Use JUnit 5 framework for testing
|
2021-07-25 20:57:11 +03:00 |
|
Eiren Rain
|
cd141258c5
|
Merge pull request #19 from adigyran/patch-4
Update build.gradle
|
2021-07-23 17:51:47 +03:00 |
|
Yury
|
5dc027a9e2
|
Update build.gradle
fix gradle dependencies
|
2021-07-23 17:46:29 +03:00 |
|
Eiren Rain
|
3e55b0e417
|
Merge pull request #18 from adigyran/patch-3
Update README.md
|
2021-07-22 12:36:20 +03:00 |
|
Eiren Rain
|
9ca6b21c61
|
Merge pull request #17 from ButterscotchVanilla/main
Automatically detect and set the Slime Java Commons subproject location
|
2021-07-22 12:36:01 +03:00 |
|
Yury
|
8ec528d4a0
|
Update README.md
formatting, thanks Butterscotch for some changes
|
2021-07-22 02:56:25 +03:00 |
|
Yury
|
961946bd29
|
Update README.md
formatting
|
2021-07-22 02:53:35 +03:00 |
|
Yury
|
da5fc860cf
|
Update README.md
formatting
|
2021-07-22 02:50:54 +03:00 |
|
Yury
|
fdd39c4010
|
Update README.md
How to build instructions, this is for ButterscotchVanilla's PR #17
|
2021-07-22 02:46:39 +03:00 |
|
ButterscotchVanilla
|
900e96a3a6
|
Announce subproject location before setting it
|
2021-07-21 17:39:45 -04:00 |
|
ButterscotchVanilla
|
6a9f42f126
|
Auto-detect Slime Java Commons subproject location
|
2021-07-21 17:35:09 -04:00 |
|
ButterscotchVanilla
|
72ea196359
|
Update gradle.yml
|
2021-07-21 17:11:01 -04:00 |
|
ButterscotchVanilla
|
90a8abeed2
|
Add comments to build.gradle and add path to subproject
|
2021-07-21 17:07:16 -04:00 |
|
Eiren Rain
|
34fcbfa96f
|
Minor fixes
v0.0.10
|
2021-07-21 22:21:39 +03:00 |
|
Eiren Rain
|
0f360cf892
|
WiFi window should be able to use CP2102 usb to uart too
|
2021-07-21 22:15:03 +03:00 |
|
Eiren Rain
|
22d4196bed
|
Implement setting WiFi credentials via GUI
v0.0.9
|
2021-07-21 22:06:35 +03:00 |
|
Eiren Rain
|
fb9860d51d
|
Improve unit testing for adjusted trackers, not properly tests reference yaw != 0
|
2021-07-21 18:13:00 +03:00 |
|
Eiren Rain
|
c8ba9d62aa
|
Added unit tests for adjusted trackers rotation, another rotation correction alghorithm
Added version number to the title to reduce confusion
v0.0.8
|
2021-07-21 17:38:43 +03:00 |
|
Eiren Rain
|
4a66128af5
|
Merge pull request #15 from adigyran/patch-1
Update README.md
|
2021-07-20 15:54:27 +03:00 |
|
Yury
|
f061410205
|
Update README.md
|
2021-07-20 15:51:53 +03:00 |
|
Eiren Rain
|
1250e77771
|
More correct (but still not completely correct) tracker adjustments
v0.0.7
|
2021-07-19 18:35:08 +03:00 |
|
Eiren Rain
|
a20334d026
|
Fixed trackers ping not being displayed
|
2021-07-13 17:25:15 +03:00 |
|
Eiren Rain
|
c2b4d30047
|
Removed leg yaw averaging, it was causing leg gimbal lock
v0.0.6
|
2021-07-08 16:46:55 +03:00 |
|
Eiren Rain
|
755ab592f1
|
Rework legs proportions to legs length and knee height
v0.0.5
|
2021-07-08 06:36:23 +03:00 |
|
Eiren Rain
|
9e0147ed27
|
Implemented body proportions reset buttons to reset things to their defaults based on user's height
|
2021-07-08 06:16:02 +03:00 |
|
Eiren Rain
|
0ab92322a8
|
Minor GUI fix
|
2021-07-08 06:15:21 +03:00 |
|
Eiren Rain
|
4e58df76fb
|
Merge pull request #6 from ButterscotchVanilla/main
Add Slime Java Commons to Gradle build and create a GitHub Actions workflow
|
2021-07-08 02:50:33 +03:00 |
|
Butterscotch!
|
d3f81625ce
|
Add testing to workflow
|
2021-07-07 19:39:08 -04:00 |
|
Butterscotch!
|
b97a92b682
|
Create GitHub Actions build script (#1)
* Create gradle.yml
|
2021-07-07 19:29:54 -04:00 |
|
ButterscotchVanilla
|
5b2918acb2
|
Build dependencies when packaging a server jar
|
2021-07-07 19:19:46 -04:00 |
|
ButterscotchVanilla
|
cbf37a7c9c
|
Add Slime Java Commons as a dependency and add runnable jar task
|
2021-07-07 18:48:24 -04:00 |
|
Eiren Rain
|
f169cfd0c7
|
Merge pull request #5 from ButterscotchVanilla/main
Retain initial font size while zooming and display zoom level
|
2021-07-08 00:39:33 +03:00 |
|
ButterscotchVanilla
|
0e51b79775
|
Fix formatting
|
2021-07-07 10:27:42 -04:00 |
|
ButterscotchVanilla
|
1ee13c02d9
|
Retain initial font size while zooming and display zoom level
|
2021-07-07 10:19:55 -04:00 |
|
Eiren Rain
|
94829060a3
|
Added GUI zoom button, made default zoom level 150% instead of 200%
Minor gui refactoring
v0.0.4
|
2021-07-06 23:00:10 +03:00 |
|
Eiren Rain
|
b790cfbd7d
|
Fix updating waist doesn't move tracker right away
|
2021-07-06 22:59:15 +03:00 |
|
Eiren Rain
|
43bc140d42
|
Fix hips switching place when changing hips width
v0.0.3
|
2021-07-05 17:00:33 +03:00 |
|
Eiren Rain
|
143cf49ce7
|
Added a button to switch between 3 and 1 vive trackers mode
|
2021-07-05 02:32:30 +03:00 |
|
Eiren Rain
|
a7aec873e6
|
Added scroll bar to the main window
|
2021-07-05 02:32:10 +03:00 |
|
Eiren Rain
|
00f2b08c84
|
Remove wrong window referesh
v0.0.2
|
2021-07-04 21:54:08 +03:00 |
|
Eiren Rain
|
4033278e9e
|
Implement moting rotation selection
Fix new GUI, fix saving trackers config
v0.0.1
|
2021-07-04 21:29:51 +03:00 |
|
Eiren Rain
|
5d5ca9f206
|
Implement tracker designation selection
|
2021-07-04 20:43:04 +03:00 |
|
Eiren Rain
|
1ed6b22db0
|
Update README with links to instructions and etc
|
2021-07-04 19:36:54 +03:00 |
|