Giel van Schijndel
|
46805bb32f
|
Fix bug #11480:
* Don't call PHYSFS_close if our PHYSFS_file* pointer is NULL
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@4895 4a71c877-e1ca-e34f-864e-861f7616d084
|
2008-05-03 10:17:06 +00:00 |
Dennis Schridde
|
a3d8cdbdb2
|
New include order in frame.h. This should fix msvc problems hopefully.
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@4096 4a71c877-e1ca-e34f-864e-861f7616d084
|
2008-03-16 03:10:05 +00:00 |
Giel van Schijndel
|
08e68d9c54
|
Don't initalise the 'file' pointer with itself
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@4004 4a71c877-e1ca-e34f-864e-861f7616d084
|
2008-03-10 23:06:00 +00:00 |
Giel van Schijndel
|
dd0655b915
|
Make sure that xFullPathname uses SQLITE_OK as its return value for success (and SQLITE_IOERR for failure)
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@4003 4a71c877-e1ca-e34f-864e-861f7616d084
|
2008-03-10 23:05:38 +00:00 |
Giel van Schijndel
|
0af1927488
|
Provide two functions (sqlite3_register_physfs_vfs and sqlite3_unregister_physfs_vfs) for registering and unregistering of the PhysicsFS implementation for SQLite's VFS
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@3982 4a71c877-e1ca-e34f-864e-861f7616d084
|
2008-03-09 17:04:42 +00:00 |
Giel van Schijndel
|
5bf53cd315
|
Relicense the PhysicsFS implementation of SQLite's (3.5+) VFS to the zlib license to be fully compatible with PhysicsFS
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@3981 4a71c877-e1ca-e34f-864e-861f7616d084
|
2008-03-09 17:04:35 +00:00 |
Giel van Schijndel
|
9b71eb9821
|
Add a partially completed SQLite VFS (requires SQLite 3.5+) implementation for PhysicsFS
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@3951 4a71c877-e1ca-e34f-864e-861f7616d084
|
2008-03-08 14:23:07 +00:00 |