summaryrefslogtreecommitdiff
path: root/doc/classes/@GlobalScope.xml
AgeCommit message (Expand)Author
2023-02-24Make max() and min() global functions only accept numbersGeorge Marques
2023-02-17Merge pull request #73195 from timothyqiu/weblate-commentsRémi Verschelde
2023-02-14Tweak `@GlobalScope` & `GDScript`'s documentationMicky
2023-02-13Document unsupported features in Mobile and Compatibility rendering methodsHugo Locurcio
2023-02-13Improvements and fixes based on Weblate commentsHaoyu Qiu
2023-02-07GDScript: Improve validation and documentation of `@export_flags`Danil Alexeev
2023-02-01Merge pull request #72371 from dalexeev/remove-gds-str-duplicateRémi Verschelde
2023-01-30Remove `@GDScript.str` (duplicate of `@GlobalScope.str`)Danil Alexeev
2023-01-30GDScript: Fix `@export_enum` works only with `int`Danil Alexeev
2023-01-26Merge pull request #71946 from raulsntos/dotnet/gdRémi Verschelde
2023-01-26Merge pull request #71758 from adamscott/is_equal_refRémi Verschelde
2023-01-25Add `@GlobalScope` `is_same(a, b)` and `Variant::identity_compare()`Adam Scott
2023-01-24Add PROPERTY_USAGE_NEVER_DUPLICATE flag and use for scriptAaron Franke
2023-01-24PropertyUsage: Rename "DO_NOT_SHARE_ON_DUPLICATE" to "ALWAYS_DUPLICATE"Aaron Franke
2023-01-24C#: Sync GD with CoreRaul Santos
2023-01-23Cleanup and unify keyboard input.bruvzg
2023-01-13Merge pull request #71339 from raulsntos/dotnet/is_finiteYuri Sizov
2023-01-13Add `IsZeroApprox` to C# vectorsRaul Santos
2023-01-13Add `IsFinite` to C# VariantsRaul Santos
2023-01-09Removed unused property hints and `Object::get_translatable_strings()`Juan Linietsky
2023-01-08Use BitField<> in core type masksJuan Linietsky
2022-12-15[RTL/TextServer] Add baseline inline alignment mode for objects and RTL tables.bruvzg
2022-12-12Rename all gdnative occurences to gdextensionGilles Roudière
2022-12-05Refactor baking code for Curve2DYaohua Xiong
2022-12-02Remove UPDATE_TRIGGER & Match behaviors between AnimationTree/PlayerSilc Renew
2022-11-24Merge pull request #68386 from MewPurPur/snappedi-snappedfRémi Verschelde
2022-11-24Merge pull request #68806 from MewPurPur/printraw-warn-better-in-docsRémi Verschelde
2022-11-24Make it clearer that printraw only prints to terminalVolTer
2022-11-24Refactor Curve3D::_bake() methodYaohua Xiong
2022-11-23Merge pull request #67726 from HenryClones/integer-lerping-errorsRémi Verschelde
2022-11-22Add case for Variant::INT in lerp variant switchXpertice
2022-11-19Implement snappedi, snappedf, and Vector[2/3/4]i.snappedVolTer
2022-11-15Remove `PROPERTY_HINT_IMAGE_COMPRESS` constantsMicky
2022-11-02Merge pull request #66747 from aaronfranke/move-euler-orderRémi Verschelde
2022-11-02Move EulerOrder enum to math_defs.h and global scopeAaron Franke
2022-11-02Style: Misc docs and comment style and language fixesRémi Verschelde
2022-11-02Merge pull request #67693 from Mickeon/slight-hint-shufflingRémi Verschelde
2022-10-27Doc consistency: "inspector" to "Inspector"Micky
2022-10-21Tweak `@GlobalScope` constants documentation overallMicky
2022-10-21Merge pull request #67072 from Mickeon/uh-oh-stinkyMax Hilbrunner
2022-10-21Merge pull request #67656 from MewPurPur/instance🧹Max Hilbrunner
2022-10-21Fix unordered values of PROPERTY_HINT_INT_IS_POINTER & ARRAY_TYPEMicky
2022-10-21Fix small mistakes throughout much of the documentationVolTer
2022-10-19Merge pull request #67001 from KoBeWi/🎲Max Hilbrunner
2022-10-19Merge pull request #67208 from Mickeon/doc-peeves-the-peeveningMax Hilbrunner
2022-10-18Rewrite most of Resource's documentationMicky
2022-10-18Tweak `@GlobalScope` functions documentation overallMicky
2022-10-11Merge pull request #64268 from timothyqiu/is-finiteRémi Verschelde
2022-10-08Add `is_finite` method for checking built-in typesHaoyu Qiu
2022-10-08Remove leading spaces from enumerator name hintsHaoyu Qiu