]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/server/mutators/gamemode_td.qc
Remove the check for if the sprite exists when removing it (already done by the Waypo...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / gamemode_td.qc
2013-03-03 MarioRemove the check for if the sprite exists when removing...
2013-03-02 MarioUse flags instead of classnames to mark monster spawnpoints
2013-03-02 MarioSome minor code cleanup
2013-03-01 MarioAdd a setting to stop monsters from attacking turrets
2013-03-01 MarioChange monsters spawnpoint waypoint color, so it doesn...
2013-03-01 MarioFix monsters changing their target while fighting
2013-03-01 MarioFix monsters not choosing target2 as a valid path
2013-03-01 MarioRemove unused FOR_EACH_MONSTERS definition. Attempt...
2013-03-01 MarioDon't spawn monsters if no spawnpoint was found
2013-02-27 MarioChange barricade solidity (currently a bit broken)
2013-02-27 MarioAlso kill barricade's waypoint sprite if it died
2013-02-27 MarioAdd an experimental barricade
2013-02-25 MarioMerge branch 'master' into mario/monsters
2013-02-25 MarioMerge branch 'master' into mario/monsters
2013-02-21 MarioMerge branch 'master' into mario/monsters
2013-02-10 MarioAdd a repairturret command
2013-02-10 MarioAdd FLAC Cannon support to TD
2013-02-10 MarioAdd some more customizable options for mappers
2013-02-10 MarioMerge branch 'master' into mario/monsters
2013-02-10 MarioMerge branch 'master' into mario/monsters
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-27 MarioDisable vehicles in tower defense
2013-01-27 MarioRemove unused cvar
2013-01-27 MarioFix compile error
2013-01-27 MarioUse normal monster skill cvar if TD starting skill...
2013-01-27 MarioRemove broken TD "hardcore" mode
2013-01-27 MarioRemove some more unused counters
2013-01-27 MarioAdd a cvar to change turret upgrade cost
2013-01-27 MarioRemove unused monster kill counter
2013-01-26 MarioFix vehicles only crushing zombies
2013-01-26 MarioAlso remove turret's .tur_head when using turretremove...
2013-01-26 MarioFix turret health bar not refilling when turret is...
2013-01-26 MarioFix turretremove & buffturret commands
2013-01-26 MarioRemove turrets that weren't spawned by a player
2013-01-26 MarioAlso enable turrets automatically in TD
2013-01-26 MarioFix players unable to join during battle
2013-01-26 MarioRemove redundant global generator entity
2013-01-26 MarioRemove an unused monster spawn counter & slightly impro...
2013-01-25 MarioFix TD controller spawning in other gamemodes
2013-01-25 MarioMerge commit 'd8d184e7c633d17f6a4468627b690bdbbae62206...
2013-01-25 MarioMerge branch 'master' into mario/monsters
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 waypoint not getting removed with the monst...
2013-01-22 MarioThe first of many bad mistakes (forgot to include the...