Alibek Omarov
|
37d9791f00
|
filesystem: refactor variable declarations
|
2026-05-20 23:24:36 +05:00 |
|
Alibek Omarov
|
a1d3b7d65f
|
Remove STDINT_H macro, use stdint.h directly. Compilers and platforms that do not have this header shall provide them on their own.
|
2025-10-08 03:53:37 +05:00 |
|
Alibek Omarov
|
55d50e2815
|
filesystem: explicitly tell JVM that we're done with some objects
|
2025-10-02 02:42:32 +08:00 |
|
Alibek Omarov
|
af0d77caf7
|
filesystem: android: more verbosity when mounting assets on Android fails
|
2025-08-11 18:49:26 +05:00 |
|
Alibek Omarov
|
81c7ef20eb
|
filesystem: android: use commit date as android assets file time
|
2025-08-04 10:25:42 +05:00 |
|
Alibek Omarov
|
75eb1f1e8b
|
filesystem: android: make failing to find JNI env non-fatal
|
2025-04-24 20:52:18 +03:00 |
|
Alibek Omarov
|
b7c025b167
|
filesystem: android: request buffer for Android asset LoadFile implementation
Might be better than asking for random access and then only reading forward.
|
2025-01-21 19:50:14 +03:00 |
|
Alibek Omarov
|
ec107dfba5
|
filesystem: load on-disk archives like PAK and PK3 through VFS (disk-only for now)
* Track from which archive the file has been opened and provide needed functions for it
|
2024-06-27 07:31:11 +03:00 |
|
Alibek Omarov
|
e039ef35c0
|
filesystem: don't check for SDL whether we can load Android assets, because filesystem doesn't know anything about SDL
Replace it with runtime check instead.
|
2024-03-11 23:25:10 +03:00 |
|
Alibek Omarov
|
39cba17f01
|
filesystem: android: try to fix compiling-in AAsset mounting code
|
2024-03-11 21:49:33 +03:00 |
|
mittorn
|
d97d4d6c42
|
filesystem: add XASH_ANDROID_ASSETS macro for aassets switch
|
2024-02-27 04:04:54 +03:00 |
|
Alibek Omarov
|
bb03e2597c
|
filesystem: allow to pass custom allocation functions to LoadFile
|
2024-02-07 23:22:27 +03:00 |
|
Alibek Omarov
|
d67a4234cc
|
filesystem: android: simplify code, get getAssets method only once, remove unneeded casts and memsets (where Mem_Calloc is used)
|
2023-11-03 16:29:57 +03:00 |
|
Velaron
|
6426919cb5
|
filesystem: add Android assets support
|
2023-11-03 16:23:03 +03:00 |
|