| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | Merge pull request #2844 from jroweboy/nightlyfix | 2017-07-24 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| | * | | | | | Use WinSSPI instead of OpenSSL | 2017-07-24 | 1 | -1/+1 | ||
| |/ / / / / | ||||||
| * | | | | | Merge pull request #2816 from wwylele/proctex-lutlutlut | 2017-07-22 | 5 | -70/+80 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | gl_rasterizer: use texture buffer for proctex LUT | 2017-07-01 | 5 | -70/+80 | ||
| * | | | | | | Merge pull request #2834 from wwylele/depth-enable-fix | 2017-07-22 | 1 | -4/+5 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | gl_rasterizer_cache: depth write is disabled if allow_depth_stencil_write is ... | 2017-06-10 | 1 | -4/+5 | ||
| * | | | | | | | Merge pull request #2799 from yuriks/virtual-cached-range-flush | 2017-07-22 | 6 | -68/+113 | ||
| |\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| | * | | | | | | Memory: Add function to flush a virtual range from the rasterizer cache | 2017-06-21 | 4 | -47/+72 | ||
| | * | | | | | | Memory: Add TryVirtualToPhysicalAddress, returning a boost::optional | 2017-06-21 | 2 | -7/+23 | ||
| | * | | | | | | Memory: Make PhysicalToVirtualAddress return a boost::optional | 2017-06-21 | 4 | -14/+18 | ||
| * | | | | | | | Merge pull request #2833 from j-selby/single-header-json | 2017-07-18 | 5 | -4/+14524 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Add description of upstream repo | 2017-07-18 | 1 | -0/+7 | ||
| | * | | | | | | | Don't pull in entire JSON repo for single header file | 2017-07-18 | 4 | -4/+14517 | ||
| | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #2823 from bunnei/telemetry-data | 2017-07-18 | 5 | -18/+96 | ||
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | telemetry: Log performance, configuration, and system data. | 2017-07-17 | 5 | -18/+96 | ||
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #2804 from Kloen/theming | 2017-07-17 | 49 | -2/+1387 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | citra-qt: Add option to configure the UI theme | 2017-06-24 | 2 | -0/+37 | ||
| | * | | | | | | citra-qt: load ui theme at startup and config change. | 2017-06-24 | 2 | -0/+22 | ||
| | * | | | | | | citra-qt: Add Dark theme from https://github.com/ColinDuquesnoy/QDarkStyleSheet | 2017-06-24 | 43 | -2/+1319 | ||
| | * | | | | | | citra-qt: add new uisetting->theme | 2017-06-24 | 2 | -0/+9 | ||
| * | | | | | | | Merge pull request #2818 from B3n30/network | 2017-07-17 | 9 | -21/+1206 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Network: Changed timeout for receiving packets to 100ms | 2017-07-16 | 5 | -43/+50 | ||
| | * | | | | | | | Network: Propagate Room closing to connected members | 2017-07-16 | 3 | -3/+28 | ||
| | * | | | | | | | Network: Made send async in RoomMember | 2017-07-16 | 4 | -25/+70 | ||
| | * | | | | | | | Network: Send the game title | 2017-07-16 | 6 | -114/+185 | ||
| | * | | | | | | | Network: Enable sending and receiving chat messages | 2017-07-16 | 3 | -0/+79 | ||
| | * | | | | | | | Network: Handle the disconnect of a client | 2017-07-16 | 1 | -1/+18 | ||
| | * | | | | | | | Network: Enable to send WifiPackets | 2017-07-16 | 3 | -1/+82 | ||
| | * | | | | | | | Network: Init Network in SDL and QT | 2017-07-16 | 2 | -1/+5 | ||
| | * | | | | | | | Network: Send JoinRequest and handle the answer in RoomMember | 2017-07-16 | 2 | -2/+125 | ||
| | * | | | | | | | Network: Handle join request in Room | 2017-07-16 | 2 | -1/+205 | ||
| | * | | | | | | | Network: Added Packet class for serialization | 2017-07-16 | 3 | -0/+423 | ||
| | * | | | | | | | Network: Threads for Room and RoomMember | 2017-07-16 | 4 | -13/+119 | ||
| * | | | | | | | | Merge pull request #2829 from MerryMage/check_submodules_present | 2017-07-17 | 1 | -0/+15 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | CMakeLists: Check that all submodules are present | 2017-07-16 | 1 | -0/+15 | ||
| * | | | | | | | | | stubbed frd::UnscrambleLocalFriendCode (#2827) | 2017-07-16 | 3 | -1/+57 | ||
| * | | | | | | | | | Merge pull request #2830 from linkmauve/master | 2017-07-16 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | .gitmodules: Make enet use the same convention as other submodules. | 2017-07-16 | 1 | -1/+1 | ||
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge pull request #2784 from wwylele/font-archive | 2017-07-16 | 5 | -22/+264 | ||
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | apt: load shared font from system archive | 2017-06-26 | 4 | -20/+260 | ||
| | * | | | | | | | apt/shared_font: don't relocate zero offset | 2017-06-26 | 1 | -2/+4 | ||
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #2824 from jroweboy/mingw_compile_test | 2017-07-13 | 1 | -0/+0 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Update enet submodule | 2017-07-12 | 1 | -0/+0 | ||
| | | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #2819 from bunnei/telemetry-submit | 2017-07-12 | 19 | -3/+301 | ||
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | web_backend: Specify api-version on JSON post. | 2017-07-11 | 1 | -1/+3 | ||
| | * | | | | | | web_service: Add CMake flag to enable. | 2017-07-11 | 5 | -14/+32 | ||
| | * | | | | | | telemetry_session: Use TelemetryJson to submit real telemetry. | 2017-07-11 | 3 | -5/+3 | ||
| | * | | | | | | web_service: Implement JSON serialization of telemetry data. | 2017-07-11 | 2 | -0/+125 | ||
| | * | | | | | | web_backend: Add initial interface to POST data to Citra Web Services. | 2017-07-11 | 2 | -0/+63 | ||
| | * | | | | | | web_service: Add skeleton project. | 2017-07-10 | 7 | -1/+52 | ||