doomlegacy-devel: Update to SVN revision 1563

- Revision 1561
  Fix the overlapped string copies detected by GCC 10.
  Fixes bug 0671, Michael Bauerle.

- Revision 1562
  Straighten out some of the DEBUG compile tests.
  Regularize some of the DEBUG tests.
  Make LOGMESSAGES work again.

- Revision 1563
  This fixes bug 0670, Monsters mysteriously disappearing,
  moving large distances into the void space.
This commit is contained in:
Michael Baeuerle 2020-11-30 18:46:11 +01:00
parent f565185fea
commit ea8a17ebf7
2 changed files with 9 additions and 1 deletions

View File

@ -2,7 +2,7 @@
VERS= 1.48.6
#PKGNAME= doomlegacy-${VERS}
SVNVERS= 1560
SVNVERS= 1563
DISTNAME= doomlegacy-devel-0r${SVNVERS}
CATEGORIES= games

View File

@ -64,4 +64,12 @@ Part 16: Sky is not rendered correctly
=> Works as expected
Part 17: Undefined behaviour
============================
GCC 10 produce several warnings while compiling the code.
[X] Created upstream bug report #671
Fixed in SVN revision 1561
=> Works as expected
EOF