Skip to content
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

Pushing towards a more useable prerelease version #39

Merged
merged 1 commit into from
Oct 22, 2023

Conversation

patrickdown
Copy link
Collaborator

  • Added plugin stuff like plugin.cfg/.gd
  • plugin.gd now takes care of the autoload
  • Moved low level event handling to T5Interface.
  • T5Manager becomes a class whose main purpose is to create XR glasses rig in the scene. This hopefully allow the advanced user to more easily create their own manager classes.
  • Added T5Gameboard to visualize the T5 gameboard in the scene. The T5Gameboard can also be registered with the T5Manager to be a start location for the T5Origin in the scene.
  • Added some node icons.
  • Added some documentation.

@patrickdown patrickdown self-assigned this Sep 28, 2023
@patrickdown patrickdown force-pushed the usability_feature_addions branch 2 times, most recently from ade0ac2 to db9562d Compare October 10, 2023 01:03
@@ -0,0 +1,48 @@
class_name T5ProjectSettings extends RefCounted
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This gave an issue for me when it wasn't a tool script, because it was used from another tool script

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also since all access is static, not sure if this needs to extend RefCounted, it can just extend Object?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added @tool and changed it to object. I also put the godot-cpp submodule at version 4.1

Added plugin stuff like plugin.cfg/.gd
plugin.gd now takes care of the autoload
Moved low level event handling to T5Interface.
T5Manager becomes a class whose main purpose is to create XR glasses rig in the scene. This hopefully allow the advanced user to more easily create their own manager classes.
Add T5Gameboard to visualize the T5 gameboard in the scene. The T5Gameboard can also be registered with the T5Manager to be a start location for the T5Origin in the scene.
Added some node icons.
Changed godot-cpp to version 4.1.2
Copy link
Member

@BastiaanOlij BastiaanOlij left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@patrickdown patrickdown merged commit 39f1084 into GodotVR:main Oct 22, 2023
2 checks passed
@patrickdown patrickdown deleted the usability_feature_addions branch November 14, 2023 17:11
@BastiaanOlij BastiaanOlij added the enhancement New feature or request label Nov 17, 2023
@BastiaanOlij BastiaanOlij added this to the 1.0.0 milestone Nov 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants