Commit Graph

1082 Commits

Author SHA1 Message Date
TwistedUmbrella 4bd74aeebe Merge pull request #563 from reicast/loungekatt
Fix the display of messages within emu thread
2014-11-12 21:43:46 -05:00
TwistedUmbrella d26d4d4cfa Fix the display of messages within emu thread 2014-11-12 21:42:52 -05:00
Stefanos Kornilios Mitsis Poiitidis c2d1fbfdc2 WIP to get an alert dialog show
- new String() fails, somewhere deep on the android run-time, with no exception or some kind of logged error on my N4. WHY?
- The android debugger is a huge PITA.
- Eclipse is best left unused
2014-11-10 13:34:59 +01:00
Stefanos Kornilios Mitsis Poiitidis d1aa96d3e1 Improve error handling
Add coreMessage, die to EmuThread, propagate msgboxf to coreMessage
2014-11-10 05:28:52 +01:00
Stefanos Kornilios Mitsis Poiitidis ff4f5c21a8 Merge pull request #561 from reicast/skmp/travis-debug-cert
Merge skmp/travis-debug-cert
2014-11-07 04:06:28 +02:00
~skmp dc3575a2ef Create .android, mv is also better 2014-11-07 03:46:32 +02:00
~skmp 67b29e4923 Static debug cert 2014-11-07 03:39:40 +02:00
TwistedUmbrella dbc6f5a43c Merge pull request #557 from reicast/loungekatt
Fancy toast, Forgiving BIOS directory selection
2014-10-30 22:43:57 -04:00
Stefanos Kornilios Mitsis Poiitidis 28e9b27ec1 Increase travis to 2cpus
1.5VCPUs available according to docs, so this will help with build times (and also keep memory under control)
2014-10-30 11:44:05 +01:00
Stefanos Kornilios Mitsis Poiitidis c8540e5be9 Force -j1 on travis to avoid running out of memory 2014-10-30 11:12:52 +01:00
Stefanos Kornilios Mitsis Poiitidis bedb8564f2 Update ant/custom-build.xml to use env processor count (works windows), default to -j4, and also from env NDKBUILDOPT 2014-10-30 11:08:00 +01:00
TwistedUmbrella 5abd36612d Add resources for notification size limitations 2014-10-28 12:08:34 -04:00
TwistedUmbrella 49a44b3cb0 Fancy toast, Forgiving BIOS directory selection 2014-10-24 22:44:32 -04:00
Stefanos Kornilios Mitsis Poiitidis 157c837ec0 Merge branch 'skmp/gl3.1' 2014-10-22 14:42:02 +02:00
Stefanos Kornilios Mitsis Poiitidis 2b1aaf061d Isolate GLES, add DESKTOPGL option to core.mk 2014-10-22 14:39:07 +02:00
Stefanos Kornilios Mitsis Poiitidis e4844a37c3 Merge branch 'skmp/label_list_fix' 2014-10-22 14:15:40 +02:00
Stefanos Kornilios Mitsis Poiitidis 468b0109c8 Fix label array system 2014-10-22 14:11:39 +02:00
TwistedUmbrella 361e67e0a4 Merge pull request #554 from reicast/loungekatt
Workaround for relative path access restrictions
2014-10-20 00:04:00 -04:00
TwistedUmbrella 211fa6e3b1 Temporary disable of icons for Android L
java.lang.NullPointerException: Attempt to invoke virtual method
'boolean android.graphics.drawable.Drawable.canApplyTheme()' on a null
object reference

