Ryan C. Gordon
|
751be263bf
Updated a URL to point to github.com
|
4 anni fa |
Ryan C. Gordon
|
a4dc0a7129
Renamed .hgignore -> .gitignore
|
4 anni fa |
Matthew Albrecht
|
99d0fef19e
Include alloca.h on Solaris and Linux platforms.
|
4 anni fa |
Ryan C. Gordon
|
f3eb059e57
Reformat LICENSE.txt so GitHub sees it as zlib.
|
4 anni fa |
Ryan C. Gordon
|
911e253e00
msvc: Move stdarg.h include ahead of __PHYSFS_msvc_vsnprintf declaration.
|
4 anni fa |
Ryan C. Gordon
|
48ffe8ddf5
7z: copy/paste error in error checking, found by static analysis.
|
5 anni fa |
Ryan C. Gordon
|
db2a4a5807
Move buildbot script changes to stable-3.0 branch.
|
5 anni fa |
Ryan C. Gordon
|
6421738346
Minor style fix in docs/INSTALL.txt
|
5 anni fa |
Ryan C. Gordon
|
557d1c58d5
Updated copyright for 2020.
|
5 anni fa |
Ryan C. Gordon
|
fcfc99941f
extras: Cleaning up some scripts to work with the newly-recreated buildbot.
|
5 anni fa |
Ryan C. Gordon
|
0e38afca9b
Corrected example code for PHYSFS_enumerate in physfs.h
|
6 anni fa |
Ryan C. Gordon
|
f5458fbc6c
cmake: Minimum CMake version is now 2.8.12.
|
6 anni fa |
Kevin d'Orange
|
95fd951c57
CMake: made install step export the targets
|
6 anni fa |
Ryan C. Gordon
|
2ae6fe8833
Tagging 3.0.2 release
|
7 anni fa |
Ryan C. Gordon
|
f8f89035c4
Bumped version to 3.0.2!
|
7 anni fa |
Ryan C. Gordon
|
2dc2dd1b04
Fixed compiler warning.
|
7 anni fa |
Ryan C. Gordon
|
81bb11ddbc
windows: Workaround for WinXP systems.
|
7 anni fa |
Ryan C. Gordon
|
fa34bb479d
Only flush file handles on close if they were opened for writing.
|
7 anni fa |
Ryan C. Gordon
|
9a825fcd77
Updated copyright year for 2019.
|
7 anni fa |
Ryan C. Gordon
|
3ba1e363d1
cmake: Special build target names ("dist" "docs" "uninstall") can be renamed.
|
7 anni fa |
Ryan C. Gordon
|
0d3d0afc9a
Allow builds to opt-out or opt-in to specific archivers, whichever's easier.
|
7 anni fa |
Ryan C. Gordon
|
20da8fab65
PHYSFS_flush() shouldn't call PHYSFS_Io::flush().
|
7 anni fa |
Ryan C. Gordon
|
9ef9a06db3
windows: Workaround GetUserProfileDirectory's API change in Win10 build 1809.
|
7 anni fa |
Ryan C. Gordon
|
4a56820f1d
PHYSFS_setWriteDir() shouldn't create an empty file if the dir doesn't exist.
|
7 anni fa |
Ryan C. Gordon
|
b1c6c7f4a8
Fix up physfs.h for compilers that are sensitive about preprocessor defines.
|
7 anni fa |
Ryan C. Gordon
|
a828a91feb
apple: Patched to compile with older (mac 10.7) SDKs (thanks, Ken and Ryan!).
|
8 anni fa |
Ryan C. Gordon
|
be0afe31e3
ignorecase: Don't crash if enumeration returned a NULL pointer.
|
8 anni fa |
Ryan C. Gordon
|
d08188c1e0
Updated copyright date.
|
8 anni fa |
Ryan C. Gordon
|
e216897cb9
7zip: don't forget to destroy the PHYSFS_Io when closing the archive!
|
8 anni fa |
Ryan C. Gordon
|
ac1ee1a3f2
Patched physfsrwops to compile against SDL 1.2 (thanks, Rob!).
|
8 anni fa |