Skip to content

Next Version

Christoph Leimbrock edited this page Aug 15, 2015 · 75 revisions

Version Next

Save State Manager

  • Use array controller and improve core data fetching
  • correctly show names of all 'special' save states, including quick save slots
  • accept dropped save states changes
  • allow drag of save state & screenshot files changes

Save States

  • rename all unused auto saves in a game to 'restored auto save'
  • check for weird duplicates on first start of new version

Screenshot / Videos

  • fix renaming screenshots seems to work already -cy
  • import screenshots without 100% match into 'Unknown' category
  • fix deleting screenshots seems to work already -cy

Yosemite

Misc

  • Tooltips not displaying in any view, i checked tooltips in main window (like grid view button). those work, is this fixed? -cy
    • Nope, looks like titles in grid view still need tooltips when we hover over them
    • changes 0c568ff63adca5db72368311ea02edb6de767174
  • Fix grid view, click on a game a couple of times can launch it twice ad93e3c6cde2b9465735fd7d6a2a076c6b4a5a57
  • Add info on cheats to save state plist (also advance state version in plist) not yet, moved to next release -cy
  • Fix core data migration bug where updating 1.0.2 or earlier to 1.0.4 causes artwork images to be removed changes

Bugs and Crashes

UI

  • blank slate for:
  • screenshots (mentioning cmd + t shortcut?) 2085c9cc538715cd6460650597b3892f08a98084
  • save states 828dc89db9c451f546641d28a8141acaaa97126f
  • possibly in-game screenshot indicator (like save game 'notification') f5d5a5baceec04ee3cf74ab66679d8db22b14a88
  • check in-game save state notification 6f082f03a3019f1385f308b0e44f5319fd9aab8c
  • Alerts: Whenever you type into one of our modals, the keyboard presses will register for the both text field and emulator control. Should drop responder status whenever text field is in focus? fb9a210291fa8006811c8cbe77f1999e8ce655bd
  • Alerts: (related to above) Press ‘save hotkey’ twice makes two dialogs appear. To replicate, bind a 'special key' for 'Save' and press the button over and over. 6f082f03a3019f1385f308b0e44f5319fd9aab8c
  • Popup menus: Are rounded corners for the top part of menu items missing in 10.10? I can't remember if they were ever there before :P submenus don't have rounded corners at the top

Next Version (later…)

  • Rewrite grid using OpenGL and CG renderers
  • image shadows can be drawn by using a pre-rendered 9 part image
  • use drawImage:inRect:fromRect:alpha:, drawText:inRect:withAttributes: & drawRect:withLineWidth: methods found in IKRenderer protocol
  • Add info on cheats to save state plist (also advance state version in plist)
  • manually implement drop & spinner animations

Retrode (later…)

  • Show Slot 1 / Slot 2 header
  • Implement import action
  • Implement import save file action, show dialog and remove autosave state so the save file is actually read from disk
  • Read firmware version
  • Check for updates on retrode.com, retrode abandoned = no more firmware updates?
  • Alert user of updates, show install wizard