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-02-24
Make max() and min() global functions only accept numbers
George Marques
2023-02-17
Merge pull request #73195 from timothyqiu/weblate-comments
Rémi Verschelde
2023-02-14
Tweak `@GlobalScope` & `GDScript`'s documentation
Micky
2023-02-13
Document unsupported features in Mobile and Compatibility rendering methods
Hugo Locurcio
2023-02-13
Improvements and fixes based on Weblate comments
Haoyu Qiu
2023-02-07
GDScript: Improve validation and documentation of `@export_flags`
Danil Alexeev
2023-02-01
Merge pull request #72371 from dalexeev/remove-gds-str-duplicate
Rémi Verschelde
2023-01-30
Remove `@GDScript.str` (duplicate of `@GlobalScope.str`)
Danil Alexeev
2023-01-30
GDScript: Fix `@export_enum` works only with `int`
Danil Alexeev
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
[next]