Commit Graph
45601 Commits
Author SHA1 Message Date
Unknown W. Brackets 9a707f6c00 Fix typo, ARM build. 2013-10-17 15:28:50 -07:00
Henrik Rydgård 0ba988d14e Merge pull request #4224 from shenweip/patch-6
Add a function to change log channel level for convenience.
2013-10-17 12:00:35 -07:00
shenweip 4489547073 Add a function to change log channel for convenience. 2013-10-18 00:23:57 +08:00
Sacha a4ef688991 Install langregion and shaders for iOS and other CMake builds. 2013-10-18 02:09:44 +10:00
Henrik Rydgård f48f458397 Merge pull request #4222 from unknownbrackets/mips-jalr
Write the retaddr to rd, not always ra, in jalr.
2013-10-17 07:48:08 -07:00
Unknown W. Brackets 2e8ef3027f Write the retaddr to rd, not always ra, in jalr.
Thanks go entirely to @Kingcom for pointing this out.

Don't know of any games not using RA as the rd.
2013-10-17 07:39:33 -07:00
Sacha e112cf5aff Also install the langregion file on Blackberry & Symbian. Don't auto enable hardware transform on Symbian. 2013-10-17 23:24:49 +10:00
Henrik Rydgård 99fec75f06 Delete OMAConvert, entirely unused 2013-10-17 12:33:57 +02:00
Henrik Rydgård ac2334386a Move BufferQueue out of the at3 plugin header 2013-10-17 12:31:22 +02:00
Henrik Rydgård fa1858ffaf Fix ab.sh to copy shaders and langregion to assets 2013-10-17 12:14:00 +02:00
Henrik Rydgård ce3d8d132b Fixes to the InnoSetup script 2013-10-17 12:14:00 +02:00
Henrik Rydgård 1e6aa83bb6 Merge pull request #4210 from Kingcom/Debugger
Highlight branch arrows that reference the current opcode
2013-10-17 02:58:01 -07:00
Henrik Rydgård f64b17ab80 Merge pull request #4219 from unknownbrackets/arm-threads
Get cpu core count info from /sys where possible
2013-10-17 02:15:18 -07:00
Sacha c0e2260d7d Update native. Symbian buildfix. 2013-10-17 18:42:06 +10:00
Sacha 3b8f098e7a Use a better method for getting locale with Qt. Now works with Qt 4.7. 2013-10-17 18:41:00 +10:00
Sacha fafe4fc4f2 Fix multi-threading crashes on shutdown with Linux and Blackberry. Fixes issue #3133 -- thanks @unknown 2013-10-17 17:39:04 +10:00
Sacha 4f6b0225ed Cosmetic fix for small screen or <= 1:1 aspect ratio. 2013-10-17 16:11:19 +10:00
Unknown W. Brackets 01f97b1662 Get cpu info from /sys where possible.
Fixes #4215.  May impact texture scaling performance.
2013-10-16 22:56:20 -07:00
Sacha 435a171192 Update native. Correctly identifies langregion on all Qt platforms + Blackberry. 2013-10-17 15:44:17 +10:00
Sacha f08d4ccad5 Correctly identify language and region on all Qt platforms. 2013-10-17 15:43:49 +10:00
Sacha d65859d16d Support system language and region in Blackberry. 2013-10-17 15:22:05 +10:00
Sacha eb19a8b869 Include shaders in the installable packages for Blackberry, Symbian, Meego. 2013-10-17 14:29:34 +10:00
shenweip e7601b4399 Change some log level. 2013-10-17 11:57:55 +08:00
Henrik Rydgard aa3cf34fc1 Jit: Fix valgrind warnings.
The first time PrefixStart was entered with startDefaultPrefix = true, it would
call EatPrefix, which checks the so far entirely uninitialized prefixXFlags.
2013-10-16 22:33:48 +02:00
Henrik Rydgard 805bea5ec8 Cosmetic fix to gamescreen 2013-10-16 22:33:47 +02:00
Henrik Rydgård 9caaa86a87 Merge pull request #4206 from bollu/AudioArtefactFix
optional atomic audio locks
2013-10-16 12:11:50 -07:00
Henrik Rydgård 56679a1f04 Merge pull request #4213 from thedax/win32OpenGLError
Win32: Combine two errors into one, and make it translatable.
2013-10-16 12:10:42 -07:00
The Dax 3b285b2580 Use a more robust string check. 2013-10-16 15:05:50 -04:00
The Dax b49be673b6 Add default error message and title. 2013-10-16 14:50:56 -04:00
The Dax e52ed9edc9 Combine two error messages down into one, make it translatable, and fix some grammatical issues in comments. 2013-10-16 14:25:47 -04:00
Siddharth 06c13926ee made atomic lock optional
fixed an incorrect merge to nativeApp.cpp

