Skip to content
Snippets Groups Projects
Select Git revision
  • next default protected
  • master protected
  • better-distance-math
  • movie
  • softcode-info
  • acs
  • clipmidtex
  • custom-map-names
  • nogravity-trampolines
  • 2214-pre4
  • 2214-pre3
  • just-in-case
  • fix-opengl-parameter-crash
  • 2214-pre2
  • 2214-pre1
  • delfile2
  • cleanupmusic
  • gametype-refactor-1
  • extra-textures
  • increase-maxconditionsets
  • SRB2_release_2.2.15
  • 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
40 results

filesrch.c

Blame
  • control NaN GiB
    # SRB2 Debian package control file.
    
    Source: srb2
    Section: games
    Priority: extra
    Maintainer: Callum Dickinson <gcfreak_ag20@hotmail.com>
    Build-Depends: debhelper (>= 7.0.50~),
     libsdl2-dev,
     libsdl2-mixer-dev,
     libpng12-dev (>= 1.2.7),
     libglu1-dev | libglu-dev,
     libosmesa6-dev | libgl-dev,
     nasm [i386]
    Standards-Version: 3.8.4
    Homepage: http://www.srb2.org
    
    Package: srb2
    Architecture: any
    Depends: ${shlibs:Depends}, ${misc:Depends}, srb2-data (= 2.1.14)
    Description: A cross-platform 3D Sonic fangame
     Sonic Robo Blast 2 is a 3D open-source Sonic the Hedgehog
     fangame built using a modified version of the Doom Legacy
     port of Doom. SRB2 is closely inspired by the original
     Sonic games from the Sega Genesis, and attempts to recreate
     the design in 3D. While SRB2 isn't fully completed, it already
     features tons of levels, enemies, speed, and quite a lot
     of the fun that the original Sonic games provided.
    
    Package: srb2-dbg
    Architecture: any
    # FIXME: should be Depends: ${shlibs:Depends}, ${misc:Depends}, srb2-data (= 2.1.14), srb2 but dh_shlibdeps is being an asshat
    Depends: libc6, ${misc:Depends}, srb2-data (= 2.1.14), srb2
    Description: A cross-platform 3D Sonic fangame
     Sonic Robo Blast 2 is a 3D open-source Sonic the Hedgehog
     fangame built using a modified version of the Doom Legacy
     port of Doom. SRB2 is closely inspired by the original
     Sonic games from the Sega Genesis, and attempts to recreate
     the design in 3D. While SRB2 isn't fully completed, it already
     features tons of levels, enemies, speed, and quite a lot
     of the fun that the original Sonic games provided.
     This is a debug binary, its symbols will be loaded by gdb
     when the user starts the game with gdb for debugging.