1
0
Fork 0
forked from fte/fteqw
fteqw/engine/common
Spoike 2361c7d14f Flattened downloads menu.
Added scrollbars to various menus (when they're too tall for the virtual screen height).
Added warnings when qc draws to the screen outside of where it'll actually be displayed (freecs is guilty of this).
r_showshaders will now work in q2.
mod_texturelist will include a small preview, because I can.
plug_list command will now also display some plugins which are not currently loaded.
q1bsp now properly respects hitcontents (note that normally only hull 0 actually has contents other than solid+empty).
q1bsp now correctly reports content values in tracelines (this fixes freecs being unable to detect func_water).
Rewrote netgraph code. Now displays using polygons instead of textures for higher resolution graphs.
Fixed texture bug that appears with nouveau's core contexts (texture unit switches were not happening).
Added some better support for disabling vsync with nouveau, although its still broken fullscreen for some reason.
Changed fteqcc's warning for unrecognised CRCs. Should be more descriptive about the usual cause (but less technical and potentially technically wrong).



git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5378 fc73d0e0-1445-4013-8a0c-d673dee63da5
2019-01-13 16:51:50 +00:00
..
bothdefs.h Reworked networking a little, separating out common code for separate server/master processes. 2018-12-28 00:04:36 +00:00
bspfile.h lerpfrac3 fixes. unix sockets for the luls (disabled). some misc tweaks for xonotic. 2018-09-23 19:35:24 +00:00
cmd.c Some minor fixes. 2018-12-30 21:09:13 +00:00
cmd.h Some minor fixes. 2018-12-30 21:09:13 +00:00
com_mesh.c Flattened downloads menu. 2019-01-13 16:51:50 +00:00
com_mesh.h Many general cleaups and warning fixes. 2018-11-19 06:37:25 +00:00
com_phys_bullet.cpp Add ortho lights (still has serious issues that make them unusable on regular maps). 2018-07-22 11:49:37 +00:00
com_phys_ode.c reworked clipboard handling to avoid stalls when pasting in linux. 2018-10-11 10:31:23 +00:00
common.c Reworked networking a little, separating out common code for separate server/master processes. 2018-12-28 00:04:36 +00:00
common.h Reworked networking a little, separating out common code for separate server/master processes. 2018-12-28 00:04:36 +00:00
config_freecs.h Changed basedirs in FreeCS' config 2018-12-30 21:28:29 +00:00
config_fteqw.h Implement pm_edgefriction cvar. 2018-12-11 00:20:59 +00:00
config_minimal.h Many general cleaups and warning fixes. 2018-11-19 06:37:25 +00:00
config_nocompat.h Many general cleaups and warning fixes. 2018-11-19 06:37:25 +00:00
config_wastes.h Changes for TW 1.2, fixes for mod-parsing, irc-clients, config changes 2018-12-19 18:53:04 +00:00
console.h Lazy GLSL loading, for faster load times. 2018-11-27 16:48:19 +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 Reworked networking a little, separating out common code for separate server/master processes. 2018-12-28 00:04:36 +00:00
cvar.h Eukara wants native-code custom menus. He's weird. 2018-05-21 13:47:53 +00:00
fs.c Flattened downloads menu. 2019-01-13 16:51:50 +00:00
fs.h Lazy GLSL loading, for faster load times. 2018-11-27 16:48:19 +00:00
fs_dzip.c added cmake file. 2018-03-04 14:41:16 +00:00
fs_pak.c added cmake file. 2018-03-04 14:41:16 +00:00
fs_stdio.c Many general cleaups and warning fixes. 2018-11-19 06:37:25 +00:00
fs_vpk.c Lazy GLSL loading, for faster load times. 2018-11-27 16:48:19 +00:00
fs_win32.c added cmake file. 2018-03-04 14:41:16 +00:00
fs_xz.c playdemo accepts https urls now. will start playing before the file has finished downloading, to avoid unnecessary delays. 2017-05-10 02:08:58 +00:00
fs_zip.c Rewrote infostrings. Now using infobuffers, which allows for the use of arbitrary blobs, except not using the protocol extension yet in case it needs to be fixed. 2018-07-05 16:21:44 +00:00
gl_q2bsp.c Flattened downloads menu. 2019-01-13 16:51:50 +00:00
huff.c reworked clipboard handling to avoid stalls when pasting in linux. 2018-10-11 10:31:23 +00:00
log.c Reworked networking a little, separating out common code for separate server/master processes. 2018-12-28 00:04:36 +00:00
mathlib.c Many general cleaups and warning fixes. 2018-11-19 06:37:25 +00:00
mathlib.h Weapon preselect/hiding stuff. 2018-12-06 04:55:35 +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 networking a little, separating out common code for separate server/master processes. 2018-12-28 00:04:36 +00:00
net_chan.c Reworked networking a little, separating out common code for separate server/master processes. 2018-12-28 00:04:36 +00:00
net_ice.c Reworked networking a little, separating out common code for separate server/master processes. 2018-12-28 00:04:36 +00:00
net_ssl_gnutls.c Reworked networking a little, separating out common code for separate server/master processes. 2018-12-28 00:04:36 +00:00
net_ssl_winsspi.c Misc tweaks. 2018-10-23 07:09:06 +00:00
net_wins.c Reworked networking a little, separating out common code for separate server/master processes. 2018-12-28 00:04:36 +00:00
netinc.h Reworked networking a little, separating out common code for separate server/master processes. 2018-12-28 00:04:36 +00:00
particles.h centerprints with links now show cursors. 2017-07-28 01:49:25 +00:00
plugin.c Flattened downloads menu. 2019-01-13 16:51:50 +00:00
pmove.c Implement pm_edgefriction cvar. 2018-12-11 00:20:59 +00:00
pmove.h Implement pm_edgefriction cvar. 2018-12-11 00:20:59 +00:00
pmovetst.c Flattened downloads menu. 2019-01-13 16:51:50 +00:00
pr_bgcmd.c Reworked networking a little, separating out common code for separate server/master processes. 2018-12-28 00:04:36 +00:00
pr_common.h Implement pm_edgefriction cvar. 2018-12-11 00:20:59 +00:00
protocol.h Some misc fixes, mostly win32/msvc focused. 2018-10-17 00:43:04 +00:00
q1bsp.c Flattened downloads menu. 2019-01-13 16:51:50 +00:00
q2pmove.c tcpconnect fixes 2012-01-17 07:57:46 +00:00
q3common.c Reworked networking a little, separating out common code for separate server/master processes. 2018-12-28 00:04:36 +00:00
qvm.c Flattened downloads menu. 2019-01-13 16:51:50 +00:00
sha1.c Many general cleaups and warning fixes. 2018-11-19 06:37:25 +00:00
sys.h Lazy GLSL loading, for faster load times. 2018-11-27 16:48:19 +00:00
sys_linux_threads.c lerpfrac3 fixes. unix sockets for the luls (disabled). some misc tweaks for xonotic. 2018-09-23 19:35:24 +00:00
sys_win_threads.c update the clustertransfer builtin to work on non-cluster dedicated servers. 2017-05-23 07:03:07 +00:00
translate.c Reworked networking a little, separating out common code for separate server/master processes. 2018-12-28 00:04:36 +00:00
translate.h Reworked networking a little, separating out common code for separate server/master processes. 2018-12-28 00:04:36 +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 Rewrote infostrings. Now using infobuffers, which allows for the use of arbitrary blobs, except not using the protocol extension yet in case it needs to be fixed. 2018-07-05 16:21:44 +00:00
world.h Reworked networking a little, separating out common code for separate server/master processes. 2018-12-28 00:04:36 +00:00
zone.c Reworked networking a little, separating out common code for separate server/master processes. 2018-12-28 00:04:36 +00:00
zone.h playdemo accepts https urls now. will start playing before the file has finished downloading, to avoid unnecessary delays. 2017-05-10 02:08:58 +00:00