Commit Graph

  • 4a7f389ca4
    multiplayer: fix "Connected" message not appearing on first connection zhupengfei 2018-11-07 22:41:56 +0800
  • c59804ca39
    network: make room registering async zhupengfei 2018-11-03 11:29:12 +0800
  • 48a8f49738
    citra_qt: Use the new verify backend; UI changes zhupengfei 2018-10-27 15:49:00 +0800
  • 3a9b90a7c5
    citra-room: Add verify backend and use new announce api zhupengfei 2018-10-27 15:46:58 +0800
  • afe05d347d
    web_backend: added GetExternalJWT function zhupengfei 2018-10-27 15:45:21 +0800
  • 7d012a8f82
    core, web_service: Changes to announce service zhupengfei 2018-10-27 15:40:15 +0800
  • 520a3e63c2
    network, web_service: Add Verification backend and use new lobby API zhupengfei 2018-10-27 15:35:01 +0800
  • 111f831bff Add Support for Room Descriptions adityaruplaha 2018-04-30 13:10:51 +0530
  • 79ad8899aa network: check Console ID conflicts zhupengfei 2018-10-31 23:07:03 +0800
  • 3f5791fbbf Add CheatEngine; Add support for Gateway cheats; Add Cheat UI B3N30 2018-11-06 10:56:12 +0100
  • ae5543a40b Disable shallow git cloning, needed for tagged building Brendan Szymanski 2018-11-06 21:14:07 -0500
  • 1444d60109
    Merge pull request #4400 from wwylele/core-timing-global Weiyi Wang 2018-11-06 20:04:56 -0500
  • 2067946f59
    Kernel: reimplement memory management on physical FCRAM (#4392) Weiyi Wang 2018-11-06 15:00:47 -0500
  • f852f9f219
    Merge pull request #4395 from Hexagon12/tx-update-181102 Weiyi Wang 2018-11-06 11:42:18 -0500
  • 6340821a9b VMManager: add helper function to retrieve backing block list for a range Weiyi Wang 2018-11-06 11:34:13 -0500
  • a8a66949a9 Process: lower log level; SharedMemory: store phys offset Weiyi Wang 2018-11-06 09:57:13 -0500
  • 4228cd8b60
    Merge pull request #4403 from wwylele/kernel-dtor-2 Weiyi Wang 2018-11-04 12:08:40 -0500
  • 9458e4d8ec CoreTiming: wrap into class Weiyi Wang 2018-10-27 15:53:20 -0400
  • fe9c7782cf Kernel/SharedMemory: add more object info on mapping error Weiyi Wang 2018-11-04 09:49:55 -0500
  • 2d9dfe5bce Kernel: thread manager still has to be destructed first Weiyi Wang 2018-11-04 09:29:28 -0500
  • 57e1f47a52 Kernel: destruct thread/timer managers after processes (#4399) Weiyi Wang 2018-11-04 04:24:37 -0500
  • b337f03519
    Add Support for Room Descriptions adityaruplaha 2018-04-30 13:10:51 +0530
  • 6108841c34 Kernel: destruct thread/timer managers after processes Weiyi Wang 2018-11-03 20:08:36 -0400
  • 2a16768ff2
    citra_qt: Move "Hotkeys" into Controls group, as a seperate tab. Addressed review comments (#3786). Minor build fixes & clang-format. adityaruplaha 2018-09-17 16:49:55 +0530
  • ab07d44193
    citra_qt/configuration: fix language configuration issues zhupengfei 2018-11-02 22:40:58 +0800
  • 8a24cbb894 Address review comments fearlessTobi 2018-11-02 23:08:34 +0100
  • 52735b7651 multiplayer: check nickname regex server side zhupengfei 2018-11-02 20:17:25 +0800
  • 11a59d1bfd
    citra_qt/configuration: fix language configuration issues zhupengfei 2018-11-02 22:40:58 +0800
  • 8426fad5a8 Address review comments fearlessTobi 2018-11-02 23:08:34 +0100
  • 6c852c09ac fs_user: Add a delay for each file open fearlessTobi 2018-11-02 18:11:22 +0100
  • edb7ef5e5f
    Updated translations (18/11/02) Hexagon12 2018-11-02 19:07:29 +0200
  • dd899f4a97 Kernel: fix a bug where code segments memory usage are accumulated twice Weiyi Wang 2018-11-02 11:55:01 -0400
  • 6cceb49759
    Conflict fixes & minor code fixes- Fixed Text of hotkeys on osx; Hotkeys can now be changed without restart; double click on the whole row will allow to edit the hotkey; small code cleanups zhupengfei 2018-08-30 01:20:04 +0800
  • e45d8d89fd
    citra-qt/util/sequence_dialog: Use C++ code instead of a UI file. Clang-format. adityaruplaha 2018-08-21 21:20:46 +0530
  • 68b386d3ac
    citra_qt: Comment addressing from #3786 (regarding hotkeys): * Added support for Tab. * Fixed a minor error where you could bind a key to the group name, which doesn't make sense. adityaruplaha 2018-08-19 18:16:08 +0530
  • 38ba626d51
    citra-qt: Rewrite hotkeys saving/loading from config. Minor code changes & bug fixes. adityaruplaha 2018-08-18 16:33:39 +0530
  • 3bf6c9e08e
    citra_qt: Use double click for editing key sequence instead of right click. Minor code changes. adityaruplaha 2018-07-12 23:37:19 +0530
  • a32441fe5a
    sequence_dialog: Use unique_ptr & configure_input: Rewrite logic for button_param.Get("code", 0) adityaruplaha 2018-06-24 20:23:12 +0530
  • b19db8add9
    citra-qt: Rewrite mechanism for checking if key is already bound using signal/slot; Input keys can't be bound to hotkeys any longer. adityaruplaha 2018-06-05 16:11:47 +0530
  • 8a0b99cfd8
    citra-qt: Rewrite hotkeys binding mechanism. adityaruplaha 2018-05-27 17:22:53 +0530
  • 072210e7e9
    citra-qt: Lots of misc changes to the hotkeys code. Kloen 2018-05-22 23:26:57 +0200
  • 591588a74a
    citra_qt: Remove unnecesary hotkey registrations, add methods to retrieve the keysequence and context of a hotkey, and lot of misc changes. Kloen 2018-05-22 22:10:46 +0200
  • 9304587179
    citra-qt: Refactor how hotkeys are loaded and add more hotkeys Kloen 2018-05-22 21:30:36 +0200
  • 47ebd2a4d1
    multiplayer: check nickname regex server side zhupengfei 2018-11-02 20:17:25 +0800
  • 457c2034f5
    network: check Console ID conflicts zhupengfei 2018-10-31 23:07:03 +0800
  • 8d0e3cea32
    Add Support for Room Descriptions adityaruplaha 2018-04-30 13:10:51 +0530
  • 4b4ff33328 Process/Thread: zero new TLS entry Weiyi Wang 2018-11-01 23:22:50 -0400
  • 61549da0e4 Kernel/SharedMemory: zero initialize new-allocated memory Weiyi Wang 2018-11-01 20:26:14 -0400
  • ff49785d77 Kernel/Process: Unmap does not care the source memory permission Weiyi Wang 2018-11-01 20:16:54 -0400
  • 322064fd0f Kernel: reimplement memory management on physical FCRAM Weiyi Wang 2018-10-29 21:53:46 -0400
  • add0acf0cc CoreTiming: wrap into class Weiyi Wang 2018-10-27 15:53:20 -0400
  • 7c3d325aff
    Merge pull request #4389 from wwylele/kernel-global-4 Weiyi Wang 2018-11-01 14:09:27 -0400
  • fc84091d88 Service, Kernel: move named port list to kernel Weiyi Wang 2018-10-26 10:27:13 -0400
  • ece96807c4 Kernel: move memory_regions into Kernel instance Weiyi Wang 2018-10-25 21:07:15 -0400
  • 263290d48c HLE: move SharedPage into Kernel Weiyi Wang 2018-10-25 11:23:52 -0400
  • 773ec47629 Kernel: make config_mem and MapSharedPages members of KernelSystem Weiyi Wang 2018-10-25 10:51:00 -0400
  • 578243d136 Service, Kernel: move named port list to kernel Weiyi Wang 2018-10-26 10:27:13 -0400
  • be06e0b8d9 Kernel: move memory_regions into Kernel instance Weiyi Wang 2018-10-25 21:07:15 -0400
  • 5534c20395 HLE: move SharedPage into Kernel Weiyi Wang 2018-10-25 11:23:52 -0400
  • cb4529f38d Kernel: make config_mem and MapSharedPages members of KernelSystem Weiyi Wang 2018-10-25 11:07:03 -0400
  • 9f4c6038a5 ConfigMem: change Init to ctor Weiyi Wang 2018-10-25 10:51:00 -0400
  • 95790218f2 HLE: move config_mem to kernel Weiyi Wang 2018-10-25 10:27:42 -0400
  • 0ea3d05fdb
    network: check Console ID conflicts zhupengfei 2018-10-31 23:07:03 +0800
  • 3c3d17c991 Assist_hle_dsp_dsp-binary_pipe3-write_process_pipe Jhon5912 2018-10-31 20:31:53 +0000
  • 5bbd4ae945 Multiplayer: Send an error message when connecting to a full room James Rowe 2018-04-20 01:34:37 -0600
  • a753b9c6cc
    Merge pull request #4228 from NarcolepticK/lle-mapped-buffer Weiyi Wang 2018-10-30 19:18:11 -0400
  • 445538c2cf
    Merge pull request #4371 from wwylele/kernel-global-3 Weiyi Wang 2018-10-30 00:36:10 -0400
  • 2183d0d6be core: use internal kernel pointer directly Weiyi Wang 2018-10-30 00:35:37 -0400
  • bd4beb6558
    Merge pull request #4386 from wwylele/codeset-class Weiyi Wang 2018-10-30 00:30:50 -0400
  • e4a0058ec4 Change SSH repo location Brendan Szymanski 2018-10-29 21:08:55 -0400
  • c97146226a LLE Mapped Buffer: Addressed comments. NarcolepticK 2018-10-29 18:35:34 -0400
  • 3a89241977 Use cloned git for the build Brendan Szymanski 2018-10-28 23:20:21 -0400
  • 5cd12c7e36 Fix typo Brendan Szymanski 2018-10-28 21:21:37 -0400
  • ca79e428e6 Fix flatpak tag support Brendan Szymanski 2018-10-28 20:50:26 -0400
  • 1f43dd300e Enable network access during the flatpak build so we can download compatibility list the right way Brendan Szymanski 2018-10-28 19:14:24 -0400
  • f4386a6938 Use a flatpak-specific docker image Brendan Szymanski 2018-10-28 18:55:55 -0400
  • 963f49fa27 Service, Kernel: move named port list to kernel Weiyi Wang 2018-10-26 10:27:13 -0400
  • 07a9a77cc0 Kernel: move memory_regions into Kernel instance Weiyi Wang 2018-10-25 21:07:15 -0400
  • 41b41d3516 citra_qt: Add Amiibo hotkeys, notify user of loading errors fearlessTobi 2018-10-28 15:45:02 +0100
  • f63098ccdf Kernel/CodeSet: change struct to class Weiyi Wang 2018-10-28 10:34:08 -0400
  • 67888f92e5
    Merge pull request #4348 from B3n30/native_firm_keys Weiyi Wang 2018-10-28 10:24:29 -0400
  • 6a0bbff731
    Update MACOSX_DEPLOYMENT_TARGET to 10.14 Tobias 2018-10-28 13:17:53 +0100
  • 9d05fbbef4
    Merge pull request #4369 from FearlessTobi/compat-new bunnei 2018-10-28 03:53:10 -0400
  • 3219bdb30d
    Merge pull request #4382 from FearlessTobi/reset-defaults bunnei 2018-10-28 03:52:10 -0400
  • c891ecb477 Remove temporary testing branch placeholder Brendan Szymanski 2018-10-28 01:41:17 -0400
  • 7ac308adb9 Fix variable name Brendan Szymanski 2018-10-28 01:18:22 -0400
  • 8cdd7a1b3d Change SSH repo directory (again) Brendan Szymanski 2018-10-28 00:15:47 -0400
  • 357b504d4d Change SSH repo directory Brendan Szymanski 2018-10-27 23:43:05 -0400
  • b26e9b1cac Add workaround documentation Brendan Szymanski 2018-10-27 22:45:45 -0400
  • cd886c8da2 Hard-code SSH mount location Brendan Szymanski 2018-10-27 22:42:40 -0400
  • 95427746bc Fix compatibility list directory Brendan Szymanski 2018-10-27 22:02:11 -0400
  • 9c6fa3eee9 Initial flatpak support Brendan Szymanski 2018-10-27 21:39:46 -0400
  • 96ee82c464 configure_general: Add an option to reset defaults fearlessTobi 2018-10-27 22:43:29 +0200
  • 625a712622 HLE: move SharedPage into Kernel Weiyi Wang 2018-10-25 11:23:52 -0400
  • 8eb9044517 Kernel: make config_mem and MapSharedPages members of KernelSystem Weiyi Wang 2018-10-25 11:07:03 -0400
  • e34392d330 ConfigMem: change Init to ctor Weiyi Wang 2018-10-25 10:51:00 -0400
  • f33ecf0473 HLE: move config_mem to kernel Weiyi Wang 2018-10-25 10:27:42 -0400
  • 6e6c437a52 applets: stub mii selector to always return a standard mii fearlessTobi 2018-09-29 13:58:51 +0200
  • 236a7dba7e Move "Report compatibility" button to Emulation tab fearlessTobi 2018-10-26 16:36:05 +0200
  • b7117bf050 compatdb: Use a seperate endpoint for testcase submission fearlessTobi 2018-10-26 16:21:45 +0200