issues
search
team-eternity
/
eternity
The Eternity Engine
http://eternity.youfailit.net/wiki/Main_Page
GNU General Public License v3.0
236
stars
37
forks
source link
[MBF21] Implement the new scroll linedef types
#550
Closed
ioan-chera
closed
2 years ago
ioan-chera
commented
2 years ago
Classic format linedef types 1024, 1025 and 1026.
[x] Test in Doom classic format
[x] Test that scale is 8 times less than special 255 (scroll this line by offsets)
[x] Test that indeed we're supposed to only affect the front sidedefs (or if not, that it's the same as in PrBoom+um)
[x] Test the displacement scroller
[x] Test the accelerative scroller
[x] Test that we didn't break the linedef orientation scroller
[x] Check that they work in Heretic classic format
[x] Also check if UDMF needs anything equivalent or already has it. (NEED TO ADD)
Classic format linedef types 1024, 1025 and 1026.