Sonic Robo Blast 2 Public
Find a file
Sally Coolatta 4a735470b9 Even more SRB2Kart netcode improvement ports
- Prevent connection timeout during the waiting gamestate from the last commit.
- Keep client connections alive during fades / other internal loops.
- More consistently timeout clients when they reach the end of BACKUPTICS.
- Dedicated servers will not run any game logic if no nodes are sending packets to it, to reduce CPU usage when there is no one interacting with your server.
  - Unlike SRB2Kart, the amount of time is configurable with the "dedicatedidletime" console variable. Setting this to 0 will disable this feature.
- CL_SendClientCmd uses exact packet types instead of magic number offsets.
2023-07-17 00:44:34 -04:00
.circleci cleanup whitespace in CircleCI build config 2022-11-11 21:19:27 -05:00
android
assets 2.2.11 2023-05-16 18:20:15 +02:00
cmake cmake: Use TheLartians' Ccache script on non-Win32 2022-11-05 23:30:12 -05:00
debian-template
deployer
doc
extras Remove action 260 from the UDMF config 2023-07-06 18:26:30 +02:00
libs MSVC project file works again! Supports Visual Studio 2022. 2022-12-31 19:35:07 -05:00
src Even more SRB2Kart netcode improvement ports 2023-07-17 00:44:34 -04:00
thirdparty cmake: Fix png and openmpt builds in clean envs 2022-12-10 01:53:23 -06:00
tools Merge branch 'master' into next 2022-11-11 22:03:58 -05:00
.gitattributes
.gitignore Update .gitignore 2022-11-11 21:19:14 -05:00
.travis.yml
Android.mk
appveyor.yml 2.2.11 2023-05-16 18:20:15 +02:00
CMakeLists.txt Merge branch 'cmake-zlib-internalized' into 'next' 2022-11-09 02:30:35 +00:00
comptime.bat
comptime.mk
comptime.props
comptime.sh Merge branch 'comptime-no-fail' into 'master' 2022-11-15 21:48:47 -05:00
cpdebug.mk
debian_template.sh
Doxyfile
LICENSE
Makefile
README.md
srb2-vc10.sln
SRB2.cbp
Srb2.dev
srb2.png
SRB2_common.props
SRB2_Debug.props
SRB2_Release.props
srb2banner.png

Sonic Robo Blast 2

latest release

Build status Build status CircleCI

Sonic Robo Blast 2 is a 3D Sonic the Hedgehog fangame based on a modified version of Doom Legacy.

Dependencies

  • NASM (x86 builds only)
  • SDL2 (Linux/OS X only)
  • SDL2-Mixer (Linux/OS X only)
  • libupnp (Linux/OS X only)
  • libgme (Linux/OS X only)
  • libopenmpt (Linux/OS X only)

Compiling

See SRB2 Wiki/Source code compiling

Disclaimer

Sonic Team Junior is in no way affiliated with SEGA or Sonic Team. We do not claim ownership of any of SEGA's intellectual property used in SRB2.