-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Savestate fixes #214
base: develop
Are you sure you want to change the base?
Savestate fixes #214
Commits on Jul 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 50e2fb3 - Browse repository at this point
Copy the full SHA 50e2fb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90860ea - Browse repository at this point
Copy the full SHA 90860eaView commit details -
[Savestates] Readded request code
- Fixed spaces in documentation
Configuration menu - View commit details
-
Copy full SHA for f9277cc - Browse repository at this point
Copy the full SHA f9277ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 03aa6ca - Browse repository at this point
Copy the full SHA 03aa6caView commit details
Commits on Jul 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a24e501 - Browse repository at this point
Copy the full SHA a24e501View commit details
Commits on Jul 17, 2024
-
[PlaybackSerialiser] Reenabled camera angle storing on full ticks
The camera angle was omitted, when the previous tick or subtick was the same. However, this creates huge problems with savestates. Now, full ticks will always contain the camera angle, while subticks may be ommitted - Added scheduling to savestate client packet handler
Configuration menu - View commit details
-
Copy full SHA for 2bee234 - Browse repository at this point
Copy the full SHA 2bee234View commit details
Commits on Jul 20, 2024
-
[PlaybackSerialiser] Fix some filecommands not being loaded after sav…
…estate This happens when you load a savestate during playback. To fix this, a new parameter was introduced to the serialiser called `processExtensions`. Setting this to true will prevent loading metadata and filecommands and only get the TickContainers out of the TASfile.
Configuration menu - View commit details
-
Copy full SHA for 9aeae79 - Browse repository at this point
Copy the full SHA 9aeae79View commit details
Commits on Jul 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f297b3f - Browse repository at this point
Copy the full SHA f297b3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c5faf56 - Browse repository at this point
Copy the full SHA c5faf56View commit details
Commits on Jul 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b54196a - Browse repository at this point
Copy the full SHA b54196aView commit details -
[Gui] Added more info to InfoHud
- Changed DesyncMonitor values from relative to absolute - Added hash to build - Added version to hud
Configuration menu - View commit details
-
Copy full SHA for cc86838 - Browse repository at this point
Copy the full SHA cc86838View commit details
Commits on Jul 27, 2024
-
[Gui] Added camera rotation to InfoHud
- Swapped yaw and pitch in InfoHud
Configuration menu - View commit details
-
Copy full SHA for c8649a1 - Browse repository at this point
Copy the full SHA c8649a1View commit details -
[Savestates] Trying to fix crashes and errors
- Trying to fix errors with the future task queue during loadstate - Trying to fix a crash with a tickList being out of sync
Configuration menu - View commit details
-
Copy full SHA for 030e215 - Browse repository at this point
Copy the full SHA 030e215View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1af74d5 - Browse repository at this point
Copy the full SHA 1af74d5View commit details -
[Savestates] Reintroduced savestates at the end of the tick
- More InfoHud changes
Configuration menu - View commit details
-
Copy full SHA for d2e219d - Browse repository at this point
Copy the full SHA d2e219dView commit details
Commits on Jul 28, 2024
-
[Savestates] Fixed chunks being not loaded after loading a savestate
- Added WorldServerDuck - Added documentation to savestate mixins
Configuration menu - View commit details
-
Copy full SHA for 319b82d - Browse repository at this point
Copy the full SHA 319b82dView commit details -
[PlaybackSerialiser] Fixed the ability to add a wrong flavorname as t…
…he defaultflavor
Configuration menu - View commit details
-
Copy full SHA for f0f58d8 - Browse repository at this point
Copy the full SHA f0f58d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9ae630 - Browse repository at this point
Copy the full SHA c9ae630View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74a00e4 - Browse repository at this point
Copy the full SHA 74a00e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 765459b - Browse repository at this point
Copy the full SHA 765459bView commit details
Commits on Aug 1, 2024
-
[Savestates] Clearing tickListEntries on loadstate
- [Events] Added EventWorldRead and EventWorldWrite
Configuration menu - View commit details
-
Copy full SHA for ee49c66 - Browse repository at this point
Copy the full SHA ee49c66View commit details
Commits on Aug 13, 2024
-
[Savestates] Refactored classes
- Renamed ChunkHandler to SavestateWorldHandler - Renamed PlayerHandler to SavestatePlayerHandler - Renamed package "modules" to "handlers" - Commented out KTRNG functionality - Moved level saving methods to SavestateWorldHandler - Added documentation
Configuration menu - View commit details
-
Copy full SHA for bd9c27c - Browse repository at this point
Copy the full SHA bd9c27cView commit details
Commits on Aug 20, 2024
-
[MCTCommon] Added AbstractDataFile
- Split Configuration into ConfigurationRegistry and the Configuration file, which extends AbstractDataFile - Made the ConfigurationRegistry private, so extension modders use their own config file
Configuration menu - View commit details
-
Copy full SHA for 6ccc968 - Browse repository at this point
Copy the full SHA 6ccc968View commit details
Commits on Aug 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 34a6970 - Browse repository at this point
Copy the full SHA 34a6970View commit details