]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/server/mutators/gamemode_ctf.qc
These spawnfuncs belong in the CTF code file, not elsewhere
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / gamemode_ctf.qc
2012-09-10 Samual LenksThese spawnfuncs belong in the CTF code file, not elsewhere
2012-09-10 Samual LenksWe're supposed to check this value for use key ^_^
2012-09-10 Samual LenksAdd a debug check for an issue I noticed earlier, need...
2012-09-10 Samual LenksUpdate the help me ping a bit to be more useful
2012-09-10 Samual LenksWe don't need that there anymore
2012-09-10 Samual LenksScore rules should be set up in the initiation part...
2012-09-09 Samual LenksMerge remote-tracking branch 'origin/master' into samua...
2012-09-09 Samual LenksWhoops, forgot about this when adding returns
2012-09-09 Samual LenksMerge remote-tracking branch 'origin/master' into samua...
2012-09-08 Samual LenksOn second thought, don't invert the passing effect
2012-09-08 Samual LenksRemove some useless cvars and update the effects more
2012-09-08 Samual LenksNew capture effects
2012-09-08 Samual LenksMerge remote-tracking branch 'origin/master' into samua...
2012-09-08 Samual LenksMerge remote-tracking branch 'origin/master' into samua...
2012-09-08 Samual LenksBetter use of TRUE/FALSE in gamemode_ctf.qc
2012-09-08 Samual LenksOn second thought, this needs to run in intermission...
2012-09-08 Samual LenksDon't allow players to throw the flag in intermission
2012-09-08 Samual LenksCorrect spelling of "receive" in even more places....
2012-09-07 Samual LenksMerge remote-tracking branch 'origin/master' into samua...
2012-09-07 Samual Lenksbetter calculation/settings for strength flag throwing
2012-09-07 Samual LenksRemove useless entity... also ADD STRENGTH MULTIPLIER...
2012-09-07 Samual LenksUpdate the "last updated" timestamp on the code
2012-09-07 Samual LenksMerge remote-tracking branch 'origin/master' into samua...
2012-09-06 Samual LenksFix mis-spelling of "receiver"
2012-09-06 Samual LenksMerge remote-tracking branch 'origin/master' into samua...
2012-09-06 Samual LenksPassing is assisting too
2012-09-06 SamualYou can't assist yourself ^_^
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
next