Commit Graph

  • f7fee3b9bd Added Version to room and room_member B3n30 2017-07-14 19:11:12 +0200
  • 75a26ad4f2 Added missing mutex lock in RoomMember::Send B3n30 2017-07-14 17:27:55 +0200
  • 4ea061645b fixup! stubed frd::UnscrambleLocalFriendCode B3n30 2017-07-14 15:17:53 +0200
  • 8e3646844c fixup! fixup: corrected a for loop B3n30 2017-07-14 15:01:41 +0200
  • 1c8578d059 stubed frd::UnscrambleLocalFriendCode B3n30 2017-07-14 14:33:57 +0200
  • e8837f947a fixup: corrected a for loop B3n30 2017-07-14 09:21:05 +0200
  • b886d70d19 Made send async in RoomMember B3n30 2017-07-14 09:20:39 +0200
  • 2a12426e43 fixup: removed safe bool ideom B3n30 2017-07-14 09:20:00 +0200
  • 89ca9bb46b Made a clean disconnect in RoomMember Made Mac Address of RoomMember getable more fixups B3n30 2017-07-14 08:12:59 +0200
  • 63b08860f7 fixup! Change the ints to common_types. Send WifiPackets only to the destination mac B3n30 2017-07-09 23:35:36 +0200
  • f040960100 Make nickname of RoomMember readable B3n30 2017-07-09 23:09:10 +0200
  • 7c4e38d8af Clean some vars in Room and RoomMember on Leave/Close B3n30 2017-07-09 23:06:47 +0200
  • 897a02d978 fixup! Added Packet class for serialization B3n30 2017-07-09 21:33:15 +0200
  • 154fb3b0a2 Send the game title B3n30 2017-07-09 15:06:02 +0200
  • 3903a40255 Enable sending and receiving chat messages B3n30 2017-07-09 12:26:03 +0200
  • 1d848bce90 Handle the disconnect of a client B3n30 2017-07-09 10:43:53 +0200
  • 0fe94f5043 Enable to send WifiPackets B3n30 2017-07-09 10:40:11 +0200
  • 0929f6ac5c Init Network in SDL B3n30 2017-07-08 18:42:14 +0200
  • 3ab98d9514 Send JoinRequest and handle the answer in RoomMember B3n30 2017-07-08 18:31:35 +0200
  • b000fa8adf Handle join request in Room B3n30 2017-07-08 16:47:24 +0200
  • 607b5599a2 Added Packet class for serialization B3n30 2017-07-08 15:50:59 +0200
  • 6fdaa0304a Threads for Room and RoomMember B3n30 2017-07-08 15:24:47 +0200
  • 5137a198f9 Merge pull request #2824 from jroweboy/mingw_compile_test Weiyi Wang 2017-07-13 09:57:35 +0300
  • 5990cae193 Update enet submodule James Rowe 2017-07-12 20:39:47 -0600
  • 152ad7f236 fixup! telemetry: Log performance, configuration, and system data. bunnei 2017-07-12 22:32:51 -0400
  • 34d1c833d9 telemetry: Log performance, configuration, and system data. bunnei 2017-07-12 22:19:34 -0400
  • 9cf261ba8b Merge pull request #2819 from bunnei/telemetry-submit bunnei 2017-07-12 21:31:12 -0400
  • 28c3575679 web_backend: Specify api-version on JSON post. bunnei 2017-07-09 18:37:14 -0400
  • 33b012e86b web_service: Add CMake flag to enable. bunnei 2017-07-09 17:52:18 -0400
  • 8af3ebb149 telemetry_session: Use TelemetryJson to submit real telemetry. bunnei 2017-07-09 13:49:51 -0400
  • fd3b4451ec web_service: Implement JSON serialization of telemetry data. bunnei 2017-07-09 13:48:47 -0400
  • a634efa40e web_backend: Add initial interface to POST data to Citra Web Services. bunnei 2017-06-27 23:18:52 -0400
  • 4feff63ffa SwRasterizer/Lighting: dist atten lut input need to be clamp wwylele 2017-07-11 22:19:00 +0300
  • 56e5425e59 SwRasterizer/Lighting: unify float suffix wwylele 2017-07-11 22:07:19 +0300
  • e415558a4f SwRasterizer/Lighting: get rid of nested return wwylele 2017-07-11 21:47:55 +0300
  • c6d1472513 SwRasterizer/Lighting: refactor GetLutValue into a function. wwylele 2017-07-11 21:36:19 +0300
  • f13cf506e0 SwRasterizer: only interpolate quat and view when lighting is enabled wwylele 2017-07-11 20:15:23 +0300
  • fe44e843fe vector_math: remove dead template parameter wwylele 2017-07-11 20:08:56 +0300
  • efc655aec0 SwRasterizer/Lighting: pass lighting state as parameter wwylele 2017-07-11 20:06:26 +0300
  • f3660ba9dd vector_math: remove broken SFINAE stuff wwylele 2017-07-11 19:51:29 +0300
  • 9906feefbd SwRasterizer/Lighting: Move the clamp highlight calculation to the end of the per-light loop body. Subv 2017-06-28 12:43:00 -0500
  • 7526af5e52 SwRasterizer/Lighting: Move the lighting enable check outside the ComputeFragmentsColors function. Subv 2017-06-28 12:37:14 -0500
  • b8229a7684 SwRasterizer/Lighting: Do not use global registers state in ComputeFragmentsColors. Subv 2017-06-28 12:35:35 -0500
  • 7bc467e872 SwRasterizer/Lighting: Do not use global state in LookupLightingLut. Subv 2017-06-28 12:34:16 -0500
  • 37ac2b6657 SwRasterizer/Lighting: Fixed a bug where the distance attenuation bias was being set to the dist atten scale. Subv 2017-06-13 12:53:50 -0500
  • 6250f52e93 SwRasterizer: Fixed a few conversion warnings and moved per-light values into the per-light loop. Subv 2017-06-13 12:36:45 -0500
  • 2d69a9b8bf SwRasterizer: Run clang-format Subv 2017-06-13 12:31:28 -0500
  • 73566ff7a9 SwRasterizer: Flip the vertex quaternions before clipping (if necessary). Subv 2017-06-11 11:55:35 -0500
  • 2a75837bc3 SwRasterizer: Corrected the light LUT lookups. Subv 2017-06-09 18:18:57 -0500
  • f2d4d5c219 SwRasterizer: Corrected the light LUT lookups. Subv 2017-06-09 17:33:25 -0500
  • 80b6fc592e SwRasterizer: Fixed the lighting lut lookup function. Subv 2017-06-09 15:24:28 -0500
  • 10b0bea060 SwRasterizer: Calculate fresnel for fragment lighting. Subv 2017-06-09 14:55:54 -0500
  • 46b8c8e1da SwRasterizer: Calculate specular_1 for fragment lighting. Subv 2017-06-09 14:44:02 -0500
  • be25e78b07 SwRasterizer: Calculate specular_0 for fragment lighting. Subv 2017-06-09 14:25:41 -0500
  • b2f472a2b1 SwRasterizer: Implement primary fragment color. Subv 2017-06-09 13:14:55 -0500
  • e19ad53b91 fixup! web_backend: Add initial interface to POST data to Citra Web Services. bunnei 2017-07-10 22:36:55 -0400
  • 0de7bb326a fixup! web_backend: Add initial interface to POST data to Citra Web Services. bunnei 2017-07-10 22:01:22 -0400
  • 8fb123f468 fixup! web_service: Implement JSON serialization of telemetry data. bunnei 2017-07-10 22:00:40 -0400
  • 55944f1913 web_backend: Specify api-version on JSON post. bunnei 2017-07-09 18:37:14 -0400
  • ab3fa70c46 web_service: Add CMake flag to enable. bunnei 2017-07-09 17:52:18 -0400
  • 68bf9bdac5 telemetry_session: Use TelemetryJson to submit real telemetry. bunnei 2017-07-09 13:49:51 -0400
  • e6ae9f852a web_service: Implement JSON serialization of telemetry data. bunnei 2017-07-09 13:48:47 -0400
  • 764b4f8f69 web_backend: Add initial interface to POST data to Citra Web Services. bunnei 2017-06-27 23:18:52 -0400
  • 52fbe1e10c web_service: Add skeleton project. bunnei 2017-06-27 23:01:49 -0400
  • 8abf808854 settings: Add telemetry endpoint URL. bunnei 2017-06-27 22:46:52 -0400
  • f7a9d42592 logging: Add WebService as a log cateogry. bunnei 2017-06-27 22:29:00 -0400
  • e096176fb3 web_backend: Specify api-version on JSON post. bunnei 2017-07-09 18:37:14 -0400
  • f3d88153b9 web_service: Add CMake flag to enable. bunnei 2017-07-09 17:52:18 -0400
  • e32e571f84 telemetry_session: Use TelemetryJson to submit real telemetry. bunnei 2017-07-09 13:49:51 -0400
  • 08953b111b web_service: Implement JSON serialization of telemetry data. bunnei 2017-07-09 13:48:47 -0400
  • 6b23d4289e web_backend: Add initial interface to POST data to Citra Web Services. bunnei 2017-06-27 23:18:52 -0400
  • 37e37021da web_service: Add skeleton project. bunnei 2017-06-27 23:01:49 -0400
  • 0d374ec239 settings: Add telemetry endpoint URL. bunnei 2017-06-27 22:46:52 -0400
  • 9a021a65ef logging: Add WebServices as a log cateogry. bunnei 2017-06-27 22:29:00 -0400
  • 0f1ae781d0 externals: Add JSON as a submodule. bunnei 2017-07-09 13:22:24 -0400
  • c7320eba9c fixup! Change the ints to common_types. Send WifiPackets only to the destination mac B3n30 2017-07-09 23:35:36 +0200
  • 6da0502c4c Make nickname of RoomMember readable B3n30 2017-07-09 23:09:10 +0200
  • 32f933bfdf Clean some vars in Room and RoomMember on Leave/Close B3n30 2017-07-09 23:06:47 +0200
  • 2b8e861be5 fixup! Added Packet class for serialization B3n30 2017-07-09 21:33:15 +0200
  • cc7583e036 externals: Add CPR as a submodule. bunnei 2017-06-27 22:28:13 -0400
  • 090a936c86 Send the game title B3n30 2017-07-09 15:06:02 +0200
  • b0bb01491c Enable sending and receiving chat messages B3n30 2017-07-09 12:26:03 +0200
  • e4bf3dc0a0 Handle the disconnect of a client B3n30 2017-07-09 10:43:53 +0200
  • e60fc1f1d7 Enable to send WifiPackets B3n30 2017-07-09 10:40:11 +0200
  • c4c5c0c18b Init Network in SDL B3n30 2017-07-08 18:42:14 +0200
  • 8b98be2704 Send JoinRequest and handle the answer in RoomMember B3n30 2017-07-08 18:31:35 +0200
  • 49a62ea629 Handle join request in Room B3n30 2017-07-08 16:47:24 +0200
  • af8ca7be76 Added Packet class for serialization B3n30 2017-07-08 15:50:59 +0200
  • d2425a85ac Threads for Room and RoomMember B3n30 2017-07-08 15:24:47 +0200
  • 7b603f852e Merge 00da7e6008 into 669757a97b Sebastian Valle 2017-07-08 18:59:03 +0000
  • 669757a97b Merge pull request #2815 from mailwl/bossp Sebastian Valle 2017-07-08 13:58:40 -0500
  • 6d4bac8522 Merge pull request #2797 from yuriks/cached-vma-free-crash bunnei 2017-07-08 14:07:47 -0400
  • 2e37ce01c9 Implement basic virtual Room support based on enet (#2803) B3n30 2017-07-07 21:34:15 +0200
  • e253d4671f refactored the ncch class into 2 classes noah the goodra 2017-07-06 12:51:24 -0500
  • 0f0bb5fa43 fixup! Moved ENetHost* and ENetPeer* into pimpl classes B3n30 2017-07-04 19:29:27 +0200
  • a6deed7933 fixup! Moved ENetHost* and ENetPeer* into pimpl classes B3n30 2017-07-04 19:24:24 +0200
  • e54a23aecf Merge b4fab4bd64 into 22e7402ab1 James Rowe 2017-07-01 14:46:16 +0000
  • 22e7402ab1 Merge pull request #2814 from Kloen/macro-remove James Rowe 2017-07-01 08:45:42 -0600
  • 8582194a4c Service/boss:P: Add some functions to FunctionTable mailwl 2017-06-30 12:32:09 +0300
  • 8482933db8 gl_rasterizer: use texture buffer for proctex LUT wwylele 2017-07-01 11:02:48 +0300