• Joined on 2023-03-23
wanmay pushed to master at wanmay/rapport 2023-10-07 19:42:27 +00:00
c24f86500e Fix infinite loop bug, add FFI enum test, add moving camera
d6b615c2c1 Big commit, basic functionality + plotting.
wanmay created repository wanmay/rapport 2023-10-07 19:41:47 +00:00
wanmay pushed to main at wanmay/vision 2023-10-01 23:16:24 +00:00
2ca4a77b33 Handle hash collision in handshake; properly prune old servers from browser.
wanmay pushed to main at wanmay/vision 2023-09-26 21:58:30 +00:00
788b7a11f5 Fixed bug introduced by null terminator inside IP string. Basic logic to disconnect clients.
wanmay pushed to main at wanmay/vision 2023-09-26 03:06:13 +00:00
d011885c87 Accommodate IPv6 addresses at packet level. Avoid infinite loops in deserialisation. Test with timing loop removed.
wanmay pushed to main at wanmay/vision 2023-09-23 22:08:17 +00:00
74e328d86c Connection protocol. Joinable servers!
wanmay pushed to main at wanmay/vision 2023-09-23 20:36:18 +00:00
76beae271c Network troubleshooting.
wanmay pushed to main at wanmay/vision 2023-09-22 04:15:21 +00:00
42aa39423f re-add love-gltf for now; use local IPs for now.
wanmay pushed to main at wanmay/vision 2023-09-19 05:48:24 +00:00
6d623dec28 clear submodules
wanmay pushed to main at wanmay/vision 2023-09-19 04:31:59 +00:00
7308086139 Finish moving server and ms back into engine:\n we want the compute shader setup eventually. Hook up options menu for client.
1e144775a5 Moving metaserver and server to LOVE (since it's got a working LuaSocket installation OOTB
Compare 2 commits »
wanmay pushed to main at wanmay/vision 2023-09-17 03:09:59 +00:00
ea5b39ebb7 metaserver-client and metaserver-server connections added.
wanmay pushed to main at wanmay/vision 2023-09-17 01:55:29 +00:00
08c27ba610 add keyboard control to server browser
wanmay pushed to main at wanmay/vision 2023-09-17 00:16:12 +00:00
aa64929f8e More menu tweaks;
wanmay pushed to main at wanmay/vision 2023-09-16 02:49:22 +00:00
9ce6285d8c Build integrity feature.
wanmay pushed to main at wanmay/vision 2023-09-15 02:21:53 +00:00
e0c44b8743 fix menu selection bugs, start adding network protocol, start adding options menu
wanmay pushed to main at wanmay/vision 2023-09-14 03:51:37 +00:00
4a7be75dfa Refactor tests into separate files; server browser;
e6b9e7aa13 Server browser functionality.
Compare 2 commits »
wanmay pushed to main at wanmay/vision 2023-09-12 15:20:11 +00:00
dc6cdf123e Fix package paths.
wanmay pushed to main at wanmay/vision 2023-09-12 14:26:47 +00:00
a6e14499bf remove dependencies, building standalone xplatform Lua server is more involved than I thought.
bed70b673a remove dependencies, building standalone xplatform Lua server is more involved than I thought.
Compare 2 commits »
wanmay pushed to main at wanmay/vision 2023-09-12 01:00:10 +00:00
7396f97433 Some metaserver logic.
wanmay pushed to main at wanmay/vision 2023-09-11 22:45:03 +00:00
a720ebf173 Start laying down network protocol.