summaryrefslogtreecommitdiff
path: root/modules/gdscript/doc_classes
AgeCommit message (Expand)Author
2022-09-02Rename `or_lesser` range property hint to `or_less`Hugo Locurcio
2022-08-26Rename `str2var` to `str_to_var` and similarMicky
2022-08-19Add documentation for all annotationsYuri Sizov
2022-08-08Rename the argument tag to param in XML documentationYuri Sizov
2022-08-08Add `@GDScript.type_exists` documentationRaul Santos
2022-07-20Merge pull request #47935 from HaSa1002/doc-loading-run-timeRémi Verschelde
2022-07-11Add default argument bindings to GDScript annotationsYuri Sizov
2022-07-06Sync GDScript doc template for new annotationsRémi Verschelde
2022-07-04Add support for documenting built-in annotationsYuri Sizov
2022-06-16Document how to load Images and MP3 files at run-timeJohannes Witt
2022-04-30Improve description for GDScript built-in rangeEduardo Rodrigues
2022-04-20Fix typo in `GDScript::range` docYuri Roubinsky
2022-02-18Describe usage of float in range documentationMarkus Sauermann
2022-02-15Add an XML schema for documentationHugo Locurcio
2021-11-25Enchance descriptions of @GlobalScope/@GDScriptYuri Roubinsky
2021-11-15Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde
2021-11-01GDScript gracefully handle debug functions from separate threadBrian Semrau
2021-10-06doc: Update links to latest documentation after content reorganizationRémi Verschelde
2021-09-30Add an example on iterating an array backwardsHugo Locurcio
2021-09-20Don't generate empty doc sections and reduce code duplicationAaron Franke
2021-07-30doc: Use self-closing tags for `return` and `argument`Rémi Verschelde
2021-07-22Improve documentation for GDScript constantsHugo Locurcio
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-05-29Increase String::num default decimal precisionHeikki Simojoki
2021-01-04doc: Sync classref with current sourceRémi Verschelde
2020-12-28Rename Math::stepify to snappedMarcel Admiraal
2020-12-13Pow method doc fixskyace65
2020-12-01Several edits to the GDScript docsDanil Alexeev
2020-11-26Unregister GDScriptFunctionState classGeorge Marques
2020-11-10Merge pull request #43423 from Calinou/doc-assert-avoid-side-effectsRémi Verschelde
2020-11-09Variant: Sync docs with new constructors, fixups after #43403Rémi Verschelde
2020-11-09Clarify that code in `assert()` should avoid side effectsHugo Locurcio
2020-11-06Exposed randi_range to global funcs + renamed rand_range to randf_rangeYuri Roubinsky
2020-10-14Link the Random number generation tutorial in the class referenceHugo Locurcio
2020-10-04Merge pull request #42439 from Xrayez/doc-gdscript-load-and-resloader-xrefRémi Verschelde
2020-10-02Fixed padding bug of sprintf functionSerhat
2020-09-30Cross-reference GDScript `load` and `ResourceLoader.load` in classrefAndrii Doroshenko (Xrayez)
2020-09-24Improve documentation related to printing error/warning messagesHugo Locurcio
2020-09-14Several documentation improvementsDanil Alexeev
2020-08-31Add link titles for all links in the class referenceHugo Locurcio
2020-08-28Cross-reference GDScript built-in rounding methods to ease discoveryHugo Locurcio
2020-07-31Merge pull request #40903 from Calinou/doc-jsonRémi Verschelde
2020-07-31Improve JSON-related documentationHugo Locurcio
2020-07-30doc: Fix typo in BBcode tagRémi Verschelde
2020-07-28doc: Sync classref with current sourceRémi Verschelde
2020-07-25GDScript: Clarified/fixed inaccuracies in the built-in function docs.Meriipu
2020-07-21Update core documentation to match recent C# changesAaron Franke
2020-06-28Improve the preload and load descriptionsTomasz Chabora
2020-04-29[Core] Rename linear_interpolate to lerpAaron Franke
2020-04-20DocData: Skip unexposed classesRémi Verschelde