libretro-tyrquake/NQ
Kevin Shanahan 1a128ddfbf model: create a model loading helper
Create a model loader structure which can be used to pass callbacks down
from the renderer code. This will allow us to have the render do some
processing on the loaded data at appropriate points and let us make the
actual loading code generic.

In the first instance, pass down the aliashdr_t padding value required by
the renderer.

Note that to remove a circular dependency introduced in the headers, I had
to stop including render.h in model.h/gl_model.h and that change
propogated some more changes to includes across the tree...

Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
2012-11-18 18:32:30 +10:30
..
data Import v0.47 sources 2006-09-10 19:02:51 +09:30
docs Import v0.47 sources 2006-09-10 19:02:51 +09:30
gas2masm Import v0.47 sources 2006-09-10 19:02:51 +09:30
kit Import v0.47 sources 2006-09-10 19:02:51 +09:30
3dfx.txt Import v0.47 sources 2006-09-10 19:02:51 +09:30
chase.c world: remove unneeded client include from world.h 2012-11-12 11:36:11 +10:30
cl_demo.c Unchecked return values reading demo file 2011-12-28 11:15:04 +10:00
cl_input.c [PATCH] Missing semicolon in cl_input.c 2006-09-10 19:05:55 +09:30
cl_main.c client: fix nq temp entities 2012-11-17 12:10:00 +10:30
cl_parse.c nq: Store item info within stats in client state 2012-10-21 15:22:32 +10:30
cl_tent.c client: fix nq temp entities 2012-11-17 12:10:00 +10:30
client.h gl: fix player colours in nq multiplayer 2012-11-11 16:38:34 +10:30
common.c common: make COM_LoadFile static 2012-11-16 09:09:26 +10:30
common.h net: Replace nq's qsockaddr with same netadr_t structure used in qw 2012-11-11 13:34:49 +10:30
conproc.c Import v0.47 sources 2006-09-10 19:02:51 +09:30
conproc.h Import v0.47 sources 2006-09-10 19:02:51 +09:30
dosasm.S Import v0.47 sources 2006-09-10 19:02:51 +09:30
dosisms.h Import v0.47 sources 2006-09-10 19:02:51 +09:30
gl_screen.c screen: Add show_fps feature to NQ 2012-10-07 15:53:00 +10:30
glqnotes.txt Import v0.47 sources 2006-09-10 19:02:51 +09:30
host_cmd.c trivial: remove various redundant variable assignments 2011-12-28 11:41:14 +10:00
host.c model: create a model loading helper 2012-11-18 18:32:30 +10:30
host.h [PATCH] Mark Host_Error and Host_Endgame with noreturn attribute 2008-04-26 18:38:34 +09:30
menu.c trivial: whitespace 2012-10-20 10:12:03 +10:30
menu.h [PATCH] Remove IPX and Serial network code from NQ. 2007-08-18 17:46:41 +09:30
net_bsd.c net: Replace nq's qsockaddr with same netadr_t structure used in qw 2012-11-11 13:34:49 +10:30
net_dgrm.c net: fix debug function StrAddr 2012-11-18 16:00:40 +10:30
net_dgrm.h Import v0.47 sources 2006-09-10 19:02:51 +09:30
net_loop.c [PATCH] Fix incorrect memcpy usage 2007-12-29 10:04:00 +10:30
net_loop.h Import v0.47 sources 2006-09-10 19:02:51 +09:30
net_main.c net: Replace nq's qsockaddr with same netadr_t structure used in qw 2012-11-11 13:34:49 +10:30
net_none.c Import v0.47 sources 2006-09-10 19:02:51 +09:30
net_udp.c net: Replace nq's qsockaddr with same netadr_t structure used in qw 2012-11-11 13:34:49 +10:30
net_udp.h net: Replace nq's qsockaddr with same netadr_t structure used in qw 2012-11-11 13:34:49 +10:30
net_win.c net: Replace nq's qsockaddr with same netadr_t structure used in qw 2012-11-11 13:34:49 +10:30
net_wins.c net: Replace nq's qsockaddr with same netadr_t structure used in qw 2012-11-11 13:34:49 +10:30
net_wins.h net: Replace nq's qsockaddr with same netadr_t structure used in qw 2012-11-11 13:34:49 +10:30
net.h net: Replace nq's qsockaddr with same netadr_t structure used in qw 2012-11-11 13:34:49 +10:30
pr_cmds.c protocol: Add support for BJP version 1, 2 & 3 protocols 2012-02-12 21:09:17 +10:30
progdefs-id1.h progs: rename the q1 (id1) progs header 2012-11-12 08:27:41 +10:30
protocol.h protocol: Add support for BJP version 1, 2 & 3 protocols 2012-02-12 21:09:17 +10:30
qe3.ico Import v0.47 sources 2006-09-10 19:02:51 +09:30
quake.gif Import v0.47 sources 2006-09-10 19:02:51 +09:30
quake.ico Import v0.47 sources 2006-09-10 19:02:51 +09:30
quakedef.h trivial: remove unaligned defs since not used anymore 2012-11-14 16:09:17 +10:30
resource.h Import v0.47 sources 2006-09-10 19:02:51 +09:30
sbar.c nq: Store item info within stats in client state 2012-10-21 15:22:32 +10:30
screen.c screen: Make WritePCXfile static 2012-10-10 19:03:21 +10:30
server.h protocol: wrap client/server handling of model indexes 2012-02-12 21:07:30 +10:30
sv_main.c protocol: use strcasecmp for sv_protocol command arguments 2012-11-18 16:01:28 +10:30
sv_phys.c [PATCH] Trivial whitespace / comment cleanups 2008-04-26 18:38:34 +09:30
sv_user.c [PATCH] Remove the IDGODS network testing code 2006-09-10 19:13:50 +09:30
sys_linux.c sys: remove unused code printing exit message 2012-10-28 07:37:48 +10:30
sys_win.c sys: Make Win32 SleepUntilInput function static 2012-10-28 09:10:20 +10:30
view.c nq: Store item info within stats in client state 2012-10-21 15:22:32 +10:30
winquake.rc Import v0.47 sources 2006-09-10 19:02:51 +09:30
wqreadme.txt Import v0.47 sources 2006-09-10 19:02:51 +09:30