Commit Graph

2551 Commits

Author SHA1 Message Date
TwistedUmbrella 2e0e07c2ea Disable recursive searching of the selected games directory 2014-01-21 10:55:30 -05:00
TwistedUmbrella e9cb37b133 Make the GLES 2 a requirement to prevent incompatibility
As per @skmp it was a requirement all along, just not explicitly
enforced until now.
2014-01-21 10:55:30 -05:00
TwistedUmbrella 58ac73df14 Default games to the system directory, Prompt when empty 2014-01-21 10:55:30 -05:00
TwistedUmbrella db324d950e First step in converting to async to reduce loading times 2014-01-21 10:55:29 -05:00
TwistedUmbrella d167caf107 Let's feed this thing a little speed and see if it gets excited 2014-01-21 10:55:29 -05:00
Stefanos Kornilios Mitsis Poiitidis 0bbf33ce61 Updated buttons img, reset OSD scale 2014-01-21 17:39:05 +02:00
Stefanos Kornilios Mitsis Poiitidis 0c5d261a58 Merge pull request #121 from NoblesseOblige/master
Fragment navigation, Layout fixes, Directory handling
2014-01-21 01:27:13 -08:00
TwistedUmbrella ec5246d0d3 Patch up the back button support to properly handle action 2014-01-21 01:31:56 -05:00
TwistedUmbrella 54268a68d4 Don't save the directory as an intermediate step to browse 2014-01-21 01:22:14 -05:00
TwistedUmbrella 0dd9f318e5 Fragment back button navigation, Self-inflicted layout issues 2014-01-21 00:53:53 -05:00
Stefanos Kornilios Mitsis Poiitidis e59372f0d2 Merge pull request #113 from NoblesseOblige/master
Updates to address issue items (past and future)
2014-01-20 16:30:24 -08:00
Stefanos Kornilios Mitsis Poiitidis 4138440daa Partial merge of the Pandora branch 2014-01-21 02:02:12 +02:00
Stefanos Kornilios Mitsis Poiitidis ee6d3eadde begone you silly typos 2014-01-21 01:04:58 +02:00
Stefanos Kornilios Mitsis Poiitidis a1dcbbc825 Woops fix wrong function arguments 2014-01-21 00:07:57 +02:00
Stefanos Kornilios Mitsis Poiitidis 5c0c7b9db5 Don't count Z for modvols
(partial merge of zhack, the parts that have no speed hit)
2014-01-20 23:13:01 +02:00
Stefanos Kornilios Mitsis Poiitidis 55cb5c94d4 Fix gcw and nacl makefiles abit 2014-01-20 23:10:17 +02:00
Stefanos Kornilios Mitsis Poiitidis e512b95445 Force block (header) checks by default.
- Unstable opts disables them (and only lets hard-coded places)
- This fixes shenmue (and possibly many other dynarec crashes)
2014-01-20 23:10:00 +02:00
TwistedUmbrella 672b56f384 Add a logging capability that will save to the home directory
This will solve those issues where people say the app crashed and have
little or no information that may be required to diagnose the issue.
This generates it into a file.
2014-01-20 07:17:01 -05:00
TwistedUmbrella addefa897b Add checks for a few API 16 items, Show API restrictions
Removing the @TargetApi(Build.VERSION_CODES.JELLY_BEAN) overrides
prevents these issues from being suppressed automatically so reflection
can be used instead.
2014-01-20 06:49:07 -05:00
TwistedUmbrella 5b386891f3 Don't check input devices on platforms that don't support it 2014-01-19 21:45:22 -05:00
TwistedUmbrella dbfa473034 Replace scrollview to allow multiple children (still scrolls) 2014-01-19 21:20:32 -05:00
TwistedUmbrella 9f48d52fb9 Don't prevent access to available options, only input devices 2014-01-19 21:15:10 -05:00
TwistedUmbrella cea9541ca1 Remove input check in options, Limit input menu visibility 2014-01-19 21:03:44 -05:00
TwistedUmbrella 54bb410c2c Reorder the layout to match the changed order of the code 2014-01-19 20:57:47 -05:00
TwistedUmbrella 42053b3648 Add the changes to InputFragment for more than labels 2014-01-19 20:56:07 -05:00
TwistedUmbrella 11c8854301 Add input menu to Android 2.3 and re-order to match 3.0+ 2014-01-19 20:51:53 -05:00
TwistedUmbrella 9f733b6b89 Remove excess view now that fragment issue is resolved 2014-01-19 17:45:28 -05:00
Stefanos Kornilios Mitsis Poiitidis 979d9b7387 Merge pull request #111 from bwRavencl/ui-fixes
Some UI fixes / improvements (includes fix for issue #110)
2014-01-19 11:33:20 -08:00
Matteo Hausner e4e7df1c26 Fixed issue #110
Fixes for the layout of FileBrowser
Replaced close and folder icons with ones that better match the other icons in design
Improved reset icon
2014-01-19 19:25:47 +01:00
Stefanos Kornilios Mitsis Poiitidis 332ab95b61 Don't count mv->z, only vtx->z within 0,0 & 1024,1024.
- Clipping is done on the SH4 side, garbage might be outside the screen
- Mod vols aren't drawn anyway for now
- I wonder how much does this cost on the rend-thread?
2014-01-19 00:35:46 +02:00
Stefanos Kornilios Mitsis Poiitidis a111f22ea0 Merge pull request #97 from bwRavencl/moveable-osc
Added moveable / resizeable On Screen Controller
2014-01-18 13:19:25 -08:00
Matteo Hausner 6b2089a73c Renamed ControllersFragment to InputFragment to better reflect that all input settings are found in there
Greatly improved layout for all input related stuff
Added an input icon(!)
Fixed / improved some input related strings
2014-01-18 17:33:31 +01:00
Matteo Hausner 404f7c6d6a Added missing import after rebase 2014-01-17 23:27:12 +01:00
Matteo Hausner b89ba1e34c Added apply icon as suggested by LoungeKatt
Improved scaling of sensitivity
2014-01-17 23:22:59 +01:00
Matteo Hausner 050f30a274 Back button menu icon scaling according to DP, this partially fixes issue #85
Fixed a touch issue in edit mode
Some cleanup...
2014-01-17 23:22:59 +01:00
Matteo Hausner 1b8322aa92 Fixed an outstanding bug in GL2JNIView that Left/Right Triggers would not get reset after pointer up action (reset would only occur if all fingers were lifted)
Added Reset icon for touch controls reset
Moved strings to string resource
General cleanup...
2014-01-17 23:22:52 +01:00
Matteo Hausner 95eca8fe4e Further integration of customizable OSC 2014-01-17 23:20:07 +01:00
Matteo Hausner 43f93f3b2b First working sample implementation of edit mode 2014-01-17 23:10:06 +01:00
Matteo Hausner d79d856394 First test-implementation for moveable touch controls 2014-01-17 23:07:55 +01:00
Stefanos Kornilios Mitsis Poiitidis d09cd0d639 Merge pull request #102 from NoblesseOblige/master
Update game selection to prevent launching BIOS for all
2014-01-17 04:22:34 -08:00
TwistedUmbrella d36b58c0f4 Update game selection to prevent launching BIOS for all 2014-01-16 23:41:26 -05:00
Stefanos Kornilios Mitsis Poiitidis a22f8eb961 Merge pull request #100 from NoblesseOblige/master
Somehow this layout worked it's way back into that last commit
2014-01-16 17:53:02 -08:00
TwistedUmbrella 07625c5250 This layout is no longer needed with compatibility changes 2014-01-16 17:49:07 -05:00
Stefanos Kornilios Mitsis Poiitidis b05217c3cb Merge pull request #99 from NoblesseOblige/master
Fix folder selection and allow text-only changing of paths
2014-01-16 13:18:37 -08:00
TwistedUmbrella 07601ead11 Remove unused code, Save directory on edit text changed 2014-01-16 16:07:38 -05:00
TwistedUmbrella 01853fcf7a Add a watcher to save directory values when text changes 2014-01-16 14:59:26 -05:00
Stefanos Kornilios Mitsis Poiitidis 83874a225c Merge pull request #93 from NoblesseOblige/master
Switches, menus, layouts. It's like an El Camino now.
2014-01-16 04:22:50 -08:00
TwistedUmbrella 39bafcede4 Fix the random sizes of list items when opening the drawer 2014-01-14 02:04:32 -05:00
TwistedUmbrella f6d7820eb4 Small updates to the menu and drawers for better visibility 2014-01-14 01:55:34 -05:00
TwistedUmbrella fd4a464ea0 Squash: Add switch compat to unify layouts with previous APIs
Patch up the layouts to prevent Switch compat view errors

Make the layouts look the same regardless of screen width

Prevent stray view by generating the headings dynamically

Create more flexible borders and reorganize the main view

Finish up the layout changes, Adjust some API requirements
2014-01-14 01:45:39 -05:00