Riley Testut
edcf10df0f
Updates Splash Screen
2016-11-25 01:09:02 -06:00
Riley Testut
f3c436fe65
Moves mogenerator run script into separate target
2016-11-24 16:48:06 -06:00
Riley Testut
e74725420a
Adds ability to adjust translucent controller skin opacity
2016-11-23 16:27:10 -06:00
Riley Testut
754c327cc1
Updates app icon
2016-11-22 20:02:35 -08:00
Riley Testut
0be355e01c
Updates Delta purple color
2016-11-22 20:01:17 -08:00
Riley Testut
d3b4f25f20
Replaces light theme with “opaque” dark theme
...
Previous dark theme has been renamed “translucent”
2016-11-22 19:57:39 -08:00
Riley Testut
6b0ad3cf8f
Fixes crash when playing games with certain file extensions
2016-11-22 19:51:30 -08:00
Riley Testut
103d5cecf1
Removes unnecessary image network request when sizing GameCollectionViewController cells
2016-11-22 19:50:13 -08:00
Riley Testut
5f2991ea47
Fixes project folder structure
2016-11-19 12:13:01 -08:00
Riley Testut
9d3a97377d
Displays game artwork
...
Fetches artwork URL from OpenVG database
2016-11-18 17:31:25 -08:00
Riley Testut
8cd3577cdc
Adds ability to select and use custom controller skins
2016-11-16 20:48:05 -08:00
Riley Testut
2b0fe3ef20
Fixes Xcode 8.1 warnings
2016-11-09 15:01:09 -08:00
Riley Testut
7664c72f12
Adds ControllerSkinsViewController
...
Displays all controller skins that support provided Traits
2016-11-07 14:32:12 -08:00
Riley Testut
3a631cf5e6
Updates ControllerSkin to provide aspect ratio for given Traits
2016-11-07 14:30:24 -08:00
Riley Testut
dc9cb367de
Adds supportConfigurations property to ControllerSkin model
...
Allows database querying of controller skins based on configurations they support
2016-11-07 14:29:18 -08:00
Riley Testut
023fe13c6a
Adds ability to import ControllerSkin’s
2016-10-19 19:17:46 -07:00
Riley Testut
a7037ee45a
Updates Info.plist UTI declarations
2016-10-16 12:36:01 -07:00
Riley Testut
a94fac95de
Adds ControllerSkin model object
2016-10-16 12:35:05 -07:00
Riley Testut
578cf5eda2
Integrates mogenerator to automatically generate Core Data subclasses
2016-10-14 15:13:04 -07:00
Riley Testut
ce41b83c92
Adds basic implementation of GameTypeControllerSkinsViewController
2016-10-03 17:21:27 -07:00
Riley Testut
b80dbd4e26
Adds support for dark theme when presenting SaveStatesViewController via 3D Touch/Long Press
2016-09-30 19:09:08 -07:00
Riley Testut
9f0a376946
Disables simulator’s annoyingly excessive logging
2016-09-30 19:07:47 -07:00
Riley Testut
f06fb72908
Adds Save States action when previewing/long pressing games
2016-09-27 15:35:55 -07:00
Riley Testut
3b9d169367
Fixes issue where importing games from Document Providers failed
2016-09-21 00:10:13 -07:00
Riley Testut
12ca37e0f4
Manually fixes errors Swift 3 migrator missed
...
Thank God I won’t have to ever do this again…hopefully…
2016-09-20 23:38:58 -07:00
Riley Testut
53bf0313b4
Updates syntax to Swift 3 GM via Xcode migrator
2016-09-20 00:07:15 -07:00
Riley Testut
89905618e4
Adds Delete action when previewing/long pressing games
2016-08-29 13:19:47 -07:00
Riley Testut
75903552f9
Adds back ability to Peek & Pop games via 3D Touch
2016-08-13 02:51:20 -05:00
Riley Testut
fbe3382236
Fixes issue where deleting a SaveState would not also delete its thumbnail
2016-08-12 17:06:13 -05:00
Riley Testut
bc9203fb44
Presents confirmation dialog asking user what to do if resuming paused game from GamesViewController
2016-08-12 16:25:31 -05:00
Riley Testut
21c5d13ba2
Refactors GamesViewController & GameCollectionViewController (previously GamesCollectionViewController)
2016-08-12 15:28:54 -05:00
Riley Testut
9e66df0ace
Fixes crash when backgrounding app before starting a game
2016-08-12 13:12:48 -05:00
Riley Testut
3d16fed35a
Refactors previewing GameViewController logic into new PreviewGameViewController
2016-08-12 01:17:01 -05:00
Riley Testut
b017be6368
Fixes issue where creating auto save state would fail when backgrounded with SaveStatesViewController visible
2016-08-11 16:40:47 -05:00
Riley Testut
30eec7bc2f
Uses refactored EmulatorCore.saveSaveState(to:) method
2016-08-11 14:40:49 -05:00
Riley Testut
5a39263cb8
Uses renamed DeltaCore AudioManager/VideoManager.isEnabled property
2016-08-11 14:36:23 -05:00
Riley Testut
d0ada56b92
Removes UIPreviewInteraction usage in SaveStatesViewController
2016-08-10 23:44:26 -05:00
Riley Testut
e2f229fc36
Adds support for creating and updating Auto Save States
2016-08-10 23:31:12 -05:00
Riley Testut
856c412a78
Changes guard statement to if statement
2016-08-10 23:23:14 -05:00
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
0d562da309
Adds //MARK: comments to GamesViewController, rearranges some methods
2016-08-09 11:45:35 -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
d38b6bb981
Refactors GridCollectionViewCell to handle vibrancy on a per-cell-subview basis
...
Allows certain subviews to be vibrant while others aren’t
2016-08-08 19:06:08 -05:00
Riley Testut
89c584e4c4
Fixes minor GameViewController.sustainButtonsContentView layout issues
...
• Optimizes layout for 4” screens
• Now appears beneath controller skin in landscape (as it should)
2016-08-08 15:49:17 -05:00
Riley Testut
d5d44cf8d0
Updates dependencies
...
DeltaCore has been updated for Beta 4 syntax changes
GBADeltaCore disables debug mode from controller skin
Roxas contains added UICollectionView features + minor RSTBackgroundView UI updates
2016-08-08 15:46:32 -05:00
Riley Testut
7c8405d4e7
Fixes remaining Beta 4 syntax issues manually that the migrator missed
2016-08-06 23:18:55 -05:00
Riley Testut
95a2efdc01
Updates syntax to Swift 3 Beta 4 via Xcode migrator
2016-08-06 22:57:18 -05:00
Riley Testut
ddb402537e
Adds back support for Sustain Buttons
2016-07-27 14:58:36 -05:00