libretro-tyrquake/common
Kevin Shanahan 4ef3b2ca5f model: submit proper lerping on alias model frame groups
Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
2012-11-23 12:43:43 +10:30
..
alias_model.c model: remove gl_model.h and use model.h everywhere 2012-11-19 13:22:30 +10:30
cd_bsd.c [PATCH] Add BSD CD audio support 2006-09-16 07:10:04 +09:30
cd_common.c [PATCH] Add BSD CD audio support 2006-09-16 07:10:04 +09: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 [PATCH] Printf format/usage fixes 2007-10-01 22:39:39 +09:30
cmd.c [PATCH] Fix incorrect memcpy usage 2007-12-29 10:04:00 +10:30
console.c fix warnings about printf style format strings 2012-10-24 20:50:37 +10:30
crc.c Import v0.47 sources 2006-09-10 19:02:51 +09:30
cvar.c console: Add argument completion support for cvars 2012-10-24 18:50:38 +10: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 draw: capitalise D_DrawSpans and call it like a function 2012-11-14 15:47:18 +10:30
d_fill.c Import v0.47 sources 2006-09-10 19:02:51 +09:30
d_init.c draw: make local cvars static in d_init.c 2012-11-14 16:08:39 +10:30
d_modech.c model: create a model loading helper 2012-11-18 18:32:30 +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 [PATCH] Replace id386 define 2006-09-10 19:14:02 +09: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 model: merge modelgen.h files and fix #include fallout 2012-10-28 16:47:27 +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 [PATCH] Add input sanity check to Draw_TileClear 2008-06-09 20:56:24 +09:30
drawhulls.c [PATCH] Fix a few 32/64 bit warnings 2009-07-05 15:10:55 +09:30
gl_draw.c work around "possibly unintialised variable" warning in gl_draw.c 2012-11-02 18:53:21 +10:30
gl_mesh.c model: remove duplicated poseverts/numverts info 2012-11-20 10:16:15 +10:30
gl_rlight.c [PATCH] Cleanup dlight colour handling 2006-09-10 19:05:55 +09:30
gl_rmain.c model: factor out interval selection code for models/sprites/skins 2012-11-22 13:32:18 +10:30
gl_rmisc.c model: separate out renderer specific alias header data 2012-11-16 14:39:32 +10:30
gl_rsurf.c render: Remove global currententity 2012-10-22 13:40:58 +10:30
gl_vidlinuxglx.c build: make use of xf86dga optional for x11 2012-10-24 20:53:56 +10:30
gl_vidnt.c video: Add experimental SDL renderer for Win32 2012-10-07 17:39:29 +10:30
gl_warp.c model: remove gl_model.h and use model.h everywhere 2012-11-19 13:22:30 +10:30
in_null.c Import v0.47 sources 2006-09-10 19:02:51 +09:30
in_sdl.c sdl: commit missing in_sdl.c file 2012-10-29 10:18:03 +10:30
in_win.c [PATCH] Clean up IN_Accumulate 2008-04-26 20:04:51 +09:30
in_x11.c build: make use of xf86dga optional for x11 2012-10-24 20:53:56 +10:30
keys.c keys: Quick fix for shift-ed keys 2012-10-28 11:50:50 +10:30
math.S build: allow qwsv to use x86 optimised assembly routines 2012-11-14 17:57:19 +10:30
mathlib.c model: remove gl_model.h and use model.h everywhere 2012-11-19 13:22:30 +10:30
model.c model: remove gl_model.h and use model.h everywhere 2012-11-19 13:22:30 +10:30
nonintel.c Import v0.47 sources 2006-09-10 19:02:51 +09:30
pr_edict.c progs: move pr_edict.c to the common directory 2012-11-12 16:31:21 +10:30
pr_exec.c [PATCH] Add gcc "format" attribute to our printf style functions 2007-10-01 22:39:38 +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: submit proper lerping on alias model frame groups 2012-11-23 12:43:43 +10:30
r_aliasa.S trivial: whitespace cleanup in r_aliasa.S 2012-11-22 13:40:17 +10:30
r_bsp.c render: Remove global currententity 2012-10-22 13:40:58 +10:30
r_draw.c trivial: remove unused clipplanes in r_draw.c 2012-11-14 19:30:23 +10:30
r_drawa.S trivial: whitespace cleanup in r_drawa.S 2012-11-14 19:22:30 +10:30
r_edge.c draw: fix nonsense sentinel value on edge list 2012-11-14 18:30:42 +10:30
r_edgea.S [PATCH] Replace id386 define 2006-09-10 19:14:02 +09:30
r_efrag.c model: remove gl_model.h and use model.h everywhere 2012-11-19 13:22:30 +10:30
r_light.c Import v0.47 sources 2006-09-10 19:02:51 +09:30
r_main.c model: fix qwcl build after lerp patch 2012-11-21 12:28:23 +10:30
r_misc.c model: merge modelgen.h files and fix #include fallout 2012-10-28 16:47:27 +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 model: remove gl_model.h and use model.h everywhere 2012-11-19 13:22:30 +10:30
r_sky.c fix strict aliasing issues in r_sky.c 2012-11-02 18:39:39 +10:30
r_sprite.c model: R_GetSpriteFrame becomes Mod_GetSpriteFrame 2012-11-14 13:04:00 +10:30
r_surf.c surf: Pass currententity down into R_TextureAnimation 2012-10-21 20:19:16 +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 Import v0.47 sources 2006-09-10 19:02:51 +09:30
shell.c [PATCH] Old completions cleanup, part 2 2006-09-10 19:12:34 +09:30
snd_dma.c model: remove gl_model.h and use model.h everywhere 2012-11-19 13:22:30 +10:30
snd_linux.c [PATCH] Abstract DMA sound buffer locking 2007-12-30 22:43:00 +10:30
snd_mem.c [PATCH] Check for bad chunk lengths in wav files 2008-04-26 17:11:47 +09:30
snd_mix.c snd: properly fix the signedness warning in snd_mix.c 2012-11-02 18:52:13 +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_sndio.c snd: Add OpenBSD sndio sound driver 2012-11-05 17:59:59 +10:30
snd_win.c [PATCH] Fix logic error with first time sound initialisation 2007-12-30 22:43:01 +10:30
sprite_model.c model: remove gl_model.h and use model.h everywhere 2012-11-19 13:22:30 +10: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 [PATCH] Move sv_move.c to common directory 2006-09-10 19:12:12 +09:30
sys_null.c sys: remove now unused Sys_File* functions 2012-10-28 07:34:14 +10:30
sys_wina.S [PATCH] Replace id386 define 2006-09-10 19:14:02 +09:30
vid_null.c Import v0.47 sources 2006-09-10 19:02:51 +09:30
vid_sdl.c vid: check for vid_mode changes in sdl target 2012-10-29 21:12:19 +10:30
vid_win.c vid: always start windowed on Win32 2012-10-29 21:00:52 +10:30
vid_x.c trivial: remove whitespace between type and varable for casts 2012-11-16 12:59:49 +10:30
wad.c trivial: remove whitespace between type and varable for casts 2012-11-16 12:59:49 +10:30
world.c model: remove gl_model.h and use model.h everywhere 2012-11-19 13:22:30 +10:30
worlda.S build: allow qwsv to use x86 optimised assembly routines 2012-11-14 17:57:19 +10:30
x11_core.c [PATCH] Dead code removal 2006-09-10 19:05:57 +09:30
zone.c zone: Add Cache_AllocPadded allocator 2012-11-16 13:05:27 +10:30