Commit Graph

9845 Commits

Author SHA1 Message Date
Trung Do
7225b4d149 move the build instructions to the wiki 2013-10-28 15:27:03 -04:00
shenweip
80db1e00cc Update comment. 2013-10-29 02:14:39 +08:00
shenweip
1abcf8765d Quick fix for savedata. 2013-10-29 01:41:48 +08:00
Henrik Rydgard
de882e493e Mysterious buildfix 2013-10-28 17:57:05 +01:00
Henrik Rydgård
0e54e24b24 Revert "Use swap code from native instead. Remove all other versions of it."
Broke movie playback.

This reverts commit 9fcb08a326.

Conflicts:
	native
2013-10-28 17:24:03 +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
Henrik Rydgård
fc2edfa8b3 Merge pull request #4351 from DanyalZia/patch-32
Slightly improves scanlines
2013-10-28 08:10:36 -07:00
Henrik Rydgård
8f7356d4f0 Merge pull request #4349 from xsacha/master
sceAudio: ARM optimisation.
2013-10-28 08:07:22 -07:00
danyalzia
074379e3de Update Credits 2013-10-28 20:06:14 +05:00
Henrik Rydgård
f90267024e Update native correctly 2013-10-28 16:05:46 +01:00
Henrik Rydgård
787db5812d UI cleanup and a crashfix for duplicate back key events 2013-10-28 16:04:53 +01:00
danyalzia
6947261488 Slightly improves scanlines 2013-10-28 20:01:38 +05:00
Henrik Rydgård
0471a8c886 Only set fogdepth to highp on PowerVR. May fix #4333 2013-10-28 15:38:25 +01:00
Henrik Rydgård
b2fa3b54fe MSVC buildfix attempt 2013-10-28 15:38:25 +01:00
Sacha
72fd653a31 sceAudio: ARM optimisation. 2013-10-29 00:16:37 +10:00
Henrik Rydgård
e0bc0a3bf1 Merge pull request #4343 from unknownbrackets/gpu-minor
Don't crash if there are too many vertices in a row + softgpu frameskip
2013-10-28 06:49:31 -07:00
Henrik Rydgård
846efca38d Allow the user to try anyway if we detect OpenGL 1.x , in case the driver is lying. 2013-10-28 14:02:56 +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
Siddharth
c7bb50ef00 some more indentation fixed 2013-10-28 16:58:46 +05:30
Siddharth
fce408ad81 renamed curve1 to tiltInputCurve 2013-10-28 16:49:36 +05:30
Siddharth
bc9852dad5 fixed indentation and code style 2013-10-28 16:45:27 +05:30
Siddharth
5daaaa3aad made deadzones configurable 2013-10-28 16:43:42 +05:30
Henrik Rydgård
c17dd02ace Merge pull request #4345 from shenweip/patch-14
Move Exit botton to last column.
2013-10-28 03:55:17 -07:00
Henrik Rydgard
1ba5e7493e Update native with back button on main screen fix (android) 2013-10-28 11:25:18 +01:00
Henrik Rydgard
9df2025c4f Azerty L/R fix 2013-10-28 11:25:18 +01:00
Henrik Rydgård
5683b1def3 Merge pull request #4334 from shenweip/patch-13
Add support for saveNameListData "<>".
2013-10-28 03:17:03 -07:00
Henrik Rydgård
5515737200 Merge pull request #4346 from shenweip/patch-15
Update Credits.
2013-10-28 03:15:42 -07:00
shenweip
f70fb9de28 Update Credits. 2013-10-28 18:01:22 +08:00
shenweip
103aece36c Move Exit botton to last column. 2013-10-28 17:41:09 +08:00
Henrik Rydgård
562c90de5d Merge pull request #4342 from unknownbrackets/debugger
Ingore the uncached flag for memchecks, minor tweaks
2013-10-28 02:21:09 -07:00
Sacha
bb8e364086 Fix shader path. 2013-10-28 15:46:12 +10:00
Unknown W. Brackets
6427b66f06 Merge pull request #4341 from thedax/updateSubmodules
Update lang and ffmpeg submodules.
2013-10-27 22:39:37 -07:00
Sacha
d616cc72a2 Add Blackberry statistics overlay option. 2013-10-28 14:19:27 +10:00
Sacha
f2e6939745 Update native 2013-10-28 12:30:00 +10:00
Unknown W. Brackets
b62e36e997 Support frameskip in softgpu. 2013-10-27 16:50:03 -07:00
Unknown W. Brackets
98e257c95d Add GPU cycle estimation to the softgpu. 2013-10-27 15:05:57 -07:00
Unknown W. Brackets
1e65a691f4 Cap the number of vertexes per flush.
Might not be realistic, but we crash if we go over.  Pretty unlikely to
happen in real games, but I suppose not impossible.  Happens in the vertex
speed demo (#3106.)
2013-10-27 14:43:58 -07:00
Unknown W. Brackets
da20bda729 Make memchecks ignore cached/uncached memory.
You usually want both.
2013-10-27 13:15:12 -07:00
Unknown W. Brackets
f9e4cae3c0 Debugger: fix "run to here" functionality. 2013-10-27 12:52:21 -07:00
Unknown W. Brackets
6b510c1c2f Allow step/run when two breakpoints trip.
If a memcheck and breakpoint were triggered on the same line, you wouldn't
be able to pass it, which is probably not what you'd expect.
2013-10-27 12:50:32 -07:00
The Dax
1798669de2 Update lang and ffmpeg. 2013-10-27 15:13:38 -04: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
Sacha
9fcb08a326 Use swap code from native instead. Remove all other versions of it. 2013-10-28 03:07:32 +10:00
Unknown W. Brackets
443c719744 Support i386 PIC Linux builds (for Qt.) 2013-10-27 16:40:44 +00:00
shenweip
f4b60f22b0 Add a check to avoid the same savedatas are set into SaveDataList. 2013-10-28 00:07:32 +08:00
Unknown W. Brackets
95c8ee5089 Missing stddef library (Linux buildfix.) 2013-10-27 15:52:40 +00: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