Skip to content
Snippets Groups Projects
Select Git revision
  • lua-inputs
  • master default protected
  • next
  • luajit
  • next-lc-uint16
  • luacolors
  • spawn_z_refactor
  • opengl-is-a-bad-renderer
  • boost-tickrate
  • buildbot
  • travis-deployer
  • public-musicplus-libopenmpt
  • public_flatsprite
  • fof-lightlist-fixes
  • prescott-march
  • makefile-tinkering
  • timedemo-revise
  • cutscene-cleanup
  • vanilla-hotplug-stableid
  • vanilla-hotplug
  • 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
  • SRB2_release_2.1.19
  • SRB2_release_2.1.18
  • td-release-v1.0.0
  • SRB2_release_2.1.17
  • SRB2_release_2.1.16a
  • SRB2_release_2.1.16
  • SRB2_release_2.1.15
  • SRB2_release_2.1.14
  • SRB2_release_2.1.12
  • SRB2_release_2.1.11
  • SRB2_release_2.1.10
  • SRB2_release_2.1.9
  • SRB2_release_2.1.8
40 results

SRB2

  • Clone with SSH
  • Clone with HTTPS
  • Forked from STJr / SRB2
    10696 commits behind the upstream repository.
    toaster's avatar
    toaster authored
    * Takes function(player, mo) input.
    * Return TRUE for stating that yes, the player is in a state that can cause contact damage, do with that what you will.
    * Return FALSE for stating that no, the player is weak and vulnerable and cannot cause contact damage, do with that what you will.
    * Return NIL for allowing the function to continue regular operation.
    
    Fills a different ideological niche than ShouldDamage - that's for determining whether damage dished between two objects should happen, this is for determining which way around damage should be dished when considering a player-object interaction.
    
    Or, in other words, think of it as "ShouldDamage is whether damage that has been requested should be granted, for object-object interaction, while PlayerCanDamage is for whether global player properties should cause damage to enemies and monitors in the first place, like spinning, hammering or stomping."
    3eb9b85f
    History

    Sonic Robo Blast 2

    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)

    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.