index
:
battleship
front
Multi-user on-line Sink the Fleet
rgl
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
update readme file.
rodri
2023-09-17
1
-2
/
+2
*
renamed cmd to f(ields) to better reflect their nature.
rodri
2023-09-16
1
-29
/
+29
*
remove leftover msgq channel.
rodri
2023-09-16
1
-2
/
+0
*
don't send shots when the game is over. and freeze the cursor.
rodri
2023-09-15
1
-2
/
+2
*
fix mouse button handling.
rodri
2023-09-15
1
-11
/
+11
*
really allow any key to be pressed to continue.
rodri
2023-09-15
1
-5
/
+7
*
draw the game's title.
rodri
2023-09-15
15
-0
/
+29
*
got rid of unnecessary operator process.
rodri
2023-09-15
1
-60
/
+52
*
fit client to the new architecture. clean things up, make them more consistent.
rodri
2023-09-15
3
-60
/
+103
*
new server architecture.
rodri
2023-09-15
5
-174
/
+569
*
fixed game-breaking typo.
rodri
2023-09-10
1
-1
/
+1
*
don't rotate the ship when moving the mouse while pressing mmb.
rodri
2023-09-09
1
-2
/
+6
*
made playerq a Channel, turned polling into send/recv points and got rid of t...
rodri
2023-09-09
2
-90
/
+37
*
wrote a manual.
rodri
2023-09-08
2
-4
/
+68
*
got rid of unused locking popplayer. use an fd for the threadgrp.
rodri
2023-09-08
1
-21
/
+4
*
inline spawned threads to threadmain.
Amavect
2023-09-07
3
-73
/
+46
*
obtain each player's username and show it during battle.
rodri
2023-09-01
3
-9
/
+35
*
make playerq a fifo instead of a lifo.
rodri
2023-09-01
1
-4
/
+10
*
change mmb to rotate the ship without presenting a menu.
rodri
2023-09-01
2
-50
/
+40
*
correct patrolcursor not showing up after finishing a battle.
rodri
2023-08-31
1
-3
/
+5
*
show the board labels.
rodri
2023-08-31
1
-0
/
+21
*
improved playerq locking.
rodri
2023-08-31
3
-20
/
+59
*
forbid placing ships after being done with the layout.
rodri
2023-08-30
4
-29
/
+66
*
added new cursors and their switching.
rodri
2023-08-30
1
-28
/
+71
*
change the cursor based on game state (waiting and playing).
rodri
2023-08-30
1
-9
/
+52
*
implemented match conclusion logic and notification.
rodri
2023-08-29
4
-8
/
+79
*
reset the boards after each game.
rodri
2023-08-29
4
-14
/
+68
*
removed unnecessary pointer.
rodri
2023-08-29
2
-12
/
+8
*
major development stride:
rodri
2023-08-29
5
-103
/
+254
*
show the current state and keep ships from overlapping.
rodri
2023-08-26
1
-9
/
+38
*
implemented most of the layout code.
rodri
2023-08-25
5
-41
/
+166
*
minor ship placement clean up.
rodri
2023-08-24
1
-7
/
+12
*
armada placement testing. wrote part of the client netcode.
rodri
2023-08-24
2
-40
/
+104
*
fixed the match process cleanup procedure.
rodri
2023-08-24
2
-80
/
+65
*
wrote a readme.
rodri
2023-08-24
1
-0
/
+3
*
added the rules manual.
rodri
2023-08-16
3
-33
/
+67
*
added ship drawing and placement procedures.
rodri
2023-08-15
2
-19
/
+107
*
latest try of player mgmt procedure. (not working)
rodri
2023-08-12
3
-40
/
+314
*
initial commit.
rodri
2023-08-08
7
-0
/
+520
[prev]