]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/server/monsters/lib/monsters.qc
Remove distance check in attack code (enemy is lost at that distance anyway)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / monsters / lib / monsters.qc
2013-03-07 MarioRemove distance check in attack code (enemy is lost...
2013-03-07 MarioRemove enemy_range() checks
2013-03-07 MarioRemove unused neutral check from target validation...
2013-03-07 MarioUse IS_PLAYER & IS_SPEC instead of classname checks
2013-03-07 MarioMerge branch 'master' into mario/monsters
2013-03-07 MarioFix pink waypoints when the monster is not in a team...
2013-03-07 MarioMove remaining monster/za messages to notifications...
2013-03-05 MarioDon't face owner if the monster has an enemy
2013-03-05 MarioDon't drop items if killed by mobkill command
2013-03-05 MarioFix compile errors
2013-03-05 MarioMerge branch 'master' into mario/monsters
2013-03-04 MarioAdd a system for monster sounds & some sounds for zombie
2013-03-04 MarioAdd support for pain_finished
2013-03-03 MarioMerge branch 'master' into mario/monsters
2013-03-01 MarioAdd a setting to stop monsters from attacking turrets
2013-03-01 MarioRemove need to define FindTarget in monster defs file
2013-03-01 MarioFix monsters not choosing target2 as a valid path
2013-03-01 MarioRemove unused FOR_EACH_MONSTERS definition. Attempt...
2013-02-25 MarioImprove mini-boss code
2013-02-25 MarioPrint a message if the monster drop item was invalid
2013-02-25 MarioMerge branch 'master' into mario/monsters
2013-02-25 MarioMerge branch 'master' into mario/monsters
2013-02-24 MarioAdd support for custom monster target range
2013-02-21 MarioMerge branch 'master' into mario/monsters
2013-02-10 MarioMerge branch 'master' into mario/monsters
2013-02-10 MarioMerge branch 'master' into mario/monsters
2013-02-08 MarioSome more targeting cleanup (fixes monsters targeting...
2013-02-07 MarioFix monsters not targeting players in normal gamemodes
2013-02-07 MarioFace owner while idle
2013-02-06 MarioSome more RTS cleanup
2013-02-06 MarioFix monsters not looking in the correct direction while...
2013-02-06 MarioCleanup RTS mode a bit
2013-02-06 MarioAdd highly experimental RTS game-mode (for testing...
2013-02-05 MarioMerge branch 'master' into mario/monsters
2013-01-31 MarioMerge branch 'master' into mario/monsters
2013-01-28 MarioSome more fixes to fish suffocating
2013-01-26 MarioLower fish drown damage so they don't die instantly
2013-01-26 MarioRemove an unused monster spawn counter & slightly impro...
2013-01-25 MarioMerge commit 'd8d184e7c633d17f6a4468627b690bdbbae62206...
2013-01-25 MarioMerge branch 'master' into mario/monsters
2013-01-25 MarioFix TD monsters delaying for 2 seconds before selecting...
2013-01-24 MarioFix TD monster spawn protection. Improve TD monster...
2013-01-24 MarioFix monster spawner spawning too many monsters
2013-01-23 MarioFix monster counting for mobspawn command
2013-01-22 MarioFix some weird problems with zombie movement, fix spawn...
2013-01-22 MarioThe first of many bad mistakes (forgot to include the...