Ender's Games
660713a934
Travis: increase depth over fetching full repo
2018-08-12 09:21:49 -04:00
Christoph "baka0815" Schwerdtfeger
21ea713032
X11: Values >= 1 enable keyboard
2018-08-12 15:17:56 +02:00
Christoph "baka0815" Schwerdtfeger
369ecf2db2
evdev: Print a warning if a key is not configured
2018-08-12 09:50:14 +02:00
Abandoned Cart
d6ae37ed2a
Merge pull request #1281 from reicast/lk/bootdisk
...
Android: Disable the boot disk option until valid
2018-08-11 23:57:28 -04:00
Ender's Games
cd7edc5e52
Android: Also disable the boot disk on v14
2018-08-11 23:30:36 -04:00
Ender's Games
4fc7c55d4d
Android: Disable the boot disk option until valid
...
This option saves a path for an unimplemented feature. Rather than continue to field questions about how to use it because it is not connected to anything, it is better to disable it for now.
2018-08-11 21:53:08 -04:00
Stefanos Kornilios Mitsis Poiitidis
5cd64625fb
Merge pull request #1277 from reicast/baka/evdev_checkdup
...
evdev: Check for duplicate key assignment
2018-08-11 16:16:59 +03:00
Abandoned Cart
3da8b2e9b9
Merge pull request #1280 from reicast/lk/pullrequest
...
Android: Add right stick switch to controller update
2018-08-11 07:53:35 -04:00
Ender's Games
391c847b27
Android: Add right stick switch to controller update
...
Android: Right stick defaults to true when used
2018-08-11 07:30:53 -04:00
Christoph "baka0815" Schwerdtfeger
891666d9ce
evdev: Check for duplicate key assignment
2018-08-11 09:56:13 +02:00
Abandoned Cart
610cec177c
Merge pull request #1273 from reicast/baka/evdev_multiple
...
evdev: Allow two controls with the same event
2018-08-10 21:26:36 -04:00
Abandoned Cart
ca277b9568
Merge pull request #1275 from reicast/lk/pullrequest
...
Travis: Move build commands to script
2018-08-10 17:18:39 -04:00
Ender's Games
3f39090f7d
Travis: update script permission and verify
2018-08-10 13:28:11 -04:00
Ender's Games
cc035a3c22
Travis: Move build commands to proprietary script
...
Prevents an implied attempt to sign builds without a signing key when submitting to a PR.
2018-08-10 11:59:30 -04:00
Christoph "baka0815" Schwerdtfeger
e2d186f7be
evdev: Testing shows: You *can* assign the same device to multiple ports.
2018-08-10 10:16:29 +02:00
Abandoned Cart
90c0d42103
Merge pull request #1271 from reicast/lk/pullrequest
...
Android: Fix the misleading "default disk" setting
2018-08-09 15:24:55 -04:00
Ender's Games
ba0f93b5e3
Android: Fix the misleading "default disk" setting
...
It is a boot disk, which would be the "default" disk. Labeling it default is misleading, though. It will also prevent confusion to have examples of common boot disks.
2018-08-09 14:19:47 -04:00
Abandoned Cart
ce4d4d1963
Merge pull request #1269 from reicast/lk/android-studio
...
Android: Add a function to remove all settings
2018-08-08 18:27:16 -04:00
Ender's Games
0c2619e5c8
Android: Crashing isn't close, Fix modvol settings
2018-08-08 18:03:49 -04:00
Ender's Games
4c8b8f2df2
Android: Close via clearing the fragment
...
Once again, background support requires special consideration. Closing the application does not remove it from the background stack (thus not clearing view)
2018-08-08 17:00:17 -04:00
Ender's Games
79e4e261c4
Android: Close application after settings reset
2018-08-08 16:12:08 -04:00
Ender's Games
dcb959d544
Android: Add a UI button to reset w/ warning
2018-08-08 13:45:43 -04:00
Ender's Games
df1aee121f
Android: Add a function to remove all settings
...
This will remove all emulator settings, but will retain the folder configuration (BIOS / games) and any controller or OSD settings beyond the button theme.
2018-08-08 13:16:06 -04:00
Out of Office
ce7ebdc730
Merge pull request #1268 from reicast/lk/android-studio
...
Android: restore hard exiting thread (w/ notes)
2018-08-08 12:19:16 -04:00
Ender's Games
2b77320460
Android: restore hard exiting thread (w/ notes)
...
This is not yet avoidable, but can at least be explained.
2018-08-08 11:54:54 -04:00
Out of Office
14bf4b5b1c
Merge pull request #1267 from reicast/lk/android-studio
...
Cleanup and improvements to Android Studio
2018-08-08 11:49:59 -04:00
Ender's Games
553ce3d352
Android: align calls with lifecycle, add core pause
...
This fixes the JNI naming structure to match the Android lifecycle stages and adds the ability to save things like the time when the app goes into the background without actually halting the emulator.
2018-08-08 11:22:47 -04:00
Ender's Games
8e932abf64
Android: Let's not hard exit the emulator anymore
2018-08-08 10:45:19 -04:00
Ender's Games
1a892a5a6b
Android: remove comment blocks that only moved
2018-08-08 10:14:36 -04:00
Ender's Games
319588868f
Enable compatibility by default in Nougat + (native)
2018-08-08 10:14:36 -04:00
Ender's Games
4b1c4ae446
Android: remove unused EGL14 config option
...
This will require an entire proprietary view, as the packaged helper classes are strictly EGL10.
2018-08-08 09:53:10 -04:00
Ender's Games
a9ea64f36a
Android: Forcing run via service is unnecessary
...
and should be avoided, if it is not required. This would be forcing the app to override the expected lifecycle. If the desired results can be achieved within the regular lifecycle, then it is better not to waste resources.
2018-08-08 09:38:19 -04:00
Out of Office
bcf18208f1
Merge pull request #1265 from reicast/lk/bitrise
...
iOS: Bitrise CI integration and README tag
2018-08-08 01:04:32 -04:00
Ender's Games
c13ae67dff
iOS: Bitrise CI integration and README tag
2018-08-08 00:27:15 -04:00
Out of Office
7bd43ceafb
Merge pull request #1133 from reicast/lk/libpng
...
Update libpng to 1.6.34
2018-08-07 23:57:34 -04:00
Ender's Games
f40826614a
libpng: address a non-compliant define
2018-08-07 23:36:20 -04:00
Ender's Games
38edff3dae
libpng: expose NEON w/out enabling
2018-08-07 23:18:05 -04:00
TwistedUmbrella
1f688173b8
libpng: restore original configuration
2018-08-07 23:02:56 -04:00
TwistedUmbrella
ce71108efa
libpng: update zlib references
2018-08-07 23:02:56 -04:00
TwistedUmbrella
ae8c41077f
libpng 1.6.34 [September 29, 2017]
2018-08-07 23:02:56 -04:00
TwistedUmbrella
66c3cb8a33
libpng 1.6.32 [August 24, 2017]
...
Courtesy of @mrfixit3000 ( https://github.com/reicast/reicast-emulator/issues/1121#issuecomment-383257219 )
2018-08-07 23:02:56 -04:00
Out of Office
85d271a7b1
Merge pull request #1213 from reicast/lk/template
...
Issues: Fix formatting and remove default image
2018-08-07 22:49:15 -04:00
TwistedUmbrella
90d4a9af1b
Issues: Fix formatting and remove default image
2018-08-07 12:36:01 -04:00
Abandoned Cart
f43c03f178
Merge pull request #1263 from reicast/lk/travisty
...
Restore the "last known good build configuration" w/ cleanup
2018-08-07 12:30:16 -04:00
Ender's Games
7bcef34e17
Update .gitignore and remove cached files
2018-08-07 12:04:46 -04:00
Stefanos Kornilios Mitsis Poiitidis
aa46d36dd2
Android: Add debug icons
2018-08-07 11:51:47 -04:00
Ender's Games
00dbcfcd30
Update .gitignore and remove cached files
2018-08-07 11:49:19 -04:00
Ender's Games
13d3aed93a
Revert "Merge pull request #1251 from reicast/skmp/dev-names"
...
Revert "Yet more gradle fixes"
This reverts commit 7160aaecee
.
Revert "More fixes"
This reverts commit ba568b4dec
.
Revert "Android: Better use of gradle for suffixes"
This reverts commit f35c93e1ac
.
Revert "Undo hotfix"
This reverts commit a243ac0ee0
.
Revert "HOTFIX: Fix travis gradle config?"
This reverts commit f2e8ba63e3
.
Revert "Merge pull request #1251 from reicast/skmp/dev-names"
This reverts commit 2f681248df
, reversing
changes made to e352fb9e9d
.
2018-08-07 11:41:54 -04:00
Ender's Games
acbfc2c5fd
Android: disable EGL14 option, begin restructure
2018-08-07 11:37:35 -04:00
Stefanos Kornilios Mitsis Poiitidis
b121fd1ba2
Revert "ngen_mainloop for x86 updated to use PC value from context, CDI warning"
...
This reverts commit 38539a9c2f
.
Reason: Breakage reported by beta testers
See #1260
2018-08-07 14:30:42 +02:00