Skip to content
Snippets Groups Projects
Select Git revision
  • a68440c4dba18990e92c836cd01e4caa0abcde3a
  • next default protected
  • movie-netcode-fixes
  • movie
  • next-test
  • master protected
  • 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
  • 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
41 results

deh_tables.h

Blame
  • info.c 790.73 KiB
    // SONIC ROBO BLAST 2
    //-----------------------------------------------------------------------------
    // Copyright (C) 1993-1996 by id Software, Inc.
    // Copyright (C) 1998-2000 by DooM Legacy Team.
    // Copyright (C) 1999-2023 by Sonic Team Junior.
    //
    // This program is free software distributed under the
    // terms of the GNU General Public License, version 2.
    // See the 'LICENSE' file for more details.
    //-----------------------------------------------------------------------------
    /// \file  info.c
    /// \brief Thing frame/state LUT
    
    // Data.
    #include "doomdef.h"
    #include "doomstat.h"
    #include "sounds.h"
    #include "p_mobj.h"
    #include "p_local.h" // DMG_ constants
    #include "m_misc.h"
    #include "z_zone.h"
    #include "d_player.h"
    #include "v_video.h" // V_*MAP constants
    #include "lzf.h"
    #ifdef HWRENDER
    #include "hardware/hw_light.h"
    #endif
    
    // Hey, moron! If you change this table, don't forget about the sprite enum in info.h and the sprite lights in hw_light.c!
    // For the sake of constant merge conflicts, let's spread this out
    char sprnames[NUMSPRITES + 1][5] =
    {
    	"NULL", // invisible object
    	"UNKN",
    
    	"THOK", // Thok! mobj
    	"PLAY",
    
    	// Enemies
    	"POSS", // Crawla (Blue)
    	"SPOS", // Crawla (Red)
    	"FISH", // SDURF
    	"BUZZ", // Buzz (Gold)
    	"RBUZ", // Buzz (Red)
    	"JETB", // Jetty-Syn Bomber
    	"JETG", // Jetty-Syn Gunner
    	"CCOM", // Crawla Commander
    	"DETN", // Deton
    	"SKIM", // Skim mine dropper
    	"TRET", // Industrial Turret
    	"TURR", // Pop-Up Turret
    	"SHRP", // Sharp
    	"CRAB", // Crushstacean
    	"CR2B", // Banpyura
    	"CSPR", // Banpyura spring
    	"JJAW", // Jet Jaw
    	"SNLR", // Snailer
    	"VLTR", // BASH
    	"PNTY", // Pointy
    	"ARCH", // Robo-Hood
    	"CBFS", // Castlebot Facestabber
    	"STAB", // Castlebot Facestabber spear aura
    	"SPSH", // Egg Guard
    	"ESHI", // Egg Guard's shield
    	"GSNP", // Green Snapper
    	"GSNL", // Green Snapper leg
    	"GSNH", // Green Snapper head
    	"MNUS", // Minus
    	"MNUD", // Minus dirt
    	"SSHL", // Spring Shell