Bugzilla – Bug 5067Remove references to unused teamtournament gametype. Toggle areaportal on mover ents where due is needed.Last modified: 2011-07-07 19:13:34 EDT
This is a read-only, static archive of bugzilla.icculus.org
Bug 5067
- Remove references to unused teamtournament gametype. Toggle areaportal on mover ents where due is needed.
Created attachment 2810[details]
Patch for teamtourney removal and areaportals. Feel free to clean up the macro however if you like.
There are a few references to an unused "Team Tournament" gametype left in the code, that can be safely removed.
If a mapper decides to have "notsingle", "notteam", "notfree", "notta", "notq3a", or a specific "gametype" specified for a mover entity in G_SpawnGEntityFromSpawnVars and it is freed by failing the criteria you end up with HOM because the areaportal is still closed.
Created attachment 2811[details]
Patch for teamtourney removal and areaportals. Feel free to clean up the macro however if you like.
Fixes my oops with macro usage.
Created attachment 2810 [details] Patch for teamtourney removal and areaportals. Feel free to clean up the macro however if you like. There are a few references to an unused "Team Tournament" gametype left in the code, that can be safely removed. If a mapper decides to have "notsingle", "notteam", "notfree", "notta", "notq3a", or a specific "gametype" specified for a mover entity in G_SpawnGEntityFromSpawnVars and it is freed by failing the criteria you end up with HOM because the areaportal is still closed.
Created attachment 2811 [details] Patch for teamtourney removal and areaportals. Feel free to clean up the macro however if you like. Fixes my oops with macro usage.