Commit Graph

1401 Commits

Author SHA1 Message Date
Ryan C. Gordon 4722cbbce5 Blah...wrong file before. 2002-06-28 05:48:41 +00:00
Ryan C. Gordon c6e68d3dcc More build system dancing. 2002-06-28 05:40:52 +00:00
Ryan C. Gordon 4366ff0f48 Initial add. 2002-06-28 05:37:53 +00:00
Ryan C. Gordon 03aebe85db More annoying build system dancing. 2002-06-28 05:37:25 +00:00
Ryan C. Gordon 8b4c237a94 Build system should now work everywhere, including older autoconfs. I hope. 2002-06-28 05:01:41 +00:00
Ryan C. Gordon ffb3f0150a Readded. 2002-06-28 03:50:24 +00:00
Ryan C. Gordon 333707eaf2 Added back. 2002-06-28 03:48:33 +00:00
Ryan C. Gordon 0c19895ee0 Updated. 2002-06-23 09:18:08 +00:00
Ryan C. Gordon 0a0b14f0e4 Patched a bug where doOpen() reported success when the file couldn't be
opened (doh!).
2002-06-23 09:17:59 +00:00
Ryan C. Gordon 4528317f39 Updated. 2002-06-23 06:12:06 +00:00
Ryan C. Gordon b8bb4cf648 Updated. 2002-06-15 10:26:07 +00:00
Ryan C. Gordon 3090b6e121 Can now build shared libraries under BeOS, and probably Cygwin, too. 2002-06-15 10:25:52 +00:00
Ryan C. Gordon e2c5ea91e1 Removed for new build system. 2002-06-14 21:20:34 +00:00
Ryan C. Gordon 4e5d20e0c9 Updated. 2002-06-14 21:17:28 +00:00
Ryan C. Gordon 8e5e1b5c42 Removed in build system rewrite. 2002-06-14 21:11:58 +00:00
Ryan C. Gordon ac1b3ada9f Rewrote build system to work on MacOS X. 2002-06-14 21:11:05 +00:00
Ryan C. Gordon 93367aa0ad Updated. 2002-06-11 09:07:42 +00:00
Ryan C. Gordon 7881931321 Updated. 2002-06-11 08:49:53 +00:00
Ryan C. Gordon 97eaffb2fc Added VS6.0 and CW project files to dist. 2002-06-11 08:21:28 +00:00
Ryan C. Gordon f3e4d87f28 Updated. 2002-06-11 08:20:12 +00:00
Ryan C. Gordon 49319261a4 Initial add. 2002-06-11 08:18:37 +00:00
Ryan C. Gordon 51e7e620fc Updated. 2002-06-11 01:19:52 +00:00
Ryan C. Gordon c64f5e69c4 Initial add. 2002-06-11 01:17:13 +00:00
Ryan C. Gordon 4f72b555de Updated. 2002-06-10 06:42:16 +00:00
Ryan C. Gordon 47adc5a0e2 Updated. 2002-06-10 06:41:32 +00:00
Ryan C. Gordon d75aa8a84f Lots of cleanups, fixes, and corrections. Should now work on all win32
platforms, and maybe even WinCE.
2002-06-10 06:33:15 +00:00
Ryan C. Gordon 8c02051a9e Updated. 2002-06-08 21:00:30 +00:00
Ryan C. Gordon a1b30e8103 Fixed incorrect free() in Darwin CD detection code. 2002-06-08 20:59:29 +00:00
Ryan C. Gordon 943904cdd9 Fixed a crashbug when calling PHYSFS_deinit() twice in a row. 2002-06-08 08:50:00 +00:00
Ryan C. Gordon 79800373fa Updated. 2002-06-08 08:45:45 +00:00
Ryan C. Gordon fbcc9986b7 Clean out docs/ dir before packing. 2002-06-08 08:38:11 +00:00
Ryan C. Gordon b066867e53 Removed some unnecessary things that broke BeOS builds. 2002-06-08 08:37:45 +00:00
Ryan C. Gordon 1a665efb6a Enumerate files code: cleaned up memory leak, Doesn't throw away file entry
from FindFirstFile(), and handles paths more robustly.
2002-06-08 06:19:27 +00:00
Ryan C. Gordon a89efe6972 Updated. 2002-06-07 12:12:22 +00:00
Ryan C. Gordon 1499dbc55f Updated. 2002-06-07 12:00:18 +00:00
Ryan C. Gordon 3f1ada178f Lots of tweaks and revisions for Doxygen support. 2002-06-07 12:00:06 +00:00
Ryan C. Gordon b148032f42 Initial add. 2002-06-07 11:59:43 +00:00
Ryan C. Gordon 964b655867 Doc stuff. 2002-06-07 11:59:27 +00:00
Gregory S. Read 2b1142343f -Fixed file enumerator function (needed a wildcard '*' specification)
-CD enumeration only reports CDs that have media
-GetLastModified has been implemented.

-1.0 worthy except for a crash bug after enumerating files.
2002-06-07 02:33:45 +00:00
Ryan C. Gordon 78efe227f3 64-bit _llseek() detection code. 2002-06-06 06:09:51 +00:00
Ryan C. Gordon 6f870840d6 Updated. 2002-06-06 06:09:26 +00:00
Ryan C. Gordon 81a9df44bc 64-bit _llseek() support for the future. 2002-06-06 06:09:19 +00:00
Ryan C. Gordon 6fd0450c96 getLastModTime implemented. 2002-06-06 05:47:41 +00:00
Ryan C. Gordon f2ddb5383a Updated. 2002-06-06 05:47:27 +00:00
Ryan C. Gordon 25f31d4ae0 Updated. 2002-06-06 05:39:27 +00:00
Ryan C. Gordon 2f15add38f Fixed __PHYSFS_platformSeek(). 2002-06-06 05:39:06 +00:00
Ryan C. Gordon 05b565422a Implemeted getLastModTime method. 2002-06-06 05:38:47 +00:00
Ryan C. Gordon b0d5683f32 Updated. 2002-06-02 03:50:51 +00:00
Ryan C. Gordon bc4f230542 Added -Wall to debug builds. 2002-06-02 03:50:16 +00:00
Ryan C. Gordon 22412b925b Actual POSIX calls to replace ANSI stdio routines. 2002-06-02 03:48:56 +00:00