237 Commits (c22f21fb9ce5ece3f543f851992ddd6818090dff)
 

Author SHA1 Message Date
  Ryan Reed c22f21fb9c Replacing various error signals with a single error signal 3 months ago
  Ryan Reed bbb3411065 Adding setting for enabling/disabling autosaves 3 months ago
  Ryan Reed 8e0705ff47 Renaming godot icon and adding a simple skyblock-logo 3 months ago
  Ryan Reed 58b533cad7 Merge pull request 'Preserve time in save files' (#20) from additional-save-properties into master 3 months ago
  Ryan Reed d6b02a9fb3 Adding DroppedBlockDataResource for saving dropped block positions 3 months ago
  Ryan Reed f17171e41a Moving DayNightCycleComponent to Node and saving time when performing a save 3 months ago
  Ryan Reed 13c4781ee8 Fixing loading non-Node3DDataResources 3 months ago
  Ryan Reed 82fe344c12 Allow for Node type resource saving 3 months ago
  Ryan Reed c1ca3a98cb Merge pull request 'Autosaves and Simplifying SaveLevelDataComponent' (#19) from autosaves into master 3 months ago
  Ryan Reed ba7c0e2bf3 Updating default save name text 3 months ago
  Ryan Reed 15efc6145d Renaming date_created to save_date and adding to save file instead of using file modified date 3 months ago
  Ryan Reed 8d5146fd09 Updating comments 3 months ago
  Ryan Reed 48e52f4317 Adding autosave notification 3 months ago
  Ryan Reed 15a1fd8cc6 Renaming _move_autosaves() to _rotate_autosaves() 3 months ago
  Ryan Reed 858dc90b29 Standardizing autosave name 3 months ago
  Ryan Reed 150e01f11e Create the Autosave timer on _ready() 3 months ago
  Ryan Reed c30237b266 Correcting default value 3 months ago
  Ryan Reed 7ab2efefc7 Adding autosave functionality 3 months ago
  Ryan Reed aac4dbb1d9 Initial work toward autosaves 3 months ago
  Ryan Reed 926239c32f Simplifying the game_settings loading 3 months ago
  Ryan Reed d4df06fc40 Moving ui_node out of SaveLevelDataComponent into SaveLoadUI 3 months ago
  Ryan Reed 4f56398134 Moving default_save_icon_resource from SaveLevelDataComponent to SaveGameSettings 3 months ago
  Ryan Reed 0bab8edb65 Replacing filenames in save game settings with prepends 3 months ago
  Ryan Reed b04f54660c Merge pull request 'Save/Load Updates' (#18) from save-load-updates into master 3 months ago
  Ryan Reed 0df41dfc3a Correcting saving Player node 3 months ago
  Ryan Reed 9df29f9f92 Removing unnecessary instancing 3 months ago
  Ryan Reed e5dbf84a57 Fixing appending saves 3 months ago
  Ryan Reed 6845e7407a Moving open_save_list_ui and close_save_list_ui our of SaveGameManager 3 months ago
  Ryan Reed b398613dff Renaming apply_load_complete signal to apply_complete 3 months ago
  Ryan Reed 1eb9340ceb Removing jolt for now 3 months ago
  Ryan Reed 8abff9802a Reordering and renaming functions 3 months ago
  Ryan Reed 3073c8d4d6 Splitting load_save into load_save and apply_save 3 months ago
  Ryan Reed 9cdb1ad26b Fixing warning 3 months ago
  Ryan Reed 0ef53af01d Attempting to stop the double player saving that occurs sometimes 3 months ago
  Ryan Reed ee73433da2 Reworking signals for clarity and ease of use 3 months ago
  Ryan Reed 5dce93c454 Moving errors messages for signals 3 months ago
  Ryan Reed a63af34485 Updating plugin autoload setup 3 months ago
  Ryan Reed 39ff773951 Merge pull request 'Save/Load System Plugin' (#17) from save_load_plugin into master 3 months ago
  Ryan Reed 74cc0029cb Adding missing resources after move 3 months ago
  Ryan Reed b61dbb5069 Moving Save/Load system to a plugin/addon 3 months ago
  Ryan Reed cb5ea9b85a Adding missing default icon 3 months ago
  Ryan Reed a2fd6fc062 Moving Saves UI out of save_load (specific to each project) 3 months ago
  Ryan Reed d9c9ffe764 Updating comments 3 months ago
  Ryan Reed 3bced69ee4 Merge pull request 'Save File Icon Creation' (#16) from game_save_icons into master 3 months ago
  Ryan Reed 68afe1dce8 Removing unnecessary comments 3 months ago
  Ryan Reed f47367dfdf Adding setting for disabling/enabling save screenshots 3 months ago
  Ryan Reed a8b30f2657 Allow defining the save icon size 3 months ago
  Ryan Reed 2df15febad Removing duplicate signal emit() 3 months ago
  Ryan Reed 257002dc90 Renaming function for clarity 3 months ago
  Ryan Reed 8d42e81c61 Correcting resetting world and hiding UI on game load 3 months ago