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
*
GDScript: Add error when exporting node in non [Node]-derived classes
Danil Alexeev
2023-10-05
1
-1
/
+26
*
Validate `code` tags for class and member references
Yuri Sizov
2023-10-03
1
-3
/
+3
*
Replace `radians` range hint with `radians_as_degrees`
A Thousand Ships
2023-09-25
1
-2
/
+2
*
Add a type conversion method to Variant Utility and expose to scripting
Aaron Franke
2023-09-08
1
-1
/
+2
*
Add a script method to get its class icon
Yuri Sizov
2023-08-24
1
-1
/
+1
*
Merge pull request #80109 from timothyqiu/not-markdown
Yuri Sizov
2023-08-01
1
-1
/
+1
|
\
|
*
Fix invalid use of markdown syntax in classref
Haoyu Qiu
2023-08-01
1
-1
/
+1
*
|
GDScript: Add validation for `@export_node_path` annotation arguments
Danil Alexeev
2023-07-26
1
-0
/
+1
|
/
*
Doctool: Remove version attribute from XML header
Rémi Verschelde
2023-07-06
2
-2
/
+2
*
Bump version to 4.2-dev
Rémi Verschelde
2023-07-05
2
-2
/
+2
*
Explain a bit more RPCs options
Gilles Roudière
2023-06-27
1
-4
/
+4
*
Add information about file extension to GDScript, CSharpScript, and Shader
MewPurPur
2023-06-22
1
-1
/
+1
*
Clarify `@rpc` annotation arguments docs
Danil Alexeev
2023-06-13
1
-2
/
+6
*
Add more info on the nature of NAN
Ninni Pipping
2023-05-30
1
-1
/
+1
*
Overhaul the top sections of the class reference (Core classes)
VolTer
2023-05-19
1
-1
/
+1
*
Docs: Point to @GDScript in GDscript (script impl)
Max Hilbrunner
2023-05-17
1
-1
/
+2
*
Rework Navigation Avoidance
smix8
2023-05-10
1
-0
/
+10
*
Document caveats related to exported project binary resource conversion
Hugo Locurcio
2023-05-08
1
-0
/
+1
*
Merge pull request #76664 from Xenoparrot/simple-typos
Max Hilbrunner
2023-05-06
1
-1
/
+1
|
\
|
*
Fixed various typos across the docs
UltraBIF
2023-05-02
1
-1
/
+1
*
|
Merge pull request #76650 from Koyper/gdscript_range_docs
Max Hilbrunner
2023-05-05
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Update @GDScript.xml range docs to iterate backwards.
Koyper
2023-05-01
1
-2
/
+2
*
|
Add support for static variables in GDScript
George Marques
2023-04-27
1
-0
/
+6
*
|
Validate code tags in documentation for potential params
Yuri Sizov
2023-04-26
1
-1
/
+1
|
/
*
Fix typo and slightly reword in @GDScript.xml
Araraura
2023-03-31
1
-1
/
+1
*
Improve Color8 documentation
Hugo Locurcio
2023-03-19
1
-1
/
+2
*
Fix GDScript code style regarding colon
Danil Alexeev
2023-03-05
1
-2
/
+2
*
Bump version to 4.1-dev
Rémi Verschelde
2023-03-01
2
-2
/
+2
*
Document `@GDScript.is_instance_of` method
Danil Alexeev
2023-02-22
1
-0
/
+14
*
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
*
Remove references to compiled GDScript in export
George Marques
2023-01-20
1
-6
/
+0
*
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
*
Merge pull request #67656 from MewPurPur/instance🧹
Max Hilbrunner
2022-10-21
1
-1
/
+1
|
\
|
*
Fix small mistakes throughout much of the documentation
VolTer
2022-10-21
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
[next]