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
Age
Commit message (
Expand
)
Author
2022-01-18
Merge pull request #52969 from bruvzg/locale_detection
Rémi Verschelde
2022-01-18
Improve locale detection.
bruvzg
2022-01-18
Fix import hints breaking node paths in animations
Ricardo Buring
2022-01-17
Merge pull request #54794 from bruvzg/runtime_bmfont_parser
Rémi Verschelde
2022-01-17
Remove property hints referencing unsupported svgz extension
Rémi Verschelde
2022-01-16
Hide SVG scale for non-SVG textures
kobewi
2022-01-14
Remove support for PVRTC texture encoding and decoding
Hugo Locurcio
2022-01-13
Fix various typos
luz paz
2022-01-09
[TextServer] Improve ligature cursor handling.
bruvzg
2022-01-05
options dict is now passed to _import_scene.
K. S. Ernest (iFire) Lee
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2022-01-02
Fix various typos
luz paz
2021-12-17
Don't crash when texture param is null
Marc Gilleron
2021-12-10
Merge pull request #53323 from xMakerx/patch-1
Rémi Verschelde
2021-12-09
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-12-06
Fix bad popups offset in editor with single window off
jmb462
2021-11-24
Merge pull request #55238 from Giwayume/bugfix/atlas_cutoff_edge_master
Rémi Verschelde
2021-11-23
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-23
Fix edge case where 1px cut off from right of image
Giwayume
2021-11-22
Added `reset_size` method to `Control` and `Window` classes
Yuri Roubinsky
2021-11-19
Added hint about loop_mode to resource importer
Silc 'Tokage' Renew
2021-11-18
Fix texture atlas generation when source sprite is larger than generated atlas
Giwayume
2021-11-14
Add path to functions that return iporter options
reduz
2021-11-12
Use "enum class" for input enums
Aaron Franke
2021-11-12
Modules: Make sure to include modules_enabled.gen.h where needed
Rémi Verschelde
2021-11-11
Fix import_scene_from_other_importer and import_animation_from_other_importer
Lyuma
2021-11-10
Merge pull request #54838 from groud/fix_editor_import_plugin
Rémi Verschelde
2021-11-10
Fix EditorImportPlugin logic for checking unimplemented methods
Gilles Roudière
2021-11-09
Merge pull request #53819 from TokageItLab/re-implement-ping-pong
Rémi Verschelde
2021-11-09
Merge pull request #54694 from briansemrau/rem-silly-obj-error
Rémi Verschelde
2021-11-09
Merge pull request #51341 from V-Sekai/fps-30
K. S. Ernest (iFire) Lee
2021-11-09
Default to 30 animation fps for better quality.
K. S. Ernest (iFire) Lee
2021-11-09
Move BMFont parser code from importer to the FontData to allow loading bitmap...
bruvzg
2021-11-09
Merge pull request #54372 from bruvzg/text_edit_ui
Rémi Verschelde
2021-11-06
Prevent obj importer from printing misleading error
Brian Semrau
2021-11-03
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
Hugo Locurcio
2021-11-03
Merge pull request #54072 from KoBeWi/hrcr_is_ded
Rémi Verschelde
2021-11-03
reimplement ping-pong
Silc 'Tokage' Renew
2021-11-02
Fix crash in ResourceImporterTexture::_save_stex if webp disabled
Chained Lupine
2021-10-31
Add functions for getting name and font style from dynamic and bitmap fonts.
bruvzg
2021-10-28
clang-format: Enable `BreakBeforeTernaryOperators`
Rémi Verschelde
2021-10-28
clang-format: Various fixes to comments alignment from `clang-format` 13
Rémi Verschelde
2021-10-28
clang-format: Disable alignment of operands, too unreliable
Rémi Verschelde
2021-10-28
Remove node_hrcr hack
kobewi
2021-10-27
Avoid crash in scene importer when the mesh is empty.
K. S. Ernest (iFire) Lee
2021-10-25
Merge pull request #54050 from reduz/animation-compression
Rémi Verschelde
2021-10-21
Implement Animation Compression
reduz
2021-10-21
Remove unimplemented methods
Marcel Admiraal
2021-10-18
ResourceImporterScene: Add error when "default" is not defined to create clips
Maverick Liberty
[next]