public boolean canApplyTheme () Added in API level 21
2014-10-19 09:43:06 -04:00
TwistedUmbrella 7d87829171 Workaround for relative path access restrictions 2014-10-19 08:08:54 -04:00
TwistedUmbrella da1a800797 Merge pull request #552 from reicast/loungekatt
BIOS Locator and fixes for KitKat Samsung directories
2014-10-16 15:09:58 -04:00
TwistedUmbrella 22adcee052 Implement functional locator and path navigation 2014-10-16 14:59:20 -04:00
TwistedUmbrella 88beeb147d Add a check for extSdCard mounts (Samsung) 2014-10-15 12:06:41 -04:00
TwistedUmbrella f84d31d84a Merge pull request #545 from reicast/loungekatt
Basic automated BIOS locator
2014-10-08 23:31:24 -04:00
TwistedUmbrella 1aa50faadf Basic automated BIOS locator
Requires BIOS still be in a “data” subfolder
2014-10-08 23:13:27 -04:00
TwistedUmbrella b18350652a Merge pull request #543 from reicast/loungekatt
Conversion to predefined menus to prevent scale issues
2014-10-08 21:47:39 -04:00
TwistedUmbrella 58d3c1a037 Fix alignment when restoring VMU to menu 2014-10-08 21:22:52 -04:00
TwistedUmbrella da03a6bbce Add main menu popup from predefined layout 2014-10-08 20:18:28 -04:00
TwistedUmbrella 81707ea383 Convert popup submenus to scrollable layouts 2014-10-07 01:30:12 -04:00
TwistedUmbrella af7fbf47c0 Switch to XML popup layouts to prevent size issues
This also adds text labels to the buttons for easier identification of
functionality
2014-10-06 14:22:50 -04:00
TwistedUmbrella 2280e67c44 Merge pull request #542 from LoungeKatt/master
Make sure menu items are visible in layout
2014-10-05 17:13:33 -04:00
TwistedUmbrella 151c754281 Make sure menu items are visible in layout 2014-10-05 17:13:02 -04:00
TwistedUmbrella b1575350d1 Merge pull request #541 from LoungeKatt/master
Update images with high res base graphic
2014-10-05 17:02:24 -04:00
TwistedUmbrella 6409215a1a Update images with high res base graphic 2014-10-05 17:01:23 -04:00
TwistedUmbrella cf57f7abb4 Merge pull request #539 from LoungeKatt/master
Move right stick toggle to options, Remove "exit" buttons
2014-10-05 16:33:53 -04:00
Stefanos Kornilios Mitsis Poiitidis 286d6372b5 Merge pull request #540 from reicast/skmp/gdtool
hash support on gdtool
2014-10-05 23:28:55 +03:00
TwistedUmbrella 26b669cc8d Move right stick setting to input options 2014-10-05 16:19:50 -04:00
Stefanos Kornilios Mitsis Poiitidis 97c487b06d Merge pull request #537 from LoungeKatt/master
Onscreen menu fixes and reduction
2014-10-05 23:15:05 +03:00
TwistedUmbrella 5156d04b76 More icon updates for additional placements 2014-10-05 14:13:12 -04:00
TwistedUmbrella 9ccaf18304 Modernize graphics to match site revision
Temporary resizes from Photoshop. Will be converted to vector graphic
for lossless resizing
2014-10-01 14:14:51 -04:00
TwistedUmbrella 0dba81b99a Move onscreen joystick config to configuration 2014-10-01 13:51:29 -04:00
TwistedUmbrella 7b615ad37c Add icon to for disk swap onscreen option 2014-10-01 13:46:38 -04:00
TwistedUmbrella 25c334e067 Merge pull request #536 from LoungeKatt/master
Update Moga lib, Refresh home between windows
2014-10-01 13:20:09 -04:00
TwistedUmbrella 846edc61d3 Update Moga lib, Refresh home between windows 2014-10-01 10:16:05 -04:00
Stefanos Kornilios Mitsis Poiitidis aa33d230e5 Merge branch 'master' into skmp/r7-sprint 2014-09-14 14:12:46 +03:00
TwistedUmbrella 1623086a48 Merge pull request #530 from LoungeKatt/master
Fix joystick dpad emulation, Refresh onscreen controls
2014-09-11 14:36:54 -04:00
TwistedUmbrella 0b2494b568 Fix onscreen control layout on layout change
Addresses https://github.com/reicast/reicast-emulator/issues/531
2014-09-11 01:14:20 -04:00
TwistedUmbrella f3fde06548 Unlink custom from JS-Dpad, Rename appropriately
The preference name was a little misleading. The preference has the
same functionality, but was named to imply an inverse functionality. It
is now disabled by default, which may need to be reversed if the number
of games requiring the feature to split the two controls is outweighed
by the number for which the feature disables joystick functionality.
2014-09-11 01:14:15 -04:00
Stefanos Kornilios Mitsis Poiitidis 51946d606a Merge branch 'master' into skmp/r7-sprint 2014-09-05 13:21:56 +03:00
Stefanos Kornilios Mitsis Poiitidis a674e6d61a Merge branch 'master' into skmp/r7-sprint 2014-09-05 13:20:31 +03:00