Историја ревизија

Аутор SHA1 Порука Датум
  Ryan C. Gordon bb9f5e5049 Added PHYSFS_mountMemory(). пре 15 година
  Ryan C. Gordon 8cd320b858 Added PHYSFS_mountIo(). пре 15 година
  Ryan C. Gordon 4bc5ed1725 Abstracted file i/o into PHYSFS_Io interface. пре 15 година
  Ryan C. Gordon c2e77d7e35 Constification. пре 15 година
  Ryan C. Gordon 74f8cb4f91 Fixed incorrect #ifdef. пре 15 година
  Ryan C. Gordon b58e5f348c Removed __PHYSFS_platformGetLastModTime(). пре 15 година
  Ryan C. Gordon 8def2f8aaf Fixed some single-line comments. пре 15 година
  Ryan C. Gordon fc680aa468 Removed PHYSFS_Archiver's isArchive() method. пре 15 година
  Ryan C. Gordon c92f3035f9 Made __PHYSFS_ui64FitsAddressSpace's behaviour match its name. пре 15 година
  Ryan C. Gordon 2beafa790d Removed getLastModTime() interface from the archivers; it's not used anymore. пре 15 година
  Ryan C. Gordon c1969d0595 Added PHYSFS_unmount(), deprecated addToSearchPath and removeFromSearchPath. пре 15 година
  Ryan C. Gordon c306d73fdc Patched to compile. пре 15 година
  Ryan C. Gordon f99f0ef9e7 Fixed details of PHYSFS_Archiver's stat method. пре 15 година
  Ryan C. Gordon 024784efbd Actually, that's FOUR gigabytes. пре 15 година
  Ryan C. Gordon f7a8d9292c Fixed PHYSFS_stat()'s return value to match rest of PhysicsFS API. пре 15 година
  Ryan C. Gordon b69dfedaf0 Deprecated PHYSFS_getLastModTime()...use PHYSFS_stat() instead, now. пре 15 година
  Ryan C. Gordon 8b0988a038 Some minor FIXME tweaks. пре 15 година
  Ryan C. Gordon 51a22c576e Updated SWIG bindings. пре 15 година
  Ryan C. Gordon 94c621c8fb Updated test_physfs.c to not use deprecated functions. пре 15 година
  Ryan C. Gordon 8546c9a202 Replaced cut-and-paste byteswap i/o codepile with macros. пре 15 година
  Ryan C. Gordon 3dc77f8a54 Get rid of __inline__, just make sure "inline" is defined sanely instead. пре 15 година
  Ryan C. Gordon d797ea7cd8 Added PHYSFS_DEPRECATED. пре 15 година
  Ryan C. Gordon 4000b234c0 Moved all the file i/o from stdio-style to POSIX-style. пре 15 година
  Ryan C. Gordon 68632d3c57 Wrap BAIL_* and GOTO_* macros in do { } while (0) ... пре 15 година
  Ryan C. Gordon 11e2306c1c Added a FIXME. пре 15 година
  Ryan C. Gordon c88d2c3746 Added UTF-16 support. пре 15 година
  Ryan C. Gordon acdfcfca04 Fixed incorrect comments. пре 15 година
  Ryan C. Gordon 77d16c2bed Zero-sized destination buffers when converting to UTF-8 shouldn't overflow. пре 15 година
  Ryan C. Gordon 9d979b21d0 Added a see-also to the docs. пре 15 година
  Ryan C. Gordon f329f4ed0b Added a FIXME. пре 15 година