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
Age
Commit message (
Expand
)
Author
2022-04-06
Fix some issues found by cppcheck.
bruvzg
2022-04-05
Fix DynamicBVH crash after #59867
Rémi Verschelde
2022-04-04
Zero initialize all pointer class and struct members
Rémi Verschelde
2022-04-03
Merge pull request #59633 from EricEzaM/better-code-complete-update
Rémi Verschelde
2022-04-01
Improve sorting of Code Completion options.
Eric M
2022-03-31
Fix some issues found by clang sanitizers.
bruvzg
2022-03-31
Fix typos with codespell
Rémi Verschelde
2022-03-30
Merge pull request #58436 from piiertho/feature/typed-vararg-method-bind
Rémi Verschelde
2022-03-30
Make vararg method bind no return and return
Pierre-Thomas Meisels
2022-03-30
Add PortableCompressedTexture
reduz
2022-03-29
Merge pull request #58608 from KoBeWi/metadefault
Rémi Verschelde
2022-03-28
String: Remove TTR and DTR defines in non-tools build
Rémi Verschelde
2022-03-28
Merge pull request #59548 from akien-mga/obj-remove-unused-categories
Rémi Verschelde
2022-03-28
Merge pull request #59456 from Calinou/color-expose-to-linear-srgb
Rémi Verschelde
2022-03-28
Merge pull request #59553 from reduz/script-extension-support
Rémi Verschelde
2022-03-28
Revert "Sort autocomplete/code completion options in a better way"
Juan Linietsky
2022-03-28
Expose Color's `to_linear()` and `to_srgb()` to scripting
Hugo Locurcio
2022-03-28
Merge pull request #59611 from mashumafi/const-ref-callable
Rémi Verschelde
2022-03-28
Merge pull request #58931 from EricEzaM/proposals/4189-better-code-completion
Rémi Verschelde
2022-03-28
Merge pull request #59600 from Bromeon/feature/extension_to_string
Rémi Verschelde
2022-03-27
Const Ref Callable for custom sort/search
mashumafi
2022-03-27
GDExtension: change to_string signature to accept GDNativeStringPtr instead o...
Jan Haller
2022-03-27
Add GDExtension support to Script
reduz
2022-03-27
Rename warp mouse functions to warp_mouse
Markus Sauermann
2022-03-26
Object: Remove unused category boilerplate
Rémi Verschelde
2022-03-25
Merge pull request #59452 from reduz/refactor-metadata
Rémi Verschelde
2022-03-24
Refactor Object metadata
reduz
2022-03-24
Improve sorting of Code Completion options.
Eric M
2022-03-23
Increase the maximum number of concurrent DNS queries from 32 to 256
Hugo Locurcio
2022-03-23
Merge pull request #59437 from lawnjelly/bvh_check_invalid_handles
Rémi Verschelde
2022-03-23
Add protective checks for invalid handle use in BVH
lawnjelly
2022-03-23
Fix crash when exporting projects with shared libraries
Haoyu Qiu
2022-03-22
Merge pull request #59314 from reduz/add-static-methods-to-classdb
Rémi Verschelde
2022-03-22
Add static method support to ClassDB
reduz
2022-03-22
Add optional 'default' argument to get_meta()
kobewi
2022-03-22
Merge pull request #59354 from Chaosus/astar3d
Rémi Verschelde
2022-03-22
Merge pull request #59276 from bruvzg/mo_trans
Rémi Verschelde
2022-03-20
Rename `AStar` to `AStar3D`
Yuri Roubinsky
2022-03-20
Ensure minimum modifiers are pressed when matching actions
Marcel Admiraal
2022-03-18
Add binary MO translation file support.
bruvzg
2022-03-18
Merge pull request #59257 from Calinou/key-name-backspace
Rémi Verschelde
2022-03-18
Rename the "BackSpace" and "BackTab" key strings to "Backspace"/"Backtab"
Hugo Locurcio
2022-03-18
Merge pull request #58233 from bruvzg/gde_ts
Rémi Verschelde
2022-03-17
Merge pull request #59229 from taigi100/Bugfix-#59215-Standard-color-name-ret...
Rémi Verschelde
2022-03-17
Merge pull request #57675 from TokageItLab/fix-blending
Rémi Verschelde
2022-03-17
Update color constants to use HEX codes
taigi100
2022-03-17
Unify TextServer built-in module and GDExtension code.
bruvzg
2022-03-16
Merge pull request #59140 from reduz/physics-server-extension
Rémi Verschelde
2022-03-16
Fix blend animation to solve TRS track bug & blend order inconsistency
Silc 'Tokage' Renew
2022-03-15
Merge pull request #59153 from Calinou/debug-stringnames-improve
Rémi Verschelde
[next]