open_toontown_panda3d/makepanda
Sam Edwards 1c6ae84cdc dtoolutil: Remove HAVE_OPEN_MASK
Rationale:
1. Per standard, fstream::open takes 2 arguments.
   If platforms add a third, they're out of spec.
2. The only platform I could find that takes a file
   mask specifically as the third argument is IRIX,
   which Panda hasn't targeted in forever.
3. The mask being requested isn't even particularly
   interesting - falling back to a platform default
   is best.
4. When USE_PANDAFILESTREAM is defined, pfstream
   is implemented as PandaFileStream, which doesn't
   have a three-argument open() and breaks immediately.
5. makepanda doesn't ever define HAVE_OPEN_MASK
6. It's been broken for so long that, if it were
   important to anybody, it would have been fixed by now.
2018-05-30 12:04:06 -06:00
..
confauto.in general: Remove more unnecessary +x UNIX modes 2018-02-07 11:29:48 -07:00
config.in general: Remove more unnecessary +x UNIX modes 2018-02-07 11:29:48 -07:00
expandimports.bat Remove references to SourceForge CVS repository 2015-08-23 14:12:59 +02:00
expandimports.py Move makepanda to root 2009-03-31 11:49:27 +00:00
getversion.py Cleanup trailing whitespace 2015-12-13 10:08:41 -05:00
installer.nsi makepanda: don't fail building Windows installer if Pmw is missing 2018-05-06 22:18:30 +02:00
installpanda.py installpanda: add --verbose flag 2018-01-03 14:09:15 +01:00
makechm.bat general: Remove more unnecessary +x UNIX modes 2018-02-07 11:29:48 -07:00
makechm.py Cleanup trailing whitespace 2015-12-13 10:08:41 -05:00
makedocs.bat Remove references to SourceForge CVS repository 2015-08-23 14:12:59 +02:00
makedocs.py Move makepanda to root 2009-03-31 11:49:27 +00:00
makepanda.bat general: Remove more unnecessary +x UNIX modes 2018-02-07 11:29:48 -07:00
makepanda.py dtoolutil: Remove HAVE_OPEN_MASK 2018-05-30 12:04:06 -06:00
makepanda.sln general: Remove more unnecessary +x UNIX modes 2018-02-07 11:29:48 -07:00
makepanda.vcproj putil: Rename config_util to config_putil 2018-05-14 02:36:42 -06:00
makepandacore.py makepanda: rebuild modules when interrogate_module is modified 2018-02-27 12:05:23 +01:00
makewheel.py makewheel: fix binary data being doubled 2017-12-21 11:39:19 +01:00
panda-install.bmp general: Remove more unnecessary +x UNIX modes 2018-02-07 11:29:48 -07:00
panda3d.desktop More minor linux packaging fixes 2014-12-29 15:16:33 +01:00
pview.desktop More minor linux packaging fixes 2014-12-29 15:16:33 +01:00
test_imports.py distributed: Fix the import test (and syntax on Python 3) 2018-02-23 19:52:48 -07:00