]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/common
Blacklist a couple of cvars
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common /
2017-07-30 terencehillMerge branch 'terencehill/rounded_times' into 'master'
2017-07-29 terencehillProperly round race times since they seem to always...
2017-07-28 MarioMerge branch 'Mario/addtolist_cleanup' into 'master'
2017-07-28 MarioOnly run PM_UpdateButtons on real clients (bots don...
2017-07-19 TimePathMerge branch 'martin-t/units' into 'master'
2017-07-18 MarioMove the buff checks below the BuffTouch hook incase...
2017-07-18 MarioPort clientdata to ClientState
2017-07-18 MarioPort hitplotfh to ClientState
2017-07-18 MarioPortal specialcommand to ClientState
2017-07-17 MarioPort specialcommand_pos to ClientState
2017-07-17 MarioPort scorekeeper to ClientState
2017-07-17 MarioPort accuracy to ClientState
2017-07-17 MarioStore rifle_accumulator on the weapon entity
2017-07-17 MarioPort v_angle_old to ClientState
2017-07-17 MarioPort latency_sum, latency_cnt and latency_time to Clien...
2017-07-17 MarioTentatively port msg_choice_choices to ClientState
2017-07-17 MarioMake g_balance_damagepush_speedfactor a networked varia...
2017-07-16 MarioMake some global stats global and fix a warning when...
2017-07-16 MarioClean up W_RandomWeapons a bit
2017-07-16 MarioClean up Physics_UpdateStats a bit
2017-07-16 MarioPort itemkeys to PlayerState
2017-07-16 MarioPort race_completed to ClientState and move prevorigin...
2017-07-16 MarioMove racecar_angles into the bugrigs file
2017-07-16 MarioRemove CheckRules_Player (empty function, the only...
2017-07-16 MarioMerge branch 'TimePath/botammo_div0' into 'master'
2017-07-16 TimePathAdd a few default definitions here so they can be easil...
2017-07-16 TimePathSuppress a division by zero warning when bots evaluate... 456/head
2017-07-15 MarioPort killcount to ClientState
2017-07-15 MarioPort allowed_timeouts and active_minigame to ClientStat...
2017-07-15 MarioPort teamkill_complain, teamkill_soundtime and teamkill...
2017-07-15 MarioFix compilation unit
2017-07-15 MarioPort buttons_old to ClientState
2017-07-15 MarioPort movement and movement_old to ClientState
2017-07-15 MarioPort pressedkeys to ClientState
2017-07-15 MarioPort ping, ping_packetloss and ping_movementloss to...
2017-07-15 MarioPort buttonchat, buttonuse and cursor_active to ClientState
2017-07-15 MarioPort button2-16 to ClientState
2017-07-15 MarioPort button0 and button3 (attack and attack2) to Client...
2017-07-15 MarioMake the clientstate entity a parameter of PM_UpdateButtons
2017-07-15 MarioForward impulses, movement and buttons to ClientState...
2017-07-15 MarioPort pm_frametime to ClientState
2017-07-15 MarioMerge branch 'martint-t/weap-order' into 'master'
2017-07-15 Martin Taibr"temporary" fix for weapon order 454/head
2017-07-13 MarioMake use of modern lib to clean up the addtolist and...
2017-07-13 MarioMove some variables out of constants.qh
2017-07-13 MarioSplit projectiles and scores out of constants.qh and...
2017-07-13 MarioMove physics specific stats into the movetype code...
2017-07-12 MarioUse global stats in the physics macros to make sure...
2017-07-10 MarioRemove an unused field
2017-07-09 MarioDon't show an empty race panel in modes where times...
2017-07-09 MarioFix a few remaining case of self
2017-07-09 terencehillMerge branch 'martin-t/dmgtext2' into 'master'
2017-07-08 Martin Taibruse AUTOCVAR_SAVE
2017-07-08 MarioRough fix for pong's input issues
2017-07-03 Martin TaibrMerge branch 'master' into martin-t/dmgtext2
2017-07-03 Martin Taibrupdate AUTOCVAR values to match default config because...
2017-07-03 Martin Taibrdon't use 2d damagetext when observing
2017-07-01 terencehillMerge branch 'terencehill/eraseable_functions'
2017-07-01 MarioWorkaround for admins who change g_maxplayers mid match...
2017-06-29 terencehillReplace some sprintfs with simpler strcats
2017-06-28 MarioMerge branch 'Lyberta/OKShotgunAmmoUsage' into 'master'
2017-06-28 MarioHack around some more includes in csqcmodel lib (effect...
2017-06-28 MarioWork around the need to include net_linked.qh from...
2017-06-28 MarioRemove some old useless definitions
2017-06-28 MarioRemove some seemingly useless includes from the movetyp...
2017-06-26 Martin Taibrhopefully get this conplicated condition right this...
2017-06-26 Martin Taibruse vec2
2017-06-25 terencehillRemove a kind of redundant parameter from REGISTER_HUD_...
2017-06-25 terencehillRearrange operation order to allow constant folding
2017-06-25 MarioAlways apply the owner change to func_breakable when...
2017-06-25 MarioDon't render items at all if their alpha is <= 0
2017-06-25 MarioMerge branch 'terencehill/vec2_optimizations' into...
2017-06-25 terencehillMark [[eraseable]] most of the common functions in...
2017-06-24 MarioAlso update racer cannon cost
2017-06-24 MarioApply vehicle settings from community testing
2017-06-24 MarioFix a crash and a bunch of warnings when fancy pathing...
2017-06-24 MarioFix compile when fancy pathing is enabled, and fix...
2017-06-23 terencehillTurn angleofs into a macro; implement angleofs3 in...
2017-06-23 MarioSwitch the bit number for multijump_count (better not...
2017-06-22 terencehillDon't define CCR and related autocvars in the menu
2017-06-22 MarioAdd sv_aircontrol_sidewards
2017-06-22 MarioReturn if the damage text is deleted
2017-06-22 terencehillComment out a debug function; turn power2of into a...
2017-06-20 MarioFix final use of #ifndef MENUQC
2017-06-20 MarioRemove mr_precache (now unused)
2017-06-20 MarioUpdate spider's web attack to use the highspeed stat...
2017-06-20 MarioNerf stolen vehicles by disabling their shields
2017-06-20 MarioSplit some non-physics stuff out of Monster_Move
2017-06-20 MarioGreatly simplify monster velocity calculation and use...
2017-06-18 MarioAdd a (temporary) flag to mark weapons which don't...
2017-06-17 MarioReset vehicle colors when entering, so all components...
2017-06-17 MarioMinor optimization
2017-06-17 MarioReset colors AFTER fully spawning the vehicle, so compo...
2017-06-17 MarioAdd a vehicle hook when setting colors, so vehicles...
2017-06-17 terencehillMerge branch 'master' into terencehill/vec2_optimizations
2017-06-17 terencehillMinor optimizations + minor fix
2017-06-17 MarioAdd rough support for target_kill
2017-06-16 terencehillMerge branch 'master' into martin-t/dmgtext2
2017-06-16 terencehillDon't waste 2 arrays for something that can be accompli...
2017-06-16 terencehillUse a shared array to dump config settings of weapons...
next