index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
classes
/
@GlobalScope.xml
Age
Commit message (
Expand
)
Author
2023-01-26
Merge pull request #71946 from raulsntos/dotnet/gd
Rémi Verschelde
2023-01-26
Merge pull request #71758 from adamscott/is_equal_ref
Rémi Verschelde
2023-01-25
Add `@GlobalScope` `is_same(a, b)` and `Variant::identity_compare()`
Adam Scott
2023-01-24
Add PROPERTY_USAGE_NEVER_DUPLICATE flag and use for script
Aaron Franke
2023-01-24
PropertyUsage: Rename "DO_NOT_SHARE_ON_DUPLICATE" to "ALWAYS_DUPLICATE"
Aaron Franke
2023-01-24
C#: Sync GD with Core
Raul Santos
2023-01-23
Cleanup and unify keyboard input.
bruvzg
2023-01-13
Merge pull request #71339 from raulsntos/dotnet/is_finite
Yuri Sizov
2023-01-13
Add `IsZeroApprox` to C# vectors
Raul Santos
2023-01-13
Add `IsFinite` to C# Variants
Raul Santos
2023-01-09
Removed unused property hints and `Object::get_translatable_strings()`
Juan Linietsky
2023-01-08
Use BitField<> in core type masks
Juan Linietsky
2022-12-15
[RTL/TextServer] Add baseline inline alignment mode for objects and RTL tables.
bruvzg
2022-12-12
Rename all gdnative occurences to gdextension
Gilles Roudière
2022-12-05
Refactor baking code for Curve2D
Yaohua Xiong
2022-12-02
Remove UPDATE_TRIGGER & Match behaviors between AnimationTree/Player
Silc Renew
2022-11-24
Merge pull request #68386 from MewPurPur/snappedi-snappedf
Rémi Verschelde
2022-11-24
Merge pull request #68806 from MewPurPur/printraw-warn-better-in-docs
Rémi Verschelde
2022-11-24
Make it clearer that printraw only prints to terminal
VolTer
2022-11-24
Refactor Curve3D::_bake() method
Yaohua Xiong
2022-11-23
Merge pull request #67726 from HenryClones/integer-lerping-errors
Rémi Verschelde
2022-11-22
Add case for Variant::INT in lerp variant switch
Xpertice
2022-11-19
Implement snappedi, snappedf, and Vector[2/3/4]i.snapped
VolTer
2022-11-15
Remove `PROPERTY_HINT_IMAGE_COMPRESS` constants
Micky
2022-11-02
Merge pull request #66747 from aaronfranke/move-euler-order
Rémi Verschelde
2022-11-02
Move EulerOrder enum to math_defs.h and global scope
Aaron Franke
2022-11-02
Style: Misc docs and comment style and language fixes
Rémi Verschelde
2022-11-02
Merge pull request #67693 from Mickeon/slight-hint-shuffling
Rémi Verschelde
2022-10-27
Doc consistency: "inspector" to "Inspector"
Micky
2022-10-21
Tweak `@GlobalScope` constants documentation overall
Micky
2022-10-21
Merge pull request #67072 from Mickeon/uh-oh-stinky
Max Hilbrunner
2022-10-21
Merge pull request #67656 from MewPurPur/instance🧹
Max Hilbrunner
2022-10-21
Fix unordered values of PROPERTY_HINT_INT_IS_POINTER & ARRAY_TYPE
Micky
2022-10-21
Fix small mistakes throughout much of the documentation
VolTer
2022-10-19
Merge pull request #67001 from KoBeWi/🎲
Max Hilbrunner
2022-10-19
Merge pull request #67208 from Mickeon/doc-peeves-the-peevening
Max Hilbrunner
2022-10-18
Rewrite most of Resource's documentation
Micky
2022-10-18
Tweak `@GlobalScope` functions documentation overall
Micky
2022-10-11
Merge pull request #64268 from timothyqiu/is-finite
Rémi Verschelde
2022-10-08
Add `is_finite` method for checking built-in types
Haoyu Qiu
2022-10-08
Remove leading spaces from enumerator name hints
Haoyu Qiu
2022-10-07
Fill random docs
kobewi
2022-10-05
Merge pull request #66839 from aaronfranke/editor-prop-hide-slider
Rémi Verschelde
2022-10-05
Describe the left mouse button constant as the primary button
Haoyu Qiu
2022-10-03
Fix hide_slider vs no_slider inconsistency in editor property code
Aaron Franke
2022-09-28
Expose `PROPERTY_USAGE_READ_ONLY`
Marc Gilleron
2022-09-07
Fix key mapping changes when moving from macOS to other platform
bruvzg
2022-09-07
Expose registration of physics servers to GDExtension
Ricardo Buring
2022-09-07
Merge pull request #65239 from Geequlim/js2web
Fabio Alessandrelli
2022-09-06
Rename `range_lerp` to `remap`
Micky
[next]