quakeforge/include/QF/plugin
Bill Currie 8d2791752e [particles] Merge particle spawning into client
After yesterday's crazy marathon editing all the particles files, and
starting to do another big change to them today, I realized that I
really do need to merge them down. All the actual spawning is now in the
client library (though particle insertion will need to be moved). GLSL
particle rendering is semi-broken in that it now does only points (until
I come up with a way to select between points and quads (probably a
context object, which I need anyway for Vulkan)).
2021-12-24 06:45:13 +09:00
..
cd.h [util] Make PI_LoadPlugin always call general init function 2021-06-26 16:18:05 +09:00
console.h [console] Hook up new input system 2021-11-08 11:20:04 +09:00
general.h [plugin] Clean up the rest of the plugin structs 2021-06-22 19:47:20 +09:00
input.h [plugin] Clean up the rest of the plugin structs 2021-06-22 19:47:20 +09:00
snd_output.h [audio] Add optional on_update output function 2021-06-25 13:52:50 +09:00
snd_render.h [util] Make PI_LoadPlugin always call general init function 2021-06-26 16:18:05 +09:00
vid_render.h [particles] Merge particle spawning into client 2021-12-24 06:45:13 +09:00