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
/
editor
/
doc
/
doc_data.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move DocData and Collada out of their subfolders
Rémi Verschelde
2020-03-24
1
-1217
/
+0
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-2
/
+2
*
DocData: Fix serialization of Variant default values
Rémi Verschelde
2020-03-09
1
-4
/
+5
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-6
/
+7
*
doc: Only encode version branch (x.y) in class header
Rémi Verschelde
2020-02-14
1
-1
/
+1
*
Several fixes to 3D rendering, and multimesh implementation.
Juan Linietsky
2020-02-11
1
-0
/
+2
*
Texture refactor
Juan Linietsky
2020-02-11
1
-1
/
+1
*
Merge pull request #35589 from akien-mga/doc-drop-category-property
Rémi Verschelde
2020-01-26
1
-9
/
+4
|
\
|
*
doc: Drop unused 'category' property from header
Rémi Verschelde
2020-01-26
1
-9
/
+4
*
|
doc: Do not expose Variant::NIL as a type in the class reference
Rémi Verschelde
2020-01-26
1
-20
/
+10
|
/
*
Add settings from SceneTree in the documentation
Bojidar Marinov
2020-01-22
1
-0
/
+2
*
Get real default values for project settings in documentation
Bojidar Marinov
2020-01-22
1
-5
/
+19
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
doc: Fix parsing of self-closing XML tags
Rémi Verschelde
2019-09-24
1
-15
/
+21
*
Add overriden properties to the documentation
Bojidar Marinov
2019-09-04
1
-22
/
+57
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
Braden Bodily
2019-08-17
1
-16
/
+8
*
DirAccess: Drop compat get_next(bool *is_dir) which was hidden
Rémi Verschelde
2019-07-25
1
-8
/
+6
*
Merge pull request #30544 from bojidar-bg/30537-huge-default-values
Rémi Verschelde
2019-07-15
1
-2
/
+2
|
\
|
*
Fix huge multiline default values being generated
Bojidar Marinov
2019-07-12
1
-2
/
+2
*
|
DocData: Re-expose parametric setters and getters
Rémi Verschelde
2019-07-04
1
-17
/
+8
|
/
*
Remove bogus nulls from generated default values
Bojidar Marinov
2019-06-29
1
-6
/
+13
*
Add default values to the editor help, docs, and generated RST
Bojidar Marinov
2019-06-27
1
-4
/
+31
*
doctool: Fix writing theme_item descriptions
Rémi Verschelde
2019-06-25
1
-0
/
+1
*
doc: Fix DocData.merge_from copying old setters and getters
Rémi Verschelde
2019-06-03
1
-3
/
+0
*
doc: Sync classref with current source
Rémi Verschelde
2019-04-19
1
-2
/
+1
*
doc: Drop unused <demos> tag
Rémi Verschelde
2019-04-19
1
-8
/
+0
*
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-02-20
1
-55
/
+55
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-8
/
+8
*
DocData: Fix return type listed as "var" instead of "Variant"
Rémi Verschelde
2018-08-31
1
-2
/
+2
*
emit more detailed type information for signal parameters
Kelly Thomas
2018-08-31
1
-1
/
+5
*
Make some debug prints verbose-only, remove others
Rémi Verschelde
2018-08-24
1
-1
/
+0
*
Allow some non-integer built-in constants in gdscript
Bernhard Liebl
2018-07-31
1
-2
/
+3
*
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-26
1
-14
/
+14
*
Style fixes for commit d5bb6faa
Rémi Verschelde
2018-06-13
1
-3
/
+1
*
Merge pull request #19526 from robojumper/fix_tutorials
Rémi Verschelde
2018-06-13
1
-4
/
+21
|
\
|
*
Add support for tutorial links to makerst.py
robojumper
2018-06-12
1
-4
/
+21
*
|
-Make sure that ProjectSettings are properly dumped when dumping docs.
Juan Linietsky
2018-06-11
1
-1
/
+8
|
/
*
Fix crash on editor startup when running with platform=server
Josh Faust
2018-05-11
1
-0
/
+3
*
Refactor version macros and fix related bugs
Rémi Verschelde
2018-02-23
1
-1
/
+1
*
Show default values in docs for GDScript built-in functions
George Marques
2018-01-30
1
-0
/
+8
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Created internal usage flag to remove non editor properties from doc, closes ...
Juan Linietsky
2017-12-06
1
-1
/
+1
*
Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...
Juan Linietsky
2017-11-25
1
-1
/
+1
*
Fixes bug where enumeration is not being saved
Juan Linietsky
2017-11-24
1
-2
/
+2
*
Fix block where setter/getters are cached to be skipped
Juan Linietsky
2017-11-24
1
-1
/
+2
*
Attempt to remove setters/getters from doc data
Juan Linietsky
2017-11-24
1
-0
/
+13
*
Pass engine name and version parts as proper strings
Rémi Verschelde
2017-11-20
1
-1
/
+1
*
doc: Rename "@Global Scope" to "@GlobalScope"
Rémi Verschelde
2017-11-15
1
-1
/
+1
[next]