Bill Currie
|
ec47e08e1c
|
go back to using QFile, quakeio.h and quakefs.h
|
2002-08-27 07:16:28 +00:00 |
|
Ragnvald Maartmann-Moe IV
|
f8daa09bcb
|
Fix software scrag missile trails, and add a minor optimization to them and hell knight's fire wave trails.
|
2002-01-06 23:12:09 +00:00 |
|
Ragnvald Maartmann-Moe IV
|
b13efc3a83
|
Particle updates. Some cleanups, small speedups, and reimplement id's effects. r_particle_styles 0 to see id's effects.
|
2002-01-04 03:32:59 +00:00 |
|
Bill Currie
|
013f503738
|
start getting const-correct on vec3_t params
|
2002-01-03 05:29:38 +00:00 |
|
Ragnvald Maartmann-Moe IV
|
c764ddc64a
|
Just a massive speedup to gl particles. Enjoy.
(Thanks to LordHavoc for prodding me to use glDrawElements, and munge all the particle textures into 1. Code mine, suggestions his)
|
2001-12-19 04:03:57 +00:00 |
|
Ragnvald Maartmann-Moe IV
|
f66b7a93e5
|
Major particle interface cleanup, several bugfixes, and minor performance improvements. Oh, check out "/help easter_eggs" (gl-only, at the moment).
|
2001-12-11 22:37:30 +00:00 |
|
Bill Currie
|
78a3e398d5
|
* taniwha gets medieval on extern
|
2001-10-28 04:23:37 +00:00 |
|
Bill Currie
|
74d3499f74
|
fix a seg caused by my changes from last night
|
2001-10-27 20:52:33 +00:00 |
|
Bill Currie
|
b5341f0d13
|
we now compile and link with -fno-common. this cleans up the multiple,
uninitialized declarations of variables.
|
2001-10-23 16:55:23 +00:00 |
|
Ragnvald Maartmann-Moe IV
|
9cc671e6d2
|
Try #2.
Change r_maxparticles from short to unsigned int.
Make MAX_DLIGHTS into a cvar, r_dlight_max that sets the unsigned int r_maxdlights.
|
2001-10-09 20:35:17 +00:00 |
|
Bill Currie
|
b1f4a778f9
|
the rcsid commit from hell }:>
|
2001-09-28 06:26:31 +00:00 |
|
Ragnvald Maartmann-Moe IV
|
35b767cd21
|
Remove scaling from R_RunParticleEffect, and make blood puff size variable in qw.
|
2001-09-27 03:09:24 +00:00 |
|
Ragnvald Maartmann-Moe IV
|
2941c07b0a
|
Add small cyan light to lightning impacts. And restore particle direction use in nq. Greatly improves blood effects.
|
2001-09-27 00:43:46 +00:00 |
|
Ragnvald Maartmann-Moe IV
|
bb6796247c
|
Kill r_particles->int_val testing in gl particle engine. Also merge a bit down to r_part.c/r_cvar.c. Properly declare cl_max_particles (how the heck was it working when only ever declared as exter cvar_t *cl_max_particles?).
Should be a minor speedup for gl, definitely a code cleanup.
|
2001-09-22 02:37:45 +00:00 |
|
Ragnvald Maartmann-Moe IV
|
fc1ab9640e
|
r_numparticles is now r_maxparticles. Ah, the joy of sane variable names.
|
2001-09-19 18:07:09 +00:00 |
|
Ragnvald Maartmann-Moe IV
|
0d0e570676
|
Small particle trail speedup/legibility/flexibility improvement, at price of redundant code in sw/sw32. Tradeoffs. *sigh*
|
2001-09-07 05:37:11 +00:00 |
|
Bill Currie
|
d7675ada7a
|
move the particle count multiplication out of the renderer and into the clien
(for blood and gunshot, anyway).
|
2001-09-06 05:41:15 +00:00 |
|
Bill Currie
|
11489550ba
|
gratuitous_diff--
|
2001-08-28 22:46:02 +00:00 |
|
Adam Olsen
|
c6ec43d659
|
some build fixes, which I'm not sure are right, and a fix for
fullscreen toggling.
|
2001-08-25 09:21:40 +00:00 |
|
Bill Currie
|
8fa46e9fc0
|
almost there getting the sw32 client to link
|
2001-08-25 03:24:44 +00:00 |
|
Ragnvald Maartmann-Moe IV
|
c6266aba36
|
sw32. Flee in terror. This'll break compilation for everything until -sdl32 compiles. sw32 wont work for a while either, so don't get overly excited yet.
|
2001-08-25 02:47:11 +00:00 |
|