Sonic Robo Blast 2 Public
Find a file
GoldenTails a614865d35 Make comptime.sh conform to POSIX and less redundant, among other improvements
- Shebang now directly calls /bin/sh
- Improved indenting within the comprevision() function
- Quoted several strings to prevent possible argument splitting
- Replaced archaic backtick command statements with more descriptive `"$(...)"` statements
- Replaced direct references to `test` with more readable, but equivalent `[ ... ]` statements
- Replaced the ${str:0:8} bashism with an equivalent statement using POSIX cut
- Moved redundant definitions of the comptime.h body to a single function that takes arguments
2022-04-04 20:02:30 -05:00
.circleci Fix some build errors 2020-08-29 18:08:41 -07:00
android
assets 2.2.10 2022-03-06 20:22:22 +01:00
cmake CMAKE: Move launch-c into more sensible location 2020-06-10 15:08:09 -04:00
debian-template modified: debian-template/rules 2021-08-12 12:39:28 -05:00
deployer Remove patch.pk3 from Deployer ASSET_FILES_HASHED 2019-12-07 16:26:28 -05:00
doc
extras Merge branch 'state-changes' into 'next' 2022-03-06 15:45:59 +00:00
libs Support for http downloads 2020-05-13 17:25:52 -07:00
src Prevent comptime.* from failing compilation 2022-04-04 20:02:30 -05:00
tools Fix small inconsistency 2020-07-12 19:38:38 -05:00
.gitattributes
.gitignore Rewrite Makefile to be modular as well as more automated 2021-05-04 04:22:37 -07:00
.travis.yml Support for http downloads 2020-05-13 17:25:52 -07:00
Android.mk
appveyor.yml 2.2.10 2022-03-06 20:22:22 +01:00
CMakeLists.txt CMake: fix ASM compile 2021-05-07 18:59:51 -07:00
comptime.bat
comptime.mk
comptime.props
comptime.sh Make comptime.sh conform to POSIX and less redundant, among other improvements 2022-04-04 20:02:30 -05:00
cpdebug.mk
debian_template.sh
Doxyfile Remove some more DOS related stuff 2020-07-25 19:15:54 -04:00
LICENSE
Makefile Add a proxy Makefile at top level 2021-06-16 16:26:18 -07:00
README.md Add badge to readme showing latest stable release 2021-05-11 20:02:12 -04:00
srb2-vc9.sln
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.