]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/common/triggers/func
Move an assault constant into the assault file
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / func /
2018-05-31 MarioMerge branch 'master' into Lyberta/StandaloneOverkillWe...
2018-05-26 MarioFix rain maths so it isn't multiplied too much
2018-04-27 LybertaMerge branch 'master' into Lyberta/StandaloneOverkillWe...
2018-04-26 MarioMerge branch 'issue-1618-Add-Disconnect-button' into...
2018-04-25 MirioMerge branch 'Lyberta/KillSound' into 'master'
2018-04-25 MarioMerge branch 'master' into 'terencehill/bot_waypoints'
2018-04-25 MarioMerge branch 'TimePath/issues/1971' into 'master'
2018-04-25 MarioMerge branch 'DefaultUser/trigger_cleanup' into 'master'
2018-04-25 MarioMerge branch 'master' into DefaultUser/trigger_cleanup
2018-04-24 LybertaMerge branch 'master' into Lyberta/StandaloneOverkillWe...
2018-04-10 terencehillMerge branch 'master' into terencehill/bot_waypoints
2018-04-08 MarioMerge branch 'TimePath/strfree' into 'master'
2018-04-08 TimePathImprove QCC compatibility
2018-04-08 TimePathAdd strfree to reduce explicit use of strunzone/string_null 552/head
2018-04-08 MarioMerge branch 'TimePath/strcpy' into 'master'
2018-04-07 FreddyExplicit check for ACTIVE_NOT
2018-04-07 TimePathAdd strcpy to reduce explicit use of strzone/strunzone 551/head
2018-04-06 FreddyExplicitly check for ACTIVE_ACTIVE
2018-04-06 MarioMerge branch 'Mario/crouch' into 'master'
2018-04-06 terencehillFix backward indentation...
2018-03-17 FreddyMove non-generic entity flags to their own headers
2018-03-16 Freddyminor cleanup for trigger_music and target_music
2018-03-10 FreddyFix sound for func_vectormamamam
2018-03-09 Freddyfunc_vectormamamam: remove magic numbers and better...
2018-03-09 FreddyReplace magic numbers in func_train
2018-03-09 Freddyfunc_rotating: stop sound when deactivated, minor cleanup
2018-03-09 Freddyfunc_rain and func_snow: back to weird field name to...
2018-03-09 Freddyfunc_rain and func_snow: fix density, remove magic...
2018-03-08 FreddySimplify func_sparks spawnfunc
2018-03-07 Freddyfunc_pointparticles: use relays, replace magic numbers
2018-03-07 FreddyMinor cleanup for func_plat
2018-03-07 FreddyConveyors: use .active instead of .state
2018-03-07 FreddyMerge branch 'master' into DefaultUser/trigger_cleanup
2018-03-06 FreddyCommon file for trigger/func states, replace more magic...
2018-03-06 FreddyRemove magic number state from func_breakable
2018-03-06 Freddyfunc_breakable: replace spawnflag magic numbers
2018-03-06 FreddyMove entity spawnflags to a common file
2018-03-06 FreddyUpdate comment
2018-03-05 FreddyRemove code duplication for func_door and func_door_rot...
2018-03-05 Freddydoor_secret: precache all sounds, fix problems with...
2018-03-05 FreddyDon't use PLAT_CRUSH for doors (same as DOOR_DONT_LINK)
2018-03-05 FreddyMove door_rotating_* functions into the proper file
2018-03-05 FreddyDoors: Use PLAT_CRUSH instead of 8 (already in use...
2018-03-05 FreddyReplace magic numbers in door_rotating, fix sound preca...
2018-03-05 FreddyUse BIT() macro in door.qh
2018-03-04 FreddyRemove magic numbers from platforms (func_plat)
2018-02-22 LybertaMerge branch 'master' into Lyberta/StandaloneOverkillWe...
2018-02-22 LybertaMerge branch 'master' into Lyberta/KillSound
2018-02-18 terencehillMerge branch 'master' into TimePath/scrollpanel
2018-02-18 terencehillMerge branch 'master' into terencehill/accuracy_shotgun
2018-02-17 MarioMerge branch 'martin-t/cfgs' into 'master'
2018-02-17 MarioMake ReadVector/WriteVector more commonly used
2018-02-17 MarioMerge branch 't0uYK8Ne/target_init' into 'master'
2018-02-17 MarioMerge branch 'martin-t/diffs' into 'master'
2018-02-17 LybertaMerge branch 'master' into Lyberta/StandaloneOverkillWe...
2018-02-17 LybertaMerge branch 'master' into Lyberta/OffhandBlaster 534/head
2018-02-16 MarioMerge branch 'Mario/dmg_wepent'
2018-02-16 MarioGive Damage a weaponentity parameter (fixes some dual...
2018-02-12 MarioMerge branch 'martin-t/warns' into 'master'
2018-02-11 LybertaMerge branch 'master' into Lyberta/KillSound
2018-02-05 LybertaMerge branch 'master' into Lyberta/StandaloneOverkillWe...
2018-02-01 MarioFix debris changing the func_breakable's velocity inste...
2018-01-31 terencehillMerge branch 'master' into terencehill/accuracy_shotgun
2018-01-22 MarioMerge branch 'terencehill/bot_ai' into 'master'
2018-01-08 LybertaMerge branch 'master' into Lyberta/StandaloneOverkillWe...
2018-01-08 LybertaMerge branch 'master' into Lyberta/KillSound
2018-01-04 MarioProperly support team field on trigger_multiple
2018-01-03 terencehillMerge branch 'master' into terencehill/bot_waypoints
2017-12-30 terencehillMerge branch 'master' into terencehill/bot_waypoints
2017-12-23 terencehillMerge branch 'master' into terencehill/bot_waypoints
2017-12-02 terencehillMerge remote-tracking branch 'origin/terencehill/bot_wa...
2017-12-02 LybertaMerge branch 'master' into Lyberta/KillSound
2017-12-01 terencehillMerge branch 'master' into terencehill/bot_waypoints
2017-11-27 MarioMerge branch 'Mario/target_teleporter_v2' into 'master'
2017-11-25 LybertaMerge branch 'master' into Lyberta/StandaloneOverkillWe...
2017-11-25 MarioMerge branch 'master' into Lyberta/RandomItems
2017-11-25 MarioMerge branch 'martin-t/aesinfo' into 'master'
2017-11-25 MarioMerge branch 'master' into DefaultUser/kick_teamkiller
2017-11-25 MarioMerge branch 'TimePath/stale_move_negation' into 'master'
2017-11-25 MarioMerge branch 'DefaultUser/func_button_dont_accumulate_d...
2017-10-29 Martin TaibrMerge branch 'master' into martin-t/okc2
2017-10-17 terencehillMerge branch 'terencehill/bot_waypoints' into terencehi...
2017-10-17 terencehillMerge branch 'master' into terencehill/bot_waypoints
2017-10-16 LybertaMerge branch 'master' into Lyberta/RandomItems
2017-10-10 terencehillIS_REAL_CLIENT here too
2017-10-10 MarioMerge branch 'matthiaskrgr/nadecountdown_nopicmip'...
2017-10-10 MarioActivate targets with the correct activator/trigger...
2017-09-11 terencehillMerge branch 'master' into terencehill/bot_waypoints
2017-09-06 terencehillMerge branch 'master' into terencehill/bot_waypoints
2017-09-03 LybertaMerge branch 'master' into Lyberta/KillSound
2017-09-02 LybertaMerge branch 'master' into Lyberta/TeamplayFixes_
2017-08-30 Freddyconst int instead of define
2017-08-30 FreddyAdd spawnflag that enables buttons to not accumulate...
2017-08-30 Martin TaibrMerge branch 'master' into matthiaskrgr/nadecountdown_n...
2017-08-29 terencehillMerge branch 'master' into terencehill/bot_waypoints
2017-08-29 LybertaMerge branch 'master' into Lyberta/StandaloneOverkillWe...
2017-08-29 Martin TaibrMerge branch 'master' into martin-t/okc2
2017-08-28 LybertaMerge branch 'Lyberta/URS2' into Lyberta/RandomStartWeapons
2017-08-28 MarioAdd a spawnflag to start func_rotating off, and add...
2017-08-27 LybertaMerged master into Lyberta/TeamplayFixes_.
next