From 1360a56e2543d86c915e0265efc797951712d1d8 Mon Sep 17 00:00:00 2001 From: Tyler Young Date: Sun, 22 Jan 2023 21:07:42 -0500 Subject: [PATCH 1/3] Restore PF_etos in QC --- source/server/defs/quakespasm.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/server/defs/quakespasm.qc b/source/server/defs/quakespasm.qc index ced3686..cffe9ce 100644 --- a/source/server/defs/quakespasm.qc +++ b/source/server/defs/quakespasm.qc @@ -220,7 +220,7 @@ void (float to, float f) void (float to, float f) WriteAngle = #57; void (float to, string s) WriteString = #58; void (float to, entity s) WriteEntity = #59; -//string (entity s) etos = #65; +string (entity s) etos = #65; void (float step) movetogoal = #67; string (string s) precache_file = #68; // no effect except for -copy void (entity e) makestatic = #69; From 25b99bae43073a28b6feca993db0b17ee386d6a2 Mon Sep 17 00:00:00 2001 From: Tyler Young Date: Sun, 22 Jan 2023 21:09:29 -0500 Subject: [PATCH 2/3] Update quakespasm.qc --- source/server/defs/quakespasm.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/server/defs/quakespasm.qc b/source/server/defs/quakespasm.qc index cffe9ce..d517e15 100644 --- a/source/server/defs/quakespasm.qc +++ b/source/server/defs/quakespasm.qc @@ -240,7 +240,7 @@ string (string s) string (string s) precache_file2 = #77; // registered version only void (entity e) setspawnparms = #78; // set parm1... to the void (entity plr, float achievement) achievement = #79; -void (entity killer, entity killee) logfrag = #79; // add to stats +//void (entity killer, entity killee) logfrag = #79; // add to stats float (string s) stof = #81; // 2001-09-20 QuakeC string manipulation by FrikaC void (vector where, float set) multicast = #82; vector (entity what) Get_Waypoint_Near = #83; From 02342646a30c78c8532243d26b57a61f7f22545e Mon Sep 17 00:00:00 2001 From: Tyler Young Date: Sun, 22 Jan 2023 21:43:48 -0500 Subject: [PATCH 3/3] Restore movetoorigin in QC --- source/server/defs/quakespasm.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/server/defs/quakespasm.qc b/source/server/defs/quakespasm.qc index d517e15..9999c3a 100644 --- a/source/server/defs/quakespasm.qc +++ b/source/server/defs/quakespasm.qc @@ -225,7 +225,7 @@ void (float step) string (string s) precache_file = #68; // no effect except for -copy void (entity e) makestatic = #69; void (string s) changelevel = #70; -//void (float step, vector origin) movetoorigin = #71; +void (float step, vector origin) MoveToOrigin = #71; void (string var, string val) cvar_set = #72; // sets cvar.value void (entity client, string s) centerprint = #73; // sprint, but in middle //void (entity client, string s, string s) centerprint2 = #73;