fteqw/engine/http
Spoike 09ec3bf6ea added explicit 'blend rtsmoke' particles that are intended to lit by rtlights without needing to override shaders.
addtrisoup_simple now supports line lists too.
fix a memory leak in the sound code.
fix chunked http download corruption in certain cases.
reworked the networking associated with entity editing. now carries ids instead of indexes (qc isn't aware of them).
'map blarg.map' will now auto-create a dummy map if it does not already exist. this should make it easier to get started with map editing.
fix some issues with banning yourself - loopback can now mute etc themselves, but not ban themselves.
downloads/updates menu now handles plugin detection. user-installed plugins will result in a prompt allowing the user to enable/disable/delete them. This makes using plugins more explicit.
revamped help menu to remove m_state
fix silly ode copypasta bug, added preliminary bullet code in case anyone is interested.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5090 fc73d0e0-1445-4013-8a0c-d673dee63da5
2017-04-18 11:12:17 +00:00
..
ftpclient.c stripped out my ancient form of in-engine translation. Implemented gettext style translation instead. Automatically determine language from environment settings. 2013-11-29 14:36:47 +00:00
ftpserver.c fix some of the things that baker didn't like. sorry it took so long. 2016-08-25 00:12:14 +00:00
httpclient.c added explicit 'blend rtsmoke' particles that are intended to lit by rtlights without needing to override shaders. 2017-04-18 11:12:17 +00:00
httpserver.c fix some of the things that baker didn't like. sorry it took so long. 2016-08-25 00:12:14 +00:00
iweb.h Try to clean up a few things in the hopes of making Eukara's efforts easier. That or just to give him conflicts. 2017-03-26 23:03:02 +00:00
iwebiface.c added explicit 'blend rtsmoke' particles that are intended to lit by rtlights without needing to override shaders. 2017-04-18 11:12:17 +00:00
webgen.c reworked menusys combo items, as per mushi's request. should be a bit prettier now. 2016-02-15 06:01:17 +00:00