index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
io
Age
Commit message (
Expand
)
Author
2023-01-21
Merge pull request #71687 from reduz/support-script-class-name-in-efs
Rémi Verschelde
2023-01-21
Support script global resource name in EditorFileSystem
Juan Linietsky
2023-01-21
Merge pull request #71390 from reduz/fix-json-as-resource
Rémi Verschelde
2023-01-19
Merge pull request #44596 from KoBeWi/🧹🧹🧹
Rémi Verschelde
2023-01-19
Cleanup unused engine code v2
kobewi
2023-01-19
[GDExtension] Expose some low level functions and String operators.
bruvzg
2023-01-14
Fixes to JSON as resource
Juan Linietsky
2023-01-12
Merge pull request #68450 from KoBeWi/bracket_escapist
Rémi Verschelde
2023-01-10
Merge pull request #70726 from heppocogne/Fix-open_compressed-get_path
Rémi Verschelde
2023-01-09
Ability to change a resource UID from API
Juan Linietsky
2023-01-06
Merge pull request #68429 from KoBeWi/PropertySettings
Rémi Verschelde
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2023-01-02
Merge pull request #67853 from Zylann/fix_lods_with_doubles
Clay John
2022-12-30
Fix `get_path()` is not working when files are opend with `open_compressed`
heppocogne
2022-12-21
Fix crashed when compressing empty image data.
stmSi
2022-12-20
Merge pull request #65376 from reduz/astc-support
Rémi Verschelde
2022-12-20
Implement basic ASTC support
Juan Linietsky
2022-12-12
Merge pull request #69718 from groud/finally_rename_gdnative_to_gdextension
Rémi Verschelde
2022-12-12
Rename all gdnative occurences to gdextension
Gilles Roudière
2022-12-11
Add PropertyInfo overload for GLOBAL_DEF
kobewi
2022-12-07
Fix `ResourceLoader::thread_load_tasks` crash
Adam Scott
2022-12-04
Use system fonts as fallback and improve system font handling.
bruvzg
2022-12-02
ETCPAK expects BGRA data for ETC
Bastiaan Olij
2022-11-29
[Core] Fix Resource.resource_name type.
Fabio Alessandrelli
2022-11-22
Merge pull request #64284 from kleonc/image-rotate90-in-place
Rémi Verschelde
2022-11-17
Merge pull request #67619 from nongvantinh/fix-calling-pckpacker-crash
Rémi Verschelde
2022-11-12
Fix usages of mesh simplification functions in float=64 builds
Marc Gilleron
2022-11-09
Allow to escape closing brackets in CFG tags
kobewi
2022-11-04
Implement SVG in OT support.
bruvzg
2022-11-02
Merge pull request #66017 from Mickeon/rename-image-copy-rect
Rémi Verschelde
2022-11-01
Rename Image's `get_rect` to `get_region`
Micky
2022-11-01
Fix Image::bump_map_to_normal_map incorrectly keeping mipmap flag
dzil123
2022-10-31
Merge pull request #67578 from KoBeWi/GEDITOR
Rémi Verschelde
2022-10-31
Merge pull request #67588 from KoBeWi/if(!GDVIRTUAL_CALL)don't
Rémi Verschelde
2022-10-31
Merge pull request #67577 from qarmin/fix_exporting_big_templates
Rémi Verschelde
2022-10-28
Expose the logic to recognize a save path in ResourceSaver
Gilles Roudière
2022-10-24
Fix crash when calling `fill` method on an empty `Image`
Yuri Rubinsky
2022-10-19
Fixes engine crashes caused by the user failing to initialize PCKPacker with ...
Nong Van Tinh
2022-10-19
Fix exporting big templates
Rafał Mikrut
2022-10-19
Simplify GDVIRTUAL_CALL calls
kobewi
2022-10-18
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-15
Merge pull request #63332 from KoBeWi/static_images_aka_photos
Rémi Verschelde
2022-10-15
Merge pull request #65281 from MisterMX/zip-module
Rémi Verschelde
2022-10-14
Expose minizip API to allow creating zips using scripts
Marcelo Fernandez
2022-10-14
Make some Image methods static
kobewi
2022-10-11
Merge pull request #67241 from groud/expose_resource_format_loader_recognize_...
Rémi Verschelde
2022-10-11
Exposes ResourceFormatLoader.recognize_path to scripting
Gilles Roudière
2022-10-10
Defer clearing of ResourceUID cache and silence warnings
kobewi
2022-10-07
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-05
Merge pull request #66886 from akien-mga/error-print-cleanup
Rémi Verschelde
[next]