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.cpp
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-10-07
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-09-01
Change Array arguments to TypedArray
kobewi
2022-08-22
Replace Array return types with TypedArray
kobewi
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-02-12
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-11-14
Add path to functions that return iporter options
reduz
2021-11-10
Fix EditorImportPlugin logic for checking unimplemented methods
Gilles Roudière
2021-08-22
Replace BIND_VMETHOD by new GDVIRTUAL syntax
reduz
2021-06-12
Consistently prefix bound virtual methods with _
kobewi
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-02-25
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-02-26
-Properly handle missing ETC support on export
Juan Linietsky
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-12-27
doc: Sync classref with current source
Rémi Verschelde
2018-02-18
Fix infinite recursion with editor import plugins
George Marques
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