]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/server/mutators/gamemode_ctf.qc
THERE CAN ONLY BE ONE!
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / gamemode_ctf.qc
2012-04-01 SamualAlso clean up dropping code a little bit
2012-04-01 SamualMerge capture code and update other status sharing...
2012-04-01 SamualMerge flag pickup handling code
2012-04-01 SamualEVEN MORE cleanup of redundant code
2012-04-01 SamualRemove more redundant code
2012-04-01 SamualFix two bugs (multiple captures at once bug, and issue...
2012-04-01 SamualFix record keeping for flag capture times
2012-04-01 SamualFix several bugs, also only pass the flag if the team...
2012-04-01 SamualFinish implementing ctf_Handle_Failed_Pass()
2012-04-01 SamualUse MOVETYPE_FLY while passing the flag instead of...
2012-04-01 SamualMake bots automatically pass you the flag if you send...
2012-04-01 SamualImplement whole new passing/throwing system which ...
2012-03-31 SamualMore small things
2012-03-31 SamualQuick fixes
2012-03-31 SamualBegin adding FLAG_PASSING flag status and think/touch...
2012-03-31 SamualClean up more redundant code
2012-03-31 SamualMove pass/throw/drop code out of the event handler...
2012-03-31 SamualEnable droppedcapture code to actually work
2012-03-31 SamualChange dropperid/pickupid to just reference the entity...
2012-03-31 SamualAdd antispam for passing flags
2012-03-31 SamualAdd the cvars back for flagcarrier stuffz and fix some...
2012-03-31 SamualAdd proper checks for NEEDKILL
2012-03-31 SamualMerge remote branch 'origin/master' into samual/mutator_ctf
2012-03-31 SamualI swear i'm going to sleep after this
2012-03-31 SamualMOAR FIXES.
2012-03-31 SamualMore fixes...
2012-03-31 SamualAdd pushable property, and a small fix for performance
2012-03-31 SamualMore fixes/cleanups
2012-03-31 SamualBegin implementing ctf_Handle_Dropped_Capture()
2012-03-31 SamualConsistency, consistency, consistency...
2012-03-31 SamualMore cleanup, more fixes, and also make the passing...
2012-03-31 SamualFix that last commit
2012-03-31 SamualImplement "FLAG_TOUCHRATE" to limit the sounds/effects...
2012-03-31 SamualFinish implementing passing and fix a few other things
2012-03-31 SamualNew passing/dropping system, flags are now "thrown...
2012-03-30 SamualAutomatically return the flag if it touches trigger_hur...
2012-03-30 SamualMerge remote branch 'origin/master' into samual/mutator_ctf
2012-03-30 SamualUpdate return message a bit
2012-03-30 SamualEnable/fix verbosename centerprints, and add cvar for...
2012-03-30 SamualMany more bug fixes/new features/cleanups
2012-03-30 SamualCreate separate FLAG_SCALE constant
2012-03-30 SamualLittle cleanup/fix the flag think method
2012-03-29 SamualFix quite a lot of bugs/finish bringing back the old...
2012-03-28 SamualDebugging some stuff, etc
2012-03-28 SamualMake the flag respawn when it touches lava/slime
2012-03-27 SamualMerge remote branch 'origin/master' into samual/mutator_ctf
2012-02-09 SamualMerge remote branch 'origin/master' into samual/mutator_ctf
2012-02-08 SamualFix some quick things
2012-02-08 SamualMerge remote branch 'origin/master' into samual/mutator_ctf
2011-08-15 SamualMerge remote branch 'origin/master' into samual/mutator_ctf
2011-04-26 SamualMinor fixes and edits plus starting work on spawnorigin...
2011-04-26 SamualLots of updates from when I was on vacation/had some...
2011-04-26 SamualMerge remote branch 'origin/master' into samual/mutator_ctf
2011-04-06 SamualMerge remote branch 'origin/master' into samual/mutator_ctf
2011-04-01 SamualUpdate eventlog command to be cleaner... wtf why was...
2011-03-31 SamualMerge remote branch 'origin/master' into samual/mutator_ctf
2011-03-31 SamualUpdate centerprint stuff, eventlog printing, and finish...
2011-03-30 SamualWhoops fix a bot thing quickly
2011-03-30 SamualBegin moving the rest of the misc functions to mutator...
2011-03-30 SamualMerge remote branch 'origin/master' into samual/mutator_ctf
2011-03-30 SamualFix waypointsprites in quite a few ways, fix the captur...
2011-03-29 SamualQuickly allow picking up of the flag from a base -...
2011-03-28 SamualIT WORKS NOW!!!!!! sorta. The touch system and other...
2011-03-28 SamualUpdate the last edited date while merging master into...
2011-03-28 SamualMerge remote branch 'origin/master' into samual/mutator_ctf
2011-03-28 SamualFix comment quickly
2011-03-28 SamualMerge remote branch 'origin/master' into samual/mutator_ctf
2011-03-28 SamualIT COMPILES! YAYYYY - Now I just need to fix everything...
2011-03-28 SamualSet up new framework for touch statement, re-write...
2011-03-27 SamualBringing it closer and closer... gotta create the event...
2011-03-27 SamualFinish up spawnfunc stuff
2011-03-27 SamualGround work for re-write of CTF game mode... god this...