index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editor
/
import
/
editor_import_plugin.h
Age
Commit message (
Expand
)
Author
2023-02-06
Use reimport_append api for importing embedded gltf images
Lyuma
2023-02-06
Merge pull request #72455 from reduz/allow-reimport-appending
Rémi Verschelde
2023-02-01
Support reimport appending
Juan Linietsky
2023-01-31
Use enum instead of int in virtual methods return type
Raul Santos
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-09-01
Change Array arguments to TypedArray
kobewi
2022-08-22
Replace Array return types with TypedArray
kobewi
2022-07-25
Code quality: Fix header guards consistency
Rémi Verschelde
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-11-14
Add path to functions that return iporter options
reduz
2021-08-22
Replace BIND_VMETHOD by new GDVIRTUAL syntax
reduz
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-07-10
Add override keywords.
Marcel Admiraal
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-06-26
Some code changed with Clang-Tidy
qarmin
2019-06-19
Made use of semicolons more consitent, fixed formatting
JohnJLight
2019-02-26
-Properly handle missing ETC support on export
Juan Linietsky
2019-02-12
Core: Ensure classes match their header filename
Rémi Verschelde
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-02-13
Expose priority and order for custom import plugins
George Marques
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2017-08-27
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-06-20
Fix EditorImportPlugin::get_preset_count
Andreas Haas
2017-05-12
Bring back EditorImportPlugin
Andreas Haas