Merge branch 'angles' into 'next'
Slopes and stuff Adds support for slopes, slopes on FOFs, slopes on translucent FOFs, slopes on FOFs with holes in the flat, slope physics, dynamic slopes, vertex slopes, dynamic vertex slopes, and a ham sandwich to the game. Only for software mode right now, though. (OGL still gets the physics and the sandwich.) Some things still need to be done, but for now this can be merged in to be finished later. Please make sure nothing in the vanilla game breaks before giving the thumbs up for this merge. Since this doesn't merge automatically, if the code review turns out positive and nobody else has done it, I'll handle the merging. See merge request !22
Showing
- src/CMakeLists.txt 2 additions, 0 deletionssrc/CMakeLists.txt
- src/Makefile 1 addition, 0 deletionssrc/Makefile
- src/doomdef.h 3 additions, 0 deletionssrc/doomdef.h
- src/f_finale.c 1 addition, 0 deletionssrc/f_finale.c
- src/m_fixed.c 0 additions, 4 deletionssrc/m_fixed.c
- src/m_fixed.h 0 additions, 4 deletionssrc/m_fixed.h
- src/p_enemy.c 5 additions, 0 deletionssrc/p_enemy.c
- src/p_floor.c 16 additions, 7 deletionssrc/p_floor.c
- src/p_local.h 22 additions, 0 deletionssrc/p_local.h
- src/p_map.c 218 additions, 67 deletionssrc/p_map.c
- src/p_maputl.c 165 additions, 71 deletionssrc/p_maputl.c
- src/p_maputl.h 3 additions, 0 deletionssrc/p_maputl.h
- src/p_mobj.c 791 additions, 85 deletionssrc/p_mobj.c
- src/p_mobj.h 4 additions, 0 deletionssrc/p_mobj.h
- src/p_saveg.c 12 additions, 1 deletionsrc/p_saveg.c
- src/p_setup.c 30 additions, 5 deletionssrc/p_setup.c
- src/p_slopes.c 1135 additions, 0 deletionssrc/p_slopes.c
- src/p_slopes.h 80 additions, 0 deletionssrc/p_slopes.h
- src/p_spec.c 75 additions, 47 deletionssrc/p_spec.c
- src/p_user.c 171 additions, 109 deletionssrc/p_user.c
Loading
Please register or sign in to comment