summaryrefslogtreecommitdiff
path: root/doc/classes/@GlobalScope.xml
AgeCommit message (Expand)Author
2022-08-12[doc] Use "param" instead of "code" to refer to parameters (8)Andy Maloney
2022-08-08Rename the argument tag to param in XML documentationYuri Sizov
2022-08-07Fix typo in weakref documentationRaul Santos
2022-08-06Merge pull request #63361 from KoBeWi/floorf_lolRémi Verschelde
2022-08-06Restore old lerp() behavior and add lerpf()kobewi
2022-08-05Improve `range_lerp()` and related methods documentationHugo Locurcio
2022-08-03Add ResourceUID documentationRedMser
2022-07-27Split ceil(), floor() and round() methodkobewi
2022-07-26[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.Fabio Alessandrelli
2022-07-23Implement Vector4, Vector4i, Projectionreduz
2022-07-22Implement a Worker ThreadPoolreduz
2022-07-15Use BitField hint for the TextServer enums. Add missing parts for BitField su...bruvzg
2022-07-12Remove unused hintskobewi
2022-06-29Adding print_rich for printing with BBCodeVoylin
2022-06-28Merge pull request #62468 from V-Sekai/core-const-expressionsRémi Verschelde
2022-06-27Merge pull request #62449 from Chaosus/wrap_funcRémi Verschelde
2022-06-27Add a const call mode to Object, Variant and Script.K. S. Ernest (iFire) Lee
2022-06-27Refactor bezier interpolation functionsHendrik Brucker
2022-06-27Add generalized version of `wrap` functionYuri Rubinsky
2022-06-27Merge pull request #62185 from reduz/export-node-pointer-pathRémi Verschelde
2022-06-25Add ability to export Node pointers as NodePathsreduz
2022-06-24Rename export_range's noslider option to no_sliderMarcus Elg
2022-06-21Merge pull request #62122 from reduz/implement-movie-writerRémi Verschelde
2022-06-21Implement Running Godot as Movie Writerreduz
2022-06-17Merge pull request #62132 from timothyqiu/doc-fixesRémi Verschelde
2022-06-17Classref typo fixes and improvementsHaoyu Qiu
2022-06-16Adding function key support from F17 to F35gregcsokas
2022-06-14Add vector value linkingkobewi
2022-06-07Bind vararg method flag in core constantssps1112
2022-05-25finish renaming AUTH to AUTHORITYNathan Franke
2022-05-11Implement exponential operator (**) to GDScript/ExpressionsYuri Roubinsky
2022-04-30Document lerp_angle behavior when angles are approximately PI apartHaoyu Qiu
2022-04-27Merge pull request #60331 from KoBeWi/tween_static()Rémi Verschelde
2022-04-20Fix more issues found by cppcheck.bruvzg
2022-04-17Make Tween.interpolate_value() statickobewi
2022-04-12Improves EditorInspector documentationHaoyu Qiu
2022-03-23Document how to specify explicit value for `PROPERTY_HINT_ENUM` namesHaoyu Qiu
2022-03-11Merge pull request #58751 from bruvzg/loc_str_propsRémi Verschelde
2022-03-07VariantUtility: Unexpose `Math::range_step_decimals`Rémi Verschelde
2022-03-07Merge pull request #57812 from piiertho/bugfix/add-none-enum-global-constantsRémi Verschelde
2022-03-07bugfix: bind core enums' none valuesPierre-Thomas Meisels
2022-03-04Improve app name and system permission message localization.bruvzg
2022-02-17Fix a typo in PROPERTY_HINT_ENUM_SUGGESTION descriptionYuri Sizov
2022-02-15Add an XML schema for documentationHugo Locurcio
2022-02-12Implement cubic_interpolate() as MathFunc for refactoringSilc 'Tokage' Renew
2022-02-08[GDExtension] Add binds for missing methods, operators, and constants require...bruvzg
2022-01-18Improve locale detection.bruvzg
2022-01-10Add joystick button index boundary check. Increase max. button number to 128 ...bruvzg
2022-01-06Merge pull request #56224 from Calinou/variant-rename-packed-array-constantsRémi Verschelde
2022-01-04Document InputEventMIDI and add some missing 0xF MIDI messagesAaron Franke