]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/server/mutators/gamemode_towerdefense.qc
Include model source for barricade
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / gamemode_towerdefense.qc
2013-04-21 MarioInclude model source for barricade
2013-04-20 MarioAdd a basic trick to make monsters walk around eachother
2013-04-20 MarioAdd a FL_GENERATOR flag for td generator (may be used...
2013-04-20 MarioFix turrets still shooting when match ends
2013-04-20 MarioProperly lower turret power & increase buff count to 5
2013-04-20 MarioLower turret starting power in td
2013-04-18 MarioFix turrets shooting players during build phase
2013-04-18 MarioAdd tower defense to the menu
2013-04-18 MarioAlso block DPCONTENTS_MONSTERCLIP
2013-04-18 MarioAdd botclip blocking to tower defense
2013-04-18 MarioPlayer typehit sound if the player shoots another playe...
2013-04-17 MarioRemove useless generator think function
2013-04-17 MarioPrecache stuff
2013-04-17 MarioAdd some ons fanciness to td generator
2013-04-17 MarioMove onslaught engine damage models to the client
2013-04-17 MarioAlso set generator model when health is full (for reset...
2013-04-17 MarioFix td generator using monster status flags
2013-04-17 MarioBegin making generator a common networked entity
2013-04-17 MarioMove td generator model loading to client
2013-04-14 MarioFix monster targets in tower defense
2013-04-14 MarioRemove enforcer & all W_ attack functions from the...
2013-04-13 MarioBig load of updates (attempted CSQC monsters)
2013-04-04 MarioMerge branch 'master' into Mario/monsters
2013-03-22 MarioMerge branch 'master' into Mario/monsters
2013-03-19 MarioFix scoreboard showing incorrect monster count in TD
2013-03-18 MarioFix player turret count increasing even if they're...
2013-03-12 MarioFancy sounds
2013-03-11 MarioFix barricade health not updating when upgraded/repaired
2013-03-07 MarioAlso fix turret owner on connect
2013-03-07 MarioUse playerid to count player's turrets on connect
2013-03-07 MarioAlso use playerid for turret ownership
2013-03-07 MarioClean up turretspawn command a bit
2013-03-07 MarioFix being unable to edit/remove barricades
2013-03-07 MarioAdd new MUTATOR_ONROLLBACK_OR_REMOVE stuff to td
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 MarioAdd missing files