Commit graph

62 commits

Author SHA1 Message Date
7ac25f8cc0 Moving packet handling to Packet class 2026-03-10 17:33:23 +01:00
2bcf91a164 Handling server id 2026-03-10 17:09:38 +01:00
26fb6e43d2 Added Player class and beginning to handle server id sending 2026-03-10 16:49:10 +01:00
7b33d58475 Fixed username null terminator removing 2026-03-10 07:22:31 +01:00
c7601b6636 Deleting null terminators from player username 2026-03-09 20:26:17 +01:00
0ffbcadfb2 Debug message 2026-03-09 17:07:52 +01:00
3170ed9bdf Handling bytes 2026-03-09 17:07:21 +01:00
9b5225dcb1 Removed old include, beginning to handle player identification packet 2026-03-09 16:51:33 +01:00
a20b81836d The project has been licensed 2026-03-08 21:41:26 +01:00
8fa85dffc8 Updated main.cpp 2026-03-08 17:46:14 +01:00
cf0b9f3f06 Fixed buffer type 2026-03-08 17:42:54 +01:00
231de544ee Updated include and added byte receivement 2026-03-08 17:38:47 +01:00
bd0966e847 Updated main.cpp 2026-03-08 16:25:21 +01:00
8d94ad5867 Big and useful note 2026-03-08 16:12:25 +01:00
63faee1ee5 Removed unused include 2026-03-08 16:06:14 +01:00
57fdf89b1f Removed unused variable 2026-03-08 16:05:58 +01:00
155440f31d Removed incorrect loop in winAccept method 2026-03-08 16:05:28 +01:00
0b66a284be Beginning to handle proper connection handling loop in main function 2026-03-08 16:04:36 +01:00
b5b0617125 Accept method returns an error correctly 2026-03-08 16:02:50 +01:00
1184ebd8bf Accept method allows operations on connection 2026-03-08 16:02:08 +01:00
0df1192679 Small note 2026-03-08 15:53:52 +01:00
af1f9cff67 Updated messages 2026-03-08 14:04:56 +01:00
c1bc2067c8 Finished accept method in socketer 2026-03-08 14:01:48 +01:00
8fec22b413 Moving client accept method to socketer 2026-03-08 13:56:43 +01:00
660f2f8d94 Minimal fixed loop to stop the immediate exit 2026-03-08 13:51:10 +01:00
d0c1bc5074 Removed broken loop 2026-03-08 13:40:18 +01:00
29fb686d40 Beginning to make base loop 2026-03-08 13:33:54 +01:00
e8aa00ca82 Updated .gitignore 2026-03-08 09:03:05 +01:00
e6a39f2fe4 Fixed commands in Makefile 2026-03-08 09:02:08 +01:00
5f3efa8357 Removed Vim swap files 2026-03-08 08:47:16 +01:00
fc4c624f41 Fixed Makefile 2026-03-08 08:36:14 +01:00
bcbb57572e Updated Makefile, for now only Windows support 2026-03-08 08:31:21 +01:00
b1b7ea5d86 Updated Makefile 2026-03-08 08:21:03 +01:00
45c359a45e Restored Makefile 2026-03-08 08:15:33 +01:00
70b355f97a Removed makefile 2026-03-07 21:38:35 +01:00
360269e26c Restored configs 2026-03-07 10:02:55 +01:00
f491d5179b Fixed include in Socket.hpp 2026-03-07 08:27:52 +01:00
22a37fdd31 Reconstructed file tree 2026-03-06 20:38:12 +01:00
f9f85e9635 Added Makefile 2026-03-06 20:33:19 +01:00
b44ba0ff36 Removed CMakeLists.txt 2026-03-06 20:32:35 +01:00
ee6524c2e6 Updated includes in main.cpp to match PUBLIC in CMakeLists 2026-03-06 20:28:51 +01:00
ac969bf1d2 Finished adding CMakeLists.txt 2026-03-06 20:27:49 +01:00
d09e4ca072 Beginning integrating with CMake 2026-03-06 20:26:46 +01:00
d039cf8ab0 Threader removed for now 2026-03-06 20:19:37 +01:00
2aed5226dd Removed unused configs 2026-03-06 20:14:06 +01:00
6e136f1970 Added ,gitignore 2026-03-06 19:01:07 +01:00
7769e89218 beginning threader 2026-03-04 16:17:30 +01:00
c1d864589c Beginning to add POSIX socketing 2026-03-04 16:16:10 +01:00
7e33f321bb Finished network 2026-03-04 16:15:07 +01:00
200af33eff Added configs, fixed socket object in main.cpp 2026-03-04 15:54:34 +01:00