summaryrefslogtreecommitdiffstats
path: root/doc/classes/@GlobalScope.xml
Commit message (Expand)AuthorAgeFilesLines
...
* Add missing YEN, SECTION and OPENURL names to keycode mappingsAttackButton2023-08-281-12/+12
* Make EditorInterface accessible as a singletonYuri Sizov2023-08-091-0/+4
* Merge pull request #72091 from MewPurPur/fix-nearest-po2Rémi Verschelde2023-08-071-3/+2
|\
| * Fixed edge cases of nearest_po2 functionVolTer2023-05-011-3/+2
* | Fix invalid use of markdown syntax in classrefHaoyu Qiu2023-08-011-2/+2
* | Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
* | Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
* | Fix GlobalScope doc link for NavigationServer3Dsmix82023-06-251-1/+1
* | Ensure `RID`, `Callable`, and `Signal` are stored as stringsNinni Pipping2023-06-221-0/+1
* | Merge pull request #77734 from dalexeev/doc-property-hint-type-stringRémi Verschelde2023-06-201-8/+55
|\ \
| * | Update `PROPERTY_HINT_TYPE_STRING` docsDanil Alexeev2023-06-021-8/+55
* | | Clarify move_towards does not go past final valueHaoyu Qiu2023-06-141-1/+2
|/ /
* | Merge pull request #77226 from aaronfranke/clampYuri Sizov2023-05-301-2/+2
|\ \
| * | Document that clamp works with any type that supports greater/less thanAaron Franke2023-05-181-2/+2
* | | Minor grammar fixes to documentationNinni Pipping2023-05-281-1/+1
|/ /
* | Document MIDI zero velocity quirkvoidshine2023-05-171-2/+2
* | Fix property usage docs referring to removed network flagkleonc2023-05-141-2/+2
* | Reorder PropertyHint enum to avoid breaking compatRaul Santos2023-05-121-25/+25
* | Merge pull request #76906 from lawnjelly/safe_acos4_2Rémi Verschelde2023-05-111-2/+2
|\ \
| * | Make acos and asin safelawnjelly2023-05-111-2/+2
* | | Merge pull request #76165 from and-rad/safe-credentialsRémi Verschelde2023-05-101-0/+3
|\ \ \
| * | | Store sensitive export options in dedicated credentials fileAndreas Raddau2023-05-101-0/+3
| |/ /
* / / Rework Navigation Avoidancesmix82023-05-101-25/+28
|/ /
* | Improve `print_rich()` documentationHugo Locurcio2023-04-161-4/+8
* | Document how to use logarithm of base 10 with `log()`Hugo Locurcio2023-03-261-2/+2
* | Fix typo in the type-safe examplesDipal Zambare2023-03-191-11/+11
* | Hide internal settings from the classrefHaoyu Qiu2023-03-021-0/+1
* | Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
* | Make max() and min() global functions only accept numbersGeorge Marques2023-02-241-2/+2
* | Merge pull request #73195 from timothyqiu/weblate-commentsRémi Verschelde2023-02-171-1/+1
|\ \
| * | Improvements and fixes based on Weblate commentsHaoyu Qiu2023-02-131-1/+1
* | | Tweak `@GlobalScope` & `GDScript`'s documentationMicky2023-02-141-10/+12
* | | Document unsupported features in Mobile and Compatibility rendering methodsHugo Locurcio2023-02-131-1/+1
|/ /
* | GDScript: Improve validation and documentation of `@export_flags`Danil Alexeev2023-02-071-2/+5
* | Merge pull request #72371 from dalexeev/remove-gds-str-duplicateRémi Verschelde2023-02-011-1/+7
|\ \
| * | Remove `@GDScript.str` (duplicate of `@GlobalScope.str`)Danil Alexeev2023-01-301-1/+7
* | | GDScript: Fix `@export_enum` works only with `int`Danil Alexeev2023-01-301-1/+1
|/ /
* | Merge pull request #71946 from raulsntos/dotnet/gdRémi Verschelde2023-01-261-37/+150
|\ \
| * | C#: Sync GD with CoreRaul Santos2023-01-241-37/+150
* | | Merge pull request #71758 from adamscott/is_equal_refRémi Verschelde2023-01-261-0/+25
|\ \ \ | |_|/ |/| |
| * | Add `@GlobalScope` `is_same(a, b)` and `Variant::identity_compare()`Adam Scott2023-01-251-0/+25
| |/
* | Add PROPERTY_USAGE_NEVER_DUPLICATE flag and use for scriptAaron Franke2023-01-241-8/+11
* | PropertyUsage: Rename "DO_NOT_SHARE_ON_DUPLICATE" to "ALWAYS_DUPLICATE"Aaron Franke2023-01-241-2/+2
|/
* Cleanup and unify keyboard input.bruvzg2023-01-231-221/+11
* Merge pull request #71339 from raulsntos/dotnet/is_finiteYuri Sizov2023-01-131-1/+1
|\
| * Add `IsFinite` to C# VariantsRaul Santos2023-01-131-1/+1
* | Add `IsZeroApprox` to C# vectorsRaul Santos2023-01-131-1/+1
|/
* Removed unused property hints and `Object::get_translatable_strings()`Juan Linietsky2023-01-091-41/+19
* Use BitField<> in core type masksJuan Linietsky2023-01-081-54/+54
* [RTL/TextServer] Add baseline inline alignment mode for objects and RTL tables.bruvzg2022-12-151-0/+3