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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
2
-2
/
+2
*
GDScript gracefully handle debug functions from separate thread
Brian Semrau
2021-11-01
1
-2
/
+10
*
doc: Update links to latest documentation after content reorganization
Rémi Verschelde
2021-10-06
1
-1
/
+1
*
Add an example on iterating an array backwards
Hugo Locurcio
2021-09-30
1
-1
/
+16
*
Don't generate empty doc sections and reduce code duplication
Aaron Franke
2021-09-20
1
-2
/
+0
*
doc: Use self-closing tags for `return` and `argument`
Rémi Verschelde
2021-07-30
2
-64
/
+32
*
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
*
Unregister GDScriptFunctionState class
George Marques
2020-11-26
1
-45
/
+0
*
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
*
Merge pull request #42439 from Xrayez/doc-gdscript-load-and-resloader-xref
Rémi Verschelde
2020-10-04
1
-0
/
+1
|
\
|
*
Cross-reference GDScript `load` and `ResourceLoader.load` in classref
Andrii Doroshenko (Xrayez)
2020-09-30
1
-0
/
+1
*
|
Fixed padding bug of sprintf function
Serhat
2020-10-02
1
-1
/
+1
|
/
*
Improve documentation related to printing error/warning messages
Hugo Locurcio
2020-09-24
1
-0
/
+2
*
Several documentation improvements
Danil Alexeev
2020-09-14
1
-48
/
+25
*
Add link titles for all links in the class reference
Hugo Locurcio
2020-08-31
1
-1
/
+1
*
Cross-reference GDScript built-in rounding methods to ease discovery
Hugo Locurcio
2020-08-28
1
-0
/
+4
*
Merge pull request #40903 from Calinou/doc-json
Rémi Verschelde
2020-07-31
1
-10
/
+15
|
\
|
*
Improve JSON-related documentation
Hugo Locurcio
2020-07-31
1
-10
/
+15
*
|
doc: Fix typo in BBcode tag
Rémi Verschelde
2020-07-30
1
-1
/
+1
|
/
*
doc: Sync classref with current source
Rémi Verschelde
2020-07-28
2
-38
/
+3
*
GDScript: Clarified/fixed inaccuracies in the built-in function docs.
Meriipu
2020-07-25
1
-6
/
+19
*
Update core documentation to match recent C# changes
Aaron Franke
2020-07-21
1
-39
/
+25
*
Improve the preload and load descriptions
Tomasz Chabora
2020-06-28
1
-8
/
+8
*
[Core] Rename linear_interpolate to lerp
Aaron Franke
2020-04-29
1
-1
/
+1
*
DocData: Skip unexposed classes
Rémi Verschelde
2020-04-20
1
-19
/
+0
*
Add missing docs for assert message in GDScript
Thomas ten Cate
2020-03-31
1
-1
/
+5
*
doc: Update classref with node renames
Rémi Verschelde
2020-03-30
1
-1
/
+1
*
Merge pull request #36620 from Calinou/doc-linear2db-example
Rémi Verschelde
2020-02-28
1
-1
/
+7
|
\
|
*
Add a practical example for `@GDScript.linear2db()`
Hugo Locurcio
2020-02-27
1
-1
/
+7
*
|
Improve the `@GDScript.inverse_lerp()` documentation
Hugo Locurcio
2020-02-27
1
-4
/
+8
|
/
*
doc: Sync classref with current source
Rémi Verschelde
2020-02-18
2
-3
/
+3
*
Remove deprecated decimals builtin
Rémi Verschelde
2020-02-12
1
-9
/
+0
*
Update docs to version 4.0
clayjohn
2020-01-31
4
-4
/
+4
*
Merge pull request #35589 from akien-mga/doc-drop-category-property
Rémi Verschelde
2020-01-26
4
-4
/
+4
|
\
|
*
doc: Drop unused 'category' property from header
Rémi Verschelde
2020-01-26
4
-4
/
+4
*
|
doc: Do not expose Variant::NIL as a type in the class reference
Rémi Verschelde
2020-01-26
1
-1
/
+1
|
/
*
doc: Document named color constants
Rémi Verschelde
2020-01-26
1
-3
/
+2
*
Merge pull request #34280 from zaksnet/fix-yield-documentation
Rémi Verschelde
2019-12-16
1
-12
/
+15
|
\
|
*
Fix documentation for yield
Zak
2019-12-13
1
-12
/
+15
[next]