]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/server/mutators/gamemode_ctf.qc
Use the new effects now
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / gamemode_ctf.qc
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
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
next