fteqw/engine/common
Spoike e99354bd20 fix playdemo not working straight after record.
make a guess at the currently applied preset. fix issues with vid_reload on preset changes being buggy.
fix erroneous weapon flashes due to limited precision.
try to fix rogue finale.
fix issue with vid_restart crashing with directinput active.
work around emscripten rand entropy, at least as far as particles are concerned.
properly implement te_explosion2 (for rogue mission pack).
drastically reduce submodel polyoffsets in the webgl port, because firefox's depth precision is 16 bit or something stupid.
fix rogue ibar background not being used with qw hud.
added terrain editor feature to edit the bsp's entity lump. this also works with .bsps. added console command to reload the map/apply those ent changes but leaving the players how they were (lets hope enemy etc stuff doesn't bug out...)
force-enabled airstep when travelling fast. this is to partly replicate nq player physics in order to fix windtunnels on r1m5 iirc.
added some more effects to the 'high' particle effect, in order to make rogue feel a little more loved.
fix for rogue buzzsaws.
rework webgl pointer locks.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4965 fc73d0e0-1445-4013-8a0c-d673dee63da5
2015-08-20 03:17:47 +00:00
..
bothdefs.h add atlasing for wad images (batching means the entire regular hud can be a single draw call, assuming the ammo counts batch alongside show_fps). 2015-08-04 15:16:24 +00:00
bspfile.h finally implement stat_matchstarttime iiuc. 2015-03-05 22:14:21 +00:00
cmd.c Reworked client support for DPP5+. less code now, its much more graceful. 2015-07-26 10:56:18 +00:00
cmd.h wait now correctly waits until the start of the next input frame (thus ensuring that -attack is delayed for long enough). 2015-06-29 23:46:31 +00:00
com_mesh.c add atlasing for wad images (batching means the entire regular hud can be a single draw call, assuming the ammo counts batch alongside show_fps). 2015-08-04 15:16:24 +00:00
com_mesh.h try to fix entertimes. 2015-06-24 17:59:57 +00:00
com_phys_bullet.cpp fix demo menu with system paths. 2015-02-02 08:01:53 +00:00
com_phys_ode.c fix gameclock in mvds. 2015-08-07 17:49:49 +00:00
common.c fix playdemo not working straight after record. 2015-08-20 03:17:47 +00:00
common.h fix playdemo not working straight after record. 2015-08-20 03:17:47 +00:00
console.h fix glsl not being used for skeletal animations (10->50 fps jump) 2015-07-14 14:47:00 +00:00
crc.c rewrote ban code, merging bans+nonbans+cuffs+mute+cripple+deaf+lagged+vip. added timeouts. new penalties have no dedicated command. use the addip command for it. 2014-03-30 08:55:06 +00:00
crc.h rewrote ban code, merging bans+nonbans+cuffs+mute+cripple+deaf+lagged+vip. added timeouts. new penalties have no dedicated command. use the addip command for it. 2014-03-30 08:55:06 +00:00
cvar.c fix glsl not being used for skeletal animations (10->50 fps jump) 2015-07-14 14:47:00 +00:00
cvar.h after much breaking, the webgl port now utilises the browser's ogg/mp3 decoder, and the browser's png decompresser. pngs/jpegs do not provide size information. 2015-04-21 04:12:00 +00:00
fs.c fix playdemo not working straight after record. 2015-08-20 03:17:47 +00:00
fs.h fix autotrack issues. 2015-06-14 01:28:01 +00:00
fs_pak.c fix autotrack issues. 2015-06-14 01:28:01 +00:00
fs_stdio.c fix demo menu with system paths. 2015-02-02 08:01:53 +00:00
fs_win32.c make sure the capture command doesn't switch between gamedirs while capturing. 2015-06-04 06:15:14 +00:00
fs_xz.c hack some sort of hdr in there, because we can. I'm sure it could be improved. 2015-04-27 12:51:42 +00:00
fs_zip.c fix vector arrays. 2015-05-16 08:02:05 +00:00
gl_q2bsp.c fix playdemo not working straight after record. 2015-08-20 03:17:47 +00:00
huff.c added cl_sendguid cvar, defaulting to 0. this disables the guid feature by default. 2014-05-10 13:42:13 +00:00
log.c after much breaking, the webgl port now utilises the browser's ogg/mp3 decoder, and the browser's png decompresser. pngs/jpegs do not provide size information. 2015-04-21 04:12:00 +00:00
mathlib.c fix demo menu with system paths. 2015-02-02 08:01:53 +00:00
mathlib.h fix demo menu with system paths. 2015-02-02 08:01:53 +00:00
md4.c Misc bugfixes, including q3bsp-rtlights and bloom. Matrix use clarifications. Working towards skeletal glsl code. 2011-07-30 14:14:56 +00:00
net.h Reworked client support for DPP5+. less code now, its much more graceful. 2015-07-26 10:56:18 +00:00
net_chan.c Reworked client support for DPP5+. less code now, its much more graceful. 2015-07-26 10:56:18 +00:00
net_ice.c fix colormod 2015-04-14 23:12:17 +00:00
net_ssl_gnutls.c small fix 2015-01-07 13:47:35 +00:00
net_ssl_winsspi.c Reworked client support for DPP5+. less code now, its much more graceful. 2015-07-26 10:56:18 +00:00
net_wins.c Reworked client support for DPP5+. less code now, its much more graceful. 2015-07-26 10:56:18 +00:00
netinc.h fix recent prediction issue. 2014-07-02 03:20:40 +00:00
particles.h Reworked client support for DPP5+. less code now, its much more graceful. 2015-07-26 10:56:18 +00:00
plugin.c fix playdemo not working straight after record. 2015-08-20 03:17:47 +00:00
pmove.c fix playdemo not working straight after record. 2015-08-20 03:17:47 +00:00
pmove.h fix issue with more submodels than the precache model limit. bump model precache limit. 2014-09-17 03:04:08 +00:00
pmovetst.c qc: qc temp-strings are now garbage collected. this makes strzone redundant. 2015-01-21 18:18:37 +00:00
pr_bgcmd.c fix playdemo not working straight after record. 2015-08-20 03:17:47 +00:00
pr_common.h fix playdemo not working straight after record. 2015-08-20 03:17:47 +00:00
protocol.h fix playdemo not working straight after record. 2015-08-20 03:17:47 +00:00
q1bsp.c fix HOM issue with out-of-world r_projection. also gave 20% speedup. 2015-07-06 14:47:46 +00:00
q2pmove.c tcpconnect fixes 2012-01-17 07:57:46 +00:00
q3common.c make sure the capture command doesn't switch between gamedirs while capturing. 2015-06-04 06:15:14 +00:00
qvm.c add geometry shader support. because why not. 2015-07-01 23:15:25 +00:00
sha1.c rewrote ban code, merging bans+nonbans+cuffs+mute+cripple+deaf+lagged+vip. added timeouts. new penalties have no dedicated command. use the addip command for it. 2014-03-30 08:55:06 +00:00
sys.h fix autotrack issues. 2015-06-14 01:28:01 +00:00
sys_linux_threads.c git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4897 fc73d0e0-1445-4013-8a0c-d673dee63da5 2015-06-14 01:44:54 +00:00
sys_win_threads.c Fix some issues with emscripten. 2015-08-02 11:36:46 +00:00
translate.c reworked the shader system slightly. 2015-05-03 19:57:46 +00:00
translate.h sdl2 support. 2014-02-07 08:38:40 +00:00
ui_public.h A few things... f_ruleset stuff, 64bit qvm compatability, added cvars so you can put the built in http server on a custom port, added #warnings to annoy molgrum. 2007-09-17 20:35:39 +00:00
vm.h Reworked client support for DPP5+. less code now, its much more graceful. 2015-07-26 10:56:18 +00:00
world.h Fix some of my breakages. 2015-07-27 08:21:34 +00:00
zone.c Reworked client support for DPP5+. less code now, its much more graceful. 2015-07-26 10:56:18 +00:00
zone.h fix colormod 2015-04-14 23:12:17 +00:00