Henrik Rydgård
be74da8f3c
More include cleanup, hopefully buildfix Symbian
2013-12-30 00:23:04 +01:00
Henrik Rydgård
ce378b231f
Delete CPU.cpp/h , cleanup
2013-12-30 00:11:29 +01:00
Henrik Rydgård
79ff2f0ba8
Start untangling our include mess a little.
2013-12-29 23:34:45 +01:00
Henrik Rydgård
b0bfda6333
Merge pull request #4515 from bollu/improvedTilControls
...
Redid the tilt controls in a nicer way
2013-12-22 02:13:28 -08:00
Sacha
c839222e7b
Blackberry buildfix.
2013-12-19 23:01:13 +10:00
Henrik Rydgård
6fe3c6cf37
Exclude rt on Mac SDL port
2013-12-19 11:10:46 +01:00
Henrik Rydgard
83534c0490
Linux build fixes. See #4880
2013-12-19 01:03:22 +01:00
Henrik Rydgard
2eab4aa1bf
Play around with function replacement. Turned off by default of course.
2013-12-17 23:40:27 +01:00
Henrik Rydgard
2140892074
Initial preparations for ability to replace game functions with custom implementations.
...
Also auto-saves hashmap additions and reapplies the hashmap on function
rename so that if you rename a function that exists in several copies
they will all be labelled.
Note that actual function replacement is not activated yet.
2013-12-17 12:27:20 +01:00
Henrik Rydgård
1325946369
Add "PPSSPP" definition so we can make PCMain.cpp usable for other things
...
Yeah this is ugly (see the native change)
2013-12-16 11:08:39 +01:00
Unknown W. Brackets
dcee781ae8
Add CityHash back to Linux/iOS/etc.
...
This reverts commit ecfe43c149
.
2013-12-14 15:46:11 -08:00
bollu
b0c7e824be
Merge branch 'master' of https://github.com/hrydgard/ppsspp into improvedTilControls
2013-12-14 16:45:29 +05:30
Sacha
2387509896
Proper fix for libpng16 includes.
...
Improve Blackberry CMake toolchain.
2013-12-10 02:14:56 +10:00
Sacha
21ae157f66
Remove stb_image usage (no longer used for anything).
2013-12-08 02:37:06 +10:00
Sacha
6ea758db67
Use libpng to load PNGs. Fixes #4689 .
2013-12-08 01:42:17 +10:00
Sacha
8dc8101010
Use libpng on Blackberry.
2013-12-07 19:41:37 +10:00
Sacha
92157008ff
Improvements to CMake install.
2013-12-07 14:26:39 +10:00
Henrik Rydgård
ffc6fc0b80
Another attempt at reordering stuff in the CMakeLists.txt. So fragile.
2013-12-06 12:08:19 +01:00
Henrik Rydgård
5a73cb4e64
Reorder things in CMakeLists.txt, preventing the ZLIB include path from
...
somehow mystically screwing up FFMPEG on Mac.
2013-12-06 11:33:51 +01:00
Henrik Rydgård
78604f4e78
Mac buildfix (the zlib include path made it include the system glew)
2013-12-05 16:25:17 +01:00
Sacha
8eacddf549
Symbian buildfix.
2013-12-06 00:18:39 +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
Sacha
3ccbbcf63b
Buildfixes from homebrew merge.
2013-12-05 22:41:23 +10: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
Unknown W. Brackets
df73b8a2a6
Omit -Wno-psabi for clang.
2013-12-01 11:21:18 -08:00
Sacha
7821c8e7d5
Build scripts: Use strict error checking to propogate errors to underlying shell (hint: travis).
...
Stops builds from showing success when there was an error.
Had to workaround grep's issue of returning '1' when there is no matches. There is unfortunately no alternative.
Removed bin/bash header as it could restrict alternative shells.
Used set -e to break script whenever a non-zero return is encountered.
CMake was returning non-zero on CMAKE_TOOLCHAIN_FILE not being required. Now check for that in CMake instead of platform/abi. If the abi is missing and toolchain is not, that would have been the wrong advice anyway.
2013-12-01 22:02:09 +10:00
Sacha
90b5097d45
Travis: add Blackberry. Improve Blackberry out-of-box compile.
2013-11-29 00:18:41 +10:00
Henrik Rydgard
c499be9769
Merge branch 'adhoc-support' of https://github.com/Kyhel/ppsspp into Kyhel-adhoc-support
...
hrydgard here: I switched to our implementation of thread.h and removed the "Windows7SDK" things for now.
Conflicts:
Core/Core.vcxproj.filters
2013-11-27 21:21:32 +01:00
Henrik Rydgård
227fed9e6a
Buildfix cmake
2013-11-26 18:23:08 +01:00
Henrik Rydgard
c53b32d154
Show a dismissable notification if PPSSPP is behind the latest official release
2013-11-26 14:04:29 +01:00
Sacha
95881bdaac
Blackberry: Add simulator support.
2013-11-26 12:18:34 +10:00
Yannis Damigos
f08f5abb6b
Fix paths in CMakeLists.txt, after VertexDecoder file split
2013-11-24 18:25:10 +02:00
Henrik Rydgard
acb3994172
Split VertexDecoder into files for ARM and x86, got too large.
2013-11-24 15:58:15 +01:00
Peter Tissen
746a88c23d
enable SDL Joystick support to Qt
...
Cmake file update add new SDL joystick files
2013-11-22 02:37:52 +01:00
Henrik Rydgard
ab3037112f
Some scaffolding for a future VFPU-on-NEON implementation
2013-11-19 21:41:48 +01:00
Henrik Rydgård
a08d4818be
Move PathBrowser to native
2013-11-18 14:05:56 +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
9c219bc18b
moved tilt logic to separate unit and enabled tilt to control multiple input types
2013-11-11 17:22:04 +05:30
Igor Calabria
33f4b44061
Moves proAdhoc extra functions to a separate file
2013-11-10 01:26:31 +00: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