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
This commit is contained in:
parent
81a9c45efa
commit
09ec3bf6ea
70 changed files with 2944 additions and 551 deletions
|
@ -35,6 +35,7 @@ void PR_SpawnInitialEntities(const char *file);
|
|||
void PR_RegisterFields(void);
|
||||
void PR_Init(void);
|
||||
void QDECL ED_Spawned (struct edict_s *ent, int loading);
|
||||
void SSQC_MapEntityEdited(int modelidx, int idx, const char *newdata);
|
||||
qboolean SV_RunFullQCMovement(struct client_s *client, usercmd_t *ucmd);
|
||||
qboolean PR_KrimzonParseCommand(char *s);
|
||||
qboolean PR_ParseClusterEvent(char *dest, char *source, char *cmd, char *info);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue