forked from fte/fteqw
1
0
Fork 0
fteqw/engine/shaders/glsl
Spoike 49ae9573b8 reworked clipboard handling to avoid stalls when pasting in linux.
made a load of functions static (just code style stuff).
downloads menu now deselects any autoselected items, to avoid confusion.
csqc traces can now hit networked ents. I probably need to make some more tweaks to this.
arg completion for flocate+dir+modelviewer commands.
fix autosave not cycling saves when using the vanilla save format.
fix patch collisions with q3bsp submodels.
md3 now supports framegroups too.
added some more buttons to make xonotic happy.
gl_polyblend 2 shows the screen flashes at the edge of the screen instead of the middle.
colormod no longer applies to fullbrights (matching DP). this fixes an issue with xonotic.
fix uninitialised local that was causing issues with bones used as tags.
rewrote qc search_* to use a dynamic array instead of a linked list. this should make it faster to read when there's many handles open at a time.
fte's saved games can now save buffers properly.
fix issue with raster freetype fonts (read: coloured emoji).
initial support for struct-based classes (instead of entity-based classes). still has issues.
execing configs in untrusted packages will no longer run out of sync (fixing a number of afterquake issues).
fix stupid bug with the te_gunshot/etc builtins.


git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5317 fc73d0e0-1445-4013-8a0c-d673dee63da5
2018-10-11 10:31:23 +00:00
..
altwater.glsl 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
bloom_blur.glsl tcpconnect fixes 2012-01-17 07:57:46 +00:00
bloom_filter.glsl random hacks to get rtshadows working in the gles/webgl port, no longer depend upon GL_ARB_shadow. 2014-08-27 08:41:31 +00:00
bloom_final.glsl fix glsl not being used for skeletal animations (10->50 fps jump) 2015-07-14 14:47:00 +00:00
colourtint.glsl Small tweeks, bugfixes, breakages, cleanups... 2012-05-09 15:30:53 +00:00
crepuscular_opaque.glsl Small tweeks, bugfixes, breakages, cleanups... 2012-05-09 15:30:53 +00:00
crepuscular_rays.glsl qc: qc temp-strings are now garbage collected. this makes strzone redundant. 2015-01-21 18:18:37 +00:00
crepuscular_sky.glsl Small tweeks, bugfixes, breakages, cleanups... 2012-05-09 15:30:53 +00:00
default2d.glsl small vulkan perf tweak. 2017-11-14 14:37:04 +00:00
defaultadditivesprite.glsl Small tweeks, bugfixes, breakages, cleanups... 2012-05-09 15:30:53 +00:00
defaultfill.glsl small vulkan perf tweak. 2017-11-14 14:37:04 +00:00
defaultgammacb.glsl added cmake file. 2018-03-04 14:41:16 +00:00
defaultskin.glsl reworked clipboard handling to avoid stalls when pasting in linux. 2018-10-11 10:31:23 +00:00
defaultsky.glsl LOTS OF CHANGES. was hoping to get revision 5000 perfect, but really that's never going to happen. this has gone on for too long now. 2016-07-12 00:40:13 +00:00
defaultskybox.glsl Implement an area grid, primarily to avoid mods(read: xonotic) generating 2000 ents all sitting on the root area node. 2017-08-29 02:29:06 +00:00
defaultsprite.glsl command argument completion for a few commands. 2017-07-04 05:07:51 +00:00
defaultwall.glsl 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
defaultwarp.glsl Add ortho lights (still has serious issues that make them unusable on regular maps). 2018-07-22 11:49:37 +00:00
depthonly.glsl 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
drawflat_wall.glsl Added cl_autodemo cvar to automatically record games. 1 records multiview demos where possible, -1 strictly records singleview demos. 2018-09-01 04:18:08 +00:00
fixedemu.glsl small vulkan perf tweak. 2017-11-14 14:37:04 +00:00
fxaa.glsl vulkan: rewrote render target stuff so bloom, r_projection, fxaa, should now be working. 2016-07-28 13:18:22 +00:00
itemtimer.glsl first version with dtls support. disabled for now. 2017-05-18 10:24:09 +00:00
lpp_depthnorm.glsl Updated font code for freecs's benefit. 2017-12-09 21:22:46 +00:00
lpp_light.glsl fix Q3BSP-without-Q2BSP bug. 2017-10-31 22:52:58 +00:00
lpp_wall.glsl fixed crashy race condition when querying master servers. 2017-11-15 12:38:20 +00:00
menutint.glsl added cmake file. 2018-03-04 14:41:16 +00:00
postproc_ascii.glsl Added r_graphics cvar, so that you can finally turn graphics off/on like modern games (yay simplicity)... Doing so results in ascii-style rendering, just because. 2018-08-13 06:27:29 +00:00
postproc_equirectangular.glsl LOTS OF CHANGES. was hoping to get revision 5000 perfect, but really that's never going to happen. this has gone on for too long now. 2016-07-12 00:40:13 +00:00
postproc_fisheye.glsl Small tweeks, bugfixes, breakages, cleanups... 2012-05-09 15:30:53 +00:00
postproc_laea.glsl Added two new projection modes. use r_projection to select alternative projections. 2015-07-03 02:07:41 +00:00
postproc_panorama.glsl Added two new projection modes. use r_projection to select alternative projections. 2015-07-03 02:07:41 +00:00
postproc_stereographic.glsl Added two new projection modes. use r_projection to select alternative projections. 2015-07-03 02:07:41 +00:00
rtlight.glsl Add ortho lights (still has serious issues that make them unusable on regular maps). 2018-07-22 11:49:37 +00:00
terrain.glsl rework hlmdl subblends. apparently they're some sort of grid. 2017-11-30 17:59:11 +00:00
underwaterwarp.glsl fix nq bob (also fixes show_speed in nq) 2014-08-19 06:08:23 +00:00
wireframe.glsl fix wireframe. 2017-03-06 14:06:12 +00:00