summaryrefslogtreecommitdiffstats
path: root/code/AssetLib/Assbin/AssbinFileWriter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Bugfix/fix sonarcube findings (#6369)Kim Kulling2025-10-141-23/+23
| | | | | * Fix sonarcube findings. --------- Co-authored-by: Kim Kulling <kim.kulling@draeger.com>
* Refactorings: glTF cleanups (#6028)Kim Kulling2025-03-051-1/+1
|
* Add 2024 to copyright infos (#5475)Kim Kulling2024-02-231-1/+1
|
* Always include "zlib.h" (rather than .../contrib/zlib/zlib.h)IOhannes m zmölnig2023-11-291-5/+1
| | | | | The path to the vendored zlib is set by the build-system, so there's no need to add additional preprocessor magic
* Trim Trailing WhitespaceKrishty2023-01-161-3/+3
|
* add missing light data to assbin import/exportGargaj2022-09-051-0/+4
|
* [WIP] Use ai_Real to write correct accuracyKim Kulling2022-08-181-5/+5
| | | - closes https://github.com/assimp/assimp/issues/4676
* INtroduce compression class to encapsulate compression via zlibKim Kulling2022-02-061-1/+3
|
* Update copyrightsKim Kulling2022-01-101-1/+1
|
* Add some exporter macros.Kim Kulling2021-10-171-12/+11
|
* mingw build fixkovacsv2021-08-191-1/+1
|
* Update copyrights to 2021.Kim Kulling2021-02-281-1/+1
|
* Fix MinGW builds (issues related to pragmas and format strings)awr12020-07-141-4/+4
|
* replace NULL and avoid ai_assert with more than 2 tests.Kim Kulling2020-06-231-3/+3
|
* Move format importer and exporter into its won folder.Kim Kulling2020-05-021-0/+832