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
/
breakout
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: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
3
-89
/
+75
*
[examples] Use the new configuration methods
gilles henaux
2023-02-20
3
-17
/
+16
*
[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
1
-7
/
+8
*
[examples] Update example use paths
Henauxg
2023-01-17
1
-1
/
+3
*
[exemples] Update open_connection usage in examples
Henauxg
2023-01-11
1
-9
/
+11
*
[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
2
-30
/
+25
*
[examples&readme] Update examples and code samples
Henauxg
2022-11-18
1
-1
/
+1
*
[examples] Use Endpoint API
Henauxg
2022-11-18
1
-12
/
+17
*
[examples] Update import paths
Henauxg
2022-11-17
3
-3
/
+3
*
[examples] Update import paths
Henauxg
2022-11-17
1
-2
/
+4
*
[examples] Update examples to use the client connection API
Henauxg
2022-11-16
1
-12
/
+8
*
[examples] Update examples to use single_mut()
Henauxg
2022-11-16
1
-2
/
+2
*
[examples] Update examples to match client API
Henauxg
2022-11-16
1
-17
/
+20
*
Update Bevy to 0.9
Lemonzyy
2022-11-14
3
-129
/
+139
*
[examples] Update import path for client CertificateVerificationMode
Henauxg
2022-11-10
1
-1
/
+1
*
[example:breakout] Update the call to server.disconnect_client
Henauxg
2022-11-09
1
-1
/
+1
*
[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
*
[example] Versus breakout prototype
Henauxg
2022-11-02
4
-0
/
+720