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 |
|
LJ Sonic
|
379cc4207a
|
Revert "Merge branch 'netcode-refactor' into merging"
This reverts merge request !1920
|
2023-01-15 17:57:23 +00:00 |
|
LJ Sonic
|
41fb0c8943
|
Merge branch 'netcode-refactor' into merging
|
2023-01-15 17:45:06 +01:00 |
|
LJ Sonic
|
fe304ae2db
|
Cleanup comments
|
2023-01-15 13:10:23 +01:00 |
|
LJ Sonic
|
d1ba9e0afd
|
Cleanup
|
2023-01-15 13:08:31 +01:00 |
|
LJ Sonic
|
425fce69c9
|
Add missing include directive
|
2023-01-14 20:02:20 +01:00 |
|
LJ Sonic
|
823fa5d27b
|
Cleanup
|
2023-01-14 20:02:06 +01:00 |
|
LJ Sonic
|
9291416a90
|
Split SV_SendTics into functions
|
2023-01-14 19:01:36 +01:00 |
|
LJ Sonic
|
530a03cc7d
|
Fix function name
|
2023-01-14 15:14:09 +01:00 |
|
LJ Sonic
|
aa18d5c3ff
|
Move net command sending to a new function
|
2023-01-14 14:53:27 +01:00 |
|
LJ Sonic
|
4081dd8edf
|
Move net command copying to a new function
|
2023-01-14 14:52:13 +01:00 |
|
LJ Sonic
|
a7a3f97c7b
|
Split PT_ClientCmd into functions
|
2023-01-14 14:49:33 +01:00 |
|
LJ Sonic
|
2a360a4201
|
Reorder functions in d_clisrv.c
|
2023-01-13 22:05:57 +01:00 |
|
LJ Sonic
|
ab23b445b0
|
Move netgame commands to a new file
|
2023-01-12 19:40:31 +01:00 |
|
LJ Sonic
|
18bfc3266a
|
Remove reboundstore timeout hack
|
2023-01-09 22:14:58 +01:00 |
|
LJ Sonic
|
62cfb0eb81
|
Fix clients not being able to join servers
|
2023-01-09 21:39:33 +01:00 |
|
LJ Sonic
|
1eb801399b
|
Move comment to an appropriate place
|
2023-01-08 16:33:21 +01:00 |
|
LJ Sonic
|
5a608120ff
|
Simplify convoluted code
|
2023-01-08 16:28:41 +01:00 |
|
LJ Sonic
|
62986da9da
|
Remove useless variable
|
2023-01-08 13:27:08 +01:00 |
|
LJ Sonic
|
75b52171d2
|
Call all packet handlers from the same place
|
2023-01-08 00:47:33 +01:00 |
|
LJ Sonic
|
db85e956c9
|
Rename packet handlers to match their associated PT_ constants
|
2023-01-08 00:46:12 +01:00 |
|
LJ Sonic
|
fef13b630c
|
Remove outdated or misleading comments
|
2023-01-08 00:43:18 +01:00 |
|
LJ Sonic
|
4a2fd43aff
|
Add missing _pak suffix to a few packet structures
|
2023-01-07 16:14:41 +01:00 |
|
LJ Sonic
|
7240ed22de
|
Add missing PT_ prefix to a few packet handlers
|
2023-01-07 15:57:17 +01:00 |
|
LJ Sonic
|
dfdbdee0a8
|
Move netcode console variables to appropriate files
|
2023-01-07 15:57:04 +01:00 |
|
LJ Sonic
|
94ba47a950
|
Remove unused stuff
|
2023-01-07 13:37:33 +01:00 |
|
LJ Sonic
|
d1c5f7adcc
|
Move gamestate handling to a new file
|
2023-01-07 13:01:48 +01:00 |
|
LJ Sonic
|
f1ad1bf13e
|
Declare data exchanged through the network to a new file
|
2023-01-05 23:48:44 +01:00 |
|
LJ Sonic
|
7c2fe20cd5
|
Move tic and net command handling to new files
|
2023-01-05 22:51:17 +01:00 |
|
LJ Sonic
|
b461cb919b
|
Move server-side connection handling to a new file
|
2023-01-01 11:45:09 +01:00 |
|
LJ Sonic
|
4660d3cab6
|
Move client connection handling to a new file
|
2022-12-31 21:37:35 +01:00 |
|
LJ Sonic
|
717e0d5a17
|
Move netcode files to a new folder
|
2022-12-31 14:10:19 +01:00 |
|