Riley Testut
|
d03cc90a29
|
Merge branch 'feature/nes' into develop
# Conflicts:
# .gitmodules
# Delta.xcodeproj/xcshareddata/xcschemes/Delta.xcscheme
# Delta.xcworkspace/contents.xcworkspacedata
# Delta/Base.lproj/Settings.storyboard
# Delta/Settings/SettingsViewController.swift
|
2019-02-06 15:40:11 -08:00 |
|
Riley Testut
|
986b329178
|
Merge branch 'feature/harmony' into develop
|
2019-02-06 14:21:47 -08:00 |
|
Riley Testut
|
1e144e5657
|
Adds support for NES games
|
2019-02-01 12:44:32 -08:00 |
|
Riley Testut
|
7523102982
|
Adjusts keyboard input display priorities to favor special character keys
|
2019-02-01 12:25:08 -08:00 |
|
Riley Testut
|
17e20a6a7c
|
Adds complete support for external keyboards
Fixes misc. other controller skin issues
|
2019-01-29 16:34:51 -08:00 |
|
Riley Testut
|
bace668739
|
Adds SyncResultViewController to view errors that occured during sync
|
2018-12-04 17:21:04 -08:00 |
|
Riley Testut
|
9a186ffea9
|
Changes Cheat.name to non-optional
|
2018-12-04 17:05:14 -08:00 |
|
Riley Testut
|
c4487433cd
|
Adds Delta colors to asset catalog
|
2018-11-27 14:39:38 -08:00 |
|
Riley Testut
|
97b456d9b7
|
Adds UIAlertController extension to display Errors
|
2018-11-27 14:38:29 -08:00 |
|
Riley Testut
|
18d6bd262a
|
Adds support for iPhone X-optimized controller skins
|
2017-12-19 01:54:10 -06:00 |
|
Riley Testut
|
52c39dbc4d
|
Adds ability to search for games from GamesViewController
|
2017-10-16 13:03:00 -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
|
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
|
1dcbb9c656
|
Merge branch 'master' of github.com:rileytestut/Delta into develop
|
2017-04-30 21:43:30 -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
|
d0ed98ba6b
|
Updates DeltaCore + system cores
|
2017-04-30 19:36:48 -07:00 |
|
Caroline Moore
|
10e9f85ad5
|
Updates Delta purple
|
2017-04-11 18:32:36 -07:00 |
|
Riley Testut
|
2bb4c4d278
|
Implements error handling when importing games + controller skins
|
2017-01-14 11:27:18 -08:00 |
|
Riley Testut
|
e311bfc857
|
Fixes issue where games with capitalized files extensions were imported as “Unsupported”
|
2016-12-29 13:24:55 -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
|
93119b4714
|
Reorganizes Xcode project structure
Merges “Common” folder into main Delta target folder
|
2016-12-20 18:24:43 -06:00 |
|
Riley Testut
|
64f1b66431
|
Updates Delta purple color
Lighter for better legibility against dark backgrounds
|
2016-12-11 14:40:51 -08:00 |
|
Riley Testut
|
93b9e979cf
|
Moves vibration logic to DeltaCore; adds taptic engine support
|
2016-11-28 17:09:45 -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
|
2b0fe3ef20
|
Fixes Xcode 8.1 warnings
|
2016-11-09 15:01:09 -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
|
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
|
53bf0313b4
|
Updates syntax to Swift 3 GM via Xcode migrator
|
2016-09-20 00:07:15 -07:00 |
|
Riley Testut
|
3d16fed35a
|
Refactors previewing GameViewController logic into new PreviewGameViewController
|
2016-08-12 01:17:01 -05:00 |
|
Riley Testut
|
694adb6c6c
|
Fixes various strong reference cycle leaks
|
2016-08-10 23:10:46 -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
|
7c8405d4e7
|
Fixes remaining Beta 4 syntax issues manually that the migrator missed
|
2016-08-06 23:18:55 -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
|
9b5357ccd6
|
Adds Peek & Pop support to EditCheatViewController
|
2016-05-27 23:30:17 -05: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
|
f46fcc7978
|
Reorganized Xcode project and file structure
|
2015-09-26 14:04:00 -07:00 |
|