libretro-tyrquake/common
Kevin Shanahan af3aa95712 render: remove gl_rlight.c and use r_light.c instead
Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
2013-04-25 20:33:56 +09:30
..
alias_model.c model: pedantic const-correctness fixes 2013-04-24 16:15:37 +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: make com_token a const pointer 2013-04-15 13:52:18 +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 cvar: constify cvar_null_string 2012-12-22 14:31:43 +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 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 draw: const correctness setting up draw pics 2013-04-24 16:18:23 +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: const_container_of fixes for gl_draw.c 2013-04-24 20:24:54 +09:30
gl_mesh.c model: re-factor Mod_LoadAliasModel 2013-04-16 14:24:11 +09:30
gl_rmain.c model: make the non-lerped and lerped code more consistent 2013-04-25 19:32:12 +09:30
gl_rmisc.c model: separate brush model data from model_t 2013-04-16 20:45:33 +09:30
gl_rsurf.c render: remove r_pcurrentvertbase from the gl renderer 2013-04-17 09:04:30 +09:30
gl_warp.c model: separate brush model data from model_t 2013-04-16 20:45:33 +09:30
in_null.c Import v0.47 sources 2006-09-10 19:02:51 +09:30
in_sdl.c sdl: remove or #if 0 out the unused bits in vid_sdl.c and in_sdl.c 2013-04-16 21:08:53 +09:30
in_win.c input: move _windowed_mouse from vid_{win,wgl}.c to in_win.c 2013-04-06 21:27:57 +10:30
in_x11.c input: make misc input variables/functions static 2013-04-06 15:13:13 +10: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 menu: re-work quit menu 2013-04-25 18:17:53 +09:30
model.c Merge branch 'master' of git://disenchant.net/tyrquake 2013-04-24 16:53:29 +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 server: pass client into Host_ClientCommands 2013-03-25 08:35:00 +10: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
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: re-factor Mod_LoadAliasModel 2013-04-16 14:24:11 +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: prepare r_light.c and gl_rlight.c for merging 2013-04-25 20:30:14 +09:30
r_main.c render: replace insubmodel global parameter 2013-04-17 11:56:38 +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 fix strict aliasing issues in r_sky.c 2012-11-02 18:39:39 +10: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 screen: prepare SCR_ModalMessage for use when not connected 2013-04-24 13:03:14 +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 model: trivial API consistency fixes 2013-01-03 17:53:02 +10: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: make the X11 keyboard translation functions consistent 2013-04-24 20:07:18 +09:30
vid_mode.c menu: more knum_t vs. int changes 2013-04-24 22:24:31 +09:30
vid_null.c vid: constify source bitmap for D_BeginDirectRect 2012-12-22 16:14:59 +10:30
vid_sdl.c sdl: remove or #if 0 out the unused bits in vid_sdl.c and in_sdl.c 2013-04-16 21:08:53 +09:30
vid_sgl.c gl: remove unused texture_mode global 2013-04-10 10:19:27 +09:30
vid_wgl.c vid: send the key up events for all keys in ClearAllStates 2013-04-24 20:21:33 +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: update wad API to take a wad_t structure 2013-04-07 15:43:37 +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: use the correct pointer for Z_Realloc memset 2013-04-14 09:57:04 +09:30