Commits (5)
-
Rob Swindell authored
Just integers right now. And only big or little endian.
0e1395dc -
Rob Swindell authoreda00ec6d2
-
Rob Swindell authored86533080
-
Rob Swindell authored
PCBOARD.SYS is officially the worst file format ever invented, not just the worst BBS drop file format ever invented. What were these guys smoking?!? I don't know what reference I used almost 30 years ago when I first implemented PCBOARD.SYS file support, but this time I used the PCBoard v15.3 source code (e.g. sys.c and usersys.c) and even their own code seems to work really hard to conform to these crazy file formats. USERS.SYS is a little more sane, but not by a lot. C++ features make this cleaner/easier, but man... there's just so much polish you apply to these turds. I guess (and hope) that nobody's really running programs that depend on/use these file formats. <shrug>
9422248a -
Rob Swindell authored
... and USERS.SYS file creation using new C++ type definitions in pcbdefs.hpp. This mostly fixes issue #366.
1abae6a2
src/encode/endian.hpp
0 → 100644
src/sbbs3/pcbdefs.hpp
0 → 100644
This diff is collapsed.