summaryrefslogtreecommitdiff
path: root/modules/gdscript/doc_classes
AgeCommit message (Expand)Author
2023-02-22Document `@GDScript.is_instance_of` methodDanil Alexeev
2023-02-17GDScript: Rework type checkDmitrii Maganov
2023-02-14Tweak `@GlobalScope` & `GDScript`'s documentationMicky
2023-02-07GDScript: Improve validation and documentation of `@export_flags`Danil Alexeev
2023-02-05GDScript: Better handling of `@rpc` annotation and autocompletionDanil Alexeev
2023-02-04Improve docs for rpc annotationsGeroVeni
2023-02-01Merge pull request #72371 from dalexeev/remove-gds-str-duplicateRĂ©mi Verschelde
2023-01-31GDScript: Fix `@icon` annotationDanil Alexeev
2023-01-30Remove `@GDScript.str` (duplicate of `@GlobalScope.str`)Danil Alexeev
2023-01-30GDScript: Fix `@export_enum` works only with `int`Danil Alexeev
2023-01-25GDScript: Allow constant expressions in annotationsDanil Alexeev
2023-01-20Remove references to compiled GDScript in exportGeorge Marques
2023-01-18Update `@icon` definition to add a noteAdam Scott
2022-12-19Add a note for `inst_to_dict` to prevent using it on built-in instancesYuri Rubinsky
2022-12-01Update docs to mention `@icon` only works with global script classessouplamp
2022-10-21Merge pull request #67656 from MewPurPur/instanceđŸ§¹Max Hilbrunner
2022-10-21Fix small mistakes throughout much of the documentationVolTer
2022-10-18Tweak `@GDScript` documentation overallMicky
2022-10-03Fix hide_slider vs no_slider inconsistency in editor property codeAaron Franke
2022-09-30Fix typos with codespellRĂ©mi Verschelde
2022-09-28Document `print_stack()` and `get_stack()` requiring a debugger connectionHugo Locurcio
2022-09-17Spelling correction: change "no" to "not"I Woithe
2022-09-11Remove outdated assert exampleJummit
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