Commit Graph

22462 Commits

Author SHA1 Message Date
Gde Made Novan Priambhada
4420719a86 Bug fix 2017-08-09 03:50:31 +08:00
Gde Made Novan Priambhada
f5d56872ce Quick Chat 2017-08-09 03:49:52 +08:00
Gde Made Novan Priambhada
8ec2d50c28 Add virtual key for opening chat 2017-07-02 01:28:38 +08:00
Gde Made Novan Priambhada
97a4d6424f Rebased and fix the update scroll 2017-07-02 01:28:38 +08:00
Ade Novan
6706698d21 build fix 2017-07-02 01:28:38 +08:00
Ade Novan
624d1cd82f chat screen & chat button position and hide ui on show chat 2017-07-02 01:28:38 +08:00
Ade Novan
6121dce9e1 remove pointer and using update() should fix random crash (thanks Uknown) 2017-07-02 01:28:38 +08:00
sum2012
1241d53a8a Add translation of "You're in Offline Mode" 2017-07-02 01:28:38 +08:00
sum2012
fae863310c Build fix for Linux QT 2017-07-02 01:28:38 +08:00
sum2012
e17b57d9cb Add support OSK for windows 2017-07-02 01:28:38 +08:00
Ade Novan
6b39018868 Android chat empty after : fix 2017-07-02 01:28:38 +08:00
Ade Novan
766373e159 pointer and scroll fix 2017-07-02 01:28:38 +08:00
Ade Novan
20b289c8ea cmake buildfix 2017-07-02 01:28:38 +08:00
Ade Novan
f514b25c79 Windows CTRL + C Hotkey 2017-07-02 01:28:38 +08:00
Ade Novan
5187b9f118 Add New Chat Counter 2017-07-02 01:28:38 +08:00
Ade Novan
18525ea523 Android Chat Support 2017-07-02 01:28:38 +08:00
Ade Novan
2874c6d7d7 Oops it still random crashed destructor do the fix well 2017-07-02 01:28:38 +08:00
Ade Novan
07b1d8b845 pointer fix random crash & better substring logic 2017-07-02 01:28:38 +08:00
sum2012
08a1cc7075 Add translation 2017-07-02 01:28:38 +08:00
sum2012
bd2342ad59 Enable chat box 2017-07-02 01:28:38 +08:00
Ade Novan
10e874cefd PPSSPP early chat feature rebranched 2017-07-02 01:28:38 +08:00
Henrik Rydgård
5175abe1fd Merge pull request #9822 from nagisa/windows-has-no-weak-linking
Fix Windows XP support in LocalFileLoader
2017-07-01 18:01:13 +02:00
Simonas Kazlauskas
ee00815da3 Fix Windows XP support in LocalFileLoader
Because that junk from 50 years ago still matters to people, apparently.
2017-07-01 13:21:34 +03:00
Henrik Rydgård
3f8ccf4866 Merge pull request #9796 from zminhquanz/Runningslowmessage
Fix message running slow always show when game running stable speed
2017-06-27 11:45:05 +02:00
Unknown W. Brackets
9dced68812 Core: Buildfix. 2017-06-24 14:19:25 -07:00
Unknown W. Brackets
94a14bde27 Merge pull request #9810 from nagisa/master
Make the Loader API thread-safe
2017-06-24 11:59:16 -07:00
Unknown W. Brackets
9550771994 Core: Windows buildfix. 2017-06-24 11:58:25 -07:00
Simonas Kazlauskas
0c8faeb3ea Fix windows build 2017-06-24 21:23:52 +03:00
Simonas Kazlauskas
38c416df86 Add a note about thread-safety req in FileLoader 2017-06-24 21:10:20 +03:00
Simonas Kazlauskas
55c193ce78 Remove use of C file api in LocalFileLoader
Instead use native system calls.
2017-06-24 21:07:37 +03:00
Simonas Kazlauskas
597a1af85c Add conservative locking arond Caching/HTTP FLs
Making them hopefully thread-safe.
2017-06-24 21:06:18 +03:00
Simonas Kazlauskas
3f63c29736 Also support atomic windows readAt 2017-06-23 18:40:00 +03:00
Simonas Kazlauskas
3c3596dbf2 Make the Loader API thread-safe
Since the majority of the code is using ReadAt API already, map this to
a `readp` "syscall" which does not mutate any state about the file
descriptor therefore making it fairly safe multi-threading wise.

This allows to get rid of read-time mutexes in RamCachedFileLoader and
therefore fixes #9803
2017-06-23 17:23:43 +03:00
Unknown W. Brackets
3249d81654 GE Debugger: Buildfix for BSD.
`tm` was not defined, as per jbeich.
2017-06-18 12:17:48 -07:00
zminhquanz
7347c28464 Fixes 2017-06-15 21:43:41 +07:00
zminhquanz
e2c9fa7f57 Fixes 2017-06-15 12:15:56 +07:00
Henrik Rydgård
dd23588cd7 Merge pull request #9799 from unknownbrackets/case-hack
Apply a hack to simulate USB created files
2017-06-13 19:17:58 +02:00
Unknown W. Brackets
a223d4e272 Apply a hack to simulate USB created files.
Fixes #9794.  Some homebrew accidentally depend on this PSP firmware bug.
2017-06-12 22:55:50 -07:00
zminhquanz
bb5114bc84 Add 1 line 2017-06-12 13:41:04 +07:00
zminhquanz
6e2f152919 Add credit developer 2017-06-11 20:44:41 +07:00
zminhquanz
98586e0af8 Oops 2017-06-11 20:42:54 +07:00
zminhquanz
1fb31c73cb Fix running slow message , it's always show when game run stable above 98% speed 2017-06-11 19:26:17 +07:00
Henrik Rydgård
dfdf54813a Port a small simplification to D3D9 2017-06-09 14:53:06 +02:00
Henrik Rydgård
5f6e0feacb D3D11: Fix Star Ocean again (wasn't clearing stencil properly) 2017-06-09 14:50:39 +02:00
Henrik Rydgård
3606111113 Fix UWP build 2017-06-09 11:23:43 +02:00
Henrik Rydgård
15aff3d368 Merge pull request #9790 from unknownbrackets/homebrew
Set a working directory for homebrew outside ms0:/PSP/GAME/
2017-06-08 09:39:06 +02:00
Unknown W. Brackets
1339bf18c1 sceVaudio: Fix typo in constant name.
Same value, but this is clearer.
2017-06-07 18:54:47 -07:00
Unknown W. Brackets
2c01bc80d0 Core: Set cwd for non-ms0:/ games on boot.
This isn't ideal (games should be in ms0:/PSP/GAME/), but it gives a
better chance of games working than not setting a cwd at all.

Fixes #9785.
2017-06-07 18:52:46 -07:00
Henrik Rydgård
2cd8bb53d5 Merge pull request #9783 from hrydgard/elf-safety
Various ELF loading size checks for safety
2017-06-07 09:59:05 +02:00
Henrik Rydgård
b7263b6dc0 Merge pull request #9784 from unknownbrackets/warnings
Warning fixes
2017-06-07 09:57:11 +02:00