summaryrefslogtreecommitdiffstats
path: root/doc/classes/@GlobalScope.xml
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-271-49/+49
|\
| * Merge pull request #99364 from Mickeon/documentation-global-scope-keys-plus-m...Thaddeus Crews2024-11-261-49/+49
| |\
| | * Rewrite some `@GlobalScope` keys in documentation to use `[code]` tagsMicky2024-11-261-49/+49
* | | Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ceSpartan3222024-11-261-1/+4
|\| |
| * | Merge pull request #95711 from TokageItLab/warn-oneshot-propThaddeus Crews2024-11-221-1/+4
| |\ \ | | |/ | |/|
| | * Add hint for oneshot & warning when it will be updated continuouslySilc Lizard (Tokage) Renew2024-11-111-1/+4
* | | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-151-1/+1
|\| |
| * | Improve documentation on `@GlobalScope.PROPERTY_USAGE_SCRIPT_VARIABLE`Hugo Locurcio2024-11-141-1/+1
* | | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-3/+3
|\| |
| * | Fix more miscellaneous oddities around the class referenceMicky2024-11-121-3/+3
* | | Merge commit godotengine/godot@1015a481ff43edb1126ab39a147fefda290131e5Spartan3222024-10-241-1/+1
|\| |
| * | Clarification to the description of Global scope in regards to GDScriptBrian Huynh2024-10-231-1/+1
| |/
* | Rebranding: Doc/Dubhghlas McLaughlin2024-10-161-8/+8
* | fix: replace "Godot" to "Redot"Muhannad Elbolaky2024-10-151-1/+1
|/
* Docs: remove duplicate wordsMax Hilbrunner2024-09-301-1/+1
* Add `@export_tool_button` annotation for easily creating inspector buttonsDanil Alexeev2024-09-271-1/+9
* [Core] Add `Engine.print_to_stout` setting to control printingA Thousand Ships2024-09-221-1/+1
* Merge pull request #78656 from Repiteo/typed-dictionaryRémi Verschelde2024-09-061-1/+4
|\
| * Implement typed dictionariesThaddeus Crews2024-09-041-1/+4
* | Merge pull request #96496 from aXu-AP/lerp-transformRémi Verschelde2024-09-051-3/+3
|\ \ | |/ |/|
| * Add support for Transform2D/3D in lerp()aXu-AP2024-09-031-3/+3
* | Fix ambiguity in angle_difference function documentationLuna2024-09-031-1/+1
|/
* Remove empty `[b]Example:[/b]` lines from the class referenceMicky2024-08-191-8/+4
* This PR handles the smoothstep degenerate case where the range is empty.Malcolm Nixon2024-08-151-2/+4
* 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
|/