Henrik Rydgard
e247d2c6f6
Update the atlas file under android, might be needed for buildbot?
2013-12-11 11:46:50 +01:00
Sacha
2387509896
Proper fix for libpng16 includes.
...
Improve Blackberry CMake toolchain.
2013-12-10 02:14:56 +10:00
Sacha
dde88b6ebd
Windows/Android buildfix.
2013-12-08 02:49:51 +10:00
Henrik Rydgård
d6c8c6cfa0
If the user opens a ZIP file, offer to install it (it will show up in Homebrew & Demos).
...
No progress bar yet, it just freezes during install.
2013-12-05 14:21:07 +01:00
Henrik Rydgård
7f481905b0
More work on the Homebrew Store, get it working on Windows and Android
2013-12-05 12:48:09 +01:00
Henrik Rydgård
2fb2602387
Initial draft of the Homebrew Store. Lets you install a few homebrew.
2013-12-05 12:48:08 +01:00
Henrik Rydgard
32f479b0a6
Assorted log spam reductions.
...
Also let Java know of some important events. Not used for anything yet.
2013-12-04 17:43:00 +01:00
Henrik Rydgård
c4b3a2792a
Update target android version (doesn't affect compatibility with older versions)
2013-12-02 12:34:26 +01:00
Sacha
778eeb9968
Adhoc: Android buildfix and tab fix.
2013-11-28 16:05:11 +10:00
Henrik Rydgard
acb3994172
Split VertexDecoder into files for ARM and x86, got too large.
2013-11-24 15:58:15 +01:00
Henrik Rydgard
f33dce54e0
Oops, turned off x86 and armeabi on Android by accident
2013-11-24 15:10:29 +01:00
Henrik Rydgard
dfea160491
ARM: Use PLD (cache preload) in vertex decoder loop.
2013-11-24 15:08:47 +01:00
Henrik Rydgard
f650b23c90
ARM: Add NEON widening and narrowing moves, and float/int convert.
...
Experiment a little in the vertex decoder.
2013-11-24 13:30:28 +01:00
Sacha
368537b13b
Use updated atlastool for correct Vietnamese font atlas.
2013-11-24 01:10:44 +10:00
Sacha
657d5bc06e
Add support for latinised asian languages (such as Vietnamese) in font atlas.
2013-11-23 22:27:32 +10:00
Henrik Rydgard
b64f44c3fc
ARM emitter: Implement VMLA and VMUL by scalar, VLD1/VST1 multiple
2013-11-23 01:51:35 +01:00
Sacha
5f5037754a
Android/Blackberry: Update the ui_atlas.
2013-11-20 11:21:40 +10:00
Henrik Rydgard
ab3037112f
Some scaffolding for a future VFPU-on-NEON implementation
2013-11-19 21:41:48 +01:00
Henrik Rydgard
9f750e6b83
This isn't needed.
2013-11-14 14:18:22 +01:00
Henrik Rydgard
6f5701816e
Define _M_SSE on Android x86 - it's not a standard define
2013-11-14 11:44:14 +01:00
Henrik Rydgård
ab3fe9ba86
Extract the software transform code into its own file.
2013-11-13 14:56:34 +01:00
Sacha
08803c101e
Remove MathUtil.{cpp,h}
2013-11-13 11:26:12 +10:00
Sacha
91ddddc2ef
Remove unused Thread.{cpp,h}
2013-11-13 02:50:46 +10:00
bollu
2a5763e50a
add build scripts for ant
2013-11-11 18:04:06 +05:30
Unknown W. Brackets
712b582d26
Remove coreParam.disableG3Dlog and enableDebugging.
...
One was uninitialized, the other one unused.
2013-11-09 11:02:12 -08:00
Henrik Rydgård
4669d86915
Android: Switch GCC toolchain to 4.8 again. This time we'll work out any issues
...
instead of reverting.
2013-11-06 13:07:00 +01:00
Unknown W. Brackets
d96ede8e3a
Oops, forgot to add the define back in.
2013-11-02 21:54:46 -07:00
Unknown W. Brackets
5d523ea06a
Add android-ndk-profiler v3.2.
...
This allows fairly easy profiling on Android without rooting.
2013-11-02 21:54:45 -07:00
Unknown W. Brackets
ed1204a10f
Android armv6/etc. buildfix.
2013-11-02 10:14:25 -07:00
Unknown W. Brackets
4d47ccd5df
Add a NEON version of the tex hash.
...
Should be used only for NEON devices. Currently only compiled on Android.
2013-11-02 02:09:54 -07:00
Henrik Rydgård
775915e523
Merge pull request #4165 from thedax/win32BumpVersionNumbers
...
All platforms: Bump up version numbers to 0.9.5.
2013-11-01 04:38:12 -07:00
Henrik Rydgard
13b8a5d342
Rebuild UI-atlas using the current chinese lang files as "chinese.txt" so we get all characters we need.
2013-11-01 12:31:06 +01:00
Henrik Rydgard
122f19a3cf
Further adjust the android-x86 optimization settings
2013-10-29 17:16:02 +01:00
Henrik Rydgard
0e8193134c
Change the android-x86 optimization setting according to a forum post
2013-10-29 16:47:36 +01:00
Henrik Rydgård
7a83deaeea
Android build: Set -march=armv6 for our armeabi build, we don't support
...
anything lower anyway.
2013-10-28 16:46:16 +01:00
Siddharth
ec0e0d7047
implemented full tilt based D-pad controls
2013-10-27 23:28:47 +05:30
The Dax
08bf80ade6
Update other platforms, too.
2013-10-26 17:33:25 -04:00
Henrik Rydgard
f5a63d7d41
Better fix for the UINT_64 define issue on android
2013-10-20 13:52:31 +02:00
The Dax
cdf819c9eb
Remove rebase junk, update CMakeLists.txt, update Android.mk.
2013-10-19 23:51:58 -04:00
Siddharth
38442c090e
allow loading and unloading of onScreen control coordinates. Also, use sane (bottom left origin)coordinate system for all onScreen elements
...
can now reposition on screen controls
removed unnessecary files
fixed indenting issues
renamed RepositionOnScreenControlScree to TouchControlLayoutScreen
2013-10-20 00:39:38 +02:00
Henrik Rydgård
2c5adc96cf
Rip out the support for the Atrac3+ plugin. It is gone, to never return.
2013-10-19 23:09:26 +02:00
Henrik Rydgård
be40289d6c
Use ffmpeg for Atrac3+ decoding during video playback as well.
2013-10-19 23:09:26 +02:00
Henrik Rydgård
99fec75f06
Delete OMAConvert, entirely unused
2013-10-17 12:33:57 +02:00
Henrik Rydgård
fa1858ffaf
Fix ab.sh to copy shaders and langregion to assets
2013-10-17 12:14:00 +02:00
Henrik Rydgård
cb3544cb3d
Switch back to the older NDK toolchain for the release.
...
Let's investigate the 2.2 compat issues later.
2013-10-16 11:31:40 +02:00
Henrik Rydgård
bfea9bba4b
Revert "Experiment: Change back to the old Android toolchain for one commit"
...
This reverts commit 4506f5e6b5
.
2013-10-15 22:20:48 +02:00
Henrik Rydgård
4506f5e6b5
Experiment: Change back to the old Android toolchain for one commit
...
To see if 2.2 devices are happier.
2013-10-15 22:19:41 +02:00
Unknown W. Brackets
7fb9d65a08
Make it possible to build headless on Android.
...
Use "ab HEADLESS=1", and then you'll have a shiny new ppsspp_headless
exexutable which can run tests.
2013-10-14 02:41:34 -07:00
Unknown W. Brackets
dfcdfbea18
Tests: Avoid out of bounds, set headLess = true.
2013-10-14 00:49:04 -07:00
Henrik Rydgård
cdba174ab7
Merge pull request #4148 from unknownbrackets/config-files
...
Allow config files and fonts to be on the memstick
2013-10-13 04:01:01 -07:00