]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc
Compare old and new .pot both ways.
[xonotic/xonotic-data.pk3dir.git] / qcsrc /
2021-04-08 terencehillFix #2475 "Tuba smoke comes out of the ground"
2021-04-08 terencehillClean up weapon code
2021-04-06 terencehillFix #2548 "FPS field is displayed (but empty) in the...
2021-04-06 terencehillRecycle the lifetime field instead of using a dedicated...
2021-04-05 terencehillStick things slightly inside player hitboxes so they...
2021-04-05 terencehill Correctly show particle fx and decal when an electro...
2021-04-05 terencehillFix #2567 "electro balls sticking to players who respaw...
2021-04-05 terencehillFix incorrect size applied to mines and electro orbs...
2021-04-05 terencehillCompact some electro code
2021-04-03 terencehillWhen "a CSQC entity changed its type" remove it from...
2021-04-03 terencehillGet rid of a warning
2021-03-30 terencehillCreate the LimitedElectroBallRubbleList intrusive list...
2021-03-30 terencehillCreate the g_race_targets, g_racecheckpoints and g_kaba...
2021-03-30 terencehillFinally fix a bug where, depending on player entity...
2021-03-29 terencehillLog frezetag revivals
2021-03-29 terencehillAdd minor optimizations and comments
2021-03-29 terencehillMerge branch 'drjaska/electrolimitfix' into 'master'
2021-03-29 Dr. JaskaFixed electro secondary limit being global
2021-03-26 terencehillFix #2568 "Server/Event Logging: Score labels in FT...
2021-03-26 terencehillUpdate/improve sv_eventlog* descriptions
2021-03-26 terencehillFix regression caused by the previous commit where...
2021-03-25 terencehillFix bots standing still after one of them is forced...
2021-03-24 terencehillGameCommand_moveplayer: don't break parsing other clien...
2021-03-24 terencehillGameCommand_moveplayer: reduce code indentation
2021-03-24 terencehillGameCommand_moveplayer: fix wrong team name in a message
2021-03-24 terencehillClean up GameCommand_moveplayer a little bit
2021-03-22 terencehillFix #2530 "Observer camera in 3rd person mode with...
2021-03-22 terencehillDisable chase_front while observing, it doesn't make...
2021-03-22 terencehillAvoid settings cvars every frame to optimize code and...
2021-03-22 terencehillMore BITs
2021-03-21 terencehillMerge branch 'terencehill/crosshair_chase_fix'
2021-03-21 terencehillcrosshair_chase: reset weapon alpha in all cases
2021-03-21 terencehillFix compilation units
2021-03-18 terencehillcrosshair_chase: prevent negative alpha values and...
2021-03-18 Rudolf PolzerMerge branch '2546-whitelist-g_ca_spectate_enemies...
2021-03-18 terencehillcrosshair_chase: fade in/out player alpha changes and...
2021-03-18 terencehillcrosshair_chase: fix player alpha while walking through...
2021-03-17 terencehillDon't translate menu_cmd commands list (uninteresting...
2021-03-17 terencehillFix command names formatted as input arguments in menu_...
2021-03-17 terencehillAssign classnames to some entities
2021-03-16 terencehillMake one line of code human readable :)
2021-03-16 terencehillFix #2563 "Spectator freecam collision problem with...
2021-03-15 terencehillMerge branch 'terencehill/csqcmodel_settings'
2021-03-15 terencehillFree last available bitflag in the csqcmodel settings
2021-03-15 terencehillRearrange csqcmodel settings bitflags to free up some...
2021-03-14 terencehillMerge branch 'terencehill/less_entities'
2021-03-14 terencehillShow number of entities found by cl/sv_cmd findat
2021-03-13 drjaskaWhitelisted g_ca_spectate_enemies 885/head
2021-03-13 terencehillMerge branch 'drjaska/balance/mortar' into 'master' 886/head
2021-03-13 terencehillMerge branch 'terencehill/race_cleanups' into 'master'
2021-03-12 terencehillFix compilation units
2021-03-12 terencehillRemove redundant SVQC check; avoid duplicated field...
2021-03-11 terencehillrace_SendRankings --> race_SendRanking
2021-03-11 terencehillMove some identical ctf / race / cts code to shared...
2021-03-11 terencehillMerge branch 'master' into terencehill/race_cleanups
2021-03-10 terencehillDelete g_instagib_items and g_overkill_items when their...
2021-03-10 terencehillMerge branch 'master' into terencehill/less_entities
2021-03-09 terencehillMake pure more entities and don't link them into the...
2021-03-09 terencehillDocument Weapon Accuracy stats
2021-03-09 terencehillAdd a warning to fix #1912 "Team choice bound to model...
2021-03-08 terencehillFix wrong indentation in W_Fireball_LaserPlay
2021-03-07 terencehillRestore an updated version of the blacklist of entities...
2021-03-06 terencehillRemove outdated flag list from WaypointSprite_SendEntit...
2021-03-06 terencehillAdd an optional <dist> parameter to the 'findat' comman...
2021-03-05 terencehillFix ladder temporary entity not removed in some cases
2021-03-05 terencehillGet rid of an unused global, rename another one
2021-03-03 terencehillReset more STATs when player dies
2021-03-03 terencehillPrint an error message if gametype and gotomap are...
2021-03-03 terencehillFix #2484 Inferno buff causing crazy negative damage...
2021-03-03 terencehillStop player powerup sounds when disconnecting
2021-03-03 terencehillApply 337eb6343 "Use crouch status instead of crouch...
2021-03-03 terencehillShownames: interpolate player name movement (when playe...
2021-03-02 terencehillFix compilation units and update hash
2021-03-02 terencehillwpeditor unreachable: properly show player models at...
2021-03-02 terencehillMove code that resets clip load whenever the player...
2021-03-01 terencehillQuickmenu: fix names starting with yellow in the player...
2021-03-01 terencehillFix wrong filename in the dumpnotifs command; put the...
2021-03-01 terencehillTurn some LOG_INFOs into LOG_HELPs
2021-03-01 terencehillInterpolateOrigin: add a small description and fix...
2021-03-01 MarioMove setting of client-side player movement speed setti...
2021-02-28 MarioMerge branch 'bones_was_here/lerpsprites' into 'master'
2021-02-28 MarioEnsure csqcmodel_isdead is reset each frame, fixes...
2021-02-28 MarioMerge branch 'bones_was_here/neg_ping' into 'master'
2021-02-28 bones_was_herePrevent negative pings by correctly bounding (it's... 879/head
2021-02-28 MarioWhitelist sv_showfps as an allowed server setting
2021-02-28 MarioDisable sv_showfps by default and add a note in the...
2021-02-27 MarioMerge branch 'terencehill/pure_ents' into 'master'
2021-02-27 terencehillImprove server performance by making pure entities...
2021-02-27 MarioFix a Vortex charge rate inconsistency with g_balance_v...
2021-02-27 MarioMerge branch 'terencehill/entcs_fixes' into 'master'
2021-02-27 MarioMerge branch 'terencehill/help_messages_cleanup' into...
2021-02-27 MarioRemove purity whitelist for the Testing balance
2021-02-25 MarioMerge branch 'divVerent/ticrate-change-allowed' into...
2021-02-25 Rudolf PolzerAllow the two documented values of sys_ticrate without... 878/head
2021-02-24 MarioRemove the unused gender option from the profile menu
2021-02-21 terencehillFix broken Assault destroy waypoints and bots ignoring...
2021-02-18 terencehillFix "player is connecting..." message not shown in...
2021-02-13 terencehillProperly implement notification of no records available 875/head
2021-02-13 terencehillFix 'cmd records' description, part 2: don't specify...
2021-02-13 terencehillStore record type into a global to avoid some gamemode...
next