libretro-tyrquake/include
Kevin Shanahan 65a03192ae qpic: remove alpha member from qpic8_t
After realising that we have different alpha channels on different qpics,
it didn't really make sense to have a simple boolean for alpha and then it
didn't really fit into qpic8_t any more.

Specify the alpha channel (if any) at upload/conversion time instead.

Fixes sky alpha and removes the charset hack converting all zero indicies
to 255 in the glquake case (maybe someone wants to use the 255 pink in
their charset?)

Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
2013-05-18 09:13:10 +09:30
..
adivtab.h Import v0.47 sources 2006-09-10 19:02:51 +09:30
anorm_dots.h Import v0.47 sources 2006-09-10 19:02:51 +09:30
anorms.h Import v0.47 sources 2006-09-10 19:02:51 +09:30
asm_draw.h draw: use an mplane_t for the frustum clipping planes 2013-01-02 11:07:38 +10:30
asm_i386.h world: move hull point/line testing to model.c/modela.S 2013-03-19 13:47:38 +10:30
block8.h Import v0.47 sources 2006-09-10 19:02:51 +09:30
block16.h Import v0.47 sources 2006-09-10 19:02:51 +09:30
bspfile.h model: add support for loading BSP2 model format 2012-12-30 15:19:27 +10:30
cdaudio_driver.h [PATCH] Update null CD driver 2007-02-18 20:32:59 +10:30
cdaudio.h [PATCH] Move Windows CD message handler 2006-09-16 07:10:02 +09:30
cmd.h trivial: typos, allways->always, allready->already 2013-04-28 19:07:13 +09:30
common.h common: make com_token a const pointer 2013-04-15 13:52:18 +09:30
console.h [PATCH] Add gcc "format" attribute to our printf style functions 2007-10-01 22:39:38 +09:30
crc.h Import v0.47 sources 2006-09-10 19:02:51 +09:30
cvar.h cvar: constify cvar name and string values 2012-12-22 14:14:19 +10:30
d_iface.h model: add a proper union to mspriteframedesc_t 2013-04-17 22:14:33 +09:30
d_ifacea.h model: remove skindesk pointer from r_affinetridesc 2012-11-17 21:22:33 +10:30
d_local.h draw: include bspfile.h for MAXLIGHTMAPS definition 2012-12-10 12:43:22 +10:30
draw.h draw: constify Draw_CachePic and Draw_PicFromWad returns 2013-05-14 15:39:51 +09:30
gl_warp_sin.h Import v0.47 sources 2006-09-10 19:02:51 +09:30
glquake.h qpic: remove alpha member from qpic8_t 2013-05-18 09:13:10 +09:30
in_x11.h input: make misc input variables/functions static 2013-04-06 15:13:13 +10:30
input.h input: fix hang on "Are you sure you want to start a new game?" with sdl 2012-12-08 07:04:13 +10:30
keys.h menu: more knum_t vs. int changes 2013-04-24 22:24:31 +09:30
list.h Import v0.47 sources 2006-09-10 19:02:51 +09:30
mathlib.h vid: implement replacement video options menu 2013-04-01 14:28:58 +10:30
menu.h qpic: introduce the qpic8_t type to replace qpic_t 2013-05-14 13:47:29 +09:30
model.h model: remove player model skin caching hacks 2013-04-30 09:47:50 +09:30
modelgen.h model: make intervals part of daliasgroup_t struct 2012-10-29 13:37:03 +10:30
pr_comp.h [PATCH] Fix pr_strings_size calculation 2007-09-09 09:49:30 +09:30
progdefs-qw.h progs: merge progdefs.h header and move to include directory 2012-11-12 09:13:27 +10:30
progdefs.h progs: merge progdefs.h header and move to include directory 2012-11-12 09:13:27 +10:30
progs.h progs: add some type checking to NEXT_EDICT/EDICT_TO_PROG macros 2013-03-21 19:18:53 +10:30
qpic.h qpic: remove alpha member from qpic8_t 2013-05-18 09:13:10 +09:30
qtypes.h common: fix const_container_of macro for older gcc 2013-05-02 20:09:32 +09:30
quakeasm.h [PATCH] Remove duplicate exports in quakeasm.h 2006-09-16 07:05:45 +09:30
r_local.h render: constify R_LightPoint argument 2013-04-18 19:34:40 +09:30
r_shared.h vid: correctly set software MAXWIDTH 2013-04-08 10:17:26 +09:30
rb_tree.h build: fix build warning on OpenBSD in rb_tree.h 2013-01-06 10:46:57 +10:30
render.h trivial: typos, allways->always, allready->already 2013-04-28 19:07:13 +09:30
sbar.h Import v0.47 sources 2006-09-10 19:02:51 +09:30
screen.h screen: make local private functions/variables static 2012-12-18 09:18:40 +10:30
sdl_common.h Fix SDL.h includes. 2012-12-11 20:38:13 +10:30
shell.h build: fix build warning on OpenBSD in rb_tree.h 2013-01-06 10:46:57 +10:30
sound.h sound: bump sound channel limits 2012-12-03 20:06:16 +10:30
spritegn.h Import v0.47 sources 2006-09-10 19:02:51 +09:30
sys.h sys: change Sys_MakeCodeWritable API to take start/end addrs 2013-03-16 10:51:22 +10:30
vid.h menu: more knum_t vs. int changes 2013-04-24 22:24:31 +09:30
view.h [PATCH] Remove old (and broken) support for stereoscopic shutter glasses 2009-09-13 13:37:16 +09:30
wad.h qpic: introduce the qpic8_t type to replace qpic_t 2013-05-14 13:47:29 +09:30
winquake.h vid: remove unused VID_Force{Lock,Unlock} functions 2013-04-06 17:57:08 +10:30
world.h server: pass current player into SV_AddLinksToPhysents 2013-03-22 12:50:54 +10:30
x11_core.h [PATCH] Dead code removal 2006-09-10 19:05:57 +09:30
zone.h zone: add Cache_CheckLinks for debugging cache memory trashing 2013-05-12 08:49:16 +09:30