Go to file
Kp 8838b46e65 Suppress PhysFS deprecation errors
PhysFS 2.0 only offers PHYSFS_read/PHYSFS_write for I/O.  PhysFS 3.0
deprecates PHYSFS_read / PHYSFS_write and offers PHYSFS_readBytes /
PHYSFS_writeBytes.  Converting Rebirth to use the new API is somewhat
invasive, and would require dropping support for PhysFS 2.0.

For now, for compatibility with PhysFS 2.0, disable the deprecation
errors and continue to use the older functions.

Reported-by: gabeotisbenson <https://github.com/dxx-rebirth/dxx-rebirth/issues/352>
2017-10-22 04:20:35 +00:00
common Remove obsolete D1 hostage editor code 2017-10-14 17:10:31 +00:00
contrib Add Gentoo ebuilds for beta 2017-04-08 16:48:19 +00:00
d1x-rebirth Remove obsolete D1 hostage editor code 2017-10-14 17:10:31 +00:00
d2x-rebirth Cache width in libmve decoder 2017-10-14 17:10:31 +00:00
Documentation Require support for reference qualified methods 2016-12-10 17:51:07 +00:00
similar Remove obsolete D1 hostage editor code 2017-10-14 17:10:31 +00:00
.gitattributes Add experimental Windows manifest 2017-08-02 02:49:12 +00:00
.gitignore
COPYING.txt
GPL-3.txt
INSTALL.markdown Fix Ubuntu package name in INSTALL.markdown 2016-12-23 02:56:55 +00:00
SConstruct Suppress PhysFS deprecation errors 2017-10-22 04:20:35 +00:00