Commit graph

41901 commits

Author SHA1 Message Date
Henrik Rydgard
369afa5b93 sceSas: Resample audio according to pitch 2012-12-16 21:20:16 +01:00
Henrik Rydgård
b16ca4d003 Merge pull request #126 from xsacha/armjit
Armjit update (and now rebased)
2012-12-16 11:43:27 -08:00
Henrik Rydgard
15b7c1c96c sceSas cleanup 2012-12-16 20:40:49 +01:00
Sacha
3d53f33679 Build fix for atlas 2012-12-17 02:56:55 +10:00
Sacha
4d6f174e41 Update README.md.
Instructions for Qt and for Symbian
2012-12-17 02:45:51 +10:00
Sacha
4545cf2350 For now, use android ui asset. Android should be pulling it from assets/ instead, in future? 2012-12-17 02:03:37 +10:00
Sacha
14f201793b Unified assets/ dir for icons/images 2012-12-17 01:47:39 +10:00
Sacha
b9da669774 Qt project files (Symbian/Blackberry10 support) 2012-12-17 01:06:14 +10:00
Henrik Rydgård
a86ef2c7d8 Merge pull request #186 from xsacha/master
Buildfix and cmake update
2012-12-16 06:59:20 -08:00
Henrik Rydgård
ff60f2341b Merge pull request #22 from xsacha/master
Symbian port
2012-12-16 06:58:56 -08:00
Sacha
cf297cc9be Build fix for ARM devices / x86 Android devices 2012-12-17 00:54:50 +10:00
Sacha
cfd7c6686b Qt UI in CMake (for future) 2012-12-17 00:32:34 +10:00
Henrik Rydgård
d6a08ba939 Merge pull request #185 from Xele02/master
Save Game Update
2012-12-16 04:29:15 -08:00
Xele02
71839414ca Fix Android build cast error
Remove gl command for texture 2d
2012-12-16 13:07:11 +01:00
Xele02
bd1a9c2b1a Make Save/Load List work when there is no multiple save files in the
request.
2012-12-16 12:51:02 +01:00
Xele02
4683d84206 Merge remote-tracking branch 'upstream/master' 2012-12-16 11:55:33 +01:00
raven02
fb5a26b46d Enable correct viewport switching for screen 1x-4x and add Ctrl1-4 as shortcut key 2012-12-16 17:57:33 +08:00
Sacha
885f06eecf Add audio to Qt frontend 2012-12-16 19:47:51 +10:00
Henrik Rydgård
8f5b6671db Merge pull request #182 from unknownbrackets/audio-minor
Add range checks to sceSas*() funcs
2012-12-15 23:10:41 -08:00
Henrik Rydgård
2da42861c3 Merge pull request #184 from raven02/audio-fix
Fix sound distortion and improve sound clarity
2012-12-15 23:10:08 -08:00
raven02
1dbb6a8bda Fix sound distortion and improve sound clarity 2012-12-16 13:11:53 +08:00
Xele02
a5431f127a Merge remote-tracking branch 'upstream/master' 2012-12-16 03:41:13 +01:00
Unknown W. Brackets
3899176af6 Add range checks to sceSas*() funcs.
Savage Moon, at least, is trying voiceNums up to 43.  This makes it
run instead of crashing, and is pretty cheap.
2012-12-15 15:45:41 -08:00
Unknown W. Brackets
bf0792e42a Buildfix for Android too. 2012-12-15 15:43:59 -08:00
Unknown W. Brackets
a5fa8af55c Buildfix - osk stuff missing from main CMakeLists. 2012-12-15 15:31:43 -08:00
Henrik Rydgård
efd29ab75e Merge pull request #181 from unknownbrackets/event-flags
Support WAITCLEARALL on event flag wait/poll
2012-12-15 10:27:43 -08:00
Henrik Rydgård
cca64e4603 Merge pull request #180 from tmaul/master
Fake enough of the on screen keyboard to make games work
2012-12-15 10:09:59 -08:00
Unknown W. Brackets
70cbf98a20 Support WAITCLEARALL on event flag wait/poll.
Thanks to @B1ackDaemon for catching this.
2012-12-15 10:06:56 -08:00
Henrik Rydgård
e04edab111 Merge pull request #177 from unknownbrackets/event-flags
Event flag fixes
2012-12-15 10:03:31 -08:00
Henrik Rydgård
2f25710304 Merge pull request #178 from KentuckyCompass/python3
Make test.py work with Python 3
2012-12-15 10:00:55 -08:00
TMaul
ef836c6022 More Cleanup
Probably some more missing stuff from the Cmakelist but I don't have it
setup to test
2012-12-15 17:39:05 +00:00
TMaul
0414b072a4 Display OSK message
And some cleanup
2012-12-15 17:13:58 +00:00
TMaul
a2a4248381 Fake some of the on screen keyboard
Now games that use it assume the user has input "000000" which seems to
work for most games. Gets Pixel junk monsters deluxe and Worms battle
island in-game
2012-12-15 16:42:38 +00:00
Xele02
8a07e54ca8 Sync native 2012-12-15 14:00:41 +01:00
KentuckyCompass
360738d366 tolerate prefix without path in current directory and quiet redundant 'starting with' message 2012-12-15 04:09:37 -08:00
Xele02
6eef9a1d1e Add localtime_r function which is not existing in Windows 2012-12-15 12:59:31 +01:00
KentuckyCompass
8f00757ceb remove simple current directory concatenation in favor of new relative path handling 2012-12-15 03:55:02 -08:00
KentuckyCompass
17d7e4acf5 invalid current directory should be ERROR_LOG 2012-12-15 03:48:47 -08:00
KentuckyCompass
0639abff6a more consistant messages and minor adjustments 2012-12-15 03:47:31 -08:00
KentuckyCompass
d0e8749aa1 replace host0 hack with proper relative path handling (not per thread yet) 2012-12-15 03:38:14 -08:00
KentuckyCompass
e61a7da35b Make test.py work with Python 3 2012-12-15 02:27:40 -08:00
Unknown W. Brackets
bb10140728 Oops, event flags weren't always deleting properly.
Added some comments to explain why removal from waitingThreads is
deferred.  Also had to move things around so the right outBitsPtr
is always written to on timeouts.
2012-12-15 01:36:53 -08:00
Unknown W. Brackets
d20b507796 Clarify these flags slightly. 2012-12-14 23:36:18 -08:00
Unknown W. Brackets
67f7f6b05d Oops, these flags can be or'd together of course. 2012-12-14 23:24:04 -08:00
Unknown W. Brackets
aa1bf95ea3 Test update.
The power/power test is failing now because it was updated,
not because of the event flag changes.
2012-12-14 21:32:06 -08:00
Unknown W. Brackets
45258bb61f Cleanup behavior in sceKernel*EventFlag() funcs.
Biggest change is just that sceKernelSetEventFlag() rescheds.
2012-12-14 21:25:29 -08:00
Henrik Rydgård
0de5e114f3 Merge pull request #21 from Xele02/master
Add decoding png function for memory data
2012-12-14 16:42:01 -08:00
Xele02
825e058c94 Correct date display with padding 2012-12-14 23:40:02 +01:00
Xele02
09ad65d3dd Add decoding png function for Save Dialog 2012-12-14 23:35:09 +01:00
Xele02
e785662747 Read PARAM.SFO for display save info
Display save modification date and time
2012-12-14 23:08:56 +01:00