Commit Graph

46 Commits

Author SHA1 Message Date
Riley Testut
694adb6c6c Fixes various strong reference cycle leaks 2016-08-10 23:10:46 -05:00
Riley Testut
da7705aaff Refactors DatabaseManager into NSPersistentStore subclass 2016-08-09 19:52:32 -05:00
Riley Testut
26a6a3c1b3 Adds custom transition when launching games + returning to Main Menu
The entire architecture had to change so GameViewController presented GamesViewController, instead of vice versa which was previously the case
2016-08-09 01:18:42 -05:00
Riley Testut
44b36d7ace Updates CheatsViewController to use CheatTableViewCell for vibrancy effects 2016-08-09 00:26:34 -05:00
Riley Testut
70f4175128 Enables Whole Module Optimization 2016-07-27 12:30:08 -05:00
Riley Testut
a5c50b41bc Adds back support for presenting CheatsViewController from Pause Menu 2016-07-27 04:08:08 -05:00
Riley Testut
60bc9dcfbc Adds basic implementation of GameViewController, replacement for EmulationViewController 2016-07-17 16:41:57 -05:00
Riley Testut
8b97d1badc Manually fixes errors Swift 3 migrator missed
I apologize for any “try!”s that may still remain…
2016-07-14 22:59:29 -05:00
Riley Testut
9ce16a2a9d Updates syntax to Swift 3 beta 2 via Xcode migrator 2016-07-13 01:28:38 -05:00
Riley Testut
e6585ec177 Raises deployment target to iOS 10 2016-07-13 01:13:33 -05:00
Riley Testut
bc6cfbbaa4 Removes DeltaTV target 2016-07-10 20:37:11 -05:00
Riley Testut
2e5616dd30 Updates save state usage to catch errors 2016-06-10 11:57:15 -05:00
Riley Testut
29c8990540 Adds support for Gameboy Advance games 2016-06-10 10:53:29 -05:00
Riley Testut
9b5357ccd6 Adds Peek & Pop support to EditCheatViewController 2016-05-27 23:30:17 -05:00
Riley Testut
f7ed6f75d1 Adds ability for user to add/edit custom cheats 2016-05-27 15:25:14 -05:00
Riley Testut
9dcb88b2de Presents empty CheatsViewController for Cheats pause item 2016-05-21 14:53:10 -05:00
Riley Testut
304da44f3c Displays preview actions when peeking save states 2016-05-18 17:13:55 -05:00
Riley Testut
832fac25b3 Fixes code-signing validation issues with Cocoapods 2016-05-16 13:02:21 -05:00
Riley Testut
aa4f5fb532 Adds support for Locked Save States 2016-03-15 04:56:52 -05:00
Riley Testut
01bf9c0e06 Refactors Core Data model objects 2016-03-14 20:03:51 -05:00
Riley Testut
ba6805b0f1 Refactors save state thumbnail loading to prevent placeholder image flickering 2016-03-14 19:24:25 -05:00
Riley Testut
ee1e57f54b Saves and displays thumbnails for save states 2016-03-01 01:55:02 -08:00
Riley Testut
bf70df6611 Adds basic support for saving + loading save states
Stores SaveState model objects with Core Data, and displays the available save states in SaveStatesViewController.

Currently, tapping + button creates a new save state, while tapping a collection view cell loads the save state, regardless of whether Save State or Load State was selected from the pause menu.
2016-02-08 13:55:27 -08:00
Riley Testut
9dcec258c1 Presents empty SaveStatesViewController for Save/Load State Pause Item 2016-01-29 20:00:36 -08:00
Riley Testut
b8b46f00a6 Refactors PauseViewController in preparation for pushing new view controllers
# PauseViewController has been renamed to PauseMenuViewController.
# A new PauseViewController maintains a child UINavigationController, which has PauseMenuViewController as the root view controller.
2016-01-30 18:19:02 -08:00
Riley Testut
46eb747737 Replaced GameCollectionViewLayout with GridCollectionViewLayout
Additionally, refactored GridCollectionViewCell to no longer use a NIB. This makes it easier to reuse for iOS and tvOS, and allows us to use storyboard segues (which include peek & pop)
2015-12-26 04:09:45 -06:00
Riley Testut
fd2a81ead5 Modified tint colors to use custom Delta colors 2015-12-26 02:57:29 -06:00
Riley Testut
8f572fd1c8 Added basic PauseViewController implementation
Also, happy Boxing Day! Hope you're enjoying your new iPad Pro future Riley :)
2015-12-26 02:23:30 -06:00
Riley Testut
925fb9454d Updated UI for pagination between GameCollections 2015-11-24 11:53:36 -08:00
Riley Testut
3dcf6b9df0 Added GameCollection model object 2015-11-01 04:22:18 -06:00
Riley Testut
59fe9b0480 Added basic UICollectionView-based UI for selecting games 2015-11-01 03:19:10 -06:00
Riley Testut
2184c8aa68 Implemented basic importing of games 2015-10-11 16:31:07 -05:00
Riley Testut
ab4fadca57 Added basic Core Data functionality 2015-10-04 12:02:46 -07:00
Riley Testut
af631870d4 Updated DeltaTV to use tvOS framework dependencies 2015-09-26 15:14:46 -07:00
Riley Testut
b606aa7c43 Added tvOS Target 2015-09-26 14:12:47 -07:00
Riley Testut
f46fcc7978 Reorganized Xcode project and file structure 2015-09-26 14:04:00 -07:00
Riley Testut
ed4807ba5d Added ability to emulate SNES games 2015-09-12 19:49:21 -07:00
Riley Testut
cc6a044b29 Added basic settings, and ability to manage game controllers 2015-09-07 15:05:11 -07:00
Riley Testut
513129c3d5 Responds to ControllerView inputs 2015-07-22 21:56:28 +01:00
Riley Testut
8084536551 Updated to Swift 2 syntax 2015-06-30 01:15:10 -07:00
Riley Testut
f615b65f5e Added EmulationViewController, displays ControllerView 2015-06-16 01:45:24 -05:00
Riley Testut
a1ae5679bb Added Roxas submodule 2015-03-10 00:14:03 -07:00
Riley Testut
16b82f3dad Added SNESDeltaCore submodule 2015-03-09 23:43:20 -07:00
Riley Testut
6bb1ccf42c Added DeltaCore submodule 2015-03-09 00:15:43 -07:00
Riley Testut
46bf220359 Lists files in Documents directory, automatically updates when files are added or removed 2015-03-08 13:44:04 -07:00
Riley Testut
aeed83fca5 Initial Commit 2015-03-08 00:50:48 -08:00