]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/common
Transifex autosync
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common /
2019-08-18 MarioMerge branch 'martin-t/ok-config' into 'master'
2019-08-18 MarioMerge branch 'master' into martin-t/rulesets 688/head
2019-08-18 MarioMerge branch 'terencehill/casings' into 'master'
2019-08-17 Martin TaibrMerge branch 'master' into martin-t/globals
2019-08-17 Martin TaibrMerge branch 'master' into martin-t/ok-config and remov...
2019-08-17 Martin TaibrMerge branch 'Mario/force_zscale' into 'master'
2019-08-17 MarioMerge branch 'Mario/buff_timer' into 'master'
2019-08-16 terencehillClear ALL the trace globals before calling the touch... 689/head
2019-08-16 terencehillIf casings are enabled on match start, don't allow...
2019-08-16 Martin Taibruse g_use_ammunition instead of hardcoding unlimited...
2019-08-16 terencehillDon't send casings data if client has casings turned...
2019-08-15 MarioAdd a force_zscale setting to weapons that use the...
2019-08-15 MarioAdd parenthesis to some bitflag checks
2019-08-15 terencehillCompact weapon flag checks
2019-08-14 MarioMerge branch 'Mario/weapon_specialattack_flag' into...
2019-08-13 Martin TaibrMerge branch 'master' into martin-t/ok-config
2019-08-13 Martin TaibrMerge branch 'Mario/balance_configs' into 'master'
2019-08-13 MarioDon't add WEP_FLAG_NORMAL to the overkill weapons 680/head
2019-08-13 MarioImplement WEP_FLAG_SPECIALATTACK, a flag for the 'attac... 681/head
2019-08-13 MarioRestore parity to the weapon balance configs
2019-08-13 MarioMerge branch 'martin-t/solpen' into 'master'
2019-08-13 Martin Taibradd WEP_FLAG_PENETRATEWALLS to HMG (fixes trueaim) 679/head
2019-08-13 terencehillRemove a global (and a wasted vlen call) that has never...
2019-08-12 Martin Taibrrestore old armor / physics in OK
2019-08-12 MarioMerge branch 'marin-t/fix' into 'master'
2019-08-12 Martin TaibrMerge branch 'master' into marin-t/fix
2019-08-12 MarioIf an item has a valid target, use it on touch (defrag...
2019-08-11 MarioMerge branch 'terencehill/shuffleteams_delay' into...
2019-08-11 MarioMerge branch 'master' into Mario/weaponarena_available
2019-08-11 MarioMerge branch 'terencehill/megaerebus_glow' into 'master'
2019-08-11 MarioMerge branch 'martin-t/whoosh' into 'master'
2019-08-11 MarioFix compilation unit test 676/head
2019-08-11 MarioClean up steerlib a bit
2019-08-11 MarioAdd an option to only show turret waypoints for a short...
2019-08-11 MarioInclude the modicons files for the other gamemodes...
2019-08-11 MarioMove most gametype's modicons functions into their...
2019-08-11 MarioAdd a mutator hook to append special item codes to...
2019-08-10 MarioMerge branch 'terencehill/waypoint_on_items' into ...
2019-08-10 MarioDon't profile model/sound precaching, greatly reduces...
2019-08-10 MarioReset swamp status on respawn
2019-08-10 MarioMake sure trigger_heal uses the .health field instead...
2019-08-09 MarioSome cleanup of the buff code revolving around timers...
2019-08-09 MarioClean up turret_checkpoint code a bit
2019-08-06 MarioDisable trigger_music when the match ends, so it doesn...
2019-08-05 MarioDisable the cvar wrapper system in the campaigns, since...
2019-08-05 MarioDon't do jumpoff checks when the monster isn't on the...
2019-08-04 MarioFix allow_jumpoff code so 2D monsters can turn around...
2019-08-02 MarioMerge branch 'martin-t/burst' into 'master'
2019-08-02 Martin Taibrs/burst_speed/burst_spread - seems to be a typo 669/head
2019-07-31 terencehillMerge branch 'master' into terencehill/bot_waypoints
2019-07-29 terencehillConsistently call nexball REGISTER_MUTATOR with false...
2019-07-29 terencehillRemove useless line continuation chars
2019-07-29 MarioMerge branch 'master' into Mario/weaponarena_available
2019-07-28 Martin TaibrMerge branch 'master' into martin-t/globals
2019-07-27 MarioMerge branch 'martin-t/current-map' into 'master'
2019-07-27 David KnappFix indenting so it's consistent with the rest of the...
2019-07-27 David KnappOnly decrease by what's left in the mag. Also improve...
2019-07-27 David KnappMinor tweak. Negate value directly instead of multiplyi...
2019-07-27 terencehillLess STATIC_INIT calls in race code + small cleanup
2019-07-27 terencehillGet rid of redundant Item_ItemsTime_Init functions...
2019-07-27 terencehillFix a couple STATIC_INIT calls; compact STATIC_INIT...
2019-07-27 MarioAdd a hittype for sound-based attacks that cause bleedi...
2019-07-27 MarioAllow any melee weapon to slap nades
2019-07-27 MarioApply the accurate impact effect logic to all hitscan...
2019-07-27 MarioAdd a weapon flag for weapons that don't use truaim...
2019-07-26 Martin Taibrdefault leadlimit 6 for CA and FT
2019-07-26 Martin Taibrset default LMS lives to 5
2019-07-26 MarioMerge branch 'martin-t/const' into 'master'
2019-07-26 Martin Taibrmove ATTEN_LOW const to the same file as the others 661/head
2019-07-25 terencehillMerge branch 'martin-t/wr_init' into 'master'
2019-07-25 terencehillReduce the item registry capacity to 24 so it matches...
2019-07-24 terencehillUse a single field instead of 4 to store a team notific...
2019-07-22 David KnappReadability improvement in really long 'if' statement.
2019-07-22 David KnappApply the fraction to an integer and use it for the...
2019-07-20 terencehillRestore translator-friendly messages, making sure they...
2019-07-20 MarioExperimental 'available' mode for weaponarena, includes...
2019-07-20 David KnappUse min() to keep the fraction <= 1 instead of a separa...
2019-07-20 terencehillTemporarly use shorter messages
2019-07-20 MarioApply gravity to items dropped as loot and always preca...
2019-07-19 MarioFix error spam when winning a tic tac toe or push-pull...
2019-07-19 David KnappApply some math to only fire the (rounded) fraction...
2019-07-16 MarioTurrets: Don't target entities with an aiment of the...
2019-07-16 MarioFix spiderbot secondary attack
2019-07-15 terencehillBot waypoints: implement crouch waypoints, spawn them...
2019-07-12 MarioMerge branch 'terencehill/auto-balanced_bots' into...
2019-07-12 MarioMerge branch 'morosophos/vampire-improvements' into...
2019-07-10 MorosophosReplace multiple ifs with && 657/head
2019-07-10 MorosophosVampire mutator: fix console tracebacks when damage...
2019-07-05 David KnappBlock manual reload if bursting to avoid wasting ammo.
2019-07-04 David KnappFix regression where entire mag would be dumped if...
2019-07-04 David KnappCheck misc_bulletcounter == 0 before reloading machine...
2019-07-01 Martin Taibrdeclare vars explicitly
2019-07-01 Martin TaibrMerge branch 'master' into martin-t/globals
2019-06-30 Martin TaibrMerge branch 'master' into martin-t/mg-solidpen
2019-06-24 MarioMerge branch 'martin-t/settings' into 'master'
2019-06-19 terencehilltrigger_push_get_push_time: fix temporary entity not...
2019-06-17 terencehillBot waypoints: allow creating waypoints for "broken...
2019-06-04 MarioAllow vehicles to push footballs
2019-05-20 terencehillAlso remove inventory stuff from menu code
2019-05-20 terencehillRemove some client stuff from menu code
next