summaryrefslogtreecommitdiffstats
path: root/doc/classes/@GlobalScope.xml
Commit message (Expand)AuthorAgeFilesLines
* Rebranding: Doc/Dubhghlas McLaughlin2024-10-171-7/+7
* fix: change "Godot" to "Redot"Muhannad Elbolaky2024-10-151-1/+1
* Fix unclear `PROPERTY_USAGE_STORAGE`/`EDITOR` descriptionMickey Ordog2024-07-171-2/+2
* Merge pull request #91557 from AThousandShips/dotnet_doc_fixRémi Verschelde2024-05-211-3/+0
|\
| * [C#] Unexpose `GodotSharp`A Thousand Ships2024-05-041-3/+0
* | Add notes for remap's return when istart and istop are the sameJoel Kuntz2024-05-071-0/+1
|/
* Add PackedVector4Array Variant typeK. S. Ernest (iFire) Lee2024-05-031-2/+5
* Expose `Vector*` component-wise and scalar `min/max` to scriptingA Thousand Ships2024-05-021-0/+2
* doc: Clarify where `printraw()` output can be seen in the OS terminalAmirtha Krishnan2024-04-121-0/+1
* Use `[codeblock lang=text]` more often in class refMicky2024-04-081-6/+6
* [Doc] Fix some incorrect uses of `a/an`A Thousand Ships2024-03-131-2/+2
* [NativeMenu] Add checks to avoid unnecessary warnings.bruvzg2024-03-071-0/+4
* Overhaul some "uncommon" wording in class referenceMicky2024-03-011-5/+6
* Add keywords to improve search in the class referenceHugo Locurcio2024-02-221-6/+6
* Update many Deprecated/Experimental descriptions for consistencyMicky2024-02-171-4/+4
* Documentation: Add support for deprecated/experimental messagesDanil Alexeev2024-02-151-11/+4
* Update class reference to include some keywordsRedMser2024-02-091-1/+1
* Merge pull request #86693 from Mickeon/doc-peeves-midiiiiiiRémi Verschelde2024-01-291-19/+24
|\
| * Overhaul documentation about MIDI supportMicky2024-01-261-19/+24
* | Add InputEventKey.location to tell left from rightMel Collins2024-01-261-0/+10
|/
* Merge pull request #79813 from AThousandShips/callable_docYuri Sizov2024-01-241-0/+2
|\
| * Clarify that `Callable` will not be encoded with `var_to_bytes`A Thousand Ships2024-01-071-0/+2
* | Handle clickable `[url]` tags in `print_rich()` editor output logHugo Locurcio2024-01-151-0/+1
|/
* Clarify that `@GlobalScope.clamp` does not do component-wise clampingA Thousand Ships2023-12-261-13/+2
* Merge pull request #84652 from timothyqiu/enum-punYuri Sizov2023-12-191-1/+1
|\
| * Avoid punning enum names in documentationHaoyu Qiu2023-11-091-1/+1
* | Fill remaining global scope constant descriptionskobewi2023-11-131-4/+29
* | Explain circular references and how to break themHaoyu Qiu2023-11-111-1/+1
|/
* GDScript: Fix incorrect error message for utility functionsDanil Alexeev2023-10-161-3/+3
* Add documentation on which buttons JOY_BUTTON_START corresponds toRobTheFiveNine2023-10-081-1/+1
* Merge pull request #82691 from YuriSizov/rst-validate-with-exceptionsRémi Verschelde2023-10-041-6/+6
|\
| * Validate `code` tags for class and member referencesYuri Sizov2023-10-031-6/+6
* | Add type_string() utilityJakub Janšta2023-10-021-0/+14
|/
* Add rotate_toward and angle_difference to GDScript and C#etti2023-10-011-0/+19
* Replace `radians` range hint with `radians_as_degrees`A Thousand Ships2023-09-251-1/+1
* Merge pull request #81464 from AcatXIo/fix-sign-nanRémi Verschelde2023-09-121-2/+5
|\
| * Fix sign(NAN) returning 1.AcatXIo2023-09-091-2/+5
* | Add a type conversion method to Variant Utility and expose to scriptingAaron Franke2023-09-081-0/+17
|/
* Add inverse hyperbolic functions `asinh()`, `acosh()` & `atanh()`Jcrespo2023-09-011-0/+39
* 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