index
:
musw
front
multi-user Spacewar!
rgl
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
musw.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cleaned up the client game loop.
rodri
2023-05-28
1
-42
/
+48
*
integrated cmixer for sound and sfx.
rodri
2023-05-23
1
-0
/
+30
*
improvements to show a bullet's explosion upon ttl consumption.
rodri
2023-05-22
1
-6
/
+43
*
cleanup and comment improvements.
rodri
2023-05-14
1
-4
/
+9
*
handle player quits gracefully.
rodri
2023-05-05
1
-0
/
+35
*
bullets aren't fired unless the server says otherwise. also don't draw bullet...
rodri
2023-04-25
1
-1
/
+9
*
only send/recv the fired bullets on simstate packets.
rodri
2023-04-23
1
-5
/
+15
*
now using PNG files instead of image(6)s. bullet TTL taken into account durin...
rodri
2023-04-13
1
-3
/
+4
*
added a new pulsar animation for the star sprite.
rodri
2023-04-09
1
-7
/
+6
*
implemented states to represent game scene stages.
rodri
2023-03-08
1
-11
/
+73
*
implemented client reconnection loop.
rodri
2023-03-04
1
-12
/
+13
*
implemented toroidal warping. set a default font.
rodri
2023-03-03
1
-1
/
+2
*
implemented optional ghosting for the clients.
rodri
2023-02-25
1
-14
/
+63
*
(inefficiently) send bullets state and paint them.
rodri
2023-02-23
1
-7
/
+63
*
take the packet seq and ack into account during connection setup. added a pla...
rodri
2023-02-21
1
-6
/
+24
*
implemented a keep alive mechanism.
rodri
2023-02-16
1
-3
/
+3
*
implemented per-packet HMAC to avoid MITM tampering.
rodri
2023-02-11
1
-10
/
+19
*
implemented connection establishment with per client DHX.
rodri
2023-02-11
1
-16
/
+92
*
implemented a packet processing pipeline. got rid of Lobby. began development...
rodri
2023-02-09
1
-29
/
+57
*
vmodeled: plot lines and curves and save them to a file on exit.
rodri
2023-02-03
1
-1
/
+1
*
use libgeometry from the system. got rid of global `theparty`. wrote a little...
rodri
2023-01-31
1
-1
/
+1
*
some corrections to frame processing and nomenclatures.
rodri
2022-06-15
1
-10
/
+14
*
implemented a custom PDU/frame structure on top of UDP for game networking.
rodri
2022-06-11
1
-1
/
+13
*
changed the transport from tcp to udp. got rid of some unnecessary connection...
rodri
2022-06-08
1
-1
/
+3
*
got rid of GameState.
rodri
2022-06-03
1
-11
/
+3
*
add a default sky map from fourmilab.ch.
rodri
2021-08-04
1
-1
/
+22
*
implemented keyboard key send/recv procedures.
rodri
2021-08-04
1
-1
/
+23
*
added an sprite for the Earth.
rodri
2021-08-01
1
-1
/
+12
*
randomly position the ships, facing each other.
rodri
2021-08-01
1
-1
/
+1
*
began building a universe for every party.
rodri
2021-08-01
1
-11
/
+133
*
incorporated libgeometry into the project.
rodri
2021-07-29
1
-4
/
+7
*
made the client window size immutable.
rodri
2021-07-29
1
-1
/
+14
*
brought the Sprite struct for future animations.
rodri
2021-07-28
1
-20
/
+23
*
first stages of a full-featured client.
rodri
2021-07-27
1
-19
/
+143
*
implemented parties to hold PvP match info.
rodri
2021-07-25
1
-4
/
+14
*
some corrections.
rodri
2021-07-23
1
-2
/
+2
*
implemented very basic server broadcasting.
rodri
2021-07-21
1
-0
/
+67
*
initial commit.
rodri
2021-07-21
1
-0
/
+0