]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/server/mutators/gamemode_ctf.qc
Fix balancing with drop penalties; add assist points for previous carriers
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / gamemode_ctf.qc
2012-09-06 SamualFix balancing with drop penalties; add assist points...
2012-09-06 Samual LenksRedundancy is now made redundant.
2012-09-06 Samual LenksRework the scoring configuration a bit for CTF, strip...
2012-09-06 Samual LenksImprove the detection of the automatic "help me" notifier
2012-09-06 Samual LenksFix passing of flag notification on the HUD -- this...
2012-09-06 Samual LenksAdd "captime" score field for CTF, revealing captime...
2012-09-05 Samual LenksMerge remote-tracking branch 'origin/master' into samua...
2012-09-05 Samual LenksHURRAH, IT WORKS PROPERLY NOW!
2012-09-05 SamualTrying ONE more idea with RefSys
2012-09-04 Samual LenksVector should be float
2012-09-04 Samual Lenksuse the actual health/armor calculation for players...
2012-09-04 Samual LenksRemove trailing tabs
2012-09-03 Samual LenksSlightly working (!) passing through warpzones...
2012-09-03 Samual LenksComplete implementation of mutator hooks for vehicles
2012-09-03 Samual LenksNew WIP passing effect for the flags
2012-09-01 Samual LenksMerge remote-tracking branch 'origin/master' into samua...
2012-08-31 Samual LenksAlso add unique touch sound
2012-08-31 Samual LenksThis doesn't need fixed
2012-08-31 Samual LenksGive it a unique identifier and precache it too
2012-08-31 Samual LenksAdd a unique sound for flag passing
2012-08-31 Samual LenksUse the new effects now
2012-08-31 Samual LenksBegin implementing new touch effect
2012-08-31 Samual LenksMuch more stable implementation of floating flags
2012-08-31 Samual LenksExperimenting with new float-in-water handling techniques
2012-08-31 Samual LenksWorking on adding warpzone support to passing flags...
2012-08-30 Samual LenksFix stalemate and flag throwing while dead
2012-08-29 Samual LenksMerge remote-tracking branch 'origin/master' into samua...
2012-05-18 SamualMerge remote-tracking branch 'origin/master' into samua...
2012-04-17 SamualMerge remote branch 'origin/master' into samual/mutator_ctf
2012-04-12 SamualCleanup/quick improvement to auto_helpme_when_damaged
2012-04-11 SamualMiscellaneous stuff
2012-04-11 SamualAutomatically do the "help me" ping if flag carrier...
2012-04-11 SamualImplement full stalemate detection code (shows enemy...
2012-04-11 SamualMerge remote branch 'origin/master' into samual/mutator_ctf
2012-04-03 SamualCleanliness
2012-04-02 Samualremove space
2012-04-02 SamualUse separate messages for different return types
2012-04-02 SamualClean up something in FlagThink method
2012-04-02 SamualForce angles '0 0 0' for dropped/passing flags, in...
2012-04-02 SamualNew entity property: "teleportable" -- also use it...
2012-04-02 SamualMake flags float in water
2012-04-02 SamualGameover check is not needed in matchend hook
2012-04-02 SamualMake captureshield work properly
2012-04-02 SamualRemove blank line
2012-04-02 SamualHandle vehicles better
2012-04-02 SamualUse MatchEnd mutator hook for game over handling
2012-04-02 SamualCheck game over in the flag think function -- if a...
2012-04-02 SamualClean up more game mode specific code
2012-04-02 SamualMerge remote branch 'origin/master' into samual/mutator_ctf
2012-04-02 SamualActually, re-re-think that even more
2012-04-02 SamualActually, re-think that a little bit
2012-04-02 Samualdon't allow passing if the player is in a vehicle
2012-04-02 SamualClean up centerprints for enemyflagcarrier announcement
2012-04-02 SamualAdd mutator hooks for vehicle entrance and exit --...
2012-04-02 SamualAdd comments
2012-04-02 SamualImplement new mutator hook to handle the "help me"...
2012-04-02 SamualRemove more game mode dependent code from other files
2012-04-02 SamualDon't send centerprints to non-real clients, fix potent...
2012-04-02 SamualMore waypoint_for_enemy flagcarrier stuff, plus some...
2012-04-02 SamualImplementing several new waypointsprite features (like...
2012-04-01 SamualAdd g_ctf_portalteleport cvar to toggle whether flag...
2012-04-01 SamualAdd collect delay for returning flags too
2012-04-01 SamualMove DROP_RESET case slightly
2012-04-01 SamualFix more bugs
2012-04-01 SamualImprovements to how dropped flags are handled
2012-04-01 SamualFix flag throwing bug and dropped capture bug
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
next