RSS feed
f3f7c150
– mkf <mkf@cloud9p.org>
authored
on 2024/06/07 04:32
srv5: fix crash on play() in OpenBSD
d3b4fc22
– mkf <mkf@cloud9p.org>
authored
on 2024/06/06 16:50
fix qadd
f5dca8e8
– mkf <mkf@cloud9p.org>
authored
on 2024/06/06 15:53
use llappend
3d813f4e
– mkf <mkf@cloud9p.org>
authored
on 2024/06/06 15:44
util.c: fix buggy workaround for lladd on first element, (also log better)
65555c30
– mkf <mkf@cloud9p.org>
authored
on 2024/06/06 15:13
srv5: accept @ as special guest nick
c92eb2ff
– mkf <mkf@cloud9p.org>
authored
on 2024/06/06 15:00
vfprint: work around nasty free() bug in OpenBSD
26ae1e1f
– mkf <mkf@cloud9p.org>
authored
on 2024/06/06 14:07
srv.h: shurnk INPUTSIZE
b9648611
– mkf <mkf@cloud9p.org>
authored
on 2024/06/06 14:07
vfprint: use some smaller value
57d82eea
– mkf <mkf@cloud9p.org>
authored
on 2024/06/06 14:06
util: minor improvemnets
41372014
– mkf <mkf@cloud9p.org>
authored
on 2024/06/06 09:09
srv: clean up code, fix some memory leaks
d4470e0e
– mkf <mkf@cloud9p.org>
authored
on 2024/06/06 08:33
srv: dont't hard code values, free some values
590d2b43
– mkf <mkf@cloud9p.org>
authored
on 2024/06/06 08:11
srv5: lots of fixes, (check for nulls, etc)
1d710193
– mkf <mkf@cloud9p.org>
authored
on 2024/06/06 08:10
replace qnext and qadd implmentions by a improved one
eb1032e3
– mkf <mkf@cloud9p.org>
authored
on 2024/06/06 08:07
Makefile: optimiztions can be your friend. but not always...
835bf8fc
– mkf <mkf@cloud9p.org>
authored
on 2024/06/05 18:48
unix: \n in sysfatal
ec532add
– mkf <mkf@cloud9p.org>
authored
on 2024/06/05 18:47
glendy2.man: add algorithms
d056c1e8
– mkf <mkf@cloud9p.org>
authored
on 2024/06/05 18:43
util.[ch]: improve quene functions
387ecb6c
– mkf <mkf@cloud9p.org>
authored
on 2024/06/05 18:43
srv5: remove unused variable
0823efb6
– mkf <mkf@cloud9p.org>
authored
on 2024/06/05 16:50
srv: fix build, remove unused variables
303984cd
– mkf <mkf@cloud9p.org>
authored
on 2024/06/05 16:44
ensure head get's cast
bfb0b739
– mkf <mkf@cloud9p.org>
authored
on 2024/06/05 16:43
Makefile: -Wall
1cfe3d11
– mkf <mkf@cloud9p.org>
authored
on 2024/06/05 16:38
don't lock in wrong place
d60b1195
– mkf <mkf@cloud9p.org>
authored
on 2024/06/05 16:30
lock before changing clients quene
f5117aa5
– mkf <mkf@cloud9p.org>
authored
on 2024/06/05 16:22
oops
450ee3a7
– mkf <mkf@cloud9p.org>
authored
on 2024/06/05 16:08
srv: don't use a empty list, (old one somehow got lost)
61529ef0
– mkf <mkf@cloud9p.org>
authored
on 2024/06/05 16:05
gui9: add nick and side
bddab37c
– mkf <mkf@cloud9p.org>
authored
on 2024/06/05 16:05
netclient: let game and opts be 0 right now
1e427dbd
– mkf <mkf@cloud9p.org>
authored
on 2024/06/05 15:51
srv5: accept PRandom
a819ccfe
– mkf <mkf@cloud9p.org>
authored
on 2024/06/05 15:43
unix: include util.h
49fc85da
– mkf <mkf@cloud9p.org>
authored
on 2024/06/05 15:32
gui9.c: better usage
bc59ac28
– mkf <mkf@cloud9p.org>
authored
on 2024/06/05 15:29
srv5: dont work on a empty list
58438f39
– mkf <mkf@cloud9p.org>
authored
on 2024/06/05 15:24
unix: use emalloc for vprintf
5ef11321
– mkf <mkf@cloud9p.org>
authored
on 2024/06/05 15:17
Makefile: add -g
499c637c
– mkf <mkf@cloud9p.org>
authored
on 2024/06/05 15:08
srv5: linux isn't happy about pthread_join, fine.
251d1683
– mkf <mkf@cloud9p.org>
authored
on 2024/06/05 10:52
engine: rip andrey ☹
9e606d77
– mkf <mkf@cloud9p.org>
authored
on 2024/06/05 10:29
srv5: it appears threads don't respect stack. too bad. (also handle \r in input)
543a5bb6
– mkf <mkf@cloud9p.org>
authored
on 2024/06/05 07:44
flush the socket in cleanup
30b8cab0
– mkf <mkf@cloud9p.org>
authored
on 2024/06/05 07:38
bump the difficulity
c53468b5
– mkf <mkf@cloud9p.org>
authored
on 2024/06/05 07:31
srv5: send nicks as well
ea3be595
– mkf <mkf@cloud9p.org>
authored
on 2024/06/04 16:53
srv5: fix CONN numbers being random
00696865
– mkf <mkf@cloud9p.org>
authored
on 2024/06/04 15:19
srv5: import
48531e4f
– mkf <mkf@cloud9p.org>
authored
on 2024/06/04 14:58
netclient: add himsg
02dabfd3
– mkf <mkf@cloud9p.org>
authored
on 2024/06/04 14:57
srv.h: add client struct, used in srv5
38cb6954
– mkf <mkf@cloud9p.org>
authored
on 2024/06/04 14:56
util: add quene and doubly linked lists
d4e2dd4c
– mkf <mkf@cloud9p.org>
authored
on 2024/06/04 14:52
engine: add Connect state, rename PEither to PRandom
622bc912
– mkf <mkf@cloud9p.org>
authored
on 2024/06/04 14:50
retire srv, add srv5
83d512c9
– mkf <mkf@x230>
authored
on 2024/06/03 10:33
port.h: import
45fffdf2
– mkf <mkf@x230>
authored
on 2024/06/02 06:56
engine: bunch of stablity and fixes, fix wall issue for 2nd time.
3a085910
– mkf <mkf@x230>
authored
on 2024/06/02 01:18
engine: fix bug where a new wall is placed randomly
26a4bf1f
– mkf <mkf@x230>
authored
on 2024/05/25 04:08
engine
0db5f7d7
– mkf <mkf@x230>
authored
on 2024/05/25 03:59
engine: win if min is >= 100
e1a7ab91
– mkf <mkf@x230>
authored
on 2024/05/25 03:18
engine: fix build
34290e09
– mkf <mkf@x230>
authored
on 2024/05/25 03:12
fix findmin for 2³³th time
72668dfe
– mkf <mkf@cloud9p.org>
authored
on 2024/05/24 11:14
engine: fix build
23a93e42
– mkf <mkf@cloud9p.org>
authored
on 2024/05/24 07:04
mkfile: small changes
dc39d6db
– mkf <mkf@cloud9p.org>
authored
on 2024/05/24 07:02
mkfile: doc → docs
37f43535
– mkf <mkf@cloud9p.org>
authored
on 2024/05/24 06:57
engine: fix a bug where (networked) client would decide if game is over or not
0aa6224b
– mkf <mkf@cloud9p.org>
authored
on 2024/05/24 06:52
srv4: clean up and more details in logs
95a5ff12
– mkf <mkf@cloud9p.org>
authored
on 2024/05/24 04:22
proto: minor changes
407c0b5b
– mkf <mkf@cloud9p.org>
authored
on 2024/05/23 18:13
engine: take an argument in findmin, use findmin in score1
0281fe45
– mkf <mkf@cloud9p.org>
authored
on 2024/05/23 18:10
glendy2.man: remove clients
d33779b1
– mkf <mkf@cloud9p.org>
authored
on 2024/05/23 16:26
update todo
5ea9f026
– mkf <mkf@cloud9p.org>
authored
on 2024/05/23 14:39
Makefile: generate documention as well
daf98078
– mkf <mkf@cloud9p.org>
authored
on 2024/05/23 14:15
glendy2.man: add enums
5ed17b6f
– mkf <mkf@cloud9p.org>
authored
on 2024/05/23 12:14
abort on sysfatal
6fbeb81c
– mkf <mkf@cloud9p.org>
authored
on 2024/05/23 11:42
gui9: merge gui9net
8b5dae40
– mkf <mkf@cloud9p.org>
authored
on 2024/05/23 11:42
gui9net: so long...
26c869c7
– mkf <mkf@cloud9p.org>
authored
on 2024/05/23 11:41
gui9net.c add enums
2e3c458a
– mkf <mkf@cloud9p.org>
authored
on 2024/05/23 11:40
engine: move client enums to clients, add some handy functions
9671de02
– mkf <mkf@cloud9p.org>
authored
on 2024/05/23 11:40
netclient: fix xy
8d09c9f0
– mkf <mkf@cloud9p.org>
authored
on 2024/05/22 11:33
gui9net: small fixes
6a6e8a97
– mkf <mkf@cloud9p.org>
authored
on 2024/05/22 11:32
کن فیکون
45fd1ae9
– mkf <mkf@cloud9p.org>
authored
on 2024/05/22 09:01
srv4: fix put msg
ea3ae149
– mkf <mkf@cloud9p.org>
authored
on 2024/05/22 06:33
fix build
cee53e6f
– mkf <mkf@cloud9p.org>
authored
on 2024/05/21 21:02
srv: backport "liying server" fix
8dd98ade
– mkf <mkf@cloud9p.org>
authored
on 2024/05/21 20:54
engine: fix a bug where glenda can't move, but game isn't over
905652ca
– mkf <mkf@cloud9p.org>
authored
on 2024/05/21 20:52
srv4: Lots of fixes
fcc55479
– mkf <mkf@cloud9p.org>
authored
on 2024/05/21 20:01
fix build
3f1554c6
– mkf <mkf@cloud9p.org>
authored
on 2024/05/21 20:00
netclient: stop reading once we got a error
4c7716e8
– mkf <mkf@cloud9p.org>
authored
on 2024/05/21 19:30
engine: don't be too smart when we are playing over network
8f274033
– mkf <mkf@cloud9p.org>
authored
on 2024/05/21 19:26
right...
9e0a5d23
– mkf <mkf@cloud9p.org>
authored
on 2024/05/21 19:25
more teeth cutting
917cac8a
– mkf <mkf@cloud9p.org>
authored
on 2024/05/21 19:11
netclient: deal with teeth cut
90b79368
– mkf <mkf@cloud9p.org>
authored
on 2024/05/21 19:10
Servers: cut the teeth.
79d63451
– mkf <mkf@cloud9p.org>
authored
on 2024/05/21 16:16
fix overlapping sockfds
5d13a50b
– mkf <mkf@cloud9p.org>
authored
on 2024/05/21 14:44
engine: reset turn while running init level, fixes a bug where game would start with glenda instead of trapper
6e016990
– mkf <mkf@cloud9p.org>
authored
on 2024/05/19 13:57
Makefile: make poor old server as well....
ea12f7d7
– mkf <mkf@cloud9p.org>
authored
on 2024/05/19 13:52
srv4: update loadgame() err msg
edda0bba
– mkf <mkf@cloud9p.org>
authored
on 2024/05/19 13:47
Makefile: srv4!
68ba10dc
– mkf <mkf@cloud9p.org>
authored
on 2024/05/19 13:47
engine.c: game is over when glenda reachs the edge, not sooner, not later
0dda52b4
– mkf <mkf@cloud9p.org>
authored
on 2024/05/19 13:44
bunch of bug fixes
b3cc83d3
– mkf <mkf@cloud9p.org>
authored
on 2024/05/19 13:36
netclient: don't panic if token[0] is nil!
4626cb5b
– mkf <mkf@cloud9p.org>
authored
on 2024/05/19 13:34
engine.h: add isplaying macro
166cba2f
– mkf <mkf@cloud9p.org>
authored
on 2024/05/19 13:32
gui9net: don't read when game is over
b180d830
– mkf <mkf@cloud9p.org>
authored
on 2024/05/14 19:55
netclient: use new functions
12cf4e94
– mkf <mkf@cloud9p.org>
authored
on 2024/05/14 19:54
engine.h: Err != NE, used in strtodir
640c1029
– mkf <mkf@cloud9p.org>
authored
on 2024/05/14 19:53
srv.h: update
0d7febed
– mkf <mkf@cloud9p.org>
authored
on 2024/05/14 19:52
util.c: parsemove → strtodir
be8f3ebe
– mkf <mkf@cloud9p.org>
authored
on 2024/05/14 19:52
srv, 4th revision.
3f23bc4d
– mkf <mkf@cloud9p.org>
authored
on 2024/05/14 07:23
srv: use strtodir
Next