]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/common/monsters/monster
For convenience, provide bezier curve functions globally.
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / monsters / monster /
2014-01-25 Samual LenksMerge remote-tracking branch 'origin/master' into samua...
2014-01-18 Rudolf PolzerMerge branch 'master' of git://nl.git.xonotic.org/xonot...
2014-01-06 Samual LenksMerge remote-tracking branch 'origin/Mario/monsters'
2014-01-06 MarioMerge branch 'master' into Mario/monsters
2014-01-01 Samual LenksMerge remote-tracking branch 'origin/master' into Mario...
2013-12-26 MarioReplace tabs with spaces in REGISTER_MONSTER lists
2013-12-24 MarioRemove freeze code, monsters no longer use freeze attacks
2013-12-20 MarioFix something bad
2013-12-20 MarioMerge branch 'master' into Mario/monsters
2013-12-03 MarioUse a spawnflag to check if the monster has re-spawned
2013-12-03 MarioMerge branch 'master' into Mario/monsters
2013-11-03 MarioMerge branch 'master' into Mario/monsters
2013-10-24 MarioRemove monster config system to fix compile
2013-10-18 MarioMerge branch 'master' into Mario/monsters
2013-10-13 MarioUse an effect for mage shield
2013-10-13 MarioAttempt to fix mage teleporting behind walls
2013-10-12 MarioFix shambler lightning bolt client prediction
2013-10-12 MarioReplace spider attacks with a slowness effect
2013-10-12 MarioDelay shambler attacks separately so they're not spammed
2013-10-12 MarioReplace shambler attacks
2013-10-12 MarioUse shield if enemy is too close
2013-10-12 MarioMage randomly teleports behind the enemy
2013-10-12 MarioAttempt to improve monster skill based damage calculation
2013-10-12 MarioRemove disabled monsters (they don't fit very well...
2013-10-12 MarioBegin working on a new mage attack
2013-10-12 MarioDisable extra monsters
2013-10-12 MarioMerge branch 'master' into Mario/monsters
2013-10-02 MarioMerge branch 'master' into Mario/monsters
2013-10-01 MarioMerge branch 'master' into Mario/monsters
2013-09-30 MarioFix slime not disappearing when it explodes & ultra...
2013-09-30 MarioUse the generic CSQC models implementation for client...
2013-09-28 MarioMerge branch 'master' into Mario/monsters
2013-09-15 MarioAdd monster lifetime support, use target center rather...
2013-09-15 MarioMerge branch 'master' into Mario/monsters
2013-09-04 MarioMerge branch 'master' into Mario/monsters
2013-09-02 MarioDon't block if enemy health is lower than 10
2013-09-02 MarioBlock 90% of all damage (will make it configurable...
2013-09-02 MarioZombie has a random chance at melee range to block...
2013-09-02 MarioDon't switch to trace entity (causes issues in modes...
2013-09-01 MarioPrecache in the correct VM
2013-09-01 MarioPrecache some models/sounds
2013-09-01 MarioClean up monster armor code
2013-09-01 MarioChange miniboss spawnflag value to original Quake value
2013-08-31 MarioFix some spawnflag conflicts
2013-08-31 MarioAttempt to fix monster vehicle support
2013-08-31 MarioMove monster waypoint handling to the client
2013-08-31 MarioChange monster_melee to work more like monster_leap
2013-08-30 MarioMerge branch 'master' into Mario/monsters
2013-08-30 MarioZombie re-spawns regardless of settings
2013-08-30 MarioAdd a cvar to control monster attack range
2013-08-29 MarioDecrease brute grenade projectile speed
2013-08-29 MarioAdd ogre spawn compatibility for brute
2013-08-29 MarioDetonate mage missiles instantly if the mage dies
2013-08-29 MarioMerge branch 'master' into Mario/monsters
2013-08-29 MarioImprove mage homing missiles
2013-08-29 MarioFix bad use of w_shotorg
2013-08-29 MarioRemove W_SetupShot from monster code & fix minibosses...
2013-08-29 MarioFix monsters attacking their owners in non-teamplay...
2013-08-29 MarioHardcode monster item drops
2013-08-29 MarioAdd a special flag for powerful monsters
2013-08-28 MarioExperimental: Bruiser will wait for its pet (closest...
2013-08-28 MarioFix spider freezing itself
2013-08-28 MarioReplace monsters config with a modified dumped config
2013-08-28 MarioSteal new weapon cvar system
2013-08-28 MarioProperly fix monsters thinking they're fish
2013-08-28 MarioPartially fix all monsters thinking they're fish
2013-08-28 MarioBegin cleaning up most monster functions (still a bit...