.. |
bothdefs.h
|
make developer a little less spammy. move much of it to developer 2.
|
2017-03-04 19:36:06 +00:00 |
bspfile.h
|
rework config.h stuff a little, fixing up numerous ifdefs etc. added some more for potentially smaller builds.
|
2017-02-19 00:15:42 +00:00 |
cmd.c
|
rework config.h stuff a little, fixing up numerous ifdefs etc. added some more for potentially smaller builds.
|
2017-02-19 00:15:42 +00:00 |
cmd.h
|
|
|
com_mesh.c
|
fix hitmodel with hlmdl, to actually work properly with rotated entities.
|
2017-03-06 15:30:45 +00:00 |
com_mesh.h
|
make developer a little less spammy. move much of it to developer 2.
|
2017-03-04 19:36:06 +00:00 |
com_phys_bullet.cpp
|
added r_meshpitch cvar that allows for fixing the unfixable mesh pitch bug from vanilla... needs a better name... do note that this will break pretty much any mod, so this is really only for TCs designed to use it. Its likely that I missed places.
|
2017-02-27 09:34:35 +00:00 |
com_phys_ode.c
|
added r_meshpitch cvar that allows for fixing the unfixable mesh pitch bug from vanilla... needs a better name... do note that this will break pretty much any mod, so this is really only for TCs designed to use it. Its likely that I missed places.
|
2017-02-27 09:34:35 +00:00 |
common.c
|
fix wireframe.
|
2017-03-06 14:06:12 +00:00 |
common.h
|
make developer a little less spammy. move much of it to developer 2.
|
2017-03-04 19:36:06 +00:00 |
config_wastes.h
|
split up NOMEDIA into individual defines. The Wastes should now be able to do music now.
|
2017-02-21 20:22:07 +00:00 |
console.h
|
make developer a little less spammy. move much of it to developer 2.
|
2017-03-04 19:36:06 +00:00 |
crc.c
|
|
|
crc.h
|
|
|
cvar.c
|
fix some of the things that baker didn't like. sorry it took so long.
|
2016-08-25 00:12:14 +00:00 |
cvar.h
|
remove the old SCVAR macro
|
2016-09-08 19:04:35 +00:00 |
fs.c
|
make developer a little less spammy. move much of it to developer 2.
|
2017-03-04 19:36:06 +00:00 |
fs.h
|
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5069 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2017-03-04 19:46:37 +00:00 |
fs_pak.c
|
rework config.h stuff a little, fixing up numerous ifdefs etc. added some more for potentially smaller builds.
|
2017-02-19 00:15:42 +00:00 |
fs_stdio.c
|
rework config.h stuff a little, fixing up numerous ifdefs etc. added some more for potentially smaller builds.
|
2017-02-19 00:15:42 +00:00 |
fs_win32.c
|
rework config.h stuff a little, fixing up numerous ifdefs etc. added some more for potentially smaller builds.
|
2017-02-19 00:15:42 +00:00 |
fs_xz.c
|
fix wireframe.
|
2017-03-06 14:06:12 +00:00 |
fs_zip.c
|
rework config.h stuff a little, fixing up numerous ifdefs etc. added some more for potentially smaller builds.
|
2017-02-19 00:15:42 +00:00 |
gl_q2bsp.c
|
rework config.h stuff a little, fixing up numerous ifdefs etc. added some more for potentially smaller builds.
|
2017-02-19 00:15:42 +00:00 |
huff.c
|
|
|
log.c
|
added r_meshpitch cvar that allows for fixing the unfixable mesh pitch bug from vanilla... needs a better name... do note that this will break pretty much any mod, so this is really only for TCs designed to use it. Its likely that I missed places.
|
2017-02-27 09:34:35 +00:00 |
mathlib.c
|
fix hitmodel with hlmdl, to actually work properly with rotated entities.
|
2017-03-06 15:30:45 +00:00 |
mathlib.h
|
added r_meshpitch cvar that allows for fixing the unfixable mesh pitch bug from vanilla... needs a better name... do note that this will break pretty much any mod, so this is really only for TCs designed to use it. Its likely that I missed places.
|
2017-02-27 09:34:35 +00:00 |
md4.c
|
|
|
net.h
|
fix a silly performance-sapping typo.
|
2017-02-11 16:14:06 +00:00 |
net_chan.c
|
make developer a little less spammy. move much of it to developer 2.
|
2017-03-04 19:36:06 +00:00 |
net_ice.c
|
|
|
net_ssl_gnutls.c
|
fix some search_begin to not fail just because no files were found, fixing a crash reported by eukara.
|
2016-11-15 22:22:04 +00:00 |
net_ssl_winsspi.c
|
|
|
net_wins.c
|
fix a silly performance-sapping typo.
|
2017-02-11 16:14:06 +00:00 |
netinc.h
|
|
|
particles.h
|
particles: rework r_effect, such that its possible to project particles forwards
|
2016-10-22 07:06:51 +00:00 |
plugin.c
|
split up NOMEDIA into individual defines. The Wastes should now be able to do music now.
|
2017-02-21 20:22:07 +00:00 |
pmove.c
|
added r_meshpitch cvar that allows for fixing the unfixable mesh pitch bug from vanilla... needs a better name... do note that this will break pretty much any mod, so this is really only for TCs designed to use it. Its likely that I missed places.
|
2017-02-27 09:34:35 +00:00 |
pmove.h
|
try to fix null framestates issue causing crashes from pmove/solid_bsp code.
|
2017-01-29 13:10:53 +00:00 |
pmovetst.c
|
try to fix null framestates issue causing crashes from pmove/solid_bsp code.
|
2017-01-29 13:10:53 +00:00 |
pr_bgcmd.c
|
fix wireframe.
|
2017-03-06 14:06:12 +00:00 |
pr_common.h
|
added r_meshpitch cvar that allows for fixing the unfixable mesh pitch bug from vanilla... needs a better name... do note that this will break pretty much any mod, so this is really only for TCs designed to use it. Its likely that I missed places.
|
2017-02-27 09:34:35 +00:00 |
protocol.h
|
split up NOMEDIA into individual defines. The Wastes should now be able to do music now.
|
2017-02-21 20:22:07 +00:00 |
q1bsp.c
|
try to fix null framestates issue causing crashes from pmove/solid_bsp code.
|
2017-01-29 13:10:53 +00:00 |
q2pmove.c
|
|
|
q3common.c
|
fix some of the things that baker didn't like. sorry it took so long.
|
2016-08-25 00:12:14 +00:00 |
qvm.c
|
misc fixes.
|
2017-02-01 04:42:33 +00:00 |
sha1.c
|
|
|
sys.h
|
implement status command for nq clients that expect something to be printed. IP addresses are withheld.
|
2017-01-24 10:27:39 +00:00 |
sys_linux_threads.c
|
|
|
sys_win_threads.c
|
fix some of the things that baker didn't like. sorry it took so long.
|
2016-08-25 00:12:14 +00:00 |
translate.c
|
lightprepass is functional again. still diffuse lighting only. supports shadowmaps but no other weird light info.
|
2016-11-20 20:52:41 +00:00 |
translate.h
|
|
|
ui_public.h
|
|
|
vm.h
|
fix some of the things that baker didn't like. sorry it took so long.
|
2016-08-25 00:12:14 +00:00 |
world.h
|
added r_meshpitch cvar that allows for fixing the unfixable mesh pitch bug from vanilla... needs a better name... do note that this will break pretty much any mod, so this is really only for TCs designed to use it. Its likely that I missed places.
|
2017-02-27 09:34:35 +00:00 |
zone.c
|
|
|
zone.h
|
|
|