Henrik Rydgård
b770ba7809
Merge pull request #940 from unknownbrackets/logging
...
Add a VERBOSE logging level + show thread name in log
2013-03-11 02:21:25 -07:00
Unknown W. Brackets
a34cf0bb79
Add a VERBOSE logging level, for noisy logging.
...
The debug log is hard to look at because it has so much unneeded info.
2013-03-10 22:32:48 -07:00
Sacha
6ffefb49b2
Enable accelerometer support for Qt (Symbian for now). Add back vertex cache option for Symbian.
2013-03-11 11:53:37 +10:00
Henrik Rydgard
94e485e695
Slightly improved OpenGL error handling on Windows
2013-03-10 23:09:52 +01:00
Henrik Rydgård
36ef568b2c
Merge pull request #933 from unknownbrackets/version
...
Fix Android build not building git-version right
2013-03-10 11:09:48 -07:00
Unknown W. Brackets
7c30b19cea
Fix Android build not building git-version right.
...
Not sure what makes people might use... so just running both.
Also marked PHONY so it runs every time.
2013-03-10 10:39:16 -07:00
Henrik Rydgard
475ea5e5ee
Update native (fixes Android app switching hang)
2013-03-10 17:50:25 +01:00
Sacha
891f25e85a
Remove some config options for Symbian where benefits are known. Can display all configs on screen again.
2013-03-10 22:41:34 +10:00
Henrik Rydgard
34c0c204bc
Simple tilt controls (horizontal axis only, good for racing games)
2013-03-10 13:22:38 +01:00
Unknown W. Brackets
806ee13b61
Add a delay to sceUtilityLoadAvModule() as well.
2013-03-09 12:53:53 -08:00
Henrik Rydgard
7ba1664f8b
Oops.
2013-03-07 00:59:03 +01:00
Henrik Rydgard
963a6603fc
Fix two armjit bugs the testrunner found.
2013-03-07 00:37:00 +01:00
Henrik Rydgard
a0cf3b9151
Restore a log statement, #pragma once.
2013-03-07 00:27:00 +01:00
Henrik Rydgard
a69b09a831
More work on TestRunner, now runs all the CPU tests.
2013-03-07 00:22:39 +01:00
Henrik Rydgard
57d4544ef4
Basic testrunner for Android.
...
Running it as-is reveals that clo and rotrv are broken in ARMJIT.
2013-03-07 00:10:53 +01:00
Sacha
d6fb8b3872
Deploy fonts from assets folder on Symbian.
...
Should be copied from flash0 or from your PSP.
2013-03-04 23:29:51 +10:00
Unknown W. Brackets
2589a02934
Add basic server reporting interface, needs work.
2013-03-04 00:01:37 -08:00
Henrik Rydgard
1b1252b9ed
Fix crashes in android when setting buffered rendering before starting the game.
2013-03-03 13:30:54 +01:00
Henrik Rydgard
bc15617392
Make un-buffered rendering much smarter, removing flicker.
...
This turns it into a very viable option for many games. You do lose some FX
but it can as a result even be used as a workaround for the massive glow
in Wipeout...
2013-03-03 13:00:21 +01:00
Unknown W. Brackets
a3f93ed203
Fix some printf size warnings, signed warnings.
2013-03-02 15:34:15 -08:00
Unknown W. Brackets
26f2301ae4
Adnroid buildfix, we have too many makefiles.
2013-03-02 15:33:07 -08:00
Unknown W. Brackets
48118895c3
Android buildfix.
2013-03-02 14:27:46 -08:00
Unknown W. Brackets
a71b32a393
Arg, buildfix.
2013-03-02 13:18:43 -08:00
Unknown W. Brackets
35fe2b4a63
Actually use the git version.
...
Also switch to cpp, duh.
2013-03-02 12:42:25 -08:00
Henrik Rydgård
e70957f907
Android/GL UI: Allow accessing the main Settings from in-game. Note: All
...
options may not take effect immediately.
2013-03-02 17:48:47 +01:00
Sacha
6c23e1b6d5
Use flags instead of bools for VCVT. Fix up some spacing. Only Android has ArmEmitterTest.
2013-03-02 11:34:03 +10:00
Unknown W. Brackets
a0d96d26c8
Mac/Linux buildfix.
2013-03-01 16:36:18 -08:00
Unknown W. Brackets
7969b2e6ab
Temporary Android crashfix.
2013-03-01 16:28:20 -08:00
Henrik Rydgard
516ca8a0c4
Merge branch 'master' into armjit-fpu
...
Conflicts:
Core/MIPS/ARM/ArmJit.h
Core/MIPS/x86/CompVFPU.cpp
GPU/GLES/Framebuffer.cpp
2013-02-28 23:56:28 +01:00
Henrik Rydgard
aa06c1452e
Allow mounting VFS directories. Used to provide flash0 from within APK on Android.
2013-02-27 17:41:40 +01:00
Henrik Rydgard
ba0362d817
PGF font support. Mostly an adaptation and cleanup of JPCSP's font system.
2013-02-27 17:41:39 +01:00
Carlos Estrague
9e63cc6af1
Update android/jni/Android.mk
...
build fix android build
2013-02-24 20:18:40 +01:00
Sacha
8ea497d59a
Build fix for most platforms. New libkirk file.
2013-02-25 00:45:10 +10:00
Sacha
25a37e40dd
Fix iOS directory structure in init/NativeInit.
2013-02-24 23:29:04 +10:00
Sacha
2cfaa49797
iOS needs a back key as well due to lack of hardware buttons.
...
At least until a gesture can replace this function.
2013-02-23 12:56:39 +10:00
Henrik Rydgard
94bb98d477
Enable color and depth buffer write before clearing.
2013-02-22 22:15:42 +01:00
Sacha
1540869e95
All mobile devices now have file logging disabled. Change save dir on blackberry/symbian. Update native.
2013-02-20 13:12:03 +10:00
Henrik Rydgard
570ff5d5b9
gl ui: Make sure LoadState is on screen even on small screens
2013-02-20 00:22:58 +01:00
Henrik Rydgard
e32721c72a
Merge branch 'master' into armjit-fpu
...
Conflicts:
Core/MIPS/MIPSVFPUUtils.cpp
Core/MIPS/x86/CompVFPU.cpp
GPU/GLES/VertexDecoder.cpp
2013-02-19 00:50:33 +01:00
Henrik Rydgard
1aa3a657c0
Very rough and basic implementation of frameskipping.
2013-02-19 00:45:26 +01:00
Henrik Rydgard
cbb786c7f0
Restructure Windows "gameloop" to be more similar to others.
2013-02-19 00:45:25 +01:00
Henrik Rydgard
f8058e4bae
Disable warning for bad prefix as it floods in Wipeout Pulse. Cleanups.
2013-02-19 00:45:25 +01:00
Henrik Rydgard
2b5beb8510
Allow moving Android version to SD/usbmem.
2013-02-16 14:07:03 +01:00
Henrik Rydgard
37f998407b
Replace "Core" with "Jit" in ini. Don't show Open dialog by default (use Ctrl+A or Ctrl+O to open it).
...
Delete "Slightly Faster Interpreter".
2013-02-16 09:49:33 +01:00
Henrik Rydgard
30318a4a4d
Merge branch 'master' into armjit-fpu
...
Conflicts:
Core/MIPS/x86/CompFPU.cpp
2013-02-13 20:47:41 +01:00
Henrik Rydgard
36f49706e0
Add option to stretch to display (turns off the black bars fixing the aspect ratio).
2013-02-13 18:21:21 +01:00
Henrik Rydgard
3747c92d3d
Enable dithering in GLES UI
2013-02-12 19:17:38 +01:00
Sacha
66433a7386
Add a pause button to Symbian as it has no way of going back.
2013-02-12 14:39:18 +10:00
Henrik Rydgard
69da33bd29
Add Show FPS to in-game menu on mobile. Make it green and right-adjusted.
2013-02-12 00:34:59 +01:00
Henrik Rydgard
4bdb2045a7
Armjit-FPU: Fix lots of bugs, impl some stuff. Still nothing working.
2013-02-11 23:10:11 +01:00