FTEQW
Documentation of the FTE engine source tree.
wad.h File Reference

Go to the source code of this file.

Classes

struct  qpic_t
 
struct  apic_s
 
struct  wadinfo_t
 
struct  lumpinfo_t
 

Typedefs

typedef struct shader_s shader_t
 
typedef struct apic_s apic_t
 

Functions

void W_Shutdown (void)
 
void W_LoadWadFile (char *filename)
 
void W_CleanupName (const char *in, char *out)
 
voidW_GetLumpName (const char *name, size_t *size, qbyte *lumptype)
 
void Wads_Flush (void)
 
void SwapPic (qpic_t *pic)
 
void Mod_ParseWadsFromEntityLump (char *data)
 
qbyteW_ConvertWAD3Texture (miptex_t *tex, size_t lumpsize, int *width, int *height, uploadfmt_t *format)
 
void Mod_ParseInfoFromEntityLump (struct model_s *wmodel)
 
qboolean Wad_NextDownload (void)
 
qbyteW_GetTexture (const char *name, int *width, int *height, uploadfmt_t *format)
 
miptex_tW_GetMipTex (const char *name)
 

Variables

mpic_t * draw_disc
 
int wad_numlumps
 
lumpinfo_twad_lumps
 
qbytewad_base
 
voidwadmutex
 

Typedef Documentation

◆ apic_t

typedef struct apic_s apic_t

◆ shader_t

typedef struct shader_s shader_t

Function Documentation

◆ Mod_ParseInfoFromEntityLump()

void Mod_ParseInfoFromEntityLump ( struct model_s wmodel)

◆ Mod_ParseWadsFromEntityLump()

void Mod_ParseWadsFromEntityLump ( char *  data)

◆ SwapPic()

void SwapPic ( qpic_t pic)

◆ W_CleanupName()

void W_CleanupName ( const char *  in,
char *  out 
)

◆ W_ConvertWAD3Texture()

qbyte * W_ConvertWAD3Texture ( miptex_t tex,
size_t  lumpsize,
int width,
int height,
uploadfmt_t format 
)

◆ W_GetLumpName()

void * W_GetLumpName ( const char *  name,
size_t *  size,
qbyte lumptype 
)

◆ W_GetMipTex()

miptex_t * W_GetMipTex ( const char *  name)

◆ W_GetTexture()

qbyte * W_GetTexture ( const char *  name,
int width,
int height,
uploadfmt_t format 
)

◆ W_LoadWadFile()

void W_LoadWadFile ( char *  filename)

◆ W_Shutdown()

void W_Shutdown ( void  )

◆ Wad_NextDownload()

qboolean Wad_NextDownload ( void  )

◆ Wads_Flush()

void Wads_Flush ( void  )

Variable Documentation

◆ draw_disc

mpic_t* draw_disc
extern

◆ wad_base

qbyte* wad_base
extern

◆ wad_lumps

lumpinfo_t* wad_lumps
extern

◆ wad_numlumps

int wad_numlumps
extern

◆ wadmutex

void* wadmutex
extern