Weiyi Wang and GitHub
9813d0deed
Merge pull request #4286 from zhaowenlan1779/fix-tx-push
...
travis: disable scripting for transifex push job
2018-10-02 08:17:50 -04:00
Weiyi Wang and GitHub
fceec34945
Merge pull request #4278 from wwylele/cfg-ptm-direct-fs
...
cfg, ptm: access FS via backend directly
2018-10-01 18:32:43 -04:00
Weiyi Wang and GitHub
0e77cd385a
Merge pull request #4277 from wwylele/cecd-direct-fs
...
cecd: access FS via backend directly
2018-10-01 18:26:51 -04:00
Weiyi Wang and GitHub
fb720c00b7
Merge pull request #4273 from wwylele/apt-direct-fs
...
APT: access FS via backend directly
2018-10-01 14:24:06 -04:00
Weiyi Wang and GitHub
5fb3137bdc
Merge pull request #4181 from wwylele/cia-crypto
...
Add encrypted CIA support
2018-10-01 14:23:35 -04:00
Weiyi Wang and GitHub
41688b2f2a
Merge pull request #4269 from B3n30/osx1013
...
OSX: Set MACOSX_DEPLOYMENT_TARGET to 10.13
2018-09-29 23:03:33 -04:00
Weiyi Wang and GitHub
4a30a502a0
Merge pull request #4211 from wwylele/web-cleanup
...
web_service: stop using std::future + callback style async
2018-09-29 23:02:27 -04:00
Weiyi Wang and GitHub
edc6e419b0
Merge pull request #4232 from wwylele/multi-region
...
loader, cfg: choose region based on language if multiple regions available
2018-09-29 23:01:36 -04:00
Weiyi Wang and GitHub
fbc36ff63c
Merge pull request #4257 from jroweboy/sdl-globals
...
Input: Remove global variables from SDL Input
2018-09-29 23:00:12 -04:00
Weiyi Wang and GitHub
f5a3ec18c2
Merge pull request #4072 from B3n30/httpc3
...
Service::HTTP_C: Implement Client Cert opening and closing
2018-09-29 22:53:49 -04:00
Weiyi Wang and GitHub
9f37b71b4b
Merge pull request #4280 from FearlessTobi/port-1412
...
Port yuzu-emu/yuzu#1412 : "kernel/object: Remove unnecessary std::move from DynamicObjectCast()"
2018-09-29 22:33:49 -04:00
Weiyi Wang
89a5b9b622
qt/configure_system: FS decoupled
2018-09-28 17:34:47 -04:00
Weiyi Wang
bcb5d438a9
cfg: access FS via backend directly
2018-09-28 17:32:05 -04:00
Weiyi Wang
2757eff122
ptm: access FS via backend directly
2018-09-28 17:21:45 -04:00
Weiyi Wang
b03332d09b
fs: remove ArchiveFactory_ExtSaveData::Initialize
...
This is unnecessary as any open archive would create the full path for themselves
2018-09-28 17:08:39 -04:00
Weiyi Wang
bb252ecab3
cecd: access FS via backend directly
2018-09-28 17:03:24 -04:00
Weiyi Wang
0bc98cdca4
http_c: access FS via backend directly
2018-09-28 14:25:19 -04:00
Weiyi Wang
94b273ac20
APT: access FS via backend directly
2018-09-28 14:08:30 -04:00
Weiyi Wang and GitHub
7c97e8df62
Merge pull request #4256 from wwylele/country-list
...
archive_ncch: add open source country list archive
2018-09-27 10:09:37 -04:00
Weiyi Wang and GitHub
892ca2a94a
Merge pull request #4209 from zhaowenlan1779/play-coin
...
service/ptm, citra_qt: Add Play Coins setting
2018-09-27 10:09:02 -04:00
Weiyi Wang and GitHub
08bfba5d8e
Merge pull request #4005 from NarcolepticK/stub-cecd
...
service/cecd: Implement some functions
2018-09-27 10:08:14 -04:00
Weiyi Wang and GitHub
a96f0f5167
Merge pull request #4241 from citra-valentin/port-yuzu-1367
...
Port yuzu/#1367 from yuzu: "game_list: Handle plurals within setFilterResult() better"
2018-09-25 23:09:40 -04:00
Weiyi Wang and GitHub
f05740a5fd
Merge pull request #4224 from FearlessTobi/port-1310
...
Port #734 and #1310 from yuzu: Changes to Thread-related enums
2018-09-25 23:07:43 -04:00
Weiyi Wang and GitHub
1f9f220a3e
Merge pull request #4262 from EverOddish/master
...
Added CMake option to enable/disable scripting support
2018-09-25 22:57:07 -04:00
Weiyi Wang
a1517612d3
update git hash for eshop lock bit fix
2018-09-23 13:26:13 -04:00
Weiyi Wang
9668852c0d
Service/AM: handle encrypted CIA
2018-09-23 13:05:55 -04:00
Weiyi Wang
df77491938
FileSys/cia: add ticket parsing
2018-09-23 13:05:55 -04:00
Weiyi Wang
b70e2bce58
HW/AES: add common key loading and selecting
2018-09-23 13:00:07 -04:00
Weiyi Wang and GitHub
20e42592ff
Merge pull request #4249 from FearlessTobi/port-760
...
Port yuzu-emu/yuzu#760 : "file_util: Use an enum class for GetUserPath()"
2018-09-22 23:42:59 -04:00
Weiyi Wang
e087cb9a28
string_util: unify UTF8<->UTF16 conversion to codecvt
2018-09-22 17:23:48 -04:00
Weiyi Wang and GitHub
5b66c41686
Merge pull request #4251 from FearlessTobi/port-1309
...
Port yuzu-emu/yuzu#1309 : "service: Use nested namespace specifiers where applicable"
2018-09-22 16:15:48 -04:00
Weiyi Wang
1123580738
archive_ncch: add open source country list archive
2018-09-22 16:11:57 -04:00
Weiyi Wang
e1765e7c5c
string_util: remove TString conversion for windows
...
First of all they are foundamentally broken. As our convention is that std::string is always UTF-8, these functions assume that the multi-byte character version of TString (std::string) from windows is also in UTF-8, which is almost always wrong. We are not going to build multi-byte character build, and even if we do, this dirty work should be handled by frontend framework early.
2018-09-22 13:03:59 -04:00
Weiyi Wang and GitHub
7db46da4fc
Merge pull request #4247 from FearlessTobi/port-1314
...
Port yuzu-emu/yuzu#1314 : "audio_core/time_stretch: Silence truncation warnings in Process()"
2018-09-22 12:02:51 -04:00
Weiyi Wang and GitHub
6d4a8a21db
Merge pull request #4248 from FearlessTobi/port-1321
...
Port yuzu-emu/yuzu#1321 : "cubeb_sink: Get rid of variable shadowing within CubebSink's constructor"
2018-09-22 12:02:06 -04:00
Weiyi Wang
16b22128bf
string_util: remove ShiftJIS/CP1252 conversion function
...
We always use unicode internally. Any dirty work of conversion with other codec should be handled by frontend framework (Qt). Further more, ShiftJIS/CP1252 are not special (they are not code set used by 3ds, or any guest/host dependencies we have), so there is no reason to specifically include them
2018-09-22 00:45:50 -04:00
Weiyi Wang
1855fb3d88
common/thread: remove YieldCPU()
...
simply use the standard library yield()
2018-09-22 00:32:19 -04:00
Weiyi Wang
1e9d60cab6
common/thread: remove unnecessary macro for thread_local
...
we have bumped compiler version really high that all of them support this
2018-09-22 00:30:56 -04:00
Weiyi Wang and GitHub
80cdfe1c45
Merge pull request #4240 from valentinvanelslande/port-yuzu-1379
...
Port #1379 from yuzu: "gl_stream_buffer: Fix use of bitwise OR instead of logical OR in Map()"
2018-09-21 18:26:01 -04:00
Weiyi Wang and GitHub
d1a576eb14
Merge pull request #4113 from namkazt/soc_recv_from
...
fix soc service - RecvFrom - SendTo
2018-09-21 12:33:23 -04:00
Weiyi Wang and GitHub
e9ed1c98da
Merge pull request #4114 from namkazt/soc_recv_from_other
...
Implement soc - RecvFromOther
2018-09-21 12:33:12 -04:00
Weiyi Wang and GitHub
59982c5479
Merge pull request #4221 from FearlessTobi/port-1238
...
Port #1238 from yuzu: "common/logging: Minor changes"
2018-09-21 12:32:53 -04:00
Weiyi Wang and GitHub
a6fb17bf66
Merge pull request #4214 from FreddyFunk/citra-qt-startup-project
...
Set citra-qt project as default StartUp Project in Visual Studio
2018-09-21 12:30:53 -04:00
Weiyi Wang and GitHub
b2367f9a70
Merge pull request #4227 from spbennett/xbyak-5.71
...
Xbyak 5.71
2018-09-19 22:35:50 -04:00
Weiyi Wang
697bc1a9c7
loader, cfg: choose region based on language if multiple regions available
2018-09-18 10:26:31 -04:00
Weiyi Wang and GitHub
241f10a669
Merge pull request #4233 from lioncash/debug
...
kernel/svc: Do nothing if svcOutputDebugString's length is <= 0
2018-09-17 21:21:06 -04:00
Weiyi Wang
f3d59556ef
web_backend: protect jwt cache with a mutex
2018-09-17 14:28:58 -04:00
Weiyi Wang and GitHub
6767f4562b
Merge pull request #4187 from spycrab/qt_config_sidebar
...
Qt/Configure: Use sidebar to divide tabs into smaller groups
2018-09-14 16:45:45 -04:00
Weiyi Wang
77c1f647cb
web_service: stop using std::future + callback style async
2018-09-13 16:14:34 -04:00
Weiyi Wang and GitHub
8c354ff6b1
Merge pull request #4210 from valentinvanelslande/ipc
...
ipc: fix typo
2018-09-13 12:53:26 -04:00
Weiyi Wang and GitHub
0a4d338ffa
Merge pull request #4138 from FearlessTobi/change-web-links
...
web_service: Unify links for web service endpoints
2018-09-12 16:31:59 -04:00
Weiyi Wang and GitHub
abeee6859e
Merge pull request #4201 from FearlessTobi/backport-review-comments
...
SDLJoystick: Backport review comments from yuzu #1275
2018-09-11 10:13:01 -04:00
Weiyi Wang and GitHub
9df1461cec
Merge pull request #4192 from valentinvanelslande/thread
...
svc: change unknown to thread in CreateThread
2018-09-09 18:41:51 -04:00
Weiyi Wang and GitHub
ca701e2610
Merge pull request #4182 from wwylele/std-size-t
...
Prefix all size_t with std::
2018-09-06 20:44:30 -04:00
Weiyi Wang
7d8f115185
Prefix all size_t with std::
...
done automatically by executing regex replace `([^:0-9a-zA-Z_])size_t([^0-9a-zA-Z_])` -> `$1std::size_t$2`
2018-09-06 16:03:28 -04:00
Weiyi Wang and GitHub
22e172946b
Merge pull request #4132 from FearlessTobi/port-966
...
Port #966 and #414 from yuzu (Cleanups in common and file_util) & Make bitfield assignment operator public
2018-09-05 18:03:36 +03:00
Weiyi Wang and GitHub
ae6007bf9d
Merge pull request #4069 from B3n30/wait_for_service_register
...
Service::SM: Wait till client is registered
2018-09-04 01:57:28 +03:00
Weiyi Wang and GitHub
fffa55b5d8
Merge pull request #4139 from tgsm/hid-update-table
...
Service/HID: update function table
2018-09-04 01:47:26 +03:00
Weiyi Wang and GitHub
2396e58ee4
Merge pull request #4170 from FearlessTobi/port-stupid-fixes
...
citra_qt: Backport some review fixes of Lioncash
2018-09-04 01:47:03 +03:00
Weiyi Wang and GitHub
12bba80d48
Merge pull request #4174 from wwylele/proctex-round-fix
...
gl_rasiterzer/proctex: revert back to round() for Nearest sampling
2018-09-04 01:36:16 +03:00
Weiyi Wang
99f4ea999c
gl_rasiterzer/proctex: revert back to round() for Nearest sampling
...
This change to floor() was made in 2927c88 , which was a result of doing some hwtest. It turned out that it was buggy edge cases in PICA, and for most cases round() still applies
2018-09-01 09:11:15 -04:00
Weiyi Wang and GitHub
b4fdce0c2c
Merge pull request #4171 from zhaowenlan1779/remove-glad-hack
...
Tests: Remove glad test OS X work-around
2018-09-01 15:30:06 +03:00
Weiyi Wang and GitHub
ffd78b635e
Merge pull request #4163 from FearlessTobi/port-1097
...
Port #1097 from yuzu: "renderer_opengl: Treat OpenGL errors as critical."
2018-08-31 21:43:52 +03:00
Weiyi Wang and GitHub
a62e830ebf
Merge pull request #4151 from FearlessTobi/port-987
...
Port #987 from yuzu: "vector_math: Use variable template version of is_signed in Vec classes"
2018-08-31 07:10:43 +03:00
Weiyi Wang and GitHub
47025552c7
Merge pull request #4112 from namkazt/soc_fcntl
...
fix soc service - Fcntl failed on validate header
2018-08-21 07:29:43 -04:00
Weiyi Wang and Ben
1b1439c6af
NWM_UDS: use sizeof(<var being used>) instead of hard-coded type ( #4093 )
...
* NWM_UDS: use sizeof(<var being used>) instead of hard-coded type
Intend to fix #4090 .
` node_map.node.second` type was changed to `u16` in #3985 . However the type change wasn't reflected here. Should have used variable name instead to automatically do type change
* NWM_UDS: ... and also the node.first one
* NWM_UDS: ... and here
* Network: bump version because we changed UDS packet layout
* Update nwm_uds.cpp
2018-08-12 22:47:48 +02:00
Weiyi Wang and GitHub
84fc8eaaba
Merge pull request #4020 from wwylele/loader-crypto-new
...
ncch_container: support encrypted games
2018-08-08 22:12:19 +03:00
wwylele
d4a808c885
ncch_container: support encrypted games
2018-08-07 18:53:06 +03:00
Weiyi Wang and GitHub
b92660435c
Merge pull request #4051 from zhaowenlan1779/default-ini-minor-nit-bg-color-default-value-info-fix
...
citra: default_ini bg color default value fix
2018-08-04 11:10:19 +03:00
Weiyi Wang and GitHub
5bc72cca6b
Merge pull request #3924 from zhaowenlan1779/settings
...
citra_qt: Settings (configuration) default value fix
2018-08-03 23:09:57 +03:00
Weiyi Wang and GitHub
5bf87e986e
Merge pull request #4040 from valentinvanelslande/lighting
...
swrasterizer/lighting: remove newline in logging macro
2018-08-02 11:18:03 +03:00
Weiyi Wang and GitHub
9b558253a0
Merge pull request #4031 from zhaowenlan1779/port-yuzu-723
...
Port "gdbstub: Get rid of a few signed/unsigned comparisons" from yuzu
2018-08-02 11:17:38 +03:00
Weiyi Wang and GitHub
27b015e652
Merge pull request #4011 from zhaowenlan1779/cmake-warning
...
citra_qt/CMakeLists: get rid of a warning
2018-08-02 11:16:46 +03:00
Weiyi Wang and GitHub
14bc20fc8d
Merge pull request #3996 from NarcolepticK/dsp-remove-weakptr
...
service/dsp: Clean up global state
2018-08-02 11:14:59 +03:00
wwylele
266f2b6242
gl_rasterizer: only apply AMD hack when the vendor is AMD
2018-07-31 22:58:17 +03:00
Weiyi Wang and GitHub
71729fd47a
Merge pull request #3951 from zhaowenlan1779/cfg-country-code
...
service/cfg, citra_qt: add country code configuration
2018-07-30 12:02:07 +03:00
Weiyi Wang and GitHub
1f14ebf35d
Merge pull request #3977 from B3n30/bad_word_list
...
Add virtual bad word list; Load if dump is missing
2018-07-30 12:01:45 +03:00
Weiyi Wang and GitHub
77f4859059
Merge pull request #4026 from zhaowenlan1779/port-yuzu-765
...
Port "file_util: Remove goto usages from Copy()" from yuzu
2018-07-30 11:44:32 +03:00
Weiyi Wang and GitHub
abc86921ab
Merge pull request #4027 from zhaowenlan1779/port-yuzu-704
...
Port "string_util: Remove AsciiToHex()" from yuzu
2018-07-30 11:22:46 +03:00
Weiyi Wang and GitHub
383cde84d3
Merge pull request #3917 from Steveice10/master
...
am: Fix DLC loading.
2018-07-28 18:48:28 +03:00
wwylele
323313b2e9
service: remove deprecated service interface
2018-07-27 21:22:15 +03:00
Weiyi Wang and GitHub
be193869cd
Merge pull request #3990 from zhaowenlan1779/retranslation-continue
...
citra_qt: minor retranslation fix
2018-07-27 19:55:58 +03:00
Weiyi Wang and GitHub
2f84dd31f0
Merge pull request #4013 from jroweboy/init-logging-sooner
...
citra-qt: Init logging sooner so we dont miss some logs on startup
2018-07-27 19:55:42 +03:00
Weiyi Wang and GitHub
719bec84cd
Merge pull request #4007 from B3n30/romfs_file
...
RomFS: add RomFSFile and RomFS::GetFile
2018-07-27 11:24:31 +03:00
Weiyi Wang and GitHub
7babd78a23
Merge pull request #3928 from zhaowenlan1779/log-settings
...
citra_qt: Log settings on launch
2018-07-27 11:22:23 +03:00
Weiyi Wang and GitHub
7568020ea0
Merge pull request #3979 from zhaowenlan1779/filter-untranslated
...
game_list: move SearchField to game_list_p.h and fix untranslated text
2018-07-26 12:26:39 +03:00
Weiyi Wang and GitHub
4b6d240641
Merge pull request #3983 from zhaowenlan1779/gamelist-translation
...
game_list: fix untranslated texts
2018-07-26 12:26:12 +03:00
Weiyi Wang and GitHub
b65ee99681
Merge pull request #3997 from zhaowenlan1779/use-std-transform
...
common/string_utils: replace boost::transform with std counterpart
2018-07-25 10:38:36 +03:00
Weiyi Wang and GitHub
14878a17d9
Merge pull request #3978 from zhaowenlan1779/remove-app-warning
...
core/loader: avoid "different type" warning for .app
2018-07-23 21:02:54 +03:00
Weiyi Wang and GitHub
87872aa369
Merge pull request #3976 from MerryMage/rm-code_block
...
common: CodeBlock is unused
2018-07-23 09:21:37 +03:00
Weiyi Wang and GitHub
8388e5519b
Merge pull request #3944 from wwylele/soc-new-framework
...
Service/SOC: convert to ServiceFramework
2018-07-22 22:23:05 +03:00
Weiyi Wang and GitHub
29ddbe4e7b
Merge pull request #3973 from B3n30/MPSCQueue
...
remove polymorphism issue
2018-07-22 22:22:22 +03:00
Weiyi Wang and GitHub
2cef04db80
Merge pull request #3964 from LittleWhite-tb/soft-keyboard-fix
...
Small fixes on software keyboard implementation
2018-07-22 22:22:06 +03:00
Weiyi Wang and GitHub
78685065cf
Merge pull request #3916 from wwylele/mipmap-proctex
...
gl_rasterizer: implement mipmap for procedural texture
2018-07-19 11:51:57 +03:00
Weiyi Wang and GitHub
c8c5b55c00
Merge pull request #3957 from lioncash/qt
...
game_list: Remove unnecessary QString initialization in KeyReleaseEater
2018-07-19 10:14:58 +03:00
Weiyi Wang and GitHub
f40ce71f76
Merge pull request #3958 from lioncash/func
...
game_list: Make containsAllWords() a non-member function
2018-07-19 10:14:18 +03:00
Weiyi Wang and GitHub
67c0c2e0a0
Merge pull request #3956 from lioncash/telemetry
...
common/telemetry: Minor changes
2018-07-19 10:14:06 +03:00
Weiyi Wang and GitHub
680c8b9c0b
Merge pull request #3926 from wwylele/texture-barrier
...
gl_rasterizer: call glTextureBarrier when an image is bound to both texture and framebuffer
2018-07-19 10:13:48 +03:00
Weiyi Wang and GitHub
a1b1d827bf
Merge pull request #3952 from zhaowenlan1779/console-id-display-fix
...
configure_system: fix an untranslated text
2018-07-18 14:23:55 +03:00
wwylele
aa02c50a2e
Service/SOC: convert to ServiceFramework
2018-07-18 09:52:51 +03:00