summaryrefslogtreecommitdiff
path: root/src/strife/p_enemy.c
AgeCommit message (Expand)Author
2010-09-18Revisions to objective macro and addition of voice with objective forJames Haley
2010-09-18+ Fixed a fluke in A_TeleportBeaconSamuel Villareal
2010-09-18+ A_TeleportBeacon doneSamuel Villareal
2010-09-18+ A_TeleportBeacon doneSamuel Villareal
2010-09-18+ A_AcolyteSpecial fixedSamuel Villareal
2010-09-18+ A_Tracer, A_BurnSpread and A_AcolyteSpecial doneSamuel Villareal
2010-09-15+ EV_DoDoor updatedSamuel Villareal
2010-09-12I munged up A_CrusaderAttack pretty good, but it's fixed now.James Haley
2010-09-10Minor reformatting in p_map.c, and found some code hex-rays was ignoringJames Haley
2010-09-10Changed MELEERANGE back to 64 and defined a new PLAYERMELEERANGE to beJames Haley
2010-09-09+ More codepointers implementedSamuel Villareal
2010-09-09Changed mobj_t::allegiance to mobj_t::miscdata due to the fact it hasJames Haley
2010-09-08Numbered most of the sprite enums for easy reference. Added moreJames Haley
2010-09-08+ Fixing commentsSamuel Villareal
2010-09-08+ Added check if linetarget is null in P_StartDialogSamuel Villareal
2010-09-07Minor tweaks to some action functions, more comments as always, removedJames Haley
2010-09-07+ All linedef flags addedSamuel Villareal
2010-09-06+ Fixed typo in A_SentinelAttackSamuel Villareal
2010-09-06+ More codepointers implementedSamuel Villareal
2010-09-06Fixes to Inquisitor grenades, Loremaster hookshot spawn, andJames Haley
2010-09-06+ P_ThrustMobj implementedSamuel Villareal
2010-09-06Minor reformatting, added some comments, and fixed P_SpawnFacingMissileJames Haley
2010-09-06+ More codepointers implementedSamuel Villareal
2010-09-06Comment fix, and enabled player's extreme death sound.James Haley
2010-09-06+ Un-inlined P_NewRandomDirSamuel Villareal
2010-09-06Started some second-hand verification and added more comments to p_pspr.James Haley
2010-09-05Corrections to some of Kaiser's previous commits. Also, significant workJames Haley
2010-09-05+ P_NewRandomDir function addedSamuel Villareal
2010-09-04+ p_pspr.c almost completed. Needs A_FireSigil to be implementedSamuel Villareal
2010-09-04+ Found nearly duplicate names (MT_MINIMISSLE and MT_MINIMISLE).Samuel Villareal
2010-09-04+ Map flags for things added (MTF_*)Samuel Villareal
2010-09-02+ Thing z height clipping code addedSamuel Villareal
2010-09-01+ Terrain type system implementedSamuel Villareal
2010-08-31+ All doom mobjtypes commented out or replaced as placeholdersSamuel Villareal
2010-08-31+ Stripped out all doom states/sprites and added strife states/sprites.Samuel Villareal
2010-08-31+ Strife music/sound implementedSamuel Villareal
2010-08-25Added riftSpots and fleshed out Strife level exit behavior as far asJames Haley
2010-02-01Create strife directory as a copy of doom directory, change Makefile.amSimon Howard
2010-02-01Remove improperly-created strife directory.Simon Howard
2010-02-01Populated src/strife with copy of source files from src/doom - TODOs:James Haley