1
0
Fork 0
forked from fte/fteqw
fteqw/engine/server
Spoike 9cd988a836 Added csqc->ssqc requests.
Fixed up cl_indepphysics. Sending is fully independent, bar sync points.
Fixed so #if 0 works in qc code.
Fixed up error conditions in qclib when features are not supported.
The webpage generator will now refcount properly.
Fixed error conditions when using glsl shaders.
If MULTITHREAD is defined, r_loadlit will not light inside a separate thread.
We now generate VBOs for bsp objects. Shaders/rtlights don't use them yet.
Fixed up MVD/multiview playback a bit. It now looks like it works! (cl_hightrack will no longer track the same person in all views).
Fixed error conditions when attempting to download versioned csprogs.
Reduced the number of places that a q3-style marked up string is expanded. I think there are a couple places left still though. Approximated ezquake colour codes.
Memory mapped read file access in win32, where we can. Not sure about this. Lets see how things pan out.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3195 fc73d0e0-1445-4013-8a0c-d673dee63da5
2009-05-24 10:11:17 +00:00
..
botlib.h This might be handy, 2005-10-04 19:28:31 +00:00
net_preparse.c more stuff broken 2008-11-28 20:34:51 +00:00
pr_cmds.c added cprint console command. 2009-04-19 00:50:42 +00:00
pr_q1qvm.c My monthly commit. I wonder what I broke. 2009-03-03 01:52:30 +00:00
progdefs.h added cprint console command. 2009-04-19 00:50:42 +00:00
progs.h My monthly commit. I wonder what I broke. 2009-03-03 01:52:30 +00:00
q2game.h Big fat-off commit. 2009-04-01 22:03:56 +00:00
q3g_public.h Rotating BSP fixes, hexen2 fixes, and a few extra bugs... 2006-03-23 19:22:12 +00:00
qwsvdef.h Removed unused cachedir variable. 2005-08-03 21:48:18 +00:00
savegame.c Reworked the console/loading screen a little. The console is no longer directly shown at startup. MSVC2005 project files update for npqtv. 2009-04-06 00:34:32 +00:00
server.h Added csqc->ssqc requests. 2009-05-24 10:11:17 +00:00
sv_ccmds.c Added csqc->ssqc requests. 2009-05-24 10:11:17 +00:00
sv_chat.c Big fat-off commit. 2009-04-01 22:03:56 +00:00
sv_demo.c mvdplay disabled. See who notices before it's finally removed totally. 2006-03-14 01:12:17 +00:00
sv_ents.c added cprint console command. 2009-04-19 00:50:42 +00:00
sv_init.c Added csqc->ssqc requests. 2009-05-24 10:11:17 +00:00
sv_main.c Added csqc->ssqc requests. 2009-05-24 10:11:17 +00:00
sv_master.c got rid of some anonymous unions 2006-02-17 02:51:59 +00:00
sv_move.c Added support for q1-like qvms (mvdsv style). only tested with ktx so disabled by default for now, couple of related cleanups too 2007-09-02 19:55:17 +00:00
sv_mvd.c Big fat-off commit. 2009-04-01 22:03:56 +00:00
sv_nchan.c Fixed mvd playback as correctly as I can think how. 2006-01-28 19:04:13 +00:00
sv_phys.c My monthly commit. I wonder what I broke. 2009-03-03 01:52:30 +00:00
sv_rankin.c Big fat-off commit. 2009-04-01 22:03:56 +00:00
sv_send.c Added csqc->ssqc requests. 2009-05-24 10:11:17 +00:00
sv_sys_unix.c Stuff should compile a little better with GCC now. 2009-04-02 22:25:54 +00:00
sv_sys_win.c don't flash when already the active window 2009-04-18 23:48:35 +00:00
sv_user.c Added csqc->ssqc requests. 2009-05-24 10:11:17 +00:00
svhl_game.c added cprint console command. 2009-04-19 00:50:42 +00:00
svhl_gcapi.h Big fat-off commit. 2009-04-01 22:03:56 +00:00
svhl_phys.c Big fat-off commit. 2009-04-01 22:03:56 +00:00
svhl_world.c Big fat-off commit. 2009-04-01 22:03:56 +00:00
svmodel.c Minor update... 2008-11-09 22:29:28 +00:00
svq2_ents.c Makes Q2 with high visible entity counts more robust. 2006-04-09 02:04:40 +00:00
svq2_game.c this commit will most likely break things: main Z_*/BZ_* calls no longer have zone logic, tagged allocs redone and now partially thread safe (still Sys_Error), code using reallocs should no longer assume new memory is zeroed, minor mysql fixes 2008-05-09 14:22:37 +00:00
svq3_game.c Makes Q3 somewhat playable again. 2009-05-20 23:59:17 +00:00
win_mysql.c mysql includes and libmysql.dll loader code for win32 2008-04-14 07:47:30 +00:00
win_mysql.h mysql includes and libmysql.dll loader code for win32 2008-04-14 07:47:30 +00:00
world.c Reworked the console/loading screen a little. The console is no longer directly shown at startup. MSVC2005 project files update for npqtv. 2009-04-06 00:34:32 +00:00
worlda.s ASM code for q1 world hull physics 2004-08-22 22:46:32 +00:00