SL21W19: Difference between revisions

From ETM
Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:
**Added "clear selection" button to the plot screen
**Added "clear selection" button to the plot screen
**BIG CHANGE: '''Implemented page comparison before image construction'''
**BIG CHANGE: '''Implemented page comparison before image construction'''
**BIG CHANGE: Desktop now has a 'Cookie' (works like the local cache in a browser) that is clonable
**BIG CHANGE: Added partial data caching based on binary data independent of position
**BIG CHANGE: Added partial data caching based on binary data independent of position
**Added debug-mode info for cached data
**Added debug-mode info for cached data

Revision as of 00:49, 15 May 2021

◄ SL21W18 | SL21W20 ►


  • Desktop
    • Implement automatic change detection on the page
    • Instead of comparing the image-data (takes 10-30ms), try to compare the page/cookie data (0-1ms)
    • Implement going backwards trough older pages with the same state still showing (popups, scroll states, selected worlds etc)
    • Fixed Plot-Screen updating
    • Added "clear selection" button to the plot screen
    • BIG CHANGE: Implemented page comparison before image construction
    • BIG CHANGE: Desktop now has a 'Cookie' (works like the local cache in a browser) that is clonable
    • BIG CHANGE: Added partial data caching based on binary data independent of position
    • Added debug-mode info for cached data
    • Added new cursor-system, cleanup all the cursor-resetting stuff
    • Fixed cache-clearing not working as intended