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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
2
-4
/
+32
*
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
*
Fix typos with codespell
Rémi Verschelde
2019-05-19
1
-1
/
+1
*
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
2
-9
/
+0
*
Style: Apply new changes from clang-format 8.0
Rémi Verschelde
2019-04-09
1
-2
/
+4
*
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
4
-8
/
+8
*
Fix some warnings raised by MSVC 2017
Rémi Verschelde
2018-10-03
1
-1
/
+1
*
SCons: Build thirdparty code in own env, disable warnings
Rémi Verschelde
2018-09-28
1
-2
/
+0
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
4
-14
/
+14
*
DocData: Fix return type listed as "var" instead of "Variant"
Rémi Verschelde
2018-08-31
2
-3
/
+3
*
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
2
-5
/
+22
|
\
|
*
Add support for tutorial links to makerst.py
robojumper
2018-06-12
2
-5
/
+22
*
|
-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
2
-2
/
+2
*
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
4
-0
/
+4
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
4
-8
/
+8
*
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
2
-2
/
+2
*
Rename Rect3 to AABB.
Ferenc Arn
2017-11-17
1
-1
/
+1
*
doc: Rename "@Global Scope" to "@GlobalScope"
Rémi Verschelde
2017-11-15
1
-1
/
+1
*
doc: Remove revision.module_config from version string
Rémi Verschelde
2017-11-15
2
-2
/
+2
*
Move singleton management from ProjectSettings to Engine
Leon Krause
2017-11-14
1
-4
/
+5
*
Moved doc description formatting. Fixes #12798
Zher Huei Lee
2017-11-12
1
-29
/
+18
*
Added String::dedent() to remove text indentation
Zher Huei Lee
2017-11-01
1
-4
/
+9
*
DocData: Fix enums for proxy classes
Ignacio Etcheverry
2017-09-16
1
-0
/
+4
*
DocData: Drop unused brief description for properties
Rémi Verschelde
2017-09-12
2
-24
/
+17
*
Changed the doc class generation to individual files per class. It is also po...
Juan Linietsky
2017-09-12
2
-34
/
+99
*
DocData: Include enum attributes in return nodes
Ignacio Etcheverry
2017-09-02
1
-1
/
+8
*
Makes built-in vararg methods actual vararg methods
Ignacio Etcheverry
2017-08-29
1
-0
/
+6
*
DocData and type hints fixes
Ignacio Etcheverry
2017-08-29
1
-64
/
+54
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
4
-4
/
+4
*
DocData: Fix extraneous space in XML tag without enum hint
Rémi Verschelde
2017-08-25
1
-8
/
+6
*
Changed MethodBind API to request information from methods. It's much claner ...
Juan Linietsky
2017-08-23
2
-109
/
+101
*
Style: Apply clang-format on all files
Rémi Verschelde
2017-07-30
1
-1
/
+1
*
-Renamed GlobalConfig to ProjectSettings, makes more sense.
Juan Linietsky
2017-07-19
1
-5
/
+5
[next]