index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
io
/
resource_importer.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Spartan322
2024-10-13
1
-0
/
+2
*
Revert "Fix FileSystem dock won't show any file folders"
Rémi Verschelde
2024-06-11
1
-3
/
+0
*
Fix FileSystem dock won't show any file folders
Hilderin
2024-06-10
1
-0
/
+3
*
Add 'override' mark to ResourceFormat class
ppphp
2024-03-25
1
-15
/
+15
*
Implement glTF compat version system for files from older Godot versions
Aaron Franke
2023-11-03
1
-0
/
+1
*
Ability to change a resource UID from API
Juan Linietsky
2023-01-09
1
-0
/
+8
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Implement Feature Build Profiles
reduz
2022-07-22
1
-1
/
+1
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-3
/
+3
*
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-03
1
-1
/
+1
*
ResourceImporter: Restore default append logic for new importers
Rémi Verschelde
2022-02-07
1
-1
/
+1
*
Make add_importer and add_post_importer_plugin override existing importers.
K. S. Ernest (iFire) Lee
2022-01-19
1
-3
/
+2
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Add path to functions that return iporter options
reduz
2021-11-14
1
-2
/
+2
*
Implement Resource UIDs
reduz
2021-07-24
1
-0
/
+3
*
Expose an ImportOrder enum in ResourceImporter
Hugo Locurcio
2021-07-23
1
-1
/
+11
*
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-11
1
-2
/
+2
*
Use multiple threads to import.
Juan Linietsky
2021-04-19
1
-0
/
+5
*
Improved 3D Scene Importer
Juan Linietsky
2021-03-22
1
-0
/
+3
*
Added Import Defaults Editor in Project Settings
reduz
2021-02-23
1
-0
/
+1
*
Improve resource load cache
reduz
2021-02-11
1
-1
/
+1
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Cleanup unused engine code
Tomasz Chabora
2020-12-09
1
-1
/
+0
*
Refactored Mesh internals and formats.
reduz
2020-12-02
1
-0
/
+1
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-2
/
+0
*
Exposed RenderingDevice to script API
Juan Linietsky
2020-04-20
1
-1
/
+1
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-3
/
+3
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-3
/
+3
*
Removed interactive loader, added proper thread loading.
Juan Linietsky
2020-02-28
1
-1
/
+1
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Made use of semicolons more consitent, fixed formatting
JohnJLight
2019-06-19
1
-1
/
+2
*
Unexpose subclasses of ResourceFormatLoader and -Saver
Rémi Verschelde
2019-06-18
1
-2
/
+0
*
Style: Fix issues with clang-format 8.0
Rémi Verschelde
2019-05-20
1
-1
/
+1
*
Added ability for multiple images to be imported as an atlas
Juan Linietsky
2019-04-19
1
-0
/
+5
*
Make sure ResurceLoader.exists works on imported files, fixes #23555
Juan Linietsky
2019-03-04
1
-0
/
+1
*
Better warnings when resources can't be saved. Fixes #26531
Juan Linietsky
2019-03-04
1
-0
/
+1
*
-Fix problem of order of import plugins, closes #26340
Juan Linietsky
2019-02-27
1
-1
/
+0
*
Fix GCC 5 build after #26331 and cleanup style
Rémi Verschelde
2019-02-27
1
-4
/
+6
*
-Properly handle missing ETC support on export
Juan Linietsky
2019-02-26
1
-2
/
+15
*
Core: Ensure classes match their header filename
Rémi Verschelde
2019-02-12
1
-0
/
+113