equal
deleted
inserted
replaced
3 */ |
3 */ |
4 |
4 |
5 09182005 - API BREAKAGE: PHYSFS_enumerateFilesCallback() now passes the |
5 09182005 - API BREAKAGE: PHYSFS_enumerateFilesCallback() now passes the |
6 original directory name back to the app in the callback. This |
6 original directory name back to the app in the callback. This |
7 API was only in 1.1.0, and wasn't promised to be stable at this |
7 API was only in 1.1.0, and wasn't promised to be stable at this |
8 point. Please update your apps. |
8 point. Please update your apps! Cleaned out a FIXME in file |
|
9 enumeration that would confuse the library under certain |
|
10 circumstances. |
9 09092005 - Some tweaks to PHYSFS_Allocator. Apparently configure.in doesn't |
11 09092005 - Some tweaks to PHYSFS_Allocator. Apparently configure.in doesn't |
10 work like I thought for version bumps, so it thinks 1.1.0 isn't |
12 work like I thought for version bumps, so it thinks 1.1.0 isn't |
11 binary compatible with 1.0...fixed, I think. |
13 binary compatible with 1.0...fixed, I think. |
12 09062005 - Happy September. Changed the allocation abstraction to use |
14 09062005 - Happy September. Changed the allocation abstraction to use |
13 PHYSFS_uint64 instead of size_t, so we don't have to include |
15 PHYSFS_uint64 instead of size_t, so we don't have to include |