Savefile Saver Changelog

What's new in Savefile Saver 0.3.0

Dec 29, 2023
  • Arguments are now handled with getopt. This is more efficient than handling arguments with the previous strcmp method.
  • Removed redundant includes
  • Removed redundant variables
  • Removed a space from the Savefile Saver (now Savefile-Saver) executable for easier command line usage
  • Variables are now const where applicable
  • Variables now use snake_case, while functions use camelCase
  • Added Press 'Enter' to exit to throw errors for better descriptiveness
  • Added Usage: ./Savefile-Saver.exe -s 'Your Game' to --help for better descriptiveness