Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 anni fa |
Rémi Verschelde
|
277b24dfb7
Make core/ includes absolute, remove subfolders from include path
|
6 anni fa |
Rémi Verschelde
|
f92b87e5f8
DocData: Fix return type listed as "var" instead of "Variant"
|
6 anni fa |
Kelly Thomas
|
e00baaf6ce
emit more detailed type information for signal parameters
|
6 anni fa |
Rémi Verschelde
|
52466d57e9
Make some debug prints verbose-only, remove others
|
6 anni fa |
Bernhard Liebl
|
ba974b8d1e
Allow some non-integer built-in constants in gdscript
|
7 anni fa |
Hein-Pieter van Braam
|
0e29f7974b
Reduce unnecessary COW on Vector by make writing explicit
|
6 anni fa |
Rémi Verschelde
|
9165e550f8
Style fixes for commit d5bb6faa
|
6 anni fa |
Rémi Verschelde
|
f0fa590210
Merge pull request #19526 from robojumper/fix_tutorials
|
6 anni fa |
robojumper
|
98b59cf2a3
Add support for tutorial links to makerst.py
|
6 anni fa |
Juan Linietsky
|
d5bb6faac7
-Make sure that ProjectSettings are properly dumped when dumping docs.
|
6 anni fa |
Josh Faust
|
4e58db9f12
Fix crash on editor startup when running with platform=server
|
6 anni fa |
Rémi Verschelde
|
23ebae01dc
Refactor version macros and fix related bugs
|
6 anni fa |
George Marques
|
dca2ae78dd
Show default values in docs for GDScript built-in functions
|
6 anni fa |
Rémi Verschelde
|
e4213e66b2
Add missing copyright headers and fix formatting
|
7 anni fa |
Rémi Verschelde
|
b50a9114b1
Update copyright statements to 2018
|
7 anni fa |
Juan Linietsky
|
a496dd4d38
Created internal usage flag to remove non editor properties from doc, closes #13334
|
7 anni fa |
Juan Linietsky
|
bc2e8d99e5
Made Vector::ptrw explicit for writing, compiler was sometimes using the wrong function,
|
7 anni fa |
Juan Linietsky
|
2bc6db65c1
Fixes bug where enumeration is not being saved
|
7 anni fa |
Juan Linietsky
|
31f62f53c5
Fix block where setter/getters are cached to be skipped
|
7 anni fa |
Juan Linietsky
|
f6139c2cfc
Attempt to remove setters/getters from doc data
|
7 anni fa |
Rémi Verschelde
|
6947bed015
Pass engine name and version parts as proper strings
|
7 anni fa |
Rémi Verschelde
|
e7701bb2de
doc: Rename "@Global Scope" to "@GlobalScope"
|
7 anni fa |
Rémi Verschelde
|
967bfb0c4a
doc: Remove revision.module_config from version string
|
7 anni fa |
Leon Krause
|
9b7b46143d
Move singleton management from ProjectSettings to Engine
|
7 anni fa |
Zher Huei Lee
|
34f4ae18b8
Moved doc description formatting. Fixes #12798
|
7 anni fa |
Zher Huei Lee
|
0804dd5336
Added String::dedent() to remove text indentation
|
7 anni fa |
Ignacio Etcheverry
|
7e2c337162
DocData: Fix enums for proxy classes
|
7 anni fa |
Rémi Verschelde
|
4e392517da
DocData: Drop unused brief description for properties
|
7 anni fa |
Juan Linietsky
|
4f929a0fdf
Changed the doc class generation to individual files per class. It is also possible to save module files in module directories and the build system will
|
7 anni fa |