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.

vulkan, wasapi, quake injector features added.
irc, avplug, cef plugins/drivers reworked/updated/added
openal reverb, doppler effects added.
'dir' console command now attempts to view clicked files.
lots of warning fixes, should now only be deprecation warnings for most targets (depending on compiler version anyway...).
SendEntity finally reworked to use flags properly.
effectinfo improved, other smc-targetted fixes.
mapcluster stuff now has support for linux.
.basebone+.baseframe now exist in ssqc.
qcc: -Fqccx supports qccx syntax, including qccx hacks. don't expect these to work in fteqw nor dp though.
qcc: rewrote function call handling to use refs rather than defs. this makes struct passing more efficient and makes the __out keyword usable with fields etc.
qccgui: can cope a little better with non-unicode files. can now represent most quake chars.
qcc: suppressed warnings from *extensions.qc

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5000 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2016-07-12 00:40:13 +00:00
parent 5920bf05fb
commit 27a59a0cbc
271 changed files with 101001 additions and 64352 deletions

View file

@ -2500,25 +2500,44 @@ char *particle_set_h2part =
"scalefactor 0.8\n"
"}\n"
//fixme: test
"r_part tr_bloodshot\n"
"{\n"
"texture \"particles/fteparticlefont.tga\"\n"
"tcoords 1 1 63 63 256 2 64\n"
"step 32\n"
"scale 64\n"
"step 3\n"
"scale 4\n"
"alpha 0.6\n"
"die 1\n"
"randomvel 64\n"
"veladd 10\n"
"rotationspeed 90\n"
"rotationstart 0 360\n"
"rgb 0 255 0 //fixme\n"
"rgbrand 0 0 0\n"
"rgb 200 0 0\n"
"rgbdelta -180 0 0\n"
"rgbrand 50 0 0\n"
"gravity 200\n"
"scalefactor 0.8\n"
"}\n"
//demoness acid projectile trails
"r_part tr_spiderblood\n"
"{\n"
"texture \"particles/fteparticlefont.tga\"\n"
"tcoords 1 1 63 63 256 2 64\n"
"step 4\n"
"scale 4\n"
"alpha 0.6\n"
"die 1\n"
"randomvel 64\n"
"veladd 10\n"
"rotationspeed 90\n"
"rotationstart 0 360\n"
"rgb 16 160 16\n"
"rgbrand 0 0 0\n"
"gravity 200\n"
"scalefactor 0.4\n"
"}\n"
//demoness acid projectile trails
"r_part tr_acidball\n"
"{\n"
@ -2542,27 +2561,6 @@ char *particle_set_h2part =
"lightrgb 0.50 1.00 0.25\n"
"}\n"
//fixme:test
"r_part tr_meteor\n"
"{\n"
"texture \"particles/fteparticlefont.tga\"\n"
"tcoords 1 1 63 63 256 2 64\n"
"step 32\n"
"scale 64\n"
"alpha 0.6\n"
"die 1\n"
"randomvel 64\n"
"veladd 10\n"
"rotationspeed 90\n"
"rotationstart 0 360\n"
"rgb 0 255 0 //fixme\n"
"rgbrand 0 0 0\n"
"gravity 200\n"
"scalefactor 0.8\n"
"scaledelta -10\n"
"stains 2\n"
"}\n"
//hydra spit. generally blackish
"r_part tr_spit \n"
"{\n"
@ -3305,7 +3303,7 @@ char *particle_set_h2part =
"}\n"
"r_part ce_chunk_meteor\n"
"{\n"
"model models/tempmetr.mdl 0 1 0.25 1 tr_meteor\n"
"model models/tempmetr.mdl framestart=0 framecount=1 framerate=0.5 alpha=-1 trail=tr_grenade scalemin=0.30 scalemax=.70 fullbright\n"
"randomvel 360\n"
"spawnorg 0\n"
"gravity 800\n"
@ -3313,9 +3311,9 @@ char *particle_set_h2part =
"}\n"
"r_part ce_chunk_greenflesh\n"
"{\n"
"model models/sflesh1.mdl 0 1 0.25 1 tr_acidball\n"
"model models/sflesh2.mdl 0 1 0.25 1 tr_acidball\n"
"model models/sflesh3.mdl 0 1 0.25 1 tr_acidball\n"
"model models/sflesh1.mdl 0 1 0.25 1 tr_spiderblood\n"
"model models/sflesh2.mdl 0 1 0.25 1 tr_spiderblood\n"
"model models/sflesh3.mdl 0 1 0.25 1 tr_spiderblood\n"
"randomvel 210 70 280\n"
"spawnorg 0\n"
"gravity 800\n"
@ -3360,14 +3358,15 @@ char *particle_set_h2part =
"scaledelta -10\n"
"rotationspeed -64 64\n"
"scalefactor 1\n"
"die 1\n"
"die 7\n"
"alpha 0.2\n"
"rgb 255 255 255\n"
"rgbdelta 0 -32 -32\n"
"friction 1\n"
"friction 0\n"
"blend add\n"
"veladd 1\n"
"gravity 200\n"
"gravity 0\n"
"flurry 32\n"
"}\n"
@ -4151,6 +4150,7 @@ char *particle_set_q2part =
"gravity -800\n"
"rgbf 1 1 1\n"
"scalefactor 0.8\n"
"sound \"misc/bigtele.wav\" 1 0 0 0 1\n"
"}\n"
;
#endif