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
Sacha
03a9cd6711
Fix crashes on Symbian and Blackberry (and likely others) when memory to be hashed is unaligned. Thanks @unknownbrackets
2013-11-04 12:14:21 +10:00
Sacha
5613b86864
Use NEON texture decoder on Blackberry and iOS. Use ARMV7 defines.
2013-11-03 15:59:10 +10:00
Sacha
9cfd882733
Blackberry: Use -O2 instead of -O3 to prevent crashes with GCC 4.8.1. Update ffmpeg.
2013-11-01 03:46:46 +10:00
Henrik Rydgård
bc63867f1d
Apple: Had to add this to build on Mavericks, for some reason.
2013-10-31 11:54:59 +01:00
Henrik Rydgård
9c546b5d36
Merge pull request #4340 from bollu/analogStickTiltControl
...
full tilt based analog controls
2013-10-28 05:20:46 -07:00
Henrik Rydgård
e5d802e82f
Merge pull request #4339 from unknownbrackets/linux-minor
...
Fix Linux x86 pic build (Qt) for some versions of gcc
2013-10-27 11:54:15 -07:00
Siddharth
ec0e0d7047
implemented full tilt based D-pad controls
2013-10-27 23:28:47 +05:30
Sacha
ecfe43c149
CityHash is not used anymore, so we won't compile it.
2013-10-28 03:26:00 +10:00
Unknown W. Brackets
bf95761d92
Install flash0 and lang into the build directory on Linux.
2013-10-27 15:52:20 +00:00
Sacha
484cb8211c
Removed unused OpenSSL code and don't compile it.
2013-10-28 01:18:29 +10:00
Sacha
005e3cb5a8
Remove unnecessary compiles from CMake, Qt.
2013-10-28 00:28:18 +10:00
Henrik Rydgård
f73aec2570
Only disable buffered rendering by default on Galaxy Y instead of all
...
Armv6 devices.
Would have like to use gpu feature flags but GL isn't necessarily initialized
when we load the config. Will need to find a different solution.
Also a buildfix for headless non-windows.
2013-10-25 11:47:44 +02:00
Sacha
78d6ad6f80
Clean up GLES3init. Pass Blackberry version through to defines. Update QCOM binning comment.
2013-10-23 15:02:48 +10:00
Henrik Rydgård
be39646223
Merge pull request #4252 from thedax/touchControlVisibility
...
Add a screen to toggle onscreen touch control visibility.
2013-10-20 01:13:03 -07:00
Sacha
40da2f7f5b
Buildfix Symbian and Blackberry from the ffmpeg merge.
...
Fix a header issue on Blackberry.
Fix a UINT64_C define issue.
FFMPEG is no longer 'beta'.
2013-10-20 16:41:34 +10:00
The Dax
cdf819c9eb
Remove rebase junk, update CMakeLists.txt, update Android.mk.
2013-10-19 23:51:58 -04:00
Unknown W. Brackets
5c90dee6a6
Fix cmake headless build.
2013-10-19 17:35:46 -07: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
The Dax
5f483318bb
Define __STDC_CONSTANT_MACROS in CMakeLists.txt so Linux x86 will build.
2013-10-19 23:09:28 +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
Sacha
a4ef688991
Install langregion and shaders for iOS and other CMake builds.
2013-10-18 02:09:44 +10:00
Henrik Rydgård
99fec75f06
Delete OMAConvert, entirely unused
2013-10-17 12:33:57 +02:00
Unknown W. Brackets
f9522a5e7f
iOS: buildfix, stub Vibrate() for now.
2013-10-13 12:12:36 -07:00
Henrik Rydgård
2546f236ee
Merge pull request #4151 from shenweip/patch-4
...
Add NetconfDialog and partly implemented for it.
2013-10-13 03:59:34 -07:00
shenweip
ce50086c81
Add new files to cmake and Android.mk
2013-10-13 10:32:56 +08:00
Unknown W. Brackets
dc91bf2ca3
Move GPU debug step/pause/messages out of Windows/.
2013-10-12 10:03:31 -07:00
Unknown W. Brackets
c8d2c45590
Move GE debugger breakpoints out of Windows/ code.
2013-10-12 10:03:28 -07:00
Henrik Rydgard
e0b19decca
Add generic "PostShader" functionality, replacing FXAA (it's one of them).
...
Replaces #4018 , sorry DanyalZia :)
2013-10-12 02:05:55 +02:00
Sacha
a7346e5d59
Buildfix for CMake / Qt
2013-10-09 01:45:37 +10:00
Unknown W. Brackets
0ec09f9700
Move parts of ChunkFile into a cpp, cleanup.
2013-10-06 22:09:50 -07:00
The Dax
aa0d65a2cb
Update CMakeLists.txt for x86 ffmpeg.
2013-09-29 14:28:07 -04:00
Henrik Rydgård
4582902cf2
Make the ARM stuff build on clang so we can later get the unit test to
...
work there. also fixes the build.
2013-09-29 20:01:38 +02:00
adrian17
db6ed6f399
Removed unused files from Common.
2013-09-27 16:47:21 +02:00
Henrik Rydgard
4cba4efbba
Try to fix scaling of generated UV texcoords on splines.
2013-09-24 14:14:05 +02:00
Unknown W. Brackets
eabd8b5302
Add GPU debugging hooks to Host, not yet in use.
2013-09-22 08:14:55 -07:00
Unknown W. Brackets
f43997a47f
Update bufw handling in all gpus.
...
This fixes the softgpu as well, at least.
2013-09-15 21:27:13 -07:00
Unknown W. Brackets
301884428f
Buildfixes for Symbian and iOS/etc.
2013-09-15 08:18:20 -07:00
Henrik Rydgard
cc6681cd0b
Compile Ced's DX9 GPU on Windows. Not hooked up yet.
...
This needs work, has several problems that must be fixed to run on Windows.
Ced, you'll have to fix up your xb project file a bit, sorry.
2013-09-15 12:52:44 +02:00
shenweip
eb91f4a4b6
fix style again
2013-09-14 07:50:22 +08:00
shenweip
82ad9ba853
Add GamedataInstallDialog to CMakeLists and Android.mk
2013-09-13 23:19:53 +08:00
Henrik Rydgard
26c5ee4a6d
Add screen to control debug levels. Will make it easier to access later.
2013-09-07 13:38:37 +02:00
Henrik Rydgard
cc8e4cb8fe
Split out sceNetAdhoc* into a separate file from sceNet.
2013-09-07 00:55:42 +02:00
Henrik Rydgard
9e5362ded1
Add sceHeap to cmakelists and android.mk
2013-09-04 10:34:00 +02:00
Unknown W. Brackets
b20bb3b609
Refactor down the begin/end callback stuff.
2013-09-03 01:21:52 -07:00
Henrik Rydgard
871c9e3090
Remove -ffast-math from cmakelists
2013-09-01 10:27:04 +02:00
Arthur Blot
f424155f50
Linux buildfix
2013-08-31 01:32:56 +02:00