Commit Graph

  • ba6eee71f5
    Merge pull request #4024 from zhaowenlan1779/port-yuzu-745 Merry 2018-08-01 15:02:40 +01:00
  • 6a9e18a49a
    Merge pull request #4022 from zhaowenlan1779/port-yuzu-837 Merry 2018-08-01 15:01:17 +01:00
  • 703da21688
    Merge pull request #4046 from zhaowenlan1779/config-camera-retranslate Merry 2018-08-01 15:00:12 +01:00
  • 51d05bd42b citra_qt/configuration: retranslate camera tab zhupengfei 2018-08-01 21:51:38 +08:00
  • 8e103d0675
    kernel/timer: Make data members private where applicable Lioncash 2018-07-26 09:45:18 -04:00
  • 383dd967d1
    citra_qt: UI text improvements zhupengfei 2018-07-27 22:53:06 +08:00
  • b92af5a858
    param_package: Take std::string by value in string-based Set() function Lioncash 2018-07-20 17:17:26 -04:00
  • 266f2b6242 gl_rasterizer: only apply AMD hack when the vendor is AMD wwylele 2018-07-31 13:51:42 +03:00
  • b2ad88dac1
    swrasterizer/lighting: remove newline in logging macro Valentin Vanelslande 2018-07-30 16:09:16 -05:00
  • 05eb0ccb03
    Merge pull request #4014 from wwylele/old-service James Rowe 2018-07-30 11:31:54 -06:00
  • 9af731793a
    Merge pull request #4025 from zhaowenlan1779/port-yuzu-775 Merry 2018-07-30 18:28:38 +01:00
  • ec76cd82b0
    Merge pull request #4037 from zhaowenlan1779/port-yuzu-710 Merry 2018-07-30 18:28:11 +01:00
  • 7b46b7e29a
    Merge pull request #4010 from zhaowenlan1779/statusbar-retheme James Rowe 2018-07-30 10:35:42 -06:00
  • ecb3dc2fb8
    Merge pull request #4038 from zhaowenlan1779/port-yuzu-711 James Rowe 2018-07-30 10:21:49 -06:00
  • 8fd9f22657
    Merge pull request #4030 from zhaowenlan1779/port-yuzu-743 James Rowe 2018-07-30 10:19:28 -06:00
  • 5a47cbed17
    no need to cast to u32 according to @wwylele comment zhupengfei 2018-07-30 22:36:35 +08:00
  • b4cdbf3ee8
    gdbstub: Get rid of a few signed/unsigned comparisons Lioncash 2018-07-19 15:17:50 -04:00
  • 5d7ccfb920
    citra_qt/CMakeLists: get rid of a warning zhupengfei 2018-07-27 14:34:39 +08:00
  • 1a0529a064 common/swap: Remove unnecessary const on return value of swap() Lioncash 2018-07-19 09:35:50 -04:00
  • a2203e1566 common/swap: Use static_cast where applicable Lioncash 2018-07-19 09:35:13 -04:00
  • 5a66820c20 common/swap: Use using aliases where applicable Lioncash 2018-07-19 09:32:13 -04:00
  • b0c35c54ca Fix travis MinGW build fearlessTobi 2018-07-30 14:50:23 +02:00
  • 15abf35889 Address feedback by wwylele fearlessTobi 2018-07-30 14:46:13 +02:00
  • b539745153 common/common_funcs: Remove unused rotation functions Lioncash 2018-07-19 09:21:20 -04:00
  • b4524eb70b
    Merge pull request #3988 from zhaowenlan1779/multiplayer-block Ben 2018-07-30 14:07:40 +02:00
  • d5333c37de
    Merge pull request #4033 from zhaowenlan1779/port-yuzu-764 Ben 2018-07-30 13:51:21 +02:00
  • 45beea31ea
    Merge pull request #4034 from zhaowenlan1779/port-yuzu-802 Merry 2018-07-30 12:38:24 +01:00
  • 4acc4d87d6
    Merge pull request #4032 from zhaowenlan1779/port-yuzu-758 Merry 2018-07-30 12:36:45 +01:00
  • c4c158c6b6
    Merge pull request #4036 from zhaowenlan1779/port-yuzu-705 Merry 2018-07-30 12:10:35 +01:00
  • 995d1cd785 string_util: Get rid of separate resize() in CPToUTF16(), UTF16ToUTF8(), CodeToUTF8() and UTF8ToUTF16() Lioncash 2018-07-22 15:47:37 -04:00
  • f34dde32d1 string_util: Use emplace_back() in SplitString() instead of push_back() Lioncash 2018-07-22 15:36:30 -04:00
  • 841bb4e5bd string_util: Remove unnecessary std::string instance in TabsToSpaces() Lioncash 2018-07-22 15:33:07 -04:00
  • 71729fd47a
    Merge pull request #3951 from zhaowenlan1779/cfg-country-code Weiyi Wang 2018-07-30 12:02:07 +03:00
  • 1f14ebf35d
    Merge pull request #3977 from B3n30/bad_word_list Weiyi Wang 2018-07-30 12:01:45 +03:00
  • 99b2a871a7 file_util: return string by const reference for GetExeDirectory() Lioncash 2018-07-19 01:27:27 -04:00
  • 77f4859059
    Merge pull request #4026 from zhaowenlan1779/port-yuzu-765 Weiyi Wang 2018-07-30 11:44:32 +03:00
  • bf5b5d25ed wait_tree: Silence warning about all code paths not returning a value Lioncash 2018-07-24 04:06:33 -04:00
  • abc86921ab
    Merge pull request #4027 from zhaowenlan1779/port-yuzu-704 Weiyi Wang 2018-07-30 11:22:46 +03:00
  • df5069f8c0 file_util: Use a u64 to represent number of entries Lioncash 2018-07-21 22:36:19 -04:00
  • cc6cb45536 file_util: std::move FST entries in ScanDirectoryTree() Lioncash 2018-07-21 22:31:41 -04:00
  • f4a389dca5
    Merge pull request #4023 from zhaowenlan1779/port-yuzu-797 Merry 2018-07-30 08:28:35 +01:00
  • 1eb3d0c634 common: Remove synchronized_wrapper.h Lioncash 2018-07-21 14:51:37 -04:00
  • 1affca05c7 logging/filter: Use std::string_view in ParseFilterString() Lioncash 2018-07-20 15:42:42 -04:00
  • 798ebda049 logging/backend: Add missing standard includes Lioncash 2018-07-20 15:31:25 -04:00
  • 765c7e711a logging/backend: Use std::string_view in RemoveBackend() and GetBackend() Lioncash 2018-07-20 15:27:17 -04:00
  • 8068f506c5 string_util: Remove AsciiToHex() Lioncash 2018-07-18 23:57:12 -04:00
  • d3a52e45e3 file_util: Remove goto usages from Copy() Lioncash 2018-07-21 23:04:24 -04:00
  • 5b691d3fe0 param_package: Use std::unordered_map's insert_or_assign instead of map indexing Lioncash 2018-07-20 17:12:24 -04:00
  • 290bfa1804 param_package: Get rid of file-static std::string construction Lioncash 2018-07-20 17:05:46 -04:00
  • 661f7bbcfd core: Make converting constructors explicit where applicable Lioncash 2018-07-23 23:10:48 -04:00
  • 8f70e9a318 service/dsp: Addressed comments about function name and pointer type NarcolepticK 2018-07-29 14:26:41 -04:00
  • 3ad1ee65ad Port #709 from yuzu: "common/misc: Deduplicate code in GetLastErrorMsg()" Lioncash 2018-07-19 09:03:30 -04:00
  • 07a78a6dd2
    Merge pull request #3986 from zhaowenlan1779/language-config-fix Ben 2018-07-29 10:35:17 +02:00
  • 04bd104c4a
    Merge pull request #3992 from Subv/applets_close Ben 2018-07-29 10:34:32 +02:00
  • 383cde84d3
    Merge pull request #3917 from Steveice10/master Weiyi Wang 2018-07-28 18:48:28 +03:00
  • 97fda30839 Use std::begin and std::end for system archives c array B3n30 2018-07-28 12:07:11 +02:00
  • b1bbe0441e
    qt_themes: add themed connected/disconnected icons for dark and fix status bar theme updating zhupengfei 2018-07-27 10:51:33 +08:00
  • 323313b2e9 service: remove deprecated service interface wwylele 2018-07-27 21:22:15 +03:00
  • be193869cd
    Merge pull request #3990 from zhaowenlan1779/retranslation-continue Weiyi Wang 2018-07-27 19:55:58 +03:00
  • 2f84dd31f0
    Merge pull request #4013 from jroweboy/init-logging-sooner Weiyi Wang 2018-07-27 19:55:42 +03:00
  • 6a973cc0bb citra-qt: Init logging sooner so we dont miss some logs on startup James Rowe 2018-07-27 09:23:17 -06:00
  • 5c52c6e64a service/boss: Migrate to ServiceFramework (#3998) NarcolepticK 2018-07-27 09:07:23 -04:00
  • 5a4ed10982 service/csnd: Moved into csnd folder and stubbed a few functions (#4006) NarcolepticK 2018-07-27 04:25:20 -04:00
  • 719bec84cd
    Merge pull request #4007 from B3n30/romfs_file Weiyi Wang 2018-07-27 11:24:31 +03:00
  • 7babd78a23
    Merge pull request #3928 from zhaowenlan1779/log-settings Weiyi Wang 2018-07-27 11:22:23 +03:00
  • 71e1d6e25d Fix compile errors fearlessTobi 2018-07-26 13:23:25 +02:00
  • 123c0886e6 RomFSFile: Default constructor B3n30 2018-07-26 13:10:56 +02:00
  • b1f8c2fe67 Remove RomFS::GetFilePointer B3n30 2018-07-26 12:59:31 +02:00
  • b62978b5a1 RomFS: add RomFSFile and GetRomFSFile B3n30 2018-07-26 12:04:17 +02:00
  • 7568020ea0
    Merge pull request #3979 from zhaowenlan1779/filter-untranslated Weiyi Wang 2018-07-26 12:26:39 +03:00
  • 4b6d240641
    Merge pull request #3983 from zhaowenlan1779/gamelist-translation Weiyi Wang 2018-07-26 12:26:12 +03:00
  • d19dbe8419 Services/HTTP: Added error handling to AddRequestHeader Subv 2018-07-25 16:48:04 -05:00
  • 03294ce6b4 Services/HTTP: Implemented the InitializeConnectionSession function. Subv 2018-07-25 16:13:47 -05:00
  • 28c296a13b Services/HTTP: Corrected some error codes and added a few new ones. Subv 2018-07-25 14:59:29 -05:00
  • 4a3c4f5f67
    Merge pull request #3989 from zhaowenlan1779/statusbar-retranslate James Rowe 2018-07-25 10:19:11 -06:00
  • d79cb6373d
    Merge pull request #3972 from zhaowenlan1779/common-timer James Rowe 2018-07-25 10:00:04 -06:00
  • e4d65927c2
    Merge pull request #3991 from zhaowenlan1779/no-lle-applets James Rowe 2018-07-25 09:54:02 -06:00
  • 9d95373282
    Merge pull request #3999 from NarcolepticK/stub-service-ps James Rowe 2018-07-25 09:52:45 -06:00
  • 7fb8b6b7a2
    Merge pull request #3971 from adityaruplaha/cpu-jit-move James Rowe 2018-07-25 09:50:33 -06:00
  • 472ee00e8f
    Merge pull request #3981 from B3n30/httpc Sebastian Valle 2018-07-25 10:20:27 -05:00
  • 8aa55b72ee
    Updated translations (2018-07-25) Hexagon12 2018-07-25 12:39:20 +03:00
  • b65ee99681
    Merge pull request #3997 from zhaowenlan1779/use-std-transform Weiyi Wang 2018-07-25 10:38:36 +03:00
  • 081becc9f5 service/ps: Boilerplate to register service, no functions implemented NarcolepticK 2018-07-09 17:37:48 -04:00
  • cc1f44f7bd
    common/string_utils: replace boost::transform with std counterpart zhupengfei 2018-07-25 08:03:43 +08:00
  • 050d116cb6 Fixed include in http_c,h; added ERROR_CONTEXT_ERROR to CreateContext B3n30 2018-07-24 23:38:19 +02:00
  • 8a2c44be56 Add const modifier to bad_word_list.app.romfs.h B3n30 2018-07-24 23:33:32 +02:00
  • b840c63386 service/dsp: Clean up global state NarcolepticK 2018-07-24 15:54:33 -04:00
  • cce882b688 Services/HLE: Implement PrepareToCloseLibraryApplet and CloseLibraryApplet. Subv 2018-07-24 10:13:40 -05:00
  • 7a3e126a4f Replace MathUtil::Clamp with its std counterpart fearlessTobi 2018-07-24 19:08:17 +02:00
  • 44db59be2b
    applet_manager: disable loading LLE applets zhupengfei 2018-07-24 22:59:10 +08:00
  • 3a8b002ede citra_qt: minor retranslation fix zhupengfei 2018-07-24 19:49:49 +08:00
  • 76465dd0f5
    citra_qt: retranslate status bar zhupengfei 2018-07-24 18:57:45 +08:00
  • 921037a7c3
    citra_qt/multiplayer: allow blocking other players in chat room zhupengfei 2018-07-24 15:24:21 +08:00
  • 2cf7576351
    citra_qt/configuration: retranslate hotkey widget on language change zhupengfei 2018-07-24 12:23:38 +08:00
  • 79a38f8782 citra_qt/configuration: fix input configuration disappearing after changing languages zhupengfei 2018-07-24 12:19:47 +08:00
  • daac1349db Service/HTTP_C: Add some comments; Fixed header in CloseContext B3n30 2018-07-23 21:14:41 +02:00
  • 14878a17d9
    Merge pull request #3978 from zhaowenlan1779/remove-app-warning Weiyi Wang 2018-07-23 21:02:54 +03:00
  • 2f50bf0007 Service/HTTP_C: Fix error in CreateContext B3n30 2018-07-23 18:02:35 +02:00
  • f70dc9198c
    game_list: fix untranslated texts zhupengfei 2018-07-23 23:44:30 +08:00
  • 11da018ea6
    game_list: move SearchField to game_list_p.h and fix untranslated text zhupengfei 2018-07-23 18:43:34 +08:00