summaryrefslogtreecommitdiffstats
path: root/code/AssetLib/Assbin/AssbinLoader.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Harmonize Importer #includes (#6065)krishty2025-03-271-1/+1
| | | | | | | | | | | | | | | | | | * Harmonize Importer #includes Some importers referred to their headers via `#include "AssetLib/[format]/[header.h"`, others via `#include "[header].h"`, others mixed both (e.g. IRR). This is a matter of taste, but it should at least be done the same way everywhere. Most importers seem to prefer `#include "[header].h"`, so this commit enforces it. Cross-referencing files from other importers is still done through `AssetLib/[format]`. Assimp headers are not affected and I would advise against changing them, as this could lead to subtle collisions with user includes. * went one too far --------- Co-authored-by: Krishty <krishty@krishty.com> Co-authored-by: Kim Kulling <kimkulling@users.noreply.github.com>
* Fix Whitespace (#6063)krishty2025-03-261-1/+1
| | | | | | | | | | | | * Fix Whitespace No functional changes. This commit removes trailing spaces, undesired line breaks, and formatting screwups. * Remove more useless line breaks in license (500 out of 630 license copies do NOT use double line breaks here) --------- Co-authored-by: Krishty <krishty@krishty.com> Co-authored-by: Kim Kulling <kimkulling@users.noreply.github.com>
* Refactorings: glTF cleanups (#6028)Kim Kulling2025-03-051-1/+1
|
* AssbinImporter::ReadInternFile now closes stream before throwing (#5927)David Campos Rodríguez2025-01-031-1/+4
| | | | | | While one of the throws in the function did indeed close the open stream, several didn't. Co-authored-by: Kim Kulling <kimkulling@users.noreply.github.com>
* Fix a bug in the assbin loader that reads uninitialized memory (#5801)Qingyou Zhao2024-10-181-1/+5
| | | | | | | | | * Fix a bug in the assbin loader that reads uninitialized memory * Address review comment --------- Co-authored-by: Kim Kulling <kimkulling@users.noreply.github.com>
* Add 2024 to copyright infos (#5475)Kim Kulling2024-02-231-1/+1
|
* Refactoring: Some cleanupsKim Kulling2023-11-121-1/+1
|
* add missing light data to assbin import/exportGargaj2022-09-051-0/+4
|
* Update copyrightsKim Kulling2022-01-101-1/+1
|
* Fix spelling mistakeIOhannes m zmölnig2021-10-081-1/+1
|
* [assbin] Fail if file could not be openedJason C2021-05-051-1/+1
| | | | | | Fail instead of returning empty scene. Partially addresses #3888.
* Update copyrights to 2021.Kim Kulling2021-02-281-1/+1
|
* replace NULL and avoid ai_assert with more than 2 tests.Kim Kulling2020-06-231-1/+1
|
* Move format importer and exporter into its won folder.Kim Kulling2020-05-021-0/+730