mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-08 05:51:09 +00:00
59d932b972
- fixed: The BossCube could be blocked by floors and ceiling resulting in incorrect movement. I changed it so that A_BrainSpit now sets the MF5_NOINTERACTION flag for anything it spawns that has the MF_NOCLIP flag. For travelling cubes active collision detection makes no sense and only causes problems. This should also make the boss brain work in the other games which previously were excluded by a game mode check in the movement code. - fixed: ACS's GetUserVariable did not work for the script activator. - fixed: Moving floors could be blocked by 2 actors without MF2_PASSMOBJ overlapping each other (common mapping bug, check Herian 2 MAP30.) SVN r1891 (trunk) |
||
---|---|---|
.. | ||
a_arachnotron.cpp | ||
a_archvile.cpp | ||
a_bossbrain.cpp | ||
a_bruiser.cpp | ||
a_cacodemon.cpp | ||
a_cyberdemon.cpp | ||
a_demon.cpp | ||
a_doomglobal.h | ||
a_doomimp.cpp | ||
a_doommisc.cpp | ||
a_doomweaps.cpp | ||
a_fatso.cpp | ||
a_keen.cpp | ||
a_lostsoul.cpp | ||
a_painelemental.cpp | ||
a_possessed.cpp | ||
a_revenant.cpp | ||
a_scriptedmarine.cpp | ||
a_spidermaster.cpp |