I wonder how much this will break. Ahh well. It works for me, and I need to go to bed.
Well, plugins should be able to read/write files through the engine. audio decoding plugin interface is in (might be changed later). TCPConnect is in. msg_filter and scr_centersbar. some recording fixes too. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1634 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
e54ecb4a9a
commit
339d478659
53 changed files with 1235 additions and 446 deletions
|
@ -365,6 +365,7 @@ typedef struct {
|
|||
presetinfo_t preset[] =
|
||||
{
|
||||
{"r_presetname", {"286", "fast", "default", "nice", "realtime"}},
|
||||
{"gl_texturemode", {"nn", "ln", "ln", "ll", "ll"}},
|
||||
{"r_particlesdesc", {"none", "highfps", "spikeset", "spikeset", "spikeset"}},
|
||||
{"r_stains", {"0", "0", "1", "1", "1"}},
|
||||
{"r_drawflat", {"1", "0", "0", "0", "0"}},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue