5622 Commits (f2d6ec14043a7b552faaa14877bb403e6af1d8ce)
 

Author SHA1 Message Date
bunnei a32e38fba0 Merge pull request #2833 from j-selby/single-header-json 9 years ago
bunnei 6a82c4a331 Merge pull request #2823 from bunnei/telemetry-data 9 years ago
James 7bbd6e7f38 Add description of upstream repo 9 years ago
James 5684dc8228 Don't pull in entire JSON repo for single header file 9 years ago
bunnei b2bfbf5120 telemetry: Log performance, configuration, and system data. 9 years ago
bunnei f6ed592be0 Merge pull request #2804 from Kloen/theming 9 years ago
Weiyi Wang 9eb8dd311c Merge pull request #2818 from B3n30/network 9 years ago
bunnei 4795caf9d6 Merge pull request #2829 from MerryMage/check_submodules_present 9 years ago
B3n30 e2992eb321 stubbed frd::UnscrambleLocalFriendCode (#2827) 9 years ago
James Rowe bab80f120f Merge pull request #2830 from linkmauve/master 9 years ago
Emmanuel Gil Peyrot fef9ef2aa8 .gitmodules: Make enet use the same convention as other submodules. 9 years ago
B3n30 e9ce27c941 Network: Changed timeout for receiving packets to 100ms 9 years ago
B3n30 e443c779a5 Network: Propagate Room closing to connected members 9 years ago
B3n30 99bb995de3 Network: Made send async in RoomMember 9 years ago
B3n30 7eb9751711 Network: Send the game title 9 years ago
B3n30 ea994b412e Network: Enable sending and receiving chat messages 9 years ago
B3n30 ad621f7fa4 Network: Handle the disconnect of a client 9 years ago
B3n30 87c5fd4a75 Network: Enable to send WifiPackets 9 years ago
B3n30 8014f7bdfb Network: Init Network in SDL and QT 9 years ago
B3n30 6b20db1d8e Network: Send JoinRequest and handle the answer in RoomMember 9 years ago
B3n30 e942c65777 Network: Handle join request in Room 9 years ago
B3n30 1d82cf8944 Network: Added Packet class for serialization 9 years ago
B3n30 898b372ba3 Network: Threads for Room and RoomMember 9 years ago
MerryMage 825bc5ee1f CMakeLists: Check that all submodules are present 9 years ago
Weiyi Wang b5e42d338d Merge pull request #2784 from wwylele/font-archive 9 years ago
Weiyi Wang b6727d9527 Merge pull request #2824 from jroweboy/mingw_compile_test 9 years ago
James Rowe 4127661f33 Update enet submodule 9 years ago
bunnei e159b5ee3e Merge pull request #2819 from bunnei/telemetry-submit 9 years ago
bunnei 425200bca5 web_backend: Specify api-version on JSON post. 9 years ago
bunnei 7927c9b28f web_service: Add CMake flag to enable. 9 years ago
bunnei d253007194 telemetry_session: Use TelemetryJson to submit real telemetry. 9 years ago
bunnei d5a3ab8aef web_service: Implement JSON serialization of telemetry data. 9 years ago
bunnei 07f0f623d1 web_backend: Add initial interface to POST data to Citra Web Services. 9 years ago
wwylele 9f7ba9c282 SwRasterizer/Lighting: dist atten lut input need to be clamp 9 years ago
wwylele 4fe16d80bd SwRasterizer/Lighting: unify float suffix 9 years ago
wwylele 35bbf67e6e SwRasterizer/Lighting: get rid of nested return 9 years ago
wwylele a98f20df55 SwRasterizer/Lighting: refactor GetLutValue into a function. 9 years ago
wwylele e34dc666cf SwRasterizer: only interpolate quat and view when lighting is enabled 9 years ago
wwylele acdf5035be vector_math: remove dead template parameter 9 years ago
wwylele 837642011d SwRasterizer/Lighting: pass lighting state as parameter 9 years ago
wwylele 48058f31b1 vector_math: remove broken SFINAE stuff 9 years ago
Subv 57bd9fca7a SwRasterizer/Lighting: Move the clamp highlight calculation to the end of the per-light loop body. 9 years ago
Subv d96c1bd977 SwRasterizer/Lighting: Move the lighting enable check outside the ComputeFragmentsColors function. 9 years ago
Subv 08ebc3203d SwRasterizer/Lighting: Do not use global registers state in ComputeFragmentsColors. 9 years ago
Subv 5d5611f3d7 SwRasterizer/Lighting: Do not use global state in LookupLightingLut. 9 years ago
Subv c2088581a0 SwRasterizer/Lighting: Fixed a bug where the distance attenuation bias was being set to the dist atten scale. 9 years ago
Subv eefe9b2bed SwRasterizer: Fixed a few conversion warnings and moved per-light values into the per-light loop. 9 years ago
Subv 232ff77c65 SwRasterizer: Run clang-format 9 years ago
Subv 1dcd48ba2a SwRasterizer: Flip the vertex quaternions before clipping (if necessary). 9 years ago
Subv 97723538d8 SwRasterizer: Corrected the light LUT lookups. 9 years ago