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
load shared font from system archive
9 years ago
Weiyi Wang
b6727d9527
Merge pull request #2824 from jroweboy/mingw_compile_test
Update enet submodule
9 years ago
James Rowe
4127661f33
Update enet submodule
This includes a fix merged upstream to support mingw compilation
9 years ago
bunnei
e159b5ee3e
Merge pull request #2819 from bunnei/telemetry-submit
Telemetry: Submit logged data to the Citra service
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.
merging similar pattern. Also makes the code more similar to the gl one
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
this was originally added to eliminate warnings on MSVC, but it doesn't work for custom types.
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
Subv
9bc4d2754b
SwRasterizer: Corrected the light LUT lookups.
9 years ago
Subv
e50af9c6a1
SwRasterizer: Fixed the lighting lut lookup function.
9 years ago
Subv
3bdb54d954
SwRasterizer: Calculate fresnel for fragment lighting.
9 years ago
Subv
e238921440
SwRasterizer: Calculate specular_1 for fragment lighting.
9 years ago
Subv
e28b936c5d
SwRasterizer: Calculate specular_0 for fragment lighting.
9 years ago
Subv
8e95685a2a
SwRasterizer: Implement primary fragment color.
9 years ago
bunnei
061f10e286
web_service: Add skeleton project.
9 years ago
bunnei
de913af2c7
settings: Add telemetry endpoint URL.
9 years ago
bunnei
e5a69c42e2
logging: Add WebService as a log cateogry.
9 years ago
bunnei
a13865c10f
externals: Add JSON as a submodule.
9 years ago
bunnei
7f37ccd0d8
externals: Add CPR as a submodule.
9 years ago
Sebastian Valle
c13e4d7ea4
Merge pull request #2815 from mailwl/bossp
Service/boss:P: Add some functions to FunctionTable
9 years ago
bunnei
d08d94d942
Merge pull request #2797 from yuriks/cached-vma-free-crash
Memory: Fix crash when unmapping a VMA covering cached surfaces
9 years ago
B3n30
64b6caf5f5
Implement basic virtual Room support based on enet ( #2803 )
* Added support for network with ENet lib,
connecting is possible, but data can't be sent, yet.
* fixup! Added support for network with ENet lib,
* fixup! CLang
* fixup! Added support for network with ENet lib,
* fixup! Added support for network with ENet lib,
* fixup! Clang format
* More fixups!
* Moved ENetHost* and ENetPeer* into pimpl classes
* fixup! Moved ENetHost* and ENetPeer* into pimpl classes
* fixup! Clang again
* fixup! Moved ENetHost* and ENetPeer* into pimpl classes
* fixup! Moved ENetHost* and ENetPeer* into pimpl classes
* fixup! Moved ENetHost* and ENetPeer* into pimpl classes
9 years ago
James Rowe
77389b2ad7
Merge pull request #2814 from Kloen/macro-remove
Remove unnecessary WIN32_LEAN_AND_MEAN macro definition
9 years ago
mailwl
edef1d54bb
Service/boss:P: Add some functions to FunctionTable
9 years ago
wwylele
54eafa42ce
gl_rasterizer: use texture buffer for proctex LUT
9 years ago
Kloen
1e5a589a66
Remove unnecessary WIN32_LEAN_AND_MEAN macro definition
9 years ago
Sebastian Valle
4f7e8c6f1e
Merge pull request #2793 from Subv/replyandreceive
Kernel/SVC: Partially implemented svcReplyAndReceive
9 years ago