j4nk opened issue j4nk/open-card-table#16 2023-05-31 09:33:07 -04:00
Switch version number
j4nk opened issue j4nk/open-card-table#15 2023-05-31 09:32:28 -04:00
Texas Hold 'em poker
j4nk opened issue j4nk/open-card-table#14 2023-05-31 09:32:09 -04:00
hearts
j4nk opened issue j4nk/open-card-table#13 2023-05-31 09:31:43 -04:00
multiplayer pong
j4nk opened issue j4nk/open-card-table#12 2023-05-31 09:31:08 -04:00
LICENSE
j4nk opened issue j4nk/open-card-table#11 2023-05-31 09:30:45 -04:00
README
j4nk pushed to master at j4nk/open-card-table 2023-05-31 09:28:01 -04:00
61b50c8fe8 Added lua scripts for testing error checking
j4nk closed issue j4nk/open-card-table#10 2023-05-31 09:26:22 -04:00
Move all error messages out of the switch() statement in main()
j4nk pushed to master at j4nk/open-card-table 2023-05-31 09:25:47 -04:00
1d6d8f69ca Revamped errors in main, much more concise now
j4nk closed issue j4nk/open-card-table#5 2023-05-31 08:59:51 -04:00
Memory leak on runtime error in lua script
j4nk commented on issue j4nk/open-card-table#5 2023-05-31 08:59:26 -04:00
Memory leak on runtime error in lua script

Easy fix, just change lua_call to lua_pcall

j4nk pushed to master at j4nk/open-card-table 2023-05-31 08:59:10 -04:00
f89129d82e Added error checking to lua calls
j4nk opened issue j4nk/open-card-table#10 2023-05-31 08:49:54 -04:00
Move all error messages out of the switch() statement in main()
j4nk commented on issue j4nk/open-card-table#5 2023-05-31 08:39:18 -04:00
Memory leak on runtime error in lua script

also happens if error is in oct_init, or any function

j4nk opened issue j4nk/open-card-table#9 2023-05-30 20:47:08 -04:00
Lua card library
j4nk opened issue j4nk/open-card-table#8 2023-05-30 20:43:43 -04:00
Address book in C
j4nk commented on issue j4nk/open-card-table#7 2023-05-30 20:37:06 -04:00
adjustable send/receive queue sizes

Due to design, each client is only capable of sending at most one message per loop iteration so num_clients length is tight bound on worst case

j4nk opened issue j4nk/open-card-table#7 2023-05-30 20:36:05 -04:00
adjustable send/receive queue sizes