]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc
reworked score system
[xonotic/xonotic-data.pk3dir.git] / qcsrc /
2020-12-31 terencehillUse the same variable names as minigame_getWrappedLine...
2020-12-31 terencehillReduce duplicated code in getWrappedLine and getWrapped...
2020-12-30 terencehillMap vote: cycle through all the maps by pressing uparro...
2020-12-30 terencehillMinigames: center bulldozer icon in the player status hud
2020-12-29 terencehillMinigames: fix mouse buttons acting on the current...
2020-12-29 terencehillMinigames: don't let the player interact with minigame...
2020-12-29 MarioDon't handle minigame commands while in demo mode
2020-12-28 terencehillRemove redundant bInputType checks in HUD_Panel_InputEvent
2020-12-28 terencehillMinigames: ignore left and right click if not used...
2020-12-28 terencehillMinigames: ignore downarrow and uparrow keys while...
2020-12-28 terencehillMinigames: capture and ignore key release events; it...
2020-12-27 terencehillRemove redundant bInputType checks in HUD_Radar_InputEv...
2020-12-27 terencehillRemove some bInputType checks that now are redundant...
2020-12-27 terencehillMinigames: implement correct handling of cursor if...
2020-12-27 terencehillReduce indentation of a code block in HUD_Minigame_Inpu...
2020-12-27 terencehillMap vote: reset keyboard selection in a simpler way...
2020-12-27 terencehillMap vote: capture and ignore right mouse click; it...
2020-12-27 terencehillMap vote screen: capture and ignore key release events...
2020-12-27 terencehillTurn cp_bob_dmg into a float
2020-12-26 terencehillTurn com_phys_gravity field into a float
2020-12-26 terencehillRemove unused com_phys_acc field
2020-12-26 terencehillQuickmenu: restart expire time by hovering over a diffe...
2020-12-26 terencehillOptimize W_Tuba_NoteOn
2020-12-20 terencehillFix CSQC_Ent_Update parameters in 2 prints
2020-12-20 MarioMerge branch 'Mario/damagetext_reliable' into 'master'
2020-12-20 MarioMerge branch 'master' into Mario/damagetext_reliable
2020-12-17 MarioFix entity positioning of QC MOVETYPE_FOLLOW
2020-12-16 terencehillFix inconsistent indentation in hud.qc
2020-12-16 terencehillFix inconsistent indentation in 2 files
2020-12-16 terencehillShare (and compact) some duplicated code in the radar...
2020-12-16 MarioMerge branch 'Mario/firstrun_mention_stats' into 'master'
2020-12-15 terencehillDefault cl_hitsound to 1 (fixed sound) if it isn't...
2020-12-15 MarioMerge branch 'terencehill/hitsound_menu_pitch_2' into...
2020-12-14 terencehillFix some oddities
2020-12-14 terencehillAdd radio buttons to allow setting hit indication sound...
2020-12-13 MarioMerge branch 'master' into Mario/damagetext_reliable
2020-12-13 MarioMerge branch 'terencehill/oxygen_bar_start_alpha' into...
2020-12-12 terencehillFix Items Stats and Accuracy panels instantly disappear...
2020-12-12 terencehillFix centerprint panel glitch when scoreboard bottom...
2020-12-12 terencehillDon't slide the Item Stats panel down through the Accur...
2020-12-12 MarioDon't end the match at a 0:0 tie unless the server...
2020-12-11 terencehillImprove alpha sync of Accuracy and Item Stats panels...
2020-12-10 terencehillDisable crosshair (and crosshair_chase) if chase_front...
2020-12-10 MarioFix #2519
2020-12-09 MarioFix notification choices not working properly (they...
2020-12-08 terencehillFix compilation unit test
2020-12-08 MarioAdd a note to the first run dialog letting clients...
2020-12-07 MarioRecord player race move time in PlayerPreThink so it...
2020-12-06 MarioMerge branch 'Mario/ghost_botname_fix' into 'master'
2020-12-06 MarioAdd a wrapper for networked cvars and attach them to...
2020-12-06 MarioObey strict sorting when comparing player scores, fixes...
2020-12-05 MarioReuse the inventory clear function for map resets
2020-12-05 terencehillShow full oxygen bar with a low alpha, fade it in until...
2020-12-05 MarioFix new mutator hook's description
2020-12-03 terencehillDon't show any tooltip with the name of the selected...
2020-12-03 MarioRemove a redundant real client check from notification...
2020-12-03 MarioMerge branch 'z411/notif-fix' into 'master'
2020-12-03 MarioNetwork damage text with reliable messages by using...
2020-12-03 MarioDon't attempt to render the itemstats panel at all...
2020-12-01 MarioApply colormaps to gibs and apply a red tint by default...
2020-12-01 MarioAdd a fix for #1824: Don't attempt to network EntCS...
2020-12-01 MarioAdd a setup function for target_checkpoint entities...
2020-11-30 MarioDon't attempt to delete a null entity when removing...
2020-11-29 terencehillClear inventory on ready-restart
2020-11-29 terencehillItem stats: implement the item filter as a whitelist...
2020-11-23 MarioMerge branch 'master' into z411/notif-fix
2020-11-22 MarioMerge branch 'terencehill/crosshair_hittest_settings_fi...
2020-11-21 terencehillFix messy crosshair_hittest settings in the menu:
2020-11-18 terencehillThrow casings if chase_active is on and r_drawviewmodel...
2020-11-16 terencehillDon't spawn casings from the 1st person weapon model...
2020-11-16 MarioAdd g_balance_electro_secondary_limit setting to allow...
2020-11-14 terencehillRearrange checkboxes in the server filter row to be...
2020-11-14 terencehillAdvanced menu tooltips: display cvar value next to...
2020-11-14 terencehillGet rid of an useless global
2020-11-13 MarioNullify the think function on map entities, works aroun...
2020-11-11 MarioAdd a rough frontal view mode to the chase camera
2020-11-10 z411Fix broken notifications with bots
2020-11-07 MarioDon't apply view bobbing while observing
2020-11-06 MarioMerge branch 'Mario/arc_bolt_bounce' into 'master'
2020-11-06 MarioMerge branch 'Mario/rocket_wall_fix' into 'master'
2020-11-06 MarioPerform an initial trace to the position of the gun...
2020-11-06 MarioMerge branch 'master' into Mario/arc_bolt_bounce
2020-11-06 MarioFix minor whitespace mismatch
2020-11-06 MarioMerge branch 'terencehill/ft_autorevive_progress' into...
2020-11-06 MarioMerge branch 'master' into terencehill/ft_autorevive_pr...
2020-11-06 MarioMerge branch 'Mario/filter_highping' into 'master'
2020-11-06 MarioAdd a checkbox to filter high latency servers (enabled...
2020-11-06 MarioMerge branch 'master' into Mario/arc_bolt_bounce
2020-11-06 MarioHide the item stats panel in CTS, Race, Nexball and...
2020-11-06 MarioMerge branch 'master' into terencehill/scoreboard_item_...
2020-11-06 MarioPerform a full projectile update when passing through...
2020-11-02 terencehillMerge branch 'master' into terencehill/scoreboard_item_...
2020-11-02 MarioDon't disable rendering completely if the player is...
2020-11-01 MarioMake automatic revival message white, as it is just...
2020-11-01 MarioMinor cleanup to vehicle code: make hover tags common...
2020-11-01 MarioDon't apply view bobbing while inside a vehicle (curren...
2020-11-01 MarioFix compilation unit test
2020-11-01 MarioDon't play teleportation sounds on dead players
2020-11-01 MarioRemove medic buff team healing functionality, fixes...
2020-11-01 terencehillFix distance check
next