made atomic locks init correctly

reintroduced atomic locks in audio as an optional setting

converted global pointers to global objects on stack

moved all mixing code into PSPMixer

internaized all code into __sceAudio.cpp

cleaned up rebase

cleaned up rebase
2013-10-16 23:42:47 +05:30
Henrik Rydgard 1ec0a977e4 Fix too-slow fade in/out of save dialogs and others in 30hz games. 2013-10-16 18:54:40 +02:00
Henrik Rydgard 66e210315b Fix keyboard focus issue on Windows 2013-10-16 17:20:32 +02:00
Kingcom 35a7cb437b Don't create the pen before the function is sure to run until the end 2013-10-16 15:23:12 +02:00
Kingcom 4483b5cff0 Delete pen 2013-10-16 15:19:32 +02:00
Kingcom ff5e4b0cf3 Highlight branch arrows in a different color if they start/end at the current opcode 2013-10-16 15:15:00 +02:00
Henrik Rydgård 87d3903d9f Correctly update lang 2013-10-16 11:32:07 +02:00
Henrik Rydgård cb3544cb3d Switch back to the older NDK toolchain for the release.
Let's investigate the 2.2 compat issues later.
2013-10-16 11:31:40 +02:00
Henrik Rydgård ce3eb186c7 Minor cleanup 2013-10-16 11:29:58 +02:00
Henrik Rydgård a05b6ac122 Merge pull request #4208 from unknownbrackets/ui-tweaks
Avoid flashing the console window on startup
2013-10-16 02:02:29 -07:00
Henrik Rydgård 62783639b6 Merge pull request #4209 from unknownbrackets/root-thread
Pass arguments to root threads same way as regular threads
2013-10-16 02:01:33 -07:00
Unknown W. Brackets f5e0d80ead Pass arguments to root threads same as regular.
Before it would have issues or crash if the args were > 256 bytes.
Fixes Ys 1 & 2 Chronicles.
2013-10-16 01:31:58 -07:00
Unknown W. Brackets b209d7c416 Fix drag and drop file start.
Wasn't working when nothing was running yet, had race issues otherwise.
The boot message already handles shutdown.
2013-10-16 01:19:15 -07:00
Unknown W. Brackets 5b888f0d0a Fix a crash in debug mode with no threads. 2013-10-16 00:56:46 -07:00
Unknown W. Brackets 77913c2d56 Don't flash open the console when disabled. 2013-10-15 22:27:03 -07:00
Unknown W. Brackets a29c92a7e3 Initially center on the primary monitor. 2013-10-15 22:02:14 -07:00
Henrik Rydgard 80702109f5 Move gpu vendor detection to native with the rest of the gl init.
Also disable vertical layout for mainscreen entirely.
2013-10-16 00:48:44 +02:00
Henrik Rydgard aa67389dcd Move the GPU vendor detection to native 2013-10-16 00:46:41 +02:00
Henrik Rydgård bfea9bba4b Revert "Experiment: Change back to the old Android toolchain for one commit"
This reverts commit 4506f5e6b5.
2013-10-15 22:20:48 +02:00
Henrik Rydgård 4506f5e6b5 Experiment: Change back to the old Android toolchain for one commit
To see if 2.2 devices are happier.
2013-10-15 22:19:41 +02:00