Commit Graph

265 Commits

Author SHA1 Message Date
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
ptitSeb 72668d2267 PANDORA: OSD and a few other things 2014-01-12 15:54:00 +01:00
ptitSeb a15a5257b1 Merge branch 'master' of https://github.com/reicast/emulator into pandora
Conflicts:
	shell/android/src/com/reicast/emulator/GL2JNIActivity.java
	shell/android/src/com/reicast/emulator/GL2JNIView.java
	shell/android/src/com/reicast/emulator/JNIdc.java
	shell/android/src/com/reicast/emulator/MOGAInput.java
2014-01-11 15:57:32 +01:00
Stefanos Kornilios Mitsis Poiitidis 4992ef3365 Merge pull request #92 from bwRavencl/about-version
Added version to about message
2014-01-10 14:50:11 -08:00
Matteo Hausner 2cabeb69f3 Moved about box strings to string resource file 2014-01-10 22:53:31 +01:00
Stefanos Kornilios Mitsis Poiitidis 05fe8a7133 Merge pull request #89 from hooby3dfx/master
Updated build instructions in readme
2014-01-10 13:45:34 -08:00
Stefanos Kornilios Mitsis Poiitidis 6ac087720e Merge pull request #78 from NoblesseOblige/master
Convert strings to string resources to support translations
2014-01-10 13:44:08 -08:00
Stefanos Kornilios Mitsis Poiitidis 36bed71a04 Merge pull request #81 from bwRavencl/multi-controllers-fixes
Multi Controller Fixes
2014-01-10 13:42:53 -08:00
Matteo Hausner cadc1489a5 Added version name string to about message 2014-01-10 22:38:23 +01:00
Matteo Hausner 6343dc2f83 Added gui switch to enable / disable touch vibration (haptic feedback) 2014-01-10 19:37:58 +01:00
Matteo Hausner ab076bea94 Removed redundant import of InputDevice 2014-01-09 21:10:55 +01:00
hooby3dfx b7b8dd0ba3 added irc info 2014-01-08 09:57:04 -05:00
Matteo Hausner ef1da16469 Fixed the default value for add_controllers in Android.cpp 2014-01-07 18:07:56 +01:00
hooby3dfx d2f89ebb09 Fixed format 2014-01-07 11:34:23 -05:00
hooby3dfx 15fa12974d Updated build instructions 2014-01-07 11:30:52 -05:00
Matteo Hausner 4adc462901 Fixed handling if an assigned controller gets disconnected
Menu, Back and Volume buttons are ignored for controller selection now
Added mroe meaningful controller strings / string names
Minor cleanup
2014-01-06 19:13:48 +01:00
LoungeKatt e190c7e4f8 Convert strings to string resources to support translations 2014-01-05 23:44:44 -05:00
Stefanos Kornilios Mitsis Poiitidis 8c61d40afd Merge pull request #77 from NoblesseOblige/master
bwRavencl's Multi controller (Clean merge)
2014-01-05 18:25:25 -08:00
LoungeKatt 5a20039c89 Remove override for standard method, Menu default icons 2014-01-05 18:24:11 -05:00
Matteo Hausner b0ef1a4468 Added multi-controller support into MOGA implementation (Untested! Somebody with MOGA hardware should verify that I didn't break anything!)
Fixed OSD hiding for multiple controllers (OSD is now hidden only in case Player 1 is using a physical controller)
Fixed PS3 controller mapping (regression?)
2014-01-05 18:18:52 -05:00
Matteo Hausner 3cb8b2cc6e Added configuration GUI for physical controllers
Reverted changes in maple_cfg.cpp except a minor memory leak
Fixed an issue with the Xbox 360 controller support, that the first
press of the DPAD would not get handled
Lots of improvments on multi-controller support
2014-01-05 18:18:26 -05:00
LoungeKatt 53a89c7ce2 Add an ignore for orig files to prevent saved merge backups 2014-01-05 18:15:50 -05:00
Matteo Hausner 5b5743dd95 First steps to integrate multi-controller support 2014-01-05 18:14:42 -05:00
Stefanos Kornilios Mitsis Poiitidis 3ea4a694d2 Merge pull request #73 from NoblesseOblige/master
Clean up the options call when moving to the main activity
2014-01-05 08:04:02 -08:00
LoungeKatt aabe953f7d Clean up the options call when moving to the main activity 2014-01-05 06:08:44 -05:00
Stefanos Kornilios Mitsis Poiitidis 7a54a1da0d Fi some strings, move bios checking 2014-01-05 11:25:19 +01:00
LoungeKatt 99228e8aea Fix missing navdrawer when returning to menu from game 2014-01-05 02:22:49 -05:00
LoungeKatt eedb4ac233 Use xbox configuration for nVidia Shield to enable dpad 2014-01-05 01:43:05 -05:00
LoungeKatt 7c42c55c8f Fix directory selection when BIOS is in an alternate folder
This will allow selecting a different folder on the first run instead
of having to place everything in /sdcard/dc first and then pick a new
folder to later move to. This will still notify the user of
requirements for having the BIOS in the /dc folder if they do not pick
an alternate location at this time.
2014-01-05 01:24:46 -05:00
LoungeKatt 7965f0c422 Menu updates for easier flow, Fix up 2.3 compatibility
Fix menu flow, Add explanations, Fix menu option values

This places paths inside settings instead of the reverse for devices
that cannot view the slider menu. The configuration options have been
expanded to work toward adding all emu.cfg values as visual. Options
not currently being used by the emulator are commented to avoid user
confusion.

Set all icons to default to browser, Replace duplicate icon

Organize imports and move config to main menu for < 2.3

Fix fragment display in pre 2.3 devices by restoring views
2014-01-05 00:06:18 -05:00
Stefanos Kornilios Mitsis Poiitidis 35b38e3a78 hardfp calling support
This is commented out for android, but it is tested and works!
2014-01-04 15:26:50 +01:00
Stefanos Kornilios Mitsis Poiitidis da20ab32d7 embed zlib compressed version of vmu_default.bin, detect empty vmu and preformat 2014-01-03 21:17:37 +01:00
Stefanos Kornilios Mitsis Poiitidis 25d4607b57 bump version number 2014-01-03 20:04:42 +01:00
Stefanos Kornilios Mitsis Poiitidis 05571cf7ea Frameskip, unstable opts
- make ta_skip to ta frame skipping instead of skipping parsing entierly. it handles 1 out of every (N+1) frames.
- re purpose rend to unstable opts, as pvr.rend is of no real use right now
2014-01-03 19:28:37 +01:00
Stefanos Kornilios Mitsis Poiitidis 12b29f003a Fix MOGA detection, change options to paths 2014-01-03 18:55:25 +01:00
ptitSeb 3c410e687e PANDORA: Added options for Mouse as keys 2014-01-02 23:07:06 +01:00
ptitSeb fa238c399d PANDORA: Removed VMU option, it's default now 2014-01-02 23:06:18 +01:00