]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/common/mutators/mutator/random_items/sv_random_items.qc
Fixed random items check in new toys.
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mutators / mutator / random_items / sv_random_items.qc
2018-06-06 LybertaFixed random items check in new toys. 559/head
2018-06-06 LybertaMerge branch 'master' into Lyberta/mutator_is_enabled
2018-06-06 LybertaAdded MUTATOR_IS_ENABLED macro.
2018-05-31 MarioMerge branch 'Lyberta/StandaloneOverkillWeapons' into...
2018-05-31 MarioMerge branch 'master' into Lyberta/StandaloneOverkillWe...
2018-04-27 LybertaMerge branch 'master' into Lyberta/StandaloneOverkillWe...
2018-04-25 MarioMerge branch 'TimePath/issues/1971' into 'master'
2018-04-25 MarioMerge branch 'master' into DefaultUser/trigger_cleanup
2018-04-24 LybertaRenamed rpc to okrpc.
2018-04-24 LybertaRenamed hmg to okhmg.
2018-04-10 terencehillMerge branch 'master' into terencehill/bot_waypoints
2018-04-06 MarioMerge branch 'Mario/crouch' into 'master'
2018-04-04 LybertaMerge branch 'master' into Lyberta/StandaloneOverkillWe...
2018-04-04 LybertaMerge branch 'master' into Lyberta/KillSound
2018-04-04 LybertaMerge branch 'master' into Lyberta/GiveResourceWithLimit
2018-04-04 TimePathMerge branch 'Lyberta/FilterItemDefinition' into 'master'
2018-03-31 LybertaMerge branch 'master' into Lyberta/FilterItemDefinition
2018-03-19 LybertaMerge branch 'master' into Lyberta/FilterItemDefinition
2018-03-19 LybertaBetter random item selection algorithm.
2018-03-19 LybertaAdded FilterItemDefinition hook.
2018-02-18 terencehillMerge branch 'master' into TimePath/scrollpanel
2018-02-12 MarioMerge branch 'martin-t/warns' into 'master'
2018-01-31 terencehillMerge branch 'master' into terencehill/accuracy_shotgun
2017-12-24 terencehillMerge remote-tracking branch 'origin/terencehill/bot_wa...
2017-12-23 terencehillMerge branch 'master' into terencehill/bot_waypoints
2017-12-03 MarioMerge branch 'DefaultUser/HUD_teamkill_position' into...
2017-12-02 terencehillMerge remote-tracking branch 'origin/terencehill/bot_wa...
2017-12-02 LybertaMerge branch 'master' into Lyberta/StandaloneOverkillWe...
2017-12-02 LybertaMerge branch 'master' into Lyberta/KillSound
2017-12-02 LybertaMerge branch 'master' into Lyberta/TeamplayFixes2 507/head
2017-12-02 MarioMerge branch 'Lyberta/NoalignFix' into 'master'
2017-12-01 LybertaFixed noalign handling in random items and overkill. 509/head
2017-12-01 terencehillMerge branch 'master' into terencehill/bot_waypoints
2017-11-27 MarioMerge branch 'Mario/target_teleporter_v2' into 'master'
2017-11-25 MarioMerge branch 'master' into DefaultUser/kick_teamkiller
2017-11-25 LybertaMerge branch 'master' into Lyberta/StandaloneOverkillWe...
2017-11-25 MarioMerge branch 'Lyberta/RandomItems' into 'master'
2017-11-25 MarioMerge branch 'master' into Lyberta/RandomItems
2017-11-25 LybertaRandom items: Use noalign value set by mapper.
2017-11-25 LybertaRandom items: Added checks for cvar existence.
2017-11-25 LybertaAdded no_align option to Item_Create.
2017-11-25 LybertaMerge branch 'master' into Lyberta/RandomItems
2017-11-10 LybertaAdded ITEM_FLAG_NORMAL.
2017-11-10 LybertaAdded ITEM_FLAG_OVERKILL.
2017-11-10 LybertaAdded ITEM_FLAG_INSTAGIB.
2017-11-10 LybertaRandom items: Major refactoring.
2017-11-10 LybertaRandom items: Removing more useless macros.
2017-11-09 LybertaRandom items: Removing some useless macros.
2017-11-09 LybertaMerge branch 'master' into Lyberta/RandomItems
2017-10-24 LybertaDisable new toys weapon replacement when random items...
2017-10-24 LybertaMerge branch 'master' into Lyberta/RandomItems
2017-10-16 LybertaRandom items: Better weapon handling.
2017-10-16 LybertaMerge branch 'master' into Lyberta/RandomItems
2017-10-16 LybertaRandom items: Removed more macros.
2017-10-16 LybertaRenamed item_invincible to item_shield.
2017-10-16 LybertaRemoved some unneeded macros.
2017-10-16 LybertaRandom items: Better weapon replacement code.
2017-10-16 LybertaRemoved replacedweapon.
2017-10-08 LybertaRandom items: Preserve team of the items.
2017-10-08 LybertaRandom items: Cvar fixes.
2017-10-08 TimePathsv_random_items.qc: more diet
2017-10-08 TimePathsv_random_items.qc: start weight loss program ;)
2017-10-07 LybertaStart random items enums from 1.
2017-10-05 LybertaRandom items: Fixed overkill detection.
2017-10-05 LybertaRandom items: Added proper overkill support.
2017-10-05 LybertaMerge branch 'master' into Lyberta/RandomItems
2017-09-30 LybertaRandom items: Polish.
2017-09-30 LybertaRandom items: added support for instagib.
2017-09-30 LybertaRandom items: new replacement algorithm.
2017-09-30 LybertaRefactoring item system.
2017-09-29 LybertaRandom items: more code.
2017-09-28 LybertaStarted random items mutator.