Luca1991
9d6adf8221
Added Italian Localization
2014-08-18 21:54:31 +02:00
TwistedUmbrella
4058ecc737
Disable info display by default until internet check works
2014-08-18 21:54:31 +02:00
Stefanos Kornilios Mitsis Poiitidis
734db8a743
Split CFLAGS/CXXFLAGS on core.mk, warning fixes
2014-08-18 21:54:30 +02:00
Stefanos Kornilios Mitsis Poiitidis
5de530d68e
Echo state on websocket, hack abit the nacl makefile
2014-08-18 21:54:30 +02:00
Luca1991
a711b4e0e3
CloudVMU tool added
2014-08-18 21:54:29 +02:00
Claus Østergaard
1414176b08
Update strings.xml
2014-08-18 21:54:27 +02:00
Bryan Barnes
546c010517
i loves me some markdown
2014-08-18 21:54:27 +02:00
Bryan Barnes
b5d2811de4
build badge!
2014-08-18 21:54:26 +02:00
Bryan Barnes
f5bfa82fbd
updated apk path in travis.yml, not we just need a working host for uploading the builds
2014-08-18 21:54:26 +02:00
Bryan Barnes
d4b76ff9e1
updated travis.yml with recent build steps
2014-08-18 21:54:26 +02:00
TwistedUmbrella
b787f590d3
Remove some test changes, Use drawable swap function
2014-08-18 21:54:25 +02:00
TwistedUmbrella
c2c7af68bf
Compatibility with compilers on non-Ubuntu platforms
2014-08-18 21:54:25 +02:00
TwistedUmbrella
ea1686df08
Add the preliminary menu option to swap a utopia disk
2014-08-18 21:54:24 +02:00
TwistedUmbrella
78a8a70073
Initial testing of "coverflow" integration for XMB menus
2014-08-18 21:54:24 +02:00
TwistedUmbrella
261cfb13f3
Get filename when info disabled, Regex to avoid invalids
2014-08-18 21:54:23 +02:00
Stefanos Kornilios Mitsis Poiitidis
66d8b96ae3
Cleanup textures after they are dead for a while
2014-08-18 21:54:23 +02:00
MrPsyMan
e22fd18ff8
Please do a sanity test before pushing your changes.
...
I should also start following the above advice. :p
t/y!
2014-08-18 21:54:22 +02:00
AndroidGX
44e80be303
French update about strings.xml
...
(lines and things to match latest english original strings.xml file).
2014-08-18 21:54:22 +02:00
TwistedUmbrella
c4a32e73c4
Disable internet components when detail option disabled
2014-08-18 21:54:22 +02:00
Stefanos Kornilios Mitsis Poiitidis
9d438c3ff3
Improve async/mt rendering & sync logic.
...
Should fix texture staging issues for now, without degrading performance
Fixes #49 (mvsc2, sf3, etc sprites)
2014-08-18 21:54:21 +02:00
TwistedUmbrella
c332985bd1
Separate joystick and dpad by default when not configured
2014-08-18 21:54:21 +02:00
TwistedUmbrella
3da4c2eab1
Permission for verifying network connectivity
2014-08-18 21:54:20 +02:00
TwistedUmbrella
6676a3456f
Preload game details to allow setting icons, faster loading
2014-08-18 21:54:20 +02:00
TwistedUmbrella
4490934188
Async XML loading, Move XML methods to parser class
2014-08-18 21:54:19 +02:00
TwistedUmbrella
5022831093
Make displaying game details in launcher a preference
2014-08-18 21:54:19 +02:00
TwistedUmbrella
554c86522e
Add a proper info API, but retain the requirements for now
2014-08-18 21:54:18 +02:00
TwistedUmbrella
4743d8d31f
Add game details as webpage popup during launch process
...
Currently supports games with standard naming (i.e. Dead or Alive 2) or
brackets for details (i.e. Dead or Alive 2 [NTSC-J])
2014-08-18 21:54:18 +02:00
Stefanos Kornilios Mitsis Poiitidis
59fbb66a66
Stored TA command stream persists on TA_LIST_INIT, until first actual write.
...
Fixes #141 , "Main menus on POD and Speed Devil show up black"
Seems like the TA doesn't touch any of the memory structures before first write (and probably later on, but we're not gonna support corrupted ta streams for now)
According to p1pkin
«At least in SpeedDevils, at title screen game do a bit weird thing
- Init TA context
- Send lists to TA
- Init the same context again
- Start Render
so, if you are clear stored poly/vertex data at "TA_LIST_INIT" pvr2 reg write - you'll get black screen instead game title»
2014-08-18 21:54:17 +02:00
Stefanos Kornilios Mitsis Poiitidis
bcf299cfd4
Ignore group_en bit (via p1pkin, should fix "18 Wheeler - Minimap tiles / not confined to map boundaries")
2014-08-18 21:54:17 +02:00
Stefanos Kornilios Mitsis Poiitidis
7e1f639d6f
Webui for linux
2014-08-18 21:54:16 +02:00
Stefanos Kornilios Mitsis Poiitidis
7d35000c18
WEBUI for android
2014-08-18 21:54:16 +02:00
Stefanos Kornilios Mitsis Poiitidis
528d0c6d7a
Initial webui code (that does nothing useful)
...
I plan to port over the existing nulldc debugger stuff to a webui so we can do remote debugging on android and more
2014-08-18 21:54:16 +02:00
Stefanos Kornilios Mitsis Poiitidis
eb3f1ca687
Add more missing files
2014-08-18 21:54:15 +02:00
Stefanos Kornilios Mitsis Poiitidis
1a063b8f0d
Add missing file
2014-08-18 21:54:15 +02:00
Stefanos Kornilios Mitsis Poiitidis
5cccea4a71
add libwebsocket
2014-08-18 21:54:14 +02:00
TwistedUmbrella
7bc1d7cdac
Fix the typo now that it is actually being referenced
2014-08-18 21:54:13 +02:00
TwistedUmbrella
fec60d0546
Summary check for intent data to support specific action
2014-08-18 21:54:13 +02:00
TwistedUmbrella
7f7387cf18
Remove unnecessary exposed intents, Add toast handler
2014-08-18 21:54:13 +02:00
TwistedUmbrella
66c1047427
Check for alternate joystick handlers (GameKeyboard, etc.)
...
Remove unused imports from various activities
Verify if gamekeyboard is being used to replace hardware
Configure stock controller layout as default
2014-08-18 21:54:12 +02:00
TwistedUmbrella
cd06c05bef
NativeActivity and navigational stability improvements
...
Improve shutdown when errors occur to prevent inability to restart
Reduce the context for launching activities to local application
Error checking when launching the native touchpad interface
2014-08-18 21:54:12 +02:00
ptitSeb
b66de11664
PANDORA: No mic on Pandora for now
2014-08-18 21:54:11 +02:00
ptitSeb
b0c222bdd6
PANDORA: Options and GUI
2014-08-18 21:53:38 +02:00
ptitSeb
c2b2c7146b
Fixed Pandora Makefile
2014-08-18 21:52:14 +02:00
ptitSeb
5548a9b6f8
PANDORA: played with ccache
2014-08-18 21:51:13 +02:00
ptitSeb
e512eca05b
Pandora Makefile change
2014-08-18 21:46:52 +02:00
ptitSeb
891c0011bb
Added back manual frameskip due to forum request
2014-08-18 21:44:10 +02:00
ptitSeb
387bf0a960
compilations fixes for Pandora
2014-08-18 21:44:09 +02:00
ptitSeb
99389db89c
some fixes for Pandora
2014-08-18 21:44:09 +02:00
ptitSeb
607b9c41a0
added frameskip back, has asked in openpandora forum
2014-08-18 21:44:08 +02:00
Stefanos Kornilios Mitsis Poiitidis
c74215f1e8
First idea for a gdrom tool
2014-08-18 21:40:59 +02:00