Alam Ed Arias
|
33f6deb7f0
|
Update sc/netcode/commands.c
'i' variable is set but unused in Ban_Load_File()
|
2023-10-15 23:57:00 -04:00 |
|
Zwip-Zwap Zapony
|
cfedee9dc9
|
Fix CMake compiling
|
2023-09-19 18:46:05 +02:00 |
|
Lactozilla
|
68e25737c0
|
Fix minor spelling mistake
|
2023-09-18 18:51:11 -03:00 |
|
LJ Sonic
|
2a896538d9
|
Merge branch 'netcode-rerefactor' into 'next'
Re-delete netcode
See merge request STJr/SRB2!2083
|
2023-09-18 16:47:28 +00:00 |
|
LJ Sonic
|
06d4d71b41
|
Fix missing includes for Linux platforms
|
2023-09-12 19:52:24 +02:00 |
|
LJ Sonic
|
df0c8e0557
|
Merge remote-tracking branch 'origin/next' into netcode-rerefactor
|
2023-08-01 19:00:52 +02:00 |
|
LJ Sonic
|
b2441114e8
|
Reapply recent netcode changes
|
2023-08-01 18:24:07 +02:00 |
|
LJ Sonic
|
7f4e82e7d9
|
Cleanup comments
|
2023-07-27 15:38:53 +02:00 |
|
LJ Sonic
|
6f53683519
|
Cleanup
|
2023-07-27 15:38:53 +02:00 |
|
LJ Sonic
|
69af7e1ea4
|
Add missing include directive
|
2023-07-27 15:38:52 +02:00 |
|
LJ Sonic
|
a54155e2cc
|
Cleanup
|
2023-07-27 15:38:52 +02:00 |
|
LJ Sonic
|
8df0debd54
|
Split SV_SendTics into functions
|
2023-07-27 15:38:52 +02:00 |
|
LJ Sonic
|
a69204b609
|
Fix function name
|
2023-07-27 15:38:52 +02:00 |
|
LJ Sonic
|
e4c403408b
|
Move net command sending to a new function
|
2023-07-27 15:38:52 +02:00 |
|
LJ Sonic
|
2639dc176d
|
Move net command copying to a new function
|
2023-07-27 15:38:51 +02:00 |
|
LJ Sonic
|
715893ad25
|
Split PT_ClientCmd into functions
|
2023-07-27 15:38:51 +02:00 |
|
LJ Sonic
|
2c6bb71726
|
Reorder functions in d_clisrv.c
|
2023-07-27 15:38:50 +02:00 |
|
LJ Sonic
|
79356fe628
|
Move netgame commands to a new file
|
2023-07-27 15:38:50 +02:00 |
|
LJ Sonic
|
456c6b1a00
|
Remove reboundstore timeout hack
|
2023-07-27 15:38:50 +02:00 |
|
LJ Sonic
|
35dac244ef
|
Fix clients not being able to join servers
|
2023-07-27 15:38:49 +02:00 |
|
LJ Sonic
|
2f9a2ebc86
|
Move comment to an appropriate place
|
2023-07-27 15:38:49 +02:00 |
|
LJ Sonic
|
b42336c232
|
Simplify convoluted code
|
2023-07-27 15:38:49 +02:00 |
|
LJ Sonic
|
2bd2b728bf
|
Remove useless variable
|
2023-07-27 15:38:48 +02:00 |
|
LJ Sonic
|
5d5e2c78e4
|
Call all packet handlers from the same place
|
2023-07-27 15:38:48 +02:00 |
|
LJ Sonic
|
cb634402a8
|
Rename packet handlers to match their associated PT_ constants
|
2023-07-27 15:38:47 +02:00 |
|
LJ Sonic
|
94761d3a55
|
Remove outdated or misleading comments
|
2023-07-27 15:38:47 +02:00 |
|
LJ Sonic
|
39556e8af7
|
Add missing _pak suffix to a few packet structures
|
2023-07-27 15:38:47 +02:00 |
|
LJ Sonic
|
332a0f6b93
|
Add missing PT_ prefix to a few packet handlers
|
2023-07-27 15:38:47 +02:00 |
|
LJ Sonic
|
d841bfb236
|
Move netcode console variables to appropriate files
|
2023-07-27 15:38:46 +02:00 |
|
LJ Sonic
|
91f9f53cfc
|
Remove unused stuff
|
2023-07-27 15:38:46 +02:00 |
|
LJ Sonic
|
de46eef068
|
Move gamestate handling to a new file
|
2023-07-27 15:38:45 +02:00 |
|
LJ Sonic
|
1a7f42d172
|
Declare data exchanged through the network to a new file
|
2023-07-27 15:38:45 +02:00 |
|
LJ Sonic
|
0ade3ae0bc
|
Move tic and net command handling to new files
|
2023-07-27 15:38:45 +02:00 |
|
LJ Sonic
|
fc41dd78f4
|
Move server-side connection handling to a new file
|
2023-07-27 15:38:44 +02:00 |
|
LJ Sonic
|
e090f0e400
|
Move client connection handling to a new file
|
2023-07-27 15:38:43 +02:00 |
|
LJ Sonic
|
0b17e3c418
|
Move netcode files to a new folder
|
2023-07-27 15:38:42 +02:00 |
|