Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2-Tests
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maru
SRB2-Tests
Commits
Commits · netcode-refactor
netcode-refactor
Select Git revision
Selected
netcode-refactor
Branches
20
next
default
protected
fix-1277
fix-1258
delfile2
cleanupmusic
gametype-refactor-1
custom-map-names
extra-textures
clipmidtex
optimize-storewallrange
increase-maxconditionsets
acs
softcode-info
lua-gfx-2
better-player-states
lua-debug-library
any-resolution
gametype-refactor-player-spawns
custom-teams
action-args
Tags
20
SRB2_release_2.2.13
SRB2_release_2.2.12
SRB2_release_2.2.11
SRB2_release_2.2.10
SRB2_release_2.2.9
SRB2_release_2.2.8
SRB2_release_2.2.7
SRB2_release_2.2.6
SRB2_release_2.2.5
SRB2_release_2.2.4
SRB2_release_2.2.3
SRB2_release_2.2.2
SRB2_release_2.2.1
SRB2_release_2.2.0
SRB2_release_2.1.25
SRB2_release_2.1.24
SRB2_release_2.1.23
SRB2_release_2.1.22
SRB2_release_2.1.21
SRB2_release_2.1.20
41 results
srb-2-tests
Author
Search by author
Any Author
authors
Maru
Maru
1 author
Browse files
Jan 15, 2023
Cleanup comments
· fe304ae2
LJ Sonic
authored
Jan 15, 2023
fe304ae2
Cleanup
· d1ba9e0a
LJ Sonic
authored
Jan 15, 2023
d1ba9e0a
Jan 14, 2023
Add missing include directive
· 425fce69
LJ Sonic
authored
Jan 14, 2023
425fce69
Cleanup
· 823fa5d2
LJ Sonic
authored
Jan 14, 2023
823fa5d2
Split SV_SendTics into functions
· 9291416a
LJ Sonic
authored
Jan 14, 2023
9291416a
Fix function name
· 530a03cc
LJ Sonic
authored
Jan 14, 2023
530a03cc
Move net command sending to a new function
· aa18d5c3
LJ Sonic
authored
Jan 14, 2023
aa18d5c3
Move net command copying to a new function
· 4081dd8e
LJ Sonic
authored
Jan 14, 2023
4081dd8e
Split PT_ClientCmd into functions
· a7a3f97c
LJ Sonic
authored
Jan 14, 2023
a7a3f97c
Jan 13, 2023
Add missing include directive
· 0859a159
LJ Sonic
authored
Jan 13, 2023
0859a159
Reorder functions in d_clisrv.c
· 2a360a42
LJ Sonic
authored
Jan 13, 2023
2a360a42
Jan 12, 2023
Move netgame commands to a new file
· ab23b445
LJ Sonic
authored
Jan 12, 2023
ab23b445
Jan 09, 2023
Remove reboundstore timeout hack
· 18bfc326
LJ Sonic
authored
Jan 9, 2023
18bfc326
Fix clients not being able to join servers
· 62cfb0eb
LJ Sonic
authored
Jan 9, 2023
62cfb0eb
Jan 08, 2023
Move comment to an appropriate place
· 1eb80139
LJ Sonic
authored
Jan 8, 2023
1eb80139
Simplify convoluted code
· 5a608120
LJ Sonic
authored
Jan 8, 2023
5a608120
Remove useless variable
· 62986da9
LJ Sonic
authored
Jan 8, 2023
62986da9
Jan 07, 2023
Call all packet handlers from the same place
· 75b52171
LJ Sonic
authored
Jan 7, 2023
75b52171
Rename packet handlers to match their associated PT_ constants
· db85e956
LJ Sonic
authored
Jan 7, 2023
db85e956
Remove outdated or misleading comments
· fef13b63
LJ Sonic
authored
Jan 7, 2023
fef13b63
Add missing _pak suffix to a few packet structures
· 4a2fd43a
LJ Sonic
authored
Jan 7, 2023
4a2fd43a
Add missing PT_ prefix to a few packet handlers
· 7240ed22
LJ Sonic
authored
Jan 7, 2023
7240ed22
Move netcode console variables to appropriate files
· dfdbdee0
LJ Sonic
authored
Jan 7, 2023
dfdbdee0
Remove unused stuff
· 94ba47a9
LJ Sonic
authored
Jan 7, 2023
94ba47a9
Move gamestate handling to a new file
· d1c5f7ad
LJ Sonic
authored
Jan 7, 2023
d1c5f7ad
Jan 05, 2023
Declare data exchanged through the network to a new file
· f1ad1bf1
LJ Sonic
authored
Jan 5, 2023
f1ad1bf1
Move tic and net command handling to new files
· 7c2fe20c
LJ Sonic
authored
Jan 5, 2023
7c2fe20c
Jan 01, 2023
Move server-side connection handling to a new file
· b461cb91
LJ Sonic
authored
Jan 1, 2023
b461cb91
Dec 31, 2022
Move client connection handling to a new file
· 4660d3ca
LJ Sonic
authored
Dec 31, 2022
4660d3ca
Move netcode files to a new folder
· 717e0d5a
LJ Sonic
authored
Dec 31, 2022
717e0d5a
Dec 30, 2022
Delete netcode
· 05d232c0
LJ Sonic
authored
Dec 30, 2022
05d232c0
Ignore duplicate PT_CLIENTJOIN packets
· e519f306
LJ Sonic
authored
Dec 30, 2022
e519f306
Rename ConnectionRefused to be more descriptive
· 6ae44fe9
LJ Sonic
authored
Dec 30, 2022
6ae44fe9
Cleanup HandleConnect
· c9dc44c2
LJ Sonic
authored
Dec 30, 2022
c9dc44c2
Remove broken joinnextround console variable
· d561b5a0
LJ Sonic
authored
Dec 30, 2022
d561b5a0
Remove unneeded numplayerswaiting field
· 388505db
LJ Sonic
authored
Dec 30, 2022
388505db
Remove useless condition
· f27de6c3
LJ Sonic
authored
Dec 30, 2022
f27de6c3
Dec 29, 2022
Remove useless return value for SV_AddWaitingPlayers
· ba91520e
LJ Sonic
authored
Dec 29, 2022
ba91520e
Cleanup sphere redistribution
· 36613d58
LJ Sonic
authored
Dec 29, 2022
36613d58
Fix sphere redistribution
· 6806fbce
LJ Sonic
authored
Dec 29, 2022
6806fbce
Loading