Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
STJr
SRB2
Commits
18bfc3266aa30c81acb6ae91926231ba29126329
Select Git revision
0 results
SRB2
src
Author
Search by author
Any Author
authors
0 authors
Jan 09, 2023
Remove reboundstore timeout hack
· 18bfc326
LJ Sonic
authored
2 years ago
18bfc326
Fix clients not being able to join servers
· 62cfb0eb
LJ Sonic
authored
2 years ago
62cfb0eb
Jan 08, 2023
Move comment to an appropriate place
· 1eb80139
LJ Sonic
authored
2 years ago
1eb80139
Simplify convoluted code
· 5a608120
LJ Sonic
authored
2 years ago
5a608120
Remove useless variable
· 62986da9
LJ Sonic
authored
2 years ago
62986da9
Jan 07, 2023
Call all packet handlers from the same place
· 75b52171
LJ Sonic
authored
2 years ago
75b52171
Rename packet handlers to match their associated PT_ constants
· db85e956
LJ Sonic
authored
2 years ago
db85e956
Remove outdated or misleading comments
· fef13b63
LJ Sonic
authored
2 years ago
fef13b63
Add missing _pak suffix to a few packet structures
· 4a2fd43a
LJ Sonic
authored
2 years ago
4a2fd43a
Add missing PT_ prefix to a few packet handlers
· 7240ed22
LJ Sonic
authored
2 years ago
7240ed22
Move netcode console variables to appropriate files
· dfdbdee0
LJ Sonic
authored
2 years ago
dfdbdee0
Remove unused stuff
· 94ba47a9
LJ Sonic
authored
2 years ago
94ba47a9
Move gamestate handling to a new file
· d1c5f7ad
LJ Sonic
authored
2 years ago
d1c5f7ad
Jan 05, 2023
Declare data exchanged through the network to a new file
· f1ad1bf1
LJ Sonic
authored
2 years ago
f1ad1bf1
Move tic and net command handling to new files
· 7c2fe20c
LJ Sonic
authored
2 years ago
7c2fe20c
Jan 01, 2023
Move server-side connection handling to a new file
· b461cb91
LJ Sonic
authored
2 years ago
b461cb91
Dec 31, 2022
Move client connection handling to a new file
· 4660d3ca
LJ Sonic
authored
2 years ago
4660d3ca
Move netcode files to a new folder
· 717e0d5a
LJ Sonic
authored
2 years ago
717e0d5a
Dec 30, 2022
Delete netcode
· 05d232c0
LJ Sonic
authored
2 years ago
Just kidding, I just deleted NONET
05d232c0
Ignore duplicate PT_CLIENTJOIN packets
· e519f306
LJ Sonic
authored
2 years ago
e519f306
Rename ConnectionRefused to be more descriptive
· 6ae44fe9
LJ Sonic
authored
2 years ago
6ae44fe9
Cleanup HandleConnect
· c9dc44c2
LJ Sonic
authored
2 years ago
c9dc44c2
Remove broken joinnextround console variable
· d561b5a0
LJ Sonic
authored
2 years ago
d561b5a0
Remove unneeded numplayerswaiting field
· 388505db
LJ Sonic
authored
2 years ago
388505db
Remove useless condition
· f27de6c3
LJ Sonic
authored
2 years ago
f27de6c3
Dec 29, 2022
Remove useless return value for SV_AddWaitingPlayers
· ba91520e
LJ Sonic
authored
2 years ago
ba91520e
Cleanup sphere redistribution
· 36613d58
LJ Sonic
authored
2 years ago
36613d58
Fix sphere redistribution
· 6806fbce
LJ Sonic
authored
2 years ago
6806fbce
Move sphere redistribution to its own function
· dc399575
LJ Sonic
authored
2 years ago
dc399575
Move player-node unlinking to a function
· 2b2797ec
LJ Sonic
authored
2 years ago
2b2797ec
Cleanup ResetNode
· dc716d9e
LJ Sonic
authored
2 years ago
dc716d9e
Merge node arrays into a structure
· e6e9eef0
LJ Sonic
authored
2 years ago
e6e9eef0
Split packet handling switch into functions
· 262ed6b7
LJ Sonic
authored
2 years ago
262ed6b7
Dec 28, 2022
Remove snake_ prefix
· 33c76453
LJ Sonic
authored
2 years ago
33c76453
Move snake minigame to its own files
· ffbe140a
LJ Sonic
authored
2 years ago
ffbe140a
Dec 19, 2022
Increased maxsend to 200MB
· c1b85b21
Lamibe
authored
2 years ago
c1b85b21
Dec 10, 2022
sdl: I can't believe it's more version-guards
· fdb6f2af
Eidolon
authored
2 years ago
fdb6f2af
sdl: Yet more SDL rumble version-guards
· df28ffd7
Eidolon
authored
2 years ago
df28ffd7
sdl: Version-guard rumble and extended buttons
· f5f22413
Eidolon
authored
2 years ago
f5f22413
sdl: SDL version-guard controller type and hidapi
· ec58b150
Eidolon
authored
2 years ago
ec58b150
Loading