* Toggleable missionpack checks. Disables team models and relevant checks interfering with testing. Some comments were also modified in order to work with SciTE.
* Revert "Toggleable missionpack checks. Disables team models and relevant checks interfering with testing. Some comments were also modified in order to work with SciTE."
This reverts commit fe4c340e35.
* Committing leilei's changes from the leilei-cosmetic2 branch for the UI3.
* Now it compiles.
This cvar allows Harvester to work in a similar way to Unreal Tournament 3's Greed mode: it eliminates the neutral obelisk and makes the skulls appear from the fallen players' bodies instead.
This version will move skulls to the neutral obelisk if they enter a nodrop zone.
Also removed elimination_grapple
Squashed commit of the following:
commit 76d7a3bd8909c4d3928668f7f5b39c7cdbfe4107
Author: sago007 <poul@poulsander.com>
Date: Sun Dec 2 11:55:14 2018 +0100
Removed elimination_grapple. Optimized several lines away
commit ca3d9683c676004247ee5d08102e249354dc3d18
Merge: d781b2e372a8e6
Author: sago007 <poul@poulsander.com>
Date: Sun Dec 2 11:42:22 2018 +0100
Merge branch 'grapple' of git://github.com/NeonKnightOA/gamecode into NeonKnightOA-grapple
commit 372a8e6b19
Author: Neon_Knight <openarena.arg@gmail.com>
Date: Sat Dec 1 21:33:10 2018 -0300
Removed grappleAll mode and CVAR_RESTART and CVAR_LATCH from the gametype flags.
commit 3d565c6774
Merge: e0f7240ec18065
Author: Neon_Knight <openarena.arg@gmail.com>
Date: Sat Dec 1 20:37:15 2018 -0300
Merge branch 'grapple' of https://github.com/NeonKnightOA/gamecode into grapple
commit e0f7240797
Merge: 5e5c55ab40d886
Author: NeonKnightOA <openarena.arg@gmail.com>
Date: Sat Dec 1 20:35:43 2018 -0300
Merge pull request #3 from OpenArena/master
Updating the code.
commit ec18065fdb
Merge: 2c7d0c3b40d886
Author: NeonKnightOA <openarena.arg@gmail.com>
Date: Sat Dec 1 20:30:40 2018 -0300
Merge branch 'master' into grapple
commit 5e5c55a7f0
Merge: 468dd68d967ac8
Author: NeonKnightOA <openarena.arg@gmail.com>
Date: Sat Dec 1 16:24:06 2018 -0300
Merge pull request #2 from OpenArena/master
Replace GAMETYPE checks with defines
commit 2c7d0c3af6
Merge: f716785d967ac8
Author: NeonKnightOA <openarena.arg@gmail.com>
Date: Sat Dec 1 12:45:05 2018 -0300
Merge branch 'master' into grapple
commit 468dd68a22
Merge: b9a61db0bee41a
Author: NeonKnightOA <openarena.arg@gmail.com>
Date: Sat Dec 1 11:02:24 2018 -0300
Merge pull request #1 from OpenArena/master
Pull request #35. Replaces all the complicated gametype checks with h…
commit f7167854cf
Merge: 79d3f31576e947
Author: Neon_Knight <openarena.arg@gmail.com>
Date: Sat Dec 1 10:32:35 2018 -0300
Merge branch 'grapple' of https://github.com/NeonKnightOA/gamecode into grapple
commit 79d3f31705
Author: Neon_Knight <openarena.arg@gmail.com>
Date: Sat Dec 1 10:31:52 2018 -0300
Fixed.
commit 576e947dc0
Merge: 0d1031f0bee41a
Author: NeonKnightOA <openarena.arg@gmail.com>
Date: Sat Dec 1 10:27:31 2018 -0300
Merge branch 'master' into grapple
commit 0d1031fe2d
Author: Neon_Knight <openarena.arg@gmail.com>
Date: Sat Dec 1 10:24:36 2018 -0300
Updated with the new gamecode.
commit b9a61dbe45
Author: Neon_Knight <openarena.arg@gmail.com>
Date: Wed Nov 28 21:26:34 2018 -0300
Revert "Toggleable missionpack checks. Disables team models and relevant checks interfering with testing. Some comments were also modified in order to work with SciTE."
This reverts commit fe4c340e35.
commit fe4c340e35
Author: Neon_Knight <openarena.arg@gmail.com>
Date: Wed Nov 28 21:21:31 2018 -0300
Toggleable missionpack checks. Disables team models and relevant checks interfering with testing. Some comments were also modified in order to work with SciTE.
NeonKnight description:
I had disabled these pieces of code in order to test important stuff for the SP. However, instead of commenting them out, I thought it would be better, in case team models are going to be implemented in a future (the idea itself is good, I can see clans creating their own model with exchangeable heads), to just create a toggleable cvar.
The cvar is cg_missionpackChecks.
Also some pieces of commented code weren't parsed well in some editors, so I've changed the commenting format.
Squashed commit of the following:
commit 63ae78034d7ac04c08dc2f6184982b8dbebe8914
Author: sago007 <poul@poulsander.com>
Date: Sat Dec 1 22:26:23 2018 +0100
Minor indentation fixes and replaced the != 0 for boolean type cvar
commit 1ea163529a
Merge: 0027cfcd967ac8
Author: NeonKnightOA <openarena.arg@gmail.com>
Date: Sat Dec 1 12:44:30 2018 -0300
Merge branch 'master' into mpchecks
commit 0027cfc39b
Merge: 63d8bd10bee41a
Author: NeonKnightOA <openarena.arg@gmail.com>
Date: Sat Dec 1 10:55:59 2018 -0300
Merge branch 'master' into mpchecks
commit 63d8bd1dcb
Author: Neon_Knight <openarena.arg@gmail.com>
Date: Sat Dec 1 10:53:10 2018 -0300
Just to make the code cleaner.
commit 2dea58d8d6
Author: Neon_Knight <openarena.arg@gmail.com>
Date: Wed Nov 28 22:30:05 2018 -0300
Better marked the checks.
commit 91a9d07ef6
Author: Neon_Knight <openarena.arg@gmail.com>
Date: Wed Nov 28 22:16:43 2018 -0300
This now works.
commit 821342a2a3
Author: Neon_Knight <openarena.arg@gmail.com>
Date: Wed Nov 28 22:11:02 2018 -0300
An additional cvar, ui_missionpackChecks, had to be created.
commit 43bf272a06
Author: Neon_Knight <openarena.arg@gmail.com>
Date: Wed Nov 28 21:56:19 2018 -0300
Forgot this.
commit 6601f06131
Author: Neon_Knight <openarena.arg@gmail.com>
Date: Wed Nov 28 21:48:55 2018 -0300
Syntax error. -.-
commit dab5e1c7ca
Author: Neon_Knight <openarena.arg@gmail.com>
Date: Wed Nov 28 21:28:10 2018 -0300
Missionpack checks. Disable team model check and SP-specific code. Also some comments were modified in order to work with SciTE and other editors.
commit b9a61dbe45
Author: Neon_Knight <openarena.arg@gmail.com>
Date: Wed Nov 28 21:26:34 2018 -0300
Revert "Toggleable missionpack checks. Disables team models and relevant checks interfering with testing. Some comments were also modified in order to work with SciTE."
This reverts commit fe4c340e35.
commit fe4c340e35
Author: Neon_Knight <openarena.arg@gmail.com>
Date: Wed Nov 28 21:21:31 2018 -0300
Toggleable missionpack checks. Disables team models and relevant checks interfering with testing. Some comments were also modified in order to work with SciTE.
Squashed commit of the following:
commit c05ffecf38
Author: Neon_Knight <openarena.arg@gmail.com>
Date: Fri Nov 30 22:53:54 2018 -0300
This is also not needed anymore.
commit 14abe7715a
Author: Neon_Knight <openarena.arg@gmail.com>
Date: Fri Nov 30 22:29:26 2018 -0300
Last checks found. Hopefully that's enough.
commit cad2ab0c5a
Author: Neon_Knight <openarena.arg@gmail.com>
Date: Fri Nov 30 22:14:33 2018 -0300
We don't need g_ffa_gt anymore.
commit 2577547db4
Author: Neon_Knight <openarena.arg@gmail.com>
Date: Fri Nov 30 22:04:09 2018 -0300
More checks located.
commit d9c96477c6
Author: Neon_Knight <openarena.arg@gmail.com>
Date: Fri Nov 30 21:29:41 2018 -0300
Had to do this just to get it to compile.
commit 2089039745
Author: Neon_Knight <openarena.arg@gmail.com>
Date: Fri Nov 30 21:18:25 2018 -0300
Fixing several syntax errors.
commit 0edba34607
Author: Neon_Knight <openarena.arg@gmail.com>
Date: Fri Nov 30 21:07:23 2018 -0300
Oops... my mistakes. -.-
commit 05e9ef79d4
Author: Neon_Knight <openarena.arg@gmail.com>
Date: Fri Nov 30 21:00:00 2018 -0300
New checks for team flags, team obelisks, control points and rounds.
commit 06e325ab00
Author: Neon_Knight <openarena.arg@gmail.com>
Date: Thu Nov 29 17:10:48 2018 -0300
Some syntax errors fixed.
commit e394d4fc54
Author: Neon_Knight <openarena.arg@gmail.com>
Date: Thu Nov 29 17:00:01 2018 -0300
Finished the splitting.
commit 5e267d161f
Author: Neon_Knight <openarena.arg@gmail.com>
Date: Thu Nov 29 16:34:01 2018 -0300
Splitting the function.
commit 7c643f14aa
Author: Neon_Knight <openarena.arg@gmail.com>
Date: Thu Nov 29 12:36:14 2018 -0300
Syntax error.
commit aba598fde4
Author: Neon_Knight <openarena.arg@gmail.com>
Date: Thu Nov 29 12:26:58 2018 -0300
All the isTeam checks were moved to a centralized function.
commit b9a61dbe45
Author: Neon_Knight <openarena.arg@gmail.com>
Date: Wed Nov 28 21:26:34 2018 -0300
Revert "Toggleable missionpack checks. Disables team models and relevant checks interfering with testing. Some comments were also modified in order to work with SciTE."
This reverts commit fe4c340e35.
commit fe4c340e35
Author: Neon_Knight <openarena.arg@gmail.com>
Date: Wed Nov 28 21:21:31 2018 -0300
Toggleable missionpack checks. Disables team models and relevant checks interfering with testing. Some comments were also modified in order to work with SciTE.
- better pronouns
- player torso pitches again
- don't make impact explosions for weaposn if particles are enabled. this stops potential hitches/artifacts/flashes