-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Driver madness 7: Deep dark #1
base: master
Are you sure you want to change the base?
Commits on Dec 4, 2021
-
driver: src: Split devices into into different source files
Finally split devices into their own source files, no more 10 billion line files. Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedDec 4, 2021 Configuration menu - View commit details
-
Copy full SHA for 32168fb - Browse repository at this point
Copy the full SHA 32168fbView commit details -
hobovr: bin: linux: Fresh driver build
Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedDec 4, 2021 Configuration menu - View commit details
-
Copy full SHA for a796bcd - Browse repository at this point
Copy the full SHA a796bcdView commit details -
Added eye first iterations for eye and face tracking devices Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedDec 4, 2021 Configuration menu - View commit details
-
Copy full SHA for cfb774b - Browse repository at this point
Copy the full SHA cfb774bView commit details
Commits on Dec 5, 2021
-
driver: Added shroom dep submodule
Added shroom dep submodule for addon IPC Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedDec 5, 2021 Configuration menu - View commit details
-
Copy full SHA for e292903 - Browse repository at this point
Copy the full SHA e292903View commit details -
driver: src: Moved device packet structs and added a udu new device
Moved device packet structs into it's own header. Also added a new udu device, to make that happen receiver class had to be modified Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedDec 5, 2021 Configuration menu - View commit details
-
Copy full SHA for 8138ee4 - Browse repository at this point
Copy the full SHA 8138ee4View commit details -
driver: Fixed cmake build instructions
Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedDec 5, 2021 Configuration menu - View commit details
-
Copy full SHA for 54b0466 - Browse repository at this point
Copy the full SHA 54b0466View commit details -
driver: src: addons: First working implementation of GazeMaster device
First working implementation of the GazeMaster device, still missing some cosmetic changes, but already functional Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedDec 5, 2021 Configuration menu - View commit details
-
Copy full SHA for be638ec - Browse repository at this point
Copy the full SHA be638ecView commit details -
driver: shroom: Checked out latest master
Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedDec 5, 2021 Configuration menu - View commit details
-
Copy full SHA for da5be4f - Browse repository at this point
Copy the full SHA da5be4fView commit details -
driver: src: driver_hobovr.cpp: Removed useless paths
Removed useless paths from the include Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedDec 5, 2021 Configuration menu - View commit details
-
Copy full SHA for ed00978 - Browse repository at this point
Copy the full SHA ed00978View commit details -
driver: src: addons.cpp: Fixed a silly typo
Fixed a silly typo Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedDec 5, 2021 Configuration menu - View commit details
-
Copy full SHA for b6d9818 - Browse repository at this point
Copy the full SHA b6d9818View commit details -
driver: src: packets.h: Added an age field to gaze state struct
Added a age_seconds field to HoboVR_GazeState_t Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedDec 5, 2021 Configuration menu - View commit details
-
Copy full SHA for 7fa11d4 - Browse repository at this point
Copy the full SHA 7fa11d4View commit details -
hobovr: bin: Fresh Linux build
Latest Linux build, new devices :P Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedDec 5, 2021 Configuration menu - View commit details
-
Copy full SHA for b5b49ce - Browse repository at this point
Copy the full SHA b5b49ceView commit details -
bindings: python: examples: full_udu_test.py: Added GazeMaster device
Added GazeMaster device to the last stage of the test Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedDec 5, 2021 Configuration menu - View commit details
-
Copy full SHA for 9b953ca - Browse repository at this point
Copy the full SHA 9b953caView commit details
Commits on Dec 6, 2021
-
hobovr: resources: rendermodels: hobovr_gaze_master: Added a model fo…
…r GazeMaster Added an initial device model for GazeMaster Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedDec 6, 2021 Configuration menu - View commit details
-
Copy full SHA for fc17ba7 - Browse repository at this point
Copy the full SHA fc17ba7View commit details -
hobovr: resources: rendermodels: hobovr_gaze_master: Fixed some bugs
Fixed json typos and model being too fat Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedDec 6, 2021 Configuration menu - View commit details
-
Copy full SHA for ab38d88 - Browse repository at this point
Copy the full SHA ab38d88View commit details -
driver: src: tracking_references.cpp: Fixed pose update bug
Fixed a bug where it's pose won't update Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedDec 6, 2021 Configuration menu - View commit details
-
Copy full SHA for 52362ed - Browse repository at this point
Copy the full SHA 52362edView commit details -
hobovr: bin: linux: Fresh driver build
Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedDec 6, 2021 Configuration menu - View commit details
-
Copy full SHA for 9e17f2f - Browse repository at this point
Copy the full SHA 9e17f2fView commit details
Commits on Dec 25, 2021
-
driver: CMakeLists.txt: More sane platform control
Now different platform versions of our code are handled in the build files while the code can stay generic Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedDec 25, 2021 Configuration menu - View commit details
-
Copy full SHA for c7548c0 - Browse repository at this point
Copy the full SHA c7548c0View commit details -
driver: src: Updated receiver and device behavior
Updated receiver class and revamped device communication protocol a bit, posers are finally notified about device list misses Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedDec 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 9f1ad9a - Browse repository at this point
Copy the full SHA 9f1ad9aView commit details -
driver: src: Updated controller packets
Updated controller packet reducing the size by 20 bytes Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedDec 25, 2021 Configuration menu - View commit details
-
Copy full SHA for dea2017 - Browse repository at this point
Copy the full SHA dea2017View commit details -
driver: src: ref: Removed old receiver sources
Removed old receiver sources Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedDec 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 9ed611f - Browse repository at this point
Copy the full SHA 9ed611fView commit details -
driver: src: Updated manager packets
Updated manager message structs as well as combined all manager structs into one for more sane message interpretation Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedDec 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 17cea2e - Browse repository at this point
Copy the full SHA 17cea2eView commit details -
driver: src: packets.h: Updated GazeMaster packet
Updated GazeMaster paket structs Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedDec 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 389a869 - Browse repository at this point
Copy the full SHA 389a869View commit details -
hobovr: bin: Latest Linux build
Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedDec 25, 2021 Configuration menu - View commit details
-
Copy full SHA for db7d8a8 - Browse repository at this point
Copy the full SHA db7d8a8View commit details -
Because of course i forgot add these when splitting everything... Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedDec 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 9ff66eb - Browse repository at this point
Copy the full SHA 9ff66ebView commit details
Commits on Jan 6, 2022
-
driver: src: addons.cpp: Minor fix for failed shmem create
Fixed an edge case when we fail to create shared memory. Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedJan 6, 2022 Configuration menu - View commit details
-
Copy full SHA for 2c85670 - Browse repository at this point
Copy the full SHA 2c85670View commit details -
driver: src: driver_hobovr.cpp: Incorporated new receiver class
Incorporated the new receiver class simplifying initial setup by... a lot. Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedJan 6, 2022 Configuration menu - View commit details
-
Copy full SHA for b485f5d - Browse repository at this point
Copy the full SHA b485f5dView commit details -
driver: src: packets.h: Renamed a bunch of stuff and merged a few str…
…ucts Renamed a bunch of enums and merged a bunch of message structs. Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedJan 6, 2022 Configuration menu - View commit details
-
Copy full SHA for b98f405 - Browse repository at this point
Copy the full SHA b98f405View commit details -
driver: src: hobovr_components.h/hobovr_defines.h: Minor fixes
Minor fixes, bumped the version up, removed some unused ifdefs. Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedJan 6, 2022 Configuration menu - View commit details
-
Copy full SHA for a1fd2a7 - Browse repository at this point
Copy the full SHA a1fd2a7View commit details -
driver: src: ref: receiver: A bunch of stuff because raw sockets brin…
…g pain Just read the diff... it's just pain... Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedJan 6, 2022 Configuration menu - View commit details
-
Copy full SHA for a4eb35a - Browse repository at this point
Copy the full SHA a4eb35aView commit details -
driver: src: ref: util.h: Removed unused defines and constexpr
Removed uneeded defines and constexpr, both linux and windows sockets have recv() defined. Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedJan 6, 2022 Configuration menu - View commit details
-
Copy full SHA for 478e50c - Browse repository at this point
Copy the full SHA 478e50cView commit details -
driver: src: trackers.cpp: Weird typo
Trackers don't need head model applied, idk why this was here. Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedJan 6, 2022 Configuration menu - View commit details
-
Copy full SHA for 31a795a - Browse repository at this point
Copy the full SHA 31a795aView commit details -
driver: src: tracking_references.cpp: Updated udu sync method and mes…
…sage packets Updated udu sync method, updated message packets and added a new message. Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedJan 6, 2022 Configuration menu - View commit details
-
Copy full SHA for 09f3907 - Browse repository at this point
Copy the full SHA 09f3907View commit details -
hobovr: resources: settings: default.vrsettings: No more default devi…
…ce config Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedJan 6, 2022 Configuration menu - View commit details
-
Copy full SHA for edc6225 - Browse repository at this point
Copy the full SHA edc6225View commit details -
hobovr: driver: bin: linux: Latest ish driver build
Latest ish driver build, kinda broken. Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedJan 6, 2022 Configuration menu - View commit details
-
Copy full SHA for 68e4789 - Browse repository at this point
Copy the full SHA 68e4789View commit details
Commits on Jan 19, 2022
-
driver: CMakeLists.txt: Cleaned up cmake
Cleaned up build instructions, libs are now properly handled. Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedJan 19, 2022 Configuration menu - View commit details
-
Copy full SHA for 3551491 - Browse repository at this point
Copy the full SHA 3551491View commit details -
drriver: src: Updated state update methods
Changed how the base device class handles state update methods. Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedJan 19, 2022 Configuration menu - View commit details
-
Copy full SHA for bb45ffb - Browse repository at this point
Copy the full SHA bb45ffbView commit details -
driver: src: Switched to using lazy_sockets for sockets
No more maintaining a whole network stack with the driver. Its handled by the `lazy_sockets` library now. Code is way cleaner now. Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedJan 19, 2022 Configuration menu - View commit details
-
Copy full SHA for bc13fcb - Browse repository at this point
Copy the full SHA bc13fcbView commit details -
driver: src: packets.h: Added a tag struct and id messages
Added a tag struct and id messages I think its more appropriate to have it all be with the rest of the packets Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedJan 19, 2022 Configuration menu - View commit details
-
Copy full SHA for cd6a2c5 - Browse repository at this point
Copy the full SHA cd6a2c5View commit details -
hobovr: bin: Fresh Linux build
Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedJan 19, 2022 Configuration menu - View commit details
-
Copy full SHA for f0e7320 - Browse repository at this point
Copy the full SHA f0e7320View commit details -
driver: Added lazy_sockets submodule
Added lazy_sockets library submodule. Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedJan 19, 2022 Configuration menu - View commit details
-
Copy full SHA for 0fc5198 - Browse repository at this point
Copy the full SHA 0fc5198View commit details -
bindings: cpp: examples: Added a new C++ example
Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedJan 19, 2022 Configuration menu - View commit details
-
Copy full SHA for b0e06a3 - Browse repository at this point
Copy the full SHA b0e06a3View commit details -
GIT: Removed bad submodule path
Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedJan 19, 2022 Configuration menu - View commit details
-
Copy full SHA for 56634dc - Browse repository at this point
Copy the full SHA 56634dcView commit details -
GIT: Removed bad submodule path
Cleaning up bad submodule directory. Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov authoredJan 19, 2022 Configuration menu - View commit details
-
Copy full SHA for 008946b - Browse repository at this point
Copy the full SHA 008946bView commit details
Commits on Jan 20, 2022
-
bindings: cpp: examples: uduTest: test.cpp: Fixed the manager coms
Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedJan 20, 2022 Configuration menu - View commit details
-
Copy full SHA for e187171 - Browse repository at this point
Copy the full SHA e187171View commit details -
driver: src: tracking_references.cpp: Fixed manager messages
Fixed a very dumb manager message issue. Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedJan 20, 2022 Configuration menu - View commit details
-
Copy full SHA for 6579f19 - Browse repository at this point
Copy the full SHA 6579f19View commit details -
driver: src: driver_hobovr.cpp: Changed OnPacket() to be similar to t…
…he on in SettManager Changed OnPacket() method to be more similar to that of HobovrTrackingRef_SettManager. Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedJan 20, 2022 Configuration menu - View commit details
-
Copy full SHA for 3983bca - Browse repository at this point
Copy the full SHA 3983bcaView commit details
Commits on Jan 24, 2022
-
bindings: cpp: examples: uduTest: test.cpp: It can be simple now
Now that the driver socket comm works fine, no need to keep this thing more complicated than it needs to be. Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedJan 24, 2022 Configuration menu - View commit details
-
Copy full SHA for 990cc3a - Browse repository at this point
Copy the full SHA 990cc3aView commit details -
driver: src: ref: hobovr_defines.h: Version bump and removed old defines
Removed old unused defines. Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedJan 24, 2022 Configuration menu - View commit details
-
Copy full SHA for 30f85d3 - Browse repository at this point
Copy the full SHA 30f85d3View commit details -
driver: src: Added a new poser response
Added a poser response for when driver shutdown. Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedJan 24, 2022 Configuration menu - View commit details
-
Copy full SHA for b416b6c - Browse repository at this point
Copy the full SHA b416b6cView commit details -
driver: src: driver_hobovr.cpp: Removed uneeded calls on driver cleanup
No need to poweroff devices on cleanup, they are deactivated by the runtime before driver cleanup is called. Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedJan 24, 2022 Configuration menu - View commit details
-
Copy full SHA for bb11a37 - Browse repository at this point
Copy the full SHA bb11a37View commit details -
hobovr: bin: Fresh Linux build
Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedJan 24, 2022 Configuration menu - View commit details
-
Copy full SHA for 576b5ea - Browse repository at this point
Copy the full SHA 576b5eaView commit details
Commits on Jan 26, 2022
-
A few missed conversions and _strcmp, VS really doesn't like _strcmp... Signed-off-by: Oleg Vorobiov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 17fe37a - Browse repository at this point
Copy the full SHA 17fe37aView commit details -
bindings: cpp: examples: uduTest: test.cpp: Windows compat
A few missed conversions and unneeded includes. Signed-off-by: Oleg Vorobiov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8ebcbc5 - Browse repository at this point
Copy the full SHA 8ebcbc5View commit details
Commits on Feb 7, 2022
-
GITHUB: Updated lazy-sockets submodules
Updated to the latest version of lazy-sockets. Signed-off-by: Oleg Vorobiov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 59594ad - Browse repository at this point
Copy the full SHA 59594adView commit details -
bindings: cpp: examples: uduTest: lazy-sockets update
Using new features from the last lazy-sockets update. Signed-off-by: Oleg Vorobiov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1b66c21 - Browse repository at this point
Copy the full SHA 1b66c21View commit details -
driver: src: Use new lazy-socket features
Switched to using "new" receiver intereface. Signed-off-by: Oleg Vorobiov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ec07c32 - Browse repository at this point
Copy the full SHA ec07c32View commit details -
driver: shroom: Checked out latest master
Signed-off-by: Oleg Vorobiov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a148ee4 - Browse repository at this point
Copy the full SHA a148ee4View commit details -
hobovr: bin: Fresh Windows build
Signed-off-by: Oleg Vorobiov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f875c52 - Browse repository at this point
Copy the full SHA f875c52View commit details
Commits on Feb 13, 2022
-
GITHUB: Changed lazy-sockets version to 0.2.3
Updated all lazy-sockets submodules to use version 0.2.3 Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedFeb 13, 2022 Configuration menu - View commit details
-
Copy full SHA for 43e9a91 - Browse repository at this point
Copy the full SHA 43e9a91View commit details -
hobovr: bin: Fresh Linux build
Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedFeb 13, 2022 Configuration menu - View commit details
-
Copy full SHA for 2cc91e8 - Browse repository at this point
Copy the full SHA 2cc91e8View commit details
Commits on Feb 20, 2022
-
driver: src: driver_hobovr.cpp: Changed where manager is activated
Manager is now activated on server driver init, and changed some smart pointer logic. Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedFeb 20, 2022 Configuration menu - View commit details
-
Copy full SHA for c2585a4 - Browse repository at this point
Copy the full SHA c2585a4View commit details
Commits on Mar 9, 2022
-
Merge branch 'master' into driver_madness_7
Resolved merge conflict after github CI setup. Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedMar 9, 2022 Configuration menu - View commit details
-
Copy full SHA for 1ca63ae - Browse repository at this point
Copy the full SHA 1ca63aeView commit details -
bindings: cpp: uduTest: Added install and changed target extension
Added install option and changed target extension to be nothing on all platforms. Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedMar 9, 2022 Configuration menu - View commit details
-
Copy full SHA for 819abb7 - Browse repository at this point
Copy the full SHA 819abb7View commit details -
GITHUB: Updated actions to build test poser
Updated actions to also build a test poser. Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedMar 9, 2022 Configuration menu - View commit details
-
Copy full SHA for 9828e40 - Browse repository at this point
Copy the full SHA 9828e40View commit details -
GITHUB: Cleaned up actions a bit
Cleaned up useless section and changed order of other sections. Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedMar 9, 2022 Configuration menu - View commit details
-
Copy full SHA for 0899adb - Browse repository at this point
Copy the full SHA 0899adbView commit details -
scripts: linux: Fixed a bug with weird paths
Fixed a bug when weird paths don't register properly. Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedMar 9, 2022 Configuration menu - View commit details
-
Copy full SHA for 1337607 - Browse repository at this point
Copy the full SHA 1337607View commit details -
bindings: cpp: uduTest: Added some debug prints
Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedMar 9, 2022 Configuration menu - View commit details
-
Copy full SHA for 41ae235 - Browse repository at this point
Copy the full SHA 41ae235View commit details
Commits on Mar 10, 2022
-
driver: src: Fixed HMDless startup bug
Fixed a bug where our driver could not activate devices when there was no active HMD. Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedMar 10, 2022 Configuration menu - View commit details
-
Copy full SHA for 4fd75b1 - Browse repository at this point
Copy the full SHA 4fd75b1View commit details -
bindings: cpp: uduTest: Added more prints
Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedMar 10, 2022 Configuration menu - View commit details
-
Copy full SHA for 47022ed - Browse repository at this point
Copy the full SHA 47022edView commit details -
driver: src: ref: hobovr:defines.h: Version bump
Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedMar 10, 2022 Configuration menu - View commit details
-
Copy full SHA for 013e20e - Browse repository at this point
Copy the full SHA 013e20eView commit details -
bindings: cpp: uduTest: Fixed a type convert for windows
Cuz on windows poser builds fail without it. Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedMar 10, 2022 Configuration menu - View commit details
-
Copy full SHA for 9ea92bc - Browse repository at this point
Copy the full SHA 9ea92bcView commit details
Commits on Mar 11, 2022
-
driver: src: driver_hobovr.cpp: Less intrusive requireHmd
Don't overrde user settings for "requireHmd", now only temporarily change it while driver is acive. Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedMar 11, 2022 Configuration menu - View commit details
-
Copy full SHA for 68928a5 - Browse repository at this point
Copy the full SHA 68928a5View commit details -
driver: src: hobovr_defines.h: New persistence keys
New section and keys for persistence, not meant for users. Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedMar 11, 2022 Configuration menu - View commit details
-
Copy full SHA for dc4dcc7 - Browse repository at this point
Copy the full SHA dc4dcc7View commit details -
driver: src: hobovr_defines.h: Version bump
Bumped version to 0.7.9 Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedMar 11, 2022 Configuration menu - View commit details
-
Copy full SHA for b6c5559 - Browse repository at this point
Copy the full SHA b6c5559View commit details
Commits on Mar 20, 2022
-
bindings: cpp: uduTest: Updated poser to use addon
Updated poser code to conform with the new addon code, and some minor cosmetic changes. Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedMar 20, 2022 Configuration menu - View commit details
-
Copy full SHA for 88540fc - Browse repository at this point
Copy the full SHA 88540fcView commit details -
driver: src: addons: Switched to using VRInput API
Switched to using VRInput for eye tracking data. Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedMar 20, 2022 Configuration menu - View commit details
-
Copy full SHA for d3fce3b - Browse repository at this point
Copy the full SHA d3fce3bView commit details -
driver: src: packets.h: Updated gaze packet
Updated gaze master packet, does not send quats now. Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedMar 20, 2022 Configuration menu - View commit details
-
Copy full SHA for dc2eb07 - Browse repository at this point
Copy the full SHA dc2eb07View commit details -
driver: src: Potential Windows fix
Potential fix for devices not appearing properly on windows. Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedMar 20, 2022 Configuration menu - View commit details
-
Copy full SHA for 815e9ea - Browse repository at this point
Copy the full SHA 815e9eaView commit details
Commits on Apr 1, 2022
-
driver: src: Added a new timer
Added a new timer to manage timed events. Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedApr 1, 2022 Configuration menu - View commit details
-
Copy full SHA for b99eefd - Browse repository at this point
Copy the full SHA b99eefdView commit details -
driver: src: Increased timer precision
Updated timer event loop to increase precision. Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedApr 1, 2022 Configuration menu - View commit details
-
Copy full SHA for 4c6ddc5 - Browse repository at this point
Copy the full SHA 4c6ddc5View commit details -
driver: src: Added create device factory
Added a create device factory for simpler device management. Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedApr 1, 2022 Configuration menu - View commit details
-
Copy full SHA for 91042ef - Browse repository at this point
Copy the full SHA 91042efView commit details -
driver: ref: Base class implements interface pattern now
Updated base device to implement interface pattern for simpler device management. Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedApr 1, 2022 Configuration menu - View commit details
-
Copy full SHA for 0fd8fa6 - Browse repository at this point
Copy the full SHA 0fd8fa6View commit details -
driver: src: driver_hobovr.cpp: Updated device management
Updated device management to use the interface pattern, as well as use the factory pattern to simplify device initialization. Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedApr 1, 2022 Configuration menu - View commit details
-
Copy full SHA for 4ba9cd8 - Browse repository at this point
Copy the full SHA 4ba9cd8View commit details
Commits on Apr 2, 2022
-
driver: src: device_factory.cpp: Error handling
Added error handling on device activation. Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedApr 2, 2022 Configuration menu - View commit details
-
Copy full SHA for 484bec2 - Browse repository at this point
Copy the full SHA 484bec2View commit details -
GITHUB: Resolved CI merge conflict
Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedApr 2, 2022 Configuration menu - View commit details
-
Copy full SHA for fc1e0bb - Browse repository at this point
Copy the full SHA fc1e0bbView commit details -
GITHUB: Resolved CI merge conflict
Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedApr 2, 2022 Configuration menu - View commit details
-
Copy full SHA for 1246720 - Browse repository at this point
Copy the full SHA 1246720View commit details
Commits on Apr 3, 2022
-
driver: ref: hobovr_device_base.cpp: Fixed destructor
Added the missing virtual destructor to the interface class. Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedApr 3, 2022 Configuration menu - View commit details
-
Copy full SHA for 4aa612b - Browse repository at this point
Copy the full SHA 4aa612bView commit details -
driver: src: Fixed timer declaration
Fixed the declaration of Timer::registerTimer(), it is now inline to avoid template issues. Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedApr 3, 2022 Configuration menu - View commit details
-
Copy full SHA for 360cd22 - Browse repository at this point
Copy the full SHA 360cd22View commit details -
driver: src: Fixed device model numbers
This was done to allow proper device icon settings through the .vrresources files. Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedApr 3, 2022 Configuration menu - View commit details
-
Copy full SHA for 6d9436a - Browse repository at this point
Copy the full SHA 6d9436aView commit details
Commits on Apr 17, 2022
-
driver: src: driver_hobovr.cpp: Fixed segfault
Fixed a bug where the driver would segfault on every udu event. Also added some logs. Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedApr 17, 2022 Configuration menu - View commit details
-
Copy full SHA for 6f1983a - Browse repository at this point
Copy the full SHA 6f1983aView commit details -
hobovr: resources: New gaze master icons
Added new icons for the gaze_master device type. Closes issue_tracker#15 Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedApr 17, 2022 1Configuration menu - View commit details
-
Copy full SHA for dc0e481 - Browse repository at this point
Copy the full SHA dc0e481View commit details
Commits on May 2, 2022
-
driver: src: driver_hobovr.cpp: Fixed udu processing
Fixed 2 segfaults on device change requests. Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedMay 2, 2022 Configuration menu - View commit details
-
Copy full SHA for 825467b - Browse repository at this point
Copy the full SHA 825467bView commit details -
driver: src: Fixed timer dead lock
Fixed a deadlock that can happen when adding timer callbacks. Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedMay 2, 2022 Configuration menu - View commit details
-
Copy full SHA for f7744a1 - Browse repository at this point
Copy the full SHA f7744a1View commit details
Commits on May 3, 2022
-
driver: src: Merged haptic messages into general response
Merged haptic messages into the general poser response messages. Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedMay 3, 2022 Configuration menu - View commit details
-
Copy full SHA for 9fb02db - Browse repository at this point
Copy the full SHA 9fb02dbView commit details -
bindings: cpp: uduTest: Remade the test poser
Switched to OO design with more structure. Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedMay 3, 2022 Configuration menu - View commit details
-
Copy full SHA for ce0d2f8 - Browse repository at this point
Copy the full SHA ce0d2f8View commit details -
bindings: cpp: uduTest: Werror complience
Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedMay 3, 2022 Configuration menu - View commit details
-
Copy full SHA for df40cb4 - Browse repository at this point
Copy the full SHA df40cb4View commit details -
bindings: cpp: uduTest: Changed return code on refused conn
Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedMay 3, 2022 Configuration menu - View commit details
-
Copy full SHA for 794d215 - Browse repository at this point
Copy the full SHA 794d215View commit details
Commits on May 8, 2022
-
driver: src: packets.h: Updated gaze master packet
Finalized gaze master packet and status enum; Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedMay 8, 2022 Configuration menu - View commit details
-
Copy full SHA for d88b4b9 - Browse repository at this point
Copy the full SHA d88b4b9View commit details -
driver: src: addons: Updated gaze master logic
Updated gaze master logic to use the new packet. Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedMay 8, 2022 Configuration menu - View commit details
-
Copy full SHA for 4d4a2a4 - Browse repository at this point
Copy the full SHA 4d4a2a4View commit details -
driver: src: addon.cpp: Werror compliance
Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedMay 8, 2022 Configuration menu - View commit details
-
Copy full SHA for d176dd4 - Browse repository at this point
Copy the full SHA d176dd4View commit details
Commits on May 9, 2022
-
bindings: cpp: uduTest: Fixed receive logic for windows
Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedMay 9, 2022 Configuration menu - View commit details
-
Copy full SHA for 4330919 - Browse repository at this point
Copy the full SHA 4330919View commit details -
driver: src: addons: Added gaze master status logic
Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedMay 9, 2022 Configuration menu - View commit details
-
Copy full SHA for a05acb8 - Browse repository at this point
Copy the full SHA a05acb8View commit details
Commits on May 24, 2022
-
git-submodules: Updated lazy-sockets to v0.2.6
This includes a fix for the broken windows posers bug. Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedMay 24, 2022 Configuration menu - View commit details
-
Copy full SHA for 6503e3a - Browse repository at this point
Copy the full SHA 6503e3aView commit details
Commits on Jun 25, 2022
-
driver: Added initial version of gaze master plugins
The plugin system is currently broken on Windows, but on Linux it works fine. Issue-ID: issue_tracker#20 Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedJun 25, 2022 Configuration menu - View commit details
-
Copy full SHA for d2dddc1 - Browse repository at this point
Copy the full SHA d2dddc1View commit details -
bindings: cpp: uduTest: Added case for gaze master
Added a test case for gaze master. Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedJun 25, 2022 Configuration menu - View commit details
-
Copy full SHA for 77e4f05 - Browse repository at this point
Copy the full SHA 77e4f05View commit details
Commits on Jun 27, 2022
-
ver: src: plugins: Added windows helper
Added windows plugin helper implementation. Signed-off-by: Oleg Vorobiov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0bee416 - Browse repository at this point
Copy the full SHA 0bee416View commit details
Commits on Jun 28, 2022
-
driver: Fixed windows bug and added gaze logger readme
Fixed a bug where gaze master plugins would not get recognized on windows. Added a bare bones readme for gaze logger. Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedJun 28, 2022 Configuration menu - View commit details
-
Copy full SHA for 8e35a01 - Browse repository at this point
Copy the full SHA 8e35a01View commit details -
Driver: Fixed plugin loading for windows.
Also added local log for windows. Signed-off-by: Josh Miklos <[email protected]>
SimLeek committedJun 28, 2022 Configuration menu - View commit details
-
Copy full SHA for c34b449 - Browse repository at this point
Copy the full SHA c34b449View commit details -
Sockets now report errors in text form and plugin activation steps changed a bit. Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedJun 28, 2022 Configuration menu - View commit details
-
Copy full SHA for aa8af4e - Browse repository at this point
Copy the full SHA aa8af4eView commit details -
Driver: Modified windows getString message
Signed-off-by: Josh Miklos <[email protected]>
SimLeek committedJun 28, 2022 Configuration menu - View commit details
-
Copy full SHA for f624a8e - Browse repository at this point
Copy the full SHA f624a8eView commit details
Commits on Jun 29, 2022
-
driver: plugins: Added interface version as activate arg
Now the plugin can tell what version of the plugin interface it is dealing with, so that if it is not compatible it can error out on activate. Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedJun 29, 2022 Configuration menu - View commit details
-
Copy full SHA for ca9c27a - Browse repository at this point
Copy the full SHA ca9c27aView commit details
Commits on Aug 4, 2022
-
driver: Moved to using boost::dll for plugin imports
Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedAug 4, 2022 Configuration menu - View commit details
-
Copy full SHA for 7f2233f - Browse repository at this point
Copy the full SHA 7f2233fView commit details -
Added missing boost fetch before build Signed-off-by: Oleg Vorobiov <[email protected]>
Oleg Vorobiov committedAug 4, 2022 Configuration menu - View commit details
-
Copy full SHA for 8e8dc47 - Browse repository at this point
Copy the full SHA 8e8dc47View commit details -
driver: Windows CI terribleness
Signed-off-by: Oleg Vorobiov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c40f09c - Browse repository at this point
Copy the full SHA c40f09cView commit details
Commits on Aug 9, 2022
-
Added boost dependency as a submodule Signed-off-by: Oleg Vorobiov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7b09122 - Browse repository at this point
Copy the full SHA 7b09122View commit details -
driver: CMakeLists.txt: Moved to handling boost as a submodule
Signed-off-by: Oleg Vorobiov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for be351c4 - Browse repository at this point
Copy the full SHA be351c4View commit details -
GITHUB: cmake.yml: Removed boost fetch
No need to download it seperately, its a submodule now Signed-off-by: Oleg Vorobiov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2b1d3f8 - Browse repository at this point
Copy the full SHA 2b1d3f8View commit details -
driver: gaze_master_plugins: Windows terribleness
Signed-off-by: Oleg Vorobiov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b366ca3 - Browse repository at this point
Copy the full SHA b366ca3View commit details -
driver: gaze_master_plugins: Added missing includes
Signed-off-by: Oleg Vorobiov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 917a035 - Browse repository at this point
Copy the full SHA 917a035View commit details -
GITHUB: workflows: Temp workaround for broken boost cmake install
Signed-off-by: Oleg Vorobiov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d9b5221 - Browse repository at this point
Copy the full SHA d9b5221View commit details