libretro-tyrquake/common
Kevin Shanahan eb1f83d4f8 model: factor out common code from leaf loading functions
GL and/or QW specific hacks to do with setting surface flags for water
warping.

Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
2013-09-28 19:46:34 +09:30
..
alias_model.c model: remove player model skin caching hacks 2013-04-30 09:47:50 +09:30
cd_bsd.c [PATCH] Add BSD CD audio support 2006-09-16 07:10:04 +09:30
cd_common.c common: constify COM_Parse and everything that follows... 2012-11-28 09:46:42 +10:30
cd_linux.c [PATCH] Add BSD CD audio support 2006-09-16 07:10:04 +09:30
cd_null.c [PATCH] Update null CD driver 2007-02-18 20:32:59 +10:30
cd_win.c cd: WIN64 build warning fixes 2013-03-16 09:26:10 +10:30
cmd.c command: move the NQ status command server side 2013-03-24 14:28:10 +10:30
common.c common: add -quoth command line support 2013-05-21 20:28:52 +09:30
console.c trivial: whitespace 2012-12-20 16:03:23 +10:30
crc.c Import v0.47 sources 2006-09-10 19:02:51 +09:30
cvar.c trivial: typos, allways->always, allready->already 2013-04-28 19:07:13 +09:30
d_draw16.S [PATCH] Replace id386 define 2006-09-10 19:14:02 +09:30
d_draw.S [PATCH] Replace id386 define 2006-09-10 19:14:02 +09:30
d_edge.c win: various WIN64 build warning fixes 2013-03-16 10:43:44 +10:30
d_fill.c win: various WIN64 build warning fixes 2013-03-16 10:43:44 +10:30
d_init.c draw: rip out polygon based drawing code 2013-01-08 08:38:11 +10:30
d_modech.c sys: change Sys_MakeCodeWritable API to take start/end addrs 2013-03-16 10:51:22 +10:30
d_part.c [PATCH] Replace id386 define 2006-09-10 19:14:02 +09:30
d_parta.S [PATCH] Replace id386 define 2006-09-10 19:14:02 +09:30
d_polysa.S trivial: whitespace cleanup in d_polysa.S 2012-11-22 13:43:04 +10:30
d_polyse.c create helper macros for cache aligning pointers/arrays 2012-11-14 14:45:31 +10:30
d_scan.c win: various WIN64 build warning fixes 2013-03-16 10:43:44 +10:30
d_scana.S [PATCH] Replace id386 define 2006-09-10 19:14:02 +09:30
d_sky.c trivial: Make some more drawing functions static 2011-12-28 11:35:06 +10:00
d_spr8.S [PATCH] Replace id386 define 2006-09-10 19:14:02 +09:30
d_sprite.c model: create a model loading helper 2012-11-18 18:32:30 +10:30
d_surf.c win: various WIN64 build warning fixes 2013-03-16 10:43:44 +10:30
d_vars.c [PATCH] Replace id386 define 2006-09-10 19:14:02 +09:30
d_varsa.S [PATCH] Replace id386 define 2006-09-10 19:14:02 +09:30
draw.c qpic: remove alpha member from qpic8_t 2013-05-18 09:13:10 +09:30
drawhulls.c model: make planes and clipnodes members of hull_t const 2013-03-19 14:54:00 +10:30
gl_draw.c draw: free cachepics after loading gl texture 2013-05-19 10:44:26 +09:30
gl_extensions.c textures: fix incorrect NPoT extension string 2013-05-12 13:08:44 +09:30
gl_mesh.c model: re-factor Mod_LoadAliasModel 2013-04-16 14:24:11 +09:30
gl_rmain.c qpic: remove alpha member from qpic8_t 2013-05-18 09:13:10 +09:30
gl_rmisc.c draw: constify the gl dot texture data 2013-05-19 10:35:45 +09:30
gl_rsurf.c render: some cleanups in R_LightPoint 2013-04-26 08:21:15 +09:30
gl_textures.c gl: use a glmode pointer to keep texture mode state 2013-05-19 15:32:46 +09:30
gl_warp.c qpic: remove alpha member from qpic8_t 2013-05-18 09:13:10 +09:30
in_null.c Import v0.47 sources 2006-09-10 19:02:51 +09:30
in_sdl.c input: new cvar m_freelook for mouse looking 2013-07-01 09:37:42 +09:30
in_win.c input: new cvar m_freelook for mouse looking 2013-07-01 09:37:42 +09:30
in_x11.c input: new cvar m_freelook for mouse looking 2013-07-01 09:37:42 +09:30
keys.c keys: misc int vs. knum_t fixes 2013-04-24 21:04:20 +09:30
math.S mathlib: create PSIDE_* define for BoxOnPlaneSide return values 2013-01-02 13:34:33 +10:30
mathlib.c vid: implement replacement video options menu 2013-04-01 14:28:58 +10:30
menu.c input: new cvar m_freelook for mouse looking 2013-07-01 09:37:42 +09:30
model.c model: factor out common code from leaf loading functions 2013-09-28 19:46:34 +09:30
modela.S world: move hull point/line testing to model.c/modela.S 2013-03-19 13:47:38 +10:30
nonintel.c Import v0.47 sources 2006-09-10 19:02:51 +09:30
pr_cmds.c trivial: typos, allways->always, allready->already 2013-04-28 19:07:13 +09:30
pr_edict.c common: make com_token a const pointer 2013-04-15 13:52:18 +09:30
pr_exec.c progs: remove debugging printf from PR_SetString 2013-01-03 09:17:17 +10:30
qpic.c qpic: fix alpha colors again after doing mipmap reduction 2013-05-18 09:16:54 +09:30
r_aclip.c model: move alias clipping function prototypes to header 2012-11-14 15:31:41 +10:30
r_aclipa.S [PATCH] Replace id386 define 2006-09-10 19:14:02 +09:30
r_alias.c model: save alias skin pixel data into the cache 2013-04-30 08:06:16 +09:30
r_aliasa.S trivial: whitespace cleanup in r_aliasa.S 2012-11-22 13:40:17 +10:30
r_bsp.c render: replace insubmodel global parameter 2013-04-17 11:56:38 +09:30
r_draw.c render: replace insubmodel global parameter 2013-04-17 11:56:38 +09:30
r_drawa.S draw: use an mplane_t for the frustum clipping planes 2013-01-02 11:07:38 +10:30
r_edge.c render: add reminder to look at intersecting bmodels 2013-01-14 19:41:26 +10:30
r_edgea.S trivial: whitespace 2012-12-30 13:54:34 +10:30
r_efrag.c trivial: small cleanup in R_AddEfrags 2013-01-08 16:06:46 +10:30
r_light.c render: small tail recursion optimization in RecursiveLightPoint 2013-04-26 12:57:32 +09:30
r_main.c trivial: typos, allways->always, allready->already 2013-04-28 19:07:13 +09:30
r_misc.c model: trivial API consistency fixes 2013-01-03 17:53:02 +10:30
r_model.c model: factor out interval selection code for models/sprites/skins 2012-11-22 13:32:18 +10:30
r_part.c particles: fix undefined behaviour in R_EntityParticles loop 2013-04-04 11:23:18 +10:30
r_sky.c sky: use stdint types and trivial comment tidy up 2013-05-17 20:10:46 +09:30
r_sprite.c draw: use an mplane_t for the frustum clipping planes 2013-01-02 11:07:38 +10:30
r_surf.c win: various WIN64 build warning fixes 2013-03-16 10:43:44 +10:30
r_vars.c [PATCH] Replace id386 define 2006-09-10 19:14:02 +09:30
r_varsa.S [PATCH] Replace id386 define 2006-09-10 19:14:02 +09:30
rb_tree.c build: fix build warning on OpenBSD in rb_tree.h 2013-01-06 10:46:57 +10:30
screen.c qpic: introduce the qpic8_t type to replace qpic_t 2013-05-14 13:47:29 +09:30
sdl_common.c Fix SDL.h includes. 2012-12-11 20:38:13 +10:30
shell.c [PATCH] Old completions cleanup, part 2 2006-09-10 19:12:34 +09:30
snd_dma.c trivial: typos, allways->always, allready->already 2013-04-28 19:07:13 +09:30
snd_mem.c sound: don't cast away const pointers when not needed 2012-12-02 14:22:13 +10:30
snd_mix.c sound: fix off-by-one error in SND_InitScaletable 2013-01-14 18:38:31 +10:30
snd_mixa.S [PATCH] Replace id386 define 2006-09-10 19:14:02 +09:30
snd_null.c sound: fix missing symbols in the null sound driver 2012-10-24 20:53:56 +10:30
snd_oss.c sound: rename the oss sound driver source file 2012-12-09 19:00:35 +10:30
snd_sdl.c vid: update the sdl driver(s) to the SDL2 API 2012-12-08 07:34:49 +10:30
snd_sndio.c snd: Add OpenBSD sndio sound driver 2012-11-05 17:59:59 +10:30
snd_win.c net: switch from winsock to winsock2 2013-01-17 08:39:50 +10:30
sprite_model.c model: add a proper union to mspriteframedesc_t 2013-04-17 22:14:33 +09:30
surf8.S [PATCH] Replace id386 define 2006-09-10 19:14:02 +09:30
surf16.S [PATCH] Replace id386 define 2006-09-10 19:14:02 +09:30
sv_move.c world: use TraceMove, etc. return values in sv_move.c 2013-03-19 10:33:37 +10:30
sv_phys.c server: rename ent arguement to player physics functions as player 2013-03-22 14:40:57 +10:30
sys_null.c sys: change Sys_MakeCodeWritable API to take start/end addrs 2013-03-16 10:51:22 +10:30
sys_unix.c sys: add zone.h include for Memory_GetSize 2013-04-12 18:34:09 +09:30
sys_win.c sys: random tinkering with format of Print_Win32SystemError 2013-04-12 20:40:21 +09:30
sys_wina.S [PATCH] Replace id386 define 2006-09-10 19:14:02 +09:30
vid_glx.c vid: don't set alpha in the gl palette 2013-05-18 10:49:56 +09:30
vid_mode.c qpic: introduce the qpic8_t type to replace qpic_t 2013-05-14 13:47:29 +09:30
vid_null.c vid: constify source bitmap for D_BeginDirectRect 2012-12-22 16:14:59 +10:30
vid_sdl.c vid: get rid of the win32 window_rect in vid_sdl 2013-05-18 10:48:28 +09:30
vid_sgl.c vid: don't set alpha in the gl palette 2013-05-18 10:49:56 +09:30
vid_wgl.c vid: don't set alpha in the gl palette 2013-05-18 10:49:56 +09:30
vid_win.c vid: send the key up events for all keys in ClearAllStates 2013-04-24 20:21:33 +09:30
vid_x.c menu: more knum_t vs. int changes 2013-04-24 22:24:31 +09:30
wad.c wad: trivial rename dpic_t dpic8_t 2013-05-13 20:21:56 +09:30
world.c world: use const_container_of to check physents 2013-04-24 20:23:21 +09:30
x11_core.c [PATCH] Dead code removal 2006-09-10 19:05:57 +09:30
zone.c zone: add Cache_CheckLinks for debugging cache memory trashing 2013-05-12 08:49:16 +09:30