index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
gdscript
/
doc_classes
/
@GDScript.xml
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
GDScript: Rework type check
Dmitrii Maganov
2023-02-17
1
-0
/
+7
*
Tweak `@GlobalScope` & `GDScript`'s documentation
Micky
2023-02-14
1
-36
/
+38
*
GDScript: Improve validation and documentation of `@export_flags`
Danil Alexeev
2023-02-07
1
-1
/
+15
*
GDScript: Better handling of `@rpc` annotation and autocompletion
Danil Alexeev
2023-02-05
1
-2
/
+2
*
Improve docs for rpc annotations
GeroVeni
2023-02-04
1
-4
/
+12
*
Merge pull request #72371 from dalexeev/remove-gds-str-duplicate
Rémi Verschelde
2023-02-01
1
-12
/
+0
|
\
|
*
Remove `@GDScript.str` (duplicate of `@GlobalScope.str`)
Danil Alexeev
2023-01-30
1
-12
/
+0
*
|
GDScript: Fix `@icon` annotation
Danil Alexeev
2023-01-31
1
-0
/
+1
*
|
GDScript: Fix `@export_enum` works only with `int`
Danil Alexeev
2023-01-30
1
-3
/
+12
|
/
*
GDScript: Allow constant expressions in annotations
Danil Alexeev
2023-01-25
1
-1
/
+1
*
Update `@icon` definition to add a note
Adam Scott
2023-01-18
1
-0
/
+2
*
Add a note for `inst_to_dict` to prevent using it on built-in instances
Yuri Rubinsky
2022-12-19
1
-0
/
+1
*
Update docs to mention `@icon` only works with global script classes
souplamp
2022-12-01
1
-1
/
+1
*
Tweak `@GDScript` documentation overall
Micky
2022-10-18
1
-48
/
+48
*
Fix hide_slider vs no_slider inconsistency in editor property code
Aaron Franke
2022-10-03
1
-1
/
+1
*
Fix typos with codespell
Rémi Verschelde
2022-09-30
1
-1
/
+1
*
Document `print_stack()` and `get_stack()` requiring a debugger connection
Hugo Locurcio
2022-09-28
1
-2
/
+4
*
Spelling correction: change "no" to "not"
I Woithe
2022-09-17
1
-1
/
+1
*
Remove outdated assert example
Jummit
2022-09-11
1
-2
/
+2
*
Rename `or_lesser` range property hint to `or_less`
Hugo Locurcio
2022-09-02
1
-2
/
+2
*
Rename `str2var` to `str_to_var` and similar
Micky
2022-08-26
1
-5
/
+5
*
Add documentation for all annotations
Yuri Sizov
2022-08-19
1
-0
/
+178
*
Rename the argument tag to param in XML documentation
Yuri Sizov
2022-08-08
1
-36
/
+36
*
Add `@GDScript.type_exists` documentation
Raul Santos
2022-08-08
1
-0
/
+5
*
Merge pull request #47935 from HaSa1002/doc-loading-run-time
Rémi Verschelde
2022-07-20
1
-0
/
+1
|
\
|
*
Document how to load Images and MP3 files at run-time
Johannes Witt
2022-06-16
1
-0
/
+1
*
|
Add default argument bindings to GDScript annotations
Yuri Sizov
2022-07-11
1
-17
/
+14
*
|
Sync GDScript doc template for new annotations
Rémi Verschelde
2022-07-06
1
-0
/
+20
*
|
Add support for documenting built-in annotations
Yuri Sizov
2022-07-04
1
-0
/
+141
|
/
*
Improve description for GDScript built-in range
Eduardo Rodrigues
2022-04-30
1
-16
/
+13
*
Fix typo in `GDScript::range` doc
Yuri Roubinsky
2022-04-20
1
-1
/
+1
*
Describe usage of float in range documentation
Markus Sauermann
2022-02-18
1
-0
/
+12
*
Add an XML schema for documentation
Hugo Locurcio
2022-02-15
1
-1
/
+1
*
Enchance descriptions of @GlobalScope/@GDScript
Yuri Roubinsky
2021-11-25
1
-2
/
+2
*
Replace Godot docs URL with `$DOCS_URL` in XML class reference
Rémi Verschelde
2021-11-15
1
-1
/
+1
*
GDScript gracefully handle debug functions from separate thread
Brian Semrau
2021-11-01
1
-2
/
+10
*
Add an example on iterating an array backwards
Hugo Locurcio
2021-09-30
1
-1
/
+16
*
doc: Use self-closing tags for `return` and `argument`
Rémi Verschelde
2021-07-30
1
-60
/
+30
*
Improve documentation for GDScript constants
Hugo Locurcio
2021-07-22
1
-4
/
+6
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-1
/
+1
*
Increase String::num default decimal precision
Heikki Simojoki
2021-05-29
1
-2
/
+2
*
doc: Sync classref with current source
Rémi Verschelde
2021-01-04
1
-1111
/
+6
*
Rename Math::stepify to snapped
Marcel Admiraal
2020-12-28
1
-6
/
+6
*
Pow method doc fix
skyace65
2020-12-13
1
-1
/
+1
*
Several edits to the GDScript docs
Danil Alexeev
2020-12-01
1
-48
/
+36
*
Merge pull request #43423 from Calinou/doc-assert-avoid-side-effects
Rémi Verschelde
2020-11-10
1
-4
/
+5
|
\
|
*
Clarify that code in `assert()` should avoid side effects
Hugo Locurcio
2020-11-09
1
-4
/
+5
*
|
Variant: Sync docs with new constructors, fixups after #43403
Rémi Verschelde
2020-11-09
1
-47
/
+29
|
/
*
Exposed randi_range to global funcs + renamed rand_range to randf_range
Yuri Roubinsky
2020-11-06
1
-2
/
+17
*
Link the Random number generation tutorial in the class reference
Hugo Locurcio
2020-10-14
1
-0
/
+1
[prev]
[next]