index
:
chocolate-doom
trimui-s
chocolate-doom-2.2.1 with trimui s support
neonloop
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
strife
/
p_map.c
Age
Commit message (
Expand
)
Author
2015-02-20
Fix game code that makes false boolean assumptions.
Simon Howard
2014-05-05
Clean up file headers.
Simon Howard
2011-02-25
Found the last difference causing the IWAD to desync - players
James Haley
2011-02-23
Removed all dead code containing P_Random calls to avoid false hits in
James Haley
2011-02-12
Merge from raven-branch. FEATURE_MULTIPLAYER has been disabled
Simon Howard
2011-02-07
Added graphical intro loading screen, and -nograph parameter which
James Haley
2011-02-05
Finished second passes through p_map and p_maputl - modules are largely
James Haley
2011-02-04
Finished second sweep of p_inter.c for missed code and bugs. Significant
James Haley
2011-02-03
Implemented "blockingline" variable so that missiles can trigger
James Haley
2010-10-04
Strife changed lowerAndCrush ceiling actions so that they actually do
James Haley
2010-09-28
Fix compile warnings.
Simon Howard
2010-09-24
Implementation of teleflags for EV_Teleport. Fix to somewhat serious bug
James Haley
2010-09-22
Fixed firing of missiles when looking up/down so that the aimslope
James Haley
2010-09-19
Just some killing of tabs.
James Haley
2010-09-19
Bug fixes: It's SPECTRALs that aren't hit by tracers, not MVIS things
James Haley
2010-09-18
Tons of warnings fixed - now only 7 warnings at warning level 3, and
James Haley
2010-09-16
Work on cheats and on teleportation effects.
James Haley
2010-09-10
Minor reformatting in p_map.c, and found some code hex-rays was ignoring
James Haley
2010-09-07
+ All linedef flags added
Samuel Villareal
2010-09-05
Corrections to some of Kaiser's previous commits. Also, significant work
James Haley
2010-09-04
+ Map flags for things added (MTF_*)
Samuel Villareal
2010-09-02
Tweaks to Kaiser's PIT_CheckThing work: moved up thing == tmthing check,
James Haley
2010-09-02
+ Update to PIT_CheckThing
Samuel Villareal
2010-09-02
+ Thing z height clipping code added
Samuel Villareal
2010-08-31
+ All doom mobjtypes commented out or replaced as placeholders
Samuel Villareal
2010-08-31
+ Stripped out all doom states/sprites and added strife states/sprites.
Samuel Villareal
2010-02-06
Merge from trunk.
Simon Howard
2010-02-01
Create strife directory as a copy of doom directory, change Makefile.am
Simon Howard
2010-02-01
Remove improperly-created strife directory.
Simon Howard
2010-02-01
Populated src/strife with copy of source files from src/doom - TODOs:
James Haley