-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Update to Alpha9 #163
Merged
Merged
Update to Alpha9 #163
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Finally fixed idiotic things in InfoGui - Fixed ContainerSerialiser not being able to read files with KTRNG seeds
There still seem to be more issues
- Merge .mon and .tas files into .tas - Save control bytes ($) - Save comments (//) - Fix Playing Time failing to save
Does it work? No.
This reverts commit 8fc0be1. Unsurprisingly, this will kill the curseforge virus checker when trying to upload something... Guess that explains why optifine is not on cf
- Playback and recording are now based on TickChanged by default which is a mode where KillTheRNG sets the seed when the tick starts then allows for the seed to change during the tick. - Cleaned up TickSync and removed the ability to turn ticksync off which was unused
Before: `/savestate delete 0 3` Will try to delete savestates 0, 1, 2 Now it will delete savestates 0, 1, 2, 3
- Works surprisingly well, now to fix the lag - Delaying state changes to fix playback or recording sometimes starting at 1
- Moved keybindings to keybinding events
- Updated mgnet.work maven
Closes #146 Does it work? no - Fixed savestates desyncing - Added a minecraft crash when custom server crashes - Updated KillTheRNG
/playuntil <ticks> runs the next playback until the specified ticks, then switches to a recording. This is useful when savestates are not available. - Fixed credits not being printed in chat
- Renamed inputcontainer package to playback - Renamed InputContainer to PlaybackController - Moved ContainerSerialiser from util to package playback - Renamed ContainerSerialiser to PlaybackSerialiser - Renamed ContainerStateClient to TASstateClient - Renamed ContainerStateServer to TASstateServer - Moved ShieldDownloader from shield to package util and removed shield - Moved TASstate to inner class of PlaybackController - Moved TickInputContainer to inner class of PlaybackController
buildandupload is on push, while build is on pull request
- Fixed start seed being sent too late
- Added helptext to playuntil - Removed index desync from DesyncMonitor - Fixed playuntil to actually work
- brought back gradle.properties
Fixed unsupported HTML in readme...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New things
/playuntil <ticks>
Changes
.tas
to.mctas
Fixes