]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/common/mutators
Link some positional entities (fixes prediction of jumppads in some odd old maps)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mutators /
2016-03-15 TimePathserver: pass compilation units test
2016-03-15 TimePathmenu: #undef IMPLEMENTATION
2016-03-14 TimePathMove scripts to qcsrc/tools
2016-03-14 TimePathdamagetext: migrate legacy formatting
2016-03-13 MarioDon't use nade team (breaks modes where friendly fire...
2016-03-13 TimePathDamagetext: simplify format specifier
2016-03-13 TimePathRemove uses of LAMBDA(), not handled well by uncrustify
2016-03-13 TimePathcl_multijump: default to opt-in
2016-03-12 TimePaths/make_pure/new_pure/
2016-03-12 MarioMerge branch 'Mario/impulse_broken'
2016-03-12 MarioApply a hack to fix being unable to switch weapons...
2016-03-12 MarioBroken attempt to bring back switching weapons while...
2016-03-12 MarioPush the location further to the side when setting...
2016-03-12 MarioDisable spawning near teammates if a team has only...
2016-03-12 MarioDon't spawn behind the player in spawn near teammates...
2016-03-11 MarioMake nade teams more reliable, also fix effects broken...
2016-03-10 TimePathMerge branch 'TimePath/notifications' into 'master'
2016-03-10 TimePathMerge branch 'master' into TimePath/notifications 292/head
2016-03-09 TimePathReplace uses of GetCvars with simpler REPLICATE
2016-03-09 TimePathFix indentation
2016-03-09 TimePathUse PHYS_INPUT_BUTTON_*
2016-03-06 MarioFix unecessary setting of self in sandbox
2016-03-06 TimePathNotifications: strong typing
2016-03-05 MarioRemove a few old TODOs that now have issues
2016-03-05 TimePathMark pure entities
2016-03-05 MarioRound up the health/armor values before sending them
2016-03-02 TimePathNotifications: strong references
2016-03-01 MarioRemove shockwave weapon from the new toys mutator
2016-02-28 MarioMerge branch 'terencehill/weaponmodel_effects_tweaks...
2016-02-28 TimePathMerge branch 'proraide/fix_fps' into 'master'
2016-02-27 MarioPrevent picking up nades while frozen
2016-02-21 MarioMerge branch 'Mario/balance_v2' into 'master'
2016-02-21 MarioMerge branch 'Mario/sniperrifle' into 'master'
2016-02-20 MarioMerge branch 'master' into morphed/hagar 284/head
2016-02-15 MarioAdd some checks to prevent silly things, like corpses...
2016-02-15 MarioGive picked up nades a set timer, also fix some issues...
2016-02-15 MarioMerge branch 'master' into morphed/hagar
2016-02-15 MarioAdd an option to pick up thrown nades
2016-02-14 MarioMerge branch 'master' into morphed/hagar
2016-02-13 MarioMerge branch 'terencehill/weaponmodel_effects_improveme...
2016-02-11 MarioAdd an option to use the old small nade size
2016-02-08 MarioMerge branch 'terencehill/csqc_cursor' into 'master'
2016-02-08 MarioMerge branch 'terencehill/fuelregen_powerup' into ...
2016-02-06 MarioAllow vampire buff to work with arc
2016-02-02 terencehillMake fuel regenerator a proper powerup so that it passe... 280/head
2016-01-31 terencehillMerge branch 'master' into terencehill/weaponmodel_effe...
2016-01-28 MarioMerge branch 'terencehill/itemstime_fixes' into 'master'
2016-01-28 terencehillFix broken superweapons time in the itemstime panel... 277/head
2016-01-28 terencehillFix Jetpack Regenerator time, it wasn't networked
2016-01-28 terencehillAvoid networking times of unsupported items
2016-01-27 MarioMerge branch 'terencehill/damagetext_cleanup' into...
2016-01-27 terencehillMake cl_damage* cvar descriptions untranslatable 274/head
2016-01-27 terencehillImprove 2 cvar descriptions
2016-01-27 terencehillEscape argument of cl_damagetext_format (it displayed...
2016-01-26 MarioFix frozen dodging to always work
2016-01-23 MarioAdd default icons for teams 3 and 4 and neutral flag...
2016-01-22 MarioRemove flight buff
2016-01-22 MarioNew buff: Luck (random chance to deal 3x damage)
2016-01-16 MarioFurther reduce magnet buff's range, also fix it
2016-01-16 MarioFix buff timer when exiting vehicle
2016-01-15 MarioMerge branch 'packer/alias_movetospec' into 'master'
2016-01-15 MarioLower range of magnet item pickups, and greatly reduce...
2016-01-15 MarioFire inflicts no damage to inferno buff carriers, also...
2016-01-15 MarioFix naming of a variable which broke inferno's damage...
2016-01-15 MarioReplace medic's teamshoot healing ability with a nearby...
2016-01-06 MarioPurge self from PlayerDies
2016-01-04 MarioMerge branch 'terencehill/lms_itemtimes_fix' into ...
2016-01-04 MarioMerge branch 'terencehill/menu_fixes' into 'master'
2016-01-04 MarioMerge branch 'terencehill/menu_optimization' into ...
2016-01-04 MarioSimplify maths for most vlen cases
2016-01-03 MarioHopefully fix a potential crash
2016-01-03 MarioFix the only remaining cases of self in CSQC model lib
2016-01-03 MarioFix use of self in .draw
2016-01-03 MarioDon't depend on self for draw2d
2016-01-03 MarioPurge most cases of self from the client folder
2016-01-03 MarioFix self usage in midair mutator's PlayerDamage hook
2016-01-03 MarioPurge self from event_damage
2016-01-01 terencehillMerge branch 'master' into terencehill/lms_itemtimes_fix 266/head
2016-01-01 MarioUse IS_DEAD where possible, also fix vehicles targeting...
2016-01-01 MarioUse STAT(FROZEN, e) instead of e.frozen
2016-01-01 MarioUse loop to kill hooks attached to nade
2015-12-31 MarioUse IS_DEAD everywhere
2015-12-31 MarioRename PHYS_DEAD to IS_DEAD and make it usable outside...
2015-12-31 TimePath##__VA_ARGS__: replace with standards compliant alternative
2015-12-30 TimePathMakefile: use `-I.`
2015-12-29 TimePathcpp compat
2015-12-29 TimePathWhitespace police
2015-12-29 TimePathMerge branch 'terencehill/server_aliases_fix' into...
2015-12-28 TimePaths/make_pure/new_pure/
2015-12-25 MarioKill some uses of TRUE and FALSE
2015-12-25 MarioUse the ONGROUND macros
2015-12-24 TimePathtuba: fix #1621
2015-12-24 MarioKill most uses of FOR_EACH_REALCLIENT
2015-12-24 MarioKill FOR_EACH_REALPLAYER
2015-12-24 MarioRemove FOR_EACH_PLAYER and FOR_EACH_SPEC from the codebase
2015-12-24 MarioMore loops
2015-12-24 TimePathClientConnect: cleanup
2015-12-24 MarioLoopify instagib
2015-12-24 TimePathMerge branch 'terencehill/cl_forceplayercolors_2' into...
2015-12-24 TimePathMerge branch 'terencehill/connection_msg_fix' into...
next