Unknown W. Brackets
4bc86afd5e
Adjust some project filters.
2013-12-14 22:36:41 -08:00
Henrik Rydgard
109decf481
Actually fix headless build, doh
2013-12-08 12:12:45 +01:00
Unknown W. Brackets
83dd3c74d6
Fix a stupid mistake in the headless timeout.
...
Although, still need to figure out why it gets corrupted.
2013-12-06 21:18:26 -08:00
Henrik Rydgard
32f479b0a6
Assorted log spam reductions.
...
Also let Java know of some important events. Not used for anything yet.
2013-12-04 17:43:00 +01:00
Unknown W. Brackets
f1f87e7b6f
Workaround random headless timeouts on Android/etc.
...
Seems like we have stack corruption, so probably it's not that XMM etc.
need to be saved. Not sure what exactly is up.
2013-11-23 10:42:28 -08:00
Unknown W. Brackets
fa7467f03d
Try to find the flash0 directory in headless.
2013-11-17 10:15:49 -08:00
Unknown W. Brackets
c1c1b5213e
Fix logging missing in headless with --log.
2013-11-17 10:15:13 -08:00
Unknown W. Brackets
712b582d26
Remove coreParam.disableG3Dlog and enableDebugging.
...
One was uninitialized, the other one unused.
2013-11-09 11:02:12 -08:00
Unknown W. Brackets
5d523ea06a
Add android-ndk-profiler v3.2.
...
This allows fairly easy profiling on Android without rooting.
2013-11-02 21:54:45 -07:00
Unknown W. Brackets
2757fb7096
Ignore import warnings from ffmpeg.
...
Seems to be a known issue with the msvc ffmpeg stuff.
2013-10-26 17:37:08 -07:00
The Dax
1f1c8e4a48
Remove avdevice.lib linker dependency/input for Headless and PPSSPP.
2013-10-26 15:54:17 -04: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
Unknown W. Brackets
04f1df4415
Set directories in headless on Windows.
...
Caused some tests to fail.
2013-10-24 21:29:48 -07:00
Unknown W. Brackets
c486a09c2c
Use a better default font path on Linux/Mac OS X.
...
This way people don't have to copy to ~/.ppsspp/flash0.
The override in ~/.ppsspp/PSP/flash0 still works.
2013-10-20 23:45:56 -07:00
Unknown W. Brackets
5554865ebb
Fix headless auto-compare when expected have \r's.
2013-10-14 23:55:18 -07:00
Unknown W. Brackets
b190208aa5
Fix non-Windows headless build.
2013-10-14 02:35:47 -07:00
Unknown W. Brackets
af2ccbb9da
Rename flashDirectory to flash0Directory.
2013-10-12 16:08:39 -07:00
adrian17
58d8bc86c5
Removed two functions as they are also in Native/file.
...
Also, removed TabsToSpaces() from the header as it no longer exists.
2013-09-28 23:05:36 +02:00
Unknown W. Brackets
54f2bc8262
Don't frameskip unthrottle in headless.
...
Could make graphic tests wrong or something.
2013-09-19 00:29:19 -07:00
Ced2911
8ec6ca8dc0
[dx9] correct window size
2013-09-18 14:40:53 +02:00
Henrik Rydgård
198434c6eb
Merge pull request #3823 from unknownbrackets/headless
...
Fix headless on buildbot (command line length), speed up further
2013-09-18 00:48:17 -07:00
Unknown W. Brackets
48eef19538
Optionally read test filenames from stdin.
...
This way we don't hit command line length limits.
2013-09-18 00:17:30 -07:00
Unknown W. Brackets
0735a9a679
Just disable PPGe during tests, should be okay.
2013-09-17 23:13:13 -07:00
Unknown W. Brackets
7a81b802cc
Don't shutdown gl in headless so quickly.
...
Oops.
2013-09-17 22:50:43 -07:00
Henrik Rydgård
2de4db3e31
Merge pull request #3818 from unknownbrackets/headless
...
Headless - use auto compare, just build test list in test.py
2013-09-17 09:08:20 -07:00
Unknown W. Brackets
43c3fd9386
Remove compare logic from test.py, use --compare.
2013-09-17 08:40:20 -07:00
The Dax
d102baacd0
Prep PPSSPP for Visual Studio 2013.
2013-09-17 10:27:06 -04:00
Henrik Rydgård
db92f26e56
Merge pull request #3806 from thedax/win32UITranslation
...
Win32 UI: Rewrite most of the menu translation code to be cleaner and simpler.
2013-09-17 06:43:24 -07:00
Unknown W. Brackets
0185825b23
Support the verbose test compare parameter.
2013-09-17 00:15:19 -07:00
Unknown W. Brackets
c96ea1d226
List failed tests in autocompare.
2013-09-17 00:02:53 -07:00
Unknown W. Brackets
e72a06503e
Support running multiple tests in a row.
2013-09-16 23:58:42 -07:00
Unknown W. Brackets
9a2ea4cdc1
Move the actual test run to its own function.
2013-09-16 23:49:41 -07:00
Unknown W. Brackets
5d99fd8a98
Skip trailing newlines in test comparison.
2013-09-16 23:49:09 -07:00
Unknown W. Brackets
3e6df2d7aa
Just save XMM0-XMM15 on x64.
...
Not really sure why but seems like VS2010 expects XMM4 to be preserved.
Fixes headless on x64.
2013-09-16 23:17:34 -07:00
The Dax
426e6630d9
Rewrite most of the translation stuff to be cleaner.
...
Also fix a bug where in-game only menu items become enabled after selecting a language when we're in various NewUI menus.
Rename Config::ilanguage to Config::iLanguage for consistency with other Config variables.
2013-09-16 18:45:09 -04:00
Unknown W. Brackets
94af2b388b
Support a timeout directly in headless.
...
Obviously, though, if headless infinite loops we're screwed.
2013-09-16 08:36:10 -07:00
Unknown W. Brackets
57b636816b
Add an internal comparison algorithm to headless.
...
This is slightly smarter than the test.py version, and should be
completely compatible. It doesn't handle timeouts though.
2013-09-16 08:30:02 -07:00
Unknown W. Brackets
35cd59ae87
Remove hack to skip messages from native.
...
Native is not so talkative anymore.
2013-09-16 08:19:53 -07:00
Unknown W. Brackets
c2e20e32e7
Buffer test output in headless a bit.
...
Just to newlines. Cuts from profile by like 70%.
Seems like the bottleneck is Python, though...
2013-09-16 08:19:53 -07:00
Ced2911
b084e5169a
Merge branch 'master' of https://github.com/hrydgard/ppsspp into dx9windows
...
Conflicts:
headless/Headless.vcxproj
2013-09-16 10:54:04 +02:00
Ced2911
5c4ed26442
Make the dx9 renderer working in headless mode
2013-09-16 09:42:30 +02:00
Henrik Rydgard
83f39fdaa6
Report the combination of bezier/spline + morph/skinning to see if it happens
2013-09-16 09:01:20 +02:00
Unknown W. Brackets
5617f07462
Fix dx9 so it builds on Windows (DOES NOT WORK.)
2013-09-15 23:22:10 -07:00
Unknown W. Brackets
5ec2b00108
Allow selection of GPU in headless.
2013-09-11 21:57:39 -07:00
Henrik Rydgard
ad620e463a
Detect language on first boot on Windows (Vista+) and Android
2013-09-04 12:08:22 +02:00
Henrik Rydgard
55aa3d13c7
Win32: Switch to a UNICODE build. This took quite a bit of fixing.
2013-08-26 19:00:16 +02:00
Unknown W. Brackets
b17b23f1f2
Add a function to run the CPU core.
2013-08-04 15:23:38 -07:00
Unknown W. Brackets
7b7801d59a
Switch to including Windows.h from an intermediate.
...
This makes it easier for Xbox which uses a separate header.
2013-07-28 21:04:19 -07:00
Henrik Rydgard
2f50bec779
Merge branch 'raven02-master'
...
Conflicts:
native
2013-07-21 22:37:22 +02:00
Unknown W. Brackets
3decbba334
Correctly output NULs, etc. (i.e. UTF-16.)
2013-07-21 12:56:55 -07:00