]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc
leadlimit_and_fraglimit desc
[xonotic/xonotic-data.pk3dir.git] / qcsrc /
2020-03-21 terencehillFix previous commit breaking leadlimit_and_fraglimit 1
2020-03-21 terencehillIgnore lead limit if greater than score limit
2020-03-19 Martin TaibrMerge branch 'bones_was_here/glslgamma' into 'master'
2020-03-19 bones_was_hereRemove v_glslgamma from menu, as it was removed from...
2020-03-18 terencehillMerge branch 'packer/announce-leadlimit' into 'master'
2020-03-18 packerUpdate comment. 780/head
2020-03-18 packerRename fragsleftlast to fragsleft_last.
2020-03-17 MarioIf the player state doesn't belong to the player, attac...
2020-03-17 Martin TaibrMerge branch 'packer/banlog' into 'master'
2020-03-17 packerBans: Do not print IP of banned clients. Add crypto_idf... 778/head
2020-03-17 packerAnnounce remaining frags for leadlimit, too.
2020-03-16 terencehillFix #2327 "Giant mg ammo ring when "smooth effects...
2020-03-16 terencehillMisc cleanups (comment in CCR is no longer valid, autoc...
2020-03-16 terencehillClean up / compact bot_setnameandstuff code
2020-03-15 MarioAdd an option (disabled by default) to drop off-hand...
2020-03-14 MarioAllow chmap and map shorthands for gotomap to be votabl...
2020-03-13 MarioMerge branch 'terencehill/campaign_message_tweak' into...
2020-03-13 MarioShow crosshair pickup animation when picking up a buff...
2020-03-07 MarioChange unsticking to match the engine even more closely...
2020-03-07 MarioDisable prediction when bugrigs is enabled, fixes glitc...
2020-03-06 MarioIf the player has enough ammo already, don't pick up...
2020-03-06 MarioApply air movement physics on slick surfaces when sv_sl...
2020-03-06 MarioFix being able to double jump after sliding on a slick...
2020-02-29 MarioMerge branch 'martin-t/version' into 'master'
2020-02-29 MarioMerge branch 'terencehill/pressed_keys_fix' into 'master'
2020-02-18 MarioMerge branch 'martin-t/vote' into 'master'
2020-02-15 Martin Taibrfix sv_vote_gametype_default_current to match description 774/head
2020-02-13 terencehillReset pressed keys when switching spectated player
2020-02-13 Martin Taibrsimplify version cmd using PROGNAME
2020-02-13 MarioMerge branch 'martin-t/check-cvars' into 'master'
2020-02-13 terencehillAlways hide Pressed Keys panel when observing, it doesn...
2020-02-13 terencehillReset pressed keys when going observer
2020-02-12 Martin Taibrprint which QC version it is
2020-02-12 Martin Taibrcleanup
2020-02-08 MarioMerge branch 'Mario/stepdown_maxspeed' into 'master'
2020-02-06 MarioAdd an option to control the maximum speed you can...
2020-01-25 MarioAdd some missing parenthesis
2020-01-25 terencehillMerge branch 'terencehill/lms_fix'
2020-01-25 MarioRemove the precache function, mostly unused (playermode...
2020-01-25 MarioClean up racer code a little bit, allow customising...
2020-01-23 MarioFix a missed use of .health
2020-01-23 MarioReset player's alpha to default_player_alpha instead...
2020-01-23 MarioBumblebee: limit the amount of armor provided by the...
2020-01-22 terencehillMake sure number of lives is an integer and <= 999
2020-01-22 terencehillCount active players only when needed
2020-01-22 terencehillLMS: fix newcomers not being able to join the game...
2020-01-21 MarioMerge branch 'Mario/qcphysics' into 'master'
2020-01-21 MarioMerge branch 'master' into Mario/qcphysics
2020-01-21 MarioMerge branch 'Mario/ipv6_gamelog' into 'master'
2020-01-20 MarioMake the delimiter a hardcoded toggle rather than a... 765/head
2020-01-20 MarioMerge branch 'bones_was_here/flaglights' into 'master'
2020-01-20 bones_was_hereAdd description for g_ctf_dynamiclights and whitelist 764/head
2020-01-20 MarioTemporarily whitelist CTF stalemate timer so that diffe...
2020-01-20 MarioMerge branch 'Mario/rain_fix' into 'master'
2020-01-20 MarioMerge branch 'Mario/csqc_refdef' into 'master'
2020-01-20 MarioMerge branch 'Mario/intrusivelist_objects' into 'master'
2020-01-20 MarioAllow customising the delimiter of IPV6 IPs in the...
2020-01-19 MarioAdd a compiler flag to debug shotgun melee range
2020-01-19 MarioUpdate item sizes in other locations, to match the...
2020-01-19 MarioMerge branch 'bones_was_here/weaponbbox' into 'master'
2020-01-19 MarioAllow mappers to define the draw distance of the rain... 762/head
2020-01-19 MarioIncrease rain draw distance to 1000 (also for drain)
2020-01-19 MarioIncrease rain draw distance to 700, so drain functions
2020-01-19 MarioFix rainsnow logic, thanks to Player_2
2020-01-18 MarioMerge branch 'master' into Mario/rain_fix
2020-01-18 MarioReplace some per-frame physics loops with intrusive... 761/head
2020-01-18 MarioDisable third person spectator change camera until...
2020-01-18 bones_was_hereIncrease height of weapon item bbox from 32 to 48 760/head
2020-01-18 Martin TaibrMerge branch 'martin-t/electro-denoobing' into 'master'
2020-01-18 Martin Taibrelectro midaircombo_speed to preserve balance bug :P 757/head
2020-01-18 MarioMove weapon frame handling to the client side
2020-01-17 MarioRemove a macro only used once, clean up miscfunctions...
2020-01-17 MarioRemove/disable a couple of unused misc functions
2020-01-17 MarioRename AmmoNameFromWeaponentity to GetAmmoName and...
2020-01-16 Martin Taibrmore midair combo options: own/teammate/enemy
2020-01-16 Martin Taibrfix read from deleted entity
2020-01-15 MarioDisable cl_useenginerefdef by default so that the QC... 758/head
2020-01-15 MarioSince the polygon drawing calls now explicitly state...
2020-01-14 MarioAdd a function to skip certain target fields when using...
2020-01-14 MarioAdd an option to disable flag waypoints in CTF on the...
2020-01-14 MarioUpdate ticrate before calling player prediction code
2020-01-14 MarioFix a division by 0
2020-01-14 MarioUpdate the saved fields as well if there's no tick...
2020-01-14 MarioAdd Freeze Tag to the list of gamemodes that don't...
2020-01-14 MarioFix raptor landing not taking the full time with very...
2020-01-14 MarioDo traces for shot origin when the racer is actually...
2020-01-14 MarioUse the effect entity instead of strings for vehicle...
2020-01-14 MarioFix raptor cannon spamming attacks as fast as it can...
2020-01-14 MarioMerge branch 'martin-t/linkexplode' into 'master'
2020-01-14 MarioMerge branch 'terencehill/spectate_player' into 'master'
2020-01-14 Martin TaibrMerge branch 'master' into martin-t/linkexplode
2020-01-14 MarioMerge branch 'DefaultUser/mapinfo_without_weapons_in_ca...
2020-01-14 MarioFix a NaN warning from Raptor flares
2020-01-13 terencehillAllow translating "Level %s: " in campaign level descri...
2020-01-13 MarioAdd g_buffs_randomize_teamplay setting (on by default...
2020-01-13 terencehillMerge branch 'master' into terencehill/campaign_message...
2020-01-12 FreddyCA doesn't require weapons on maps 756/head
2020-01-12 MarioAdjust DeFrag compatibility's player size adjustment...
2020-01-12 MarioMake crosshair_chase_playeralpha a cvar
2020-01-12 MarioAutomatically detect .arena files instead of adding...
next