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

Added a basic htogg reader #32

Merged
merged 1 commit into from
Apr 4, 2018

Conversation

hungrymonkey
Copy link
Collaborator

Clean up Scenetree

TreecursionPlayer uses MessageQueue to submit commands into Scenetree.

Htogg reader is seperated into two classes Treecursion and TreecursionReader.
Treecursion is just a file path container and creates TreecursionReader with
instance_playback.

Treecursion manages file state and reads htogg format

currently, the bos page is just a holder for Godot Dictionary of init variables
Each packet has a utf8 time as access with the "time" key.

Each packet keys varies depending on whether or not they are call or set
commands

Pause and voip are not supported at the momemnt.

Only engine commands

Clean up Scenetree

TreecursionPlayer uses MessageQueue to submit commands into Scenetree.

Htogg reader is seperated into two classes Treecursion and TreecursionReader.
Treecursion is just a file path container and creates TreecursionReader with
instance_playback.

Treecursion manages file state and reads htogg format

currently, the bos page is just a holder for Godot Dictionary of init variables
Each packet has a utf8 time as access with the "time" key.

Each packet keys varies depending on whether or not they are call or set
commands

Pause and voip are not supported at the momemnt.

Only engine commands
@hungrymonkey hungrymonkey merged commit 715b2ee into jcalifornia:rdrr_master Apr 4, 2018
@hungrymonkey
Copy link
Collaborator Author

going to merge. i need this merge

@hungrymonkey hungrymonkey deleted the ogg_reader branch April 16, 2018 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant