Riley Testut
|
1e144e5657
|
Adds support for NES games
|
2019-02-01 12:44:32 -08:00 |
|
Riley Testut
|
d1596fa7c5
|
Fixes missing ZIPFoundation error when running on device
|
2018-11-12 14:51:49 -08:00 |
|
Riley Testut
|
7b60c1e067
|
Updates deployment target to iOS 12.0
|
2018-11-12 14:51:29 -08:00 |
|
Riley Testut
|
94d7edd707
|
Updates project to recommended Xcode 10.1 settings
|
2018-11-12 11:57:21 -08:00 |
|
Riley Testut
|
ba653037b1
|
Migrates to Swift 4.2 via Xcode 10.1 migrator
|
2018-11-12 11:45:55 -08:00 |
|
Riley Testut
|
15b23c13e7
|
Updates delta cores + replaces ZipZap with ZIPFoundation
Replaces ZipZap with ZIPFoundation due to DeltaCore now using ZIPFoundation
|
2018-11-08 17:13:39 -08:00 |
|
Riley Testut
|
a9c3e85df8
|
Adds support for 3D Touch app icon game shortcuts
|
2018-01-04 14:17:59 -06:00 |
|
Riley Testut
|
2e36b8125e
|
Fixes broken mogenerator run script
|
2018-01-04 14:17:27 -06:00 |
|
Riley Testut
|
19d438f566
|
Fixes issue where database from beta 4 failed to migrate correctly
|
2017-10-16 20:37:51 -07:00 |
|
Riley Testut
|
6d2208a0f8
|
Updates project structure to match and automatically keep in sync with file system
|
2017-10-12 15:54:55 -07:00 |
|
Riley Testut
|
090c84df61
|
Updates Xcode project to recommended settings
|
2017-10-12 15:09:52 -07:00 |
|
Riley Testut
|
fb5036acf8
|
Manually fixes Swift 4 migrator errors
|
2017-10-12 14:40:15 -07:00 |
|
Riley Testut
|
d709204107
|
Migrates to Swift 4 via Xcode migrator
|
2017-10-12 13:46:11 -07:00 |
|
Riley Testut
|
61440ef994
|
Adds support for handling ActionInputs from GameControllers
• Quick Save
• Quick Load
• Fast Forward
|
2017-10-10 14:54:20 -07:00 |
|
Riley Testut
|
c6875c44b6
|
Renames Core Data model from Model to Delta
|
2017-09-28 19:25:20 -07:00 |
|
Riley Testut
|
94cbdbe159
|
Persists customized input mappings between app launches
|
2017-09-28 12:55:05 -07:00 |
|
Riley Testut
|
d70105e30e
|
Adds ControllerInputsViewController to customize external game controller inputs
Includes necessary code changes to use refactored DeltaCore Input logic
|
2017-09-27 13:08:41 -07:00 |
|
Riley Testut
|
7695a800c6
|
Fixes SQLite.swift compiler errors in Xcode 9
Adds post install action to Podfile to modify SQLite.swift source files.
|
2017-06-29 13:35:33 -05:00 |
|
Riley Testut
|
e5f232b7b2
|
Uses UIAlertController instead of UIDocumentMenuViewController for Cydia Impactor builds
|
2017-05-09 20:42:46 -07:00 |
|
Riley Testut
|
a288f564b6
|
Merge branch 'feature/custom_artwork' into develop
|
2017-05-02 16:46:23 -07:00 |
|
Riley Testut
|
fadc62bfef
|
Adds Crashlytics
|
2017-05-02 03:41:00 -07:00 |
|
Riley Testut
|
78c47015a5
|
Adds support for selecting game artwork from clipboard and photo library
|
2017-05-02 03:21:40 -07:00 |
|
Riley Testut
|
93493534e0
|
Adds support for GBC games
Adds System enum to represent supported game systems, simplifying the process to add future game systems.
|
2017-04-30 21:39:13 -07:00 |
|
Riley Testut
|
d7db69925e
|
Updates automatic code signing configuration
|
2017-04-30 21:13:13 -07:00 |
|
Riley Testut
|
d0ed98ba6b
|
Updates DeltaCore + system cores
|
2017-04-30 19:36:48 -07:00 |
|
Riley Testut
|
25eb70c5a6
|
Updates dependencies to silence warnings
|
2017-04-04 15:36:24 -07:00 |
|
Riley Testut
|
eebb593aa2
|
Updates GamesDatabaseBrowserViewController design to match Delta dark theme
|
2017-03-28 00:14:47 -07:00 |
|
Riley Testut
|
45c18cc8e2
|
Adds ability to search games database to change game artwork
Searching database is done via GamesDatabaseBrowserViewController
|
2017-03-15 13:13:20 -06:00 |
|
Riley Testut
|
54da484423
|
Refactors loading operations to inherit from Roxas’ RSTLoadOperation
|
2017-03-15 13:07:34 -06:00 |
|
Riley Testut
|
ed68653a98
|
Fixes incorrect mogenerator URLs
|
2017-02-06 16:36:36 -08:00 |
|
Riley Testut
|
2bb4c4d278
|
Implements error handling when importing games + controller skins
|
2017-01-14 11:27:18 -08:00 |
|
Riley Testut
|
7b43b48b51
|
Adds support for importing zip archives containing games
|
2016-12-25 02:26:18 -06:00 |
|
Riley Testut
|
062abf6dbe
|
Adds ability to import games & controller skins from other apps
|
2016-12-22 16:59:29 -06:00 |
|
Riley Testut
|
752ea94ce3
|
Updates Xcode project to recommended Swift settings
|
2016-12-20 18:25:19 -06:00 |
|
Riley Testut
|
93119b4714
|
Reorganizes Xcode project structure
Merges “Common” folder into main Delta target folder
|
2016-12-20 18:24:43 -06:00 |
|
Riley Testut
|
93b9e979cf
|
Moves vibration logic to DeltaCore; adds taptic engine support
|
2016-11-28 17:09:45 -08:00 |
|
Riley Testut
|
f3c436fe65
|
Moves mogenerator run script into separate target
|
2016-11-24 16:48:06 -06: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
|
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
|
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
|
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
|
f06fb72908
|
Adds Save States action when previewing/long pressing games
|
2016-09-27 15:35:55 -07:00 |
|
Riley Testut
|
21c5d13ba2
|
Refactors GamesViewController & GameCollectionViewController (previously GamesCollectionViewController)
|
2016-08-12 15:28:54 -05:00 |
|
Riley Testut
|
3d16fed35a
|
Refactors previewing GameViewController logic into new PreviewGameViewController
|
2016-08-12 01:17:01 -05:00 |
|