RH
|
56fc4513ef
|
FileStream::size() implemented (#365)
* Add FileStream::size()
Add ZipFile::zfsize()
* Use FileStream::size()
|
2021-05-31 15:08:44 +08:00 |
halx99
|
8e6faac1f1
|
Merge: 3348f10813 3a7bb58045
Merge pull request #350 from rh101/fix-cmake-set-property
Fix for CMake error when set_property is called with aliased target
|
2021-05-05 19:49:30 +08:00 |
rh101
|
c3618f8ea6
|
Extract real target from ALIAS if it exists in order to set property successfully
Remove duplicate entries in dependencies lists
|
2021-05-05 16:04:06 +10:00 |
halx99
|
0511520281
|
Merge: 7f1ca55a97 1efe0091a8
Merge pull request #347 from rh101/imgui-fix
ImGUI font crash fix when using virtual file system
|
2021-04-27 23:29:22 -07:00 |
rh101
|
e5fa398c67
|
Load fonts into IMGUI using memory routines rather than allowing it to use its own file handling in order to support FileStream related implementations.
|
2021-04-28 15:53:37 +10:00 |
rh101
|
0583f9a4e0
|
Get the raw pointer on creation of the FileStream to avoid any accidental usage of the unique_ptr.
|
2021-04-26 17:31:34 +10:00 |
rh101
|
668e96cadd
|
Use unique_ptr for FileUtils::openFileStream
Fix OGG audio playback due to incorrect tell() method
Fix unzip close() override method not deleting FileStream pointer.
|
2021-04-26 14:21:56 +10:00 |
RH
|
5b168e3bb6
|
Merge: 03bb24f313 85c5705f48
Merge branch 'vfs-support' into master
|
2021-04-26 10:39:09 +10:00 |
RH
|
0e2247a2d9
|
Merge: d1027ab263 ce6117fa65
Merge pull request #7 from c4games/master
Sync with primary
|
2021-04-26 10:32:25 +10:00 |
rh101
|
833f27f499
|
Ensure code uses FileStream::tell() to get size if required after using FileStream::seek(0, SET_END)
|
2021-04-26 10:28:33 +10:00 |
rh101
|
155fe98406
|
openFileStream now returns a nullptr if it fails
|
2021-04-24 09:22:27 +10:00 |
rh101
|
e1ce966be2
|
Remove redundant std::move
|
2021-04-23 22:00:33 +10:00 |
RH
|
dd5f77c3d5
|
Merge: 15c8f2298d 0886473e1b
Merge pull request #4 from rh101/master
Sync with master
|
2021-04-22 21:49:43 +10:00 |
RH
|
1e15ed4839
|
Merge: 2cef9f2e76 844119d162
Merge pull request #3 from c4games/master
Sync with master
|
2021-04-22 21:48:49 +10:00 |
rh101
|
7540c06fd3
|
Use FileStream to write JPG images to disk
|
2021-04-22 21:36:26 +10:00 |
halx99
|
8ed6d34234
|
Explicit set cmake minimum version at app/build.gradle [ci build]
|
2021-04-22 11:40:53 +08:00 |
rh101
|
2bf12b2226
|
Add support for virtual file system via custom FileStream and FileUtils implementations.
|
2021-04-22 03:15:49 +10:00 |
halx99
|
f583ec6300
|
By default, disable stream parsing
|
2020-08-27 11:40:44 +08:00 |
halx99
|
6345cca301
|
freetype stream parsing support, reduce memory use on FontCache
|
2020-08-27 11:35:55 +08:00 |
halx99
|
37d4be2152
|
FreeType: Output missing char in .ttf at _DEBUG compiling mode
|
2020-08-12 14:24:06 +08:00 |
halx99
|
8df3d5e274
|
Init Commit
|
2019-11-23 20:27:39 +08:00 |