index
:
bevy_quinnet.git
main
A Client/Server game networking plugin using QUIC, for the Bevy game engine.
himbeer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
Commit message (
Expand
)
Author
Age
Files
Lines
*
[example:breakout] Lower the collision volume
Henauxg
2023-07-11
1
-1
/
+2
*
[example:breakout] Update to bevy 0.11
Henauxg
2023-07-11
3
-39
/
+41
*
[example:chat] Update to bevy 0.11
Henauxg
2023-07-11
2
-17
/
+24
*
[example:breakout] Use SystemSet to schedule the app without distributive_run_if
Henauxg
2023-03-07
1
-25
/
+39
*
[examples] Update to bevy 0.10 API
Henauxg
2023-03-07
4
-94
/
+83
*
[examples] Use the new configuration methods
gilles henaux
2023-02-20
5
-21
/
+22
*
[example:breakout] Make use of Unreliable and UnorderedReliable channels
Henauxg
2023-01-20
1
-12
/
+19
*
[examples] Use the updated server receive API
Henauxg
2023-01-18
2
-57
/
+61
*
[examples] Update example use paths
Henauxg
2023-01-17
2
-3
/
+6
*
[exemples] Update open_connection usage in examples
Henauxg
2023-01-11
2
-13
/
+17
*
[exmaple:breakout] Reduce the audio volume of the collisions
Henauxg
2022-11-18
1
-3
/
+9
*
[examples] Use of "try" methods
Henauxg
2022-11-18
4
-42
/
+37
*
[examples&readme] Update examples and code samples
Henauxg
2022-11-18
2
-2
/
+2
*
[examples] Use Endpoint API
Henauxg
2022-11-18
2
-24
/
+31
*
[examples] Update import paths
Henauxg
2022-11-17
6
-6
/
+6
*
[examples] Update import paths
Henauxg
2022-11-17
2
-3
/
+5
*
[examples] Update examples to use the client connection API
Henauxg
2022-11-16
2
-33
/
+24
*
[examples] Update examples to use single_mut()
Henauxg
2022-11-16
3
-19
/
+10
*
[examples] Update examples to match client API
Henauxg
2022-11-16
3
-38
/
+58
*
Update Bevy to 0.9
Lemonzyy
2022-11-14
5
-135
/
+151
*
[examples] Update import path for client CertificateVerificationMode
Henauxg
2022-11-10
2
-2
/
+2
*
[example:breakout] Update the call to server.disconnect_client
Henauxg
2022-11-09
1
-1
/
+1
*
[example:chat] Move chat demo files into a chat directory
Henauxg
2022-11-03
3
-6
/
+5
*
[breakout:example] Handle score
Henauxg
2022-11-03
3
-17
/
+17
*
[example:breakout] Use owner_client_id to visualize balls ownership
Henauxg
2022-11-03
4
-12
/
+55
*
[example:breakout] Networked bricks destruction
Henauxg
2022-11-03
4
-102
/
+172
*
[breakout:example] Networked bricks spawn
Henauxg
2022-11-03
4
-82
/
+152
*
[example:breakout] Spawn bricks at the right place
Henauxg
2022-11-03
2
-6
/
+12
*
[example:breakout] Networked balls
Henauxg
2022-11-03
4
-117
/
+149
*
[example:breakout] Networked paddle movement
Henauxg
2022-11-03
3
-31
/
+37
*
[example:breakout] Continue server & client implementation, spawns, paddle mo...
Henauxg
2022-11-03
4
-449
/
+647
*
[example:breakout] Remove unnecessary handle_client_events system
Henauxg
2022-11-03
2
-32
/
+4
*
[example:breakout] Fix server and client systems
Henauxg
2022-11-02
1
-5
/
+5
*
[example] Continue breakout implementation
Henauxg
2022-11-02
4
-69
/
+129
*
Update signature of start_listening
Henauxg
2022-11-02
1
-1
/
+1
*
[example] Versus breakout prototype
Henauxg
2022-11-02
4
-0
/
+720
*
[example] Fix function name in chat example
Henauxg
2022-10-27
1
-2
/
+2
*
[example] split server.receive_message::<ClientMessage> in its two parts
Henauxg
2022-10-27
1
-4
/
+2
*
[example] Use the new "server.start" method in chat_server
Henauxg
2022-10-26
1
-6
/
+14
*
[example] Update terminal_chat_client to use the new connection API and Conne...
Henauxg
2022-10-26
1
-20
/
+30
*
[server] Rename DisconnectionEvent to ConnectionLostEvent for clarity
Henauxg
2022-10-25
1
-4
/
+4
*
[examples] Use DisconnectionEvent in chat_server
Henauxg
2022-10-25
1
-19
/
+39
*
[examples] Fix & improve terminal chat example
Henauxg
2022-10-24
2
-18
/
+31
*
[examples] Add a terminal chat example
Henauxg
2022-10-24
3
-0
/
+268