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
/
core
/
class_db.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1571
/
+0
*
Avoid reentrant OBJTYPE_RLOCK in ClassDB
Lyuma
2020-11-01
1
-9
/
+17
*
Refactor MethodBind to use variadic templates
reduz
2020-10-18
1
-1
/
+1
*
Add methods in ClassDB to get property/method/constant/enum info
George Marques
2020-07-06
1
-21
/
+145
*
Object: Add usage hint to instantiate Object properties in editor
Rémi Verschelde
2020-06-12
1
-1
/
+17
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-40
/
+80
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+4
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-119
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-13
/
+0
*
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-10
1
-3
/
+6
*
Refactored shadowmapping.
Juan Linietsky
2020-04-08
1
-0
/
+9
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-40
/
+40
*
Fix out of bound array access caused by unassigned variable
Rafał Mikrut
2020-04-01
1
-0
/
+1
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-1
/
+1
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-5
/
+15
*
Revert "ClassDB: Workaround double-free for GDScript"
George Marques
2020-02-19
1
-4
/
+1
*
ClassDB: Workaround double-free for GDScript
Rémi Verschelde
2020-02-17
1
-1
/
+4
*
GIProbes working.
Juan Linietsky
2020-02-11
1
-0
/
+13
*
Remove duplicate ERR_PRINT macro.
Marcel Admiraal
2020-02-05
1
-1
/
+1
*
ClassDB: Exclude method binds starting with '_' from API hash
Ignacio Etcheverry
2020-01-07
1
-0
/
+7
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Added some obvious errors explanations
qarmin
2019-09-25
1
-21
/
+21
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
Braden Bodily
2019-08-17
1
-38
/
+14
*
Fix some code found by Coverity Scan and PVS Studio
qarmin
2019-07-23
1
-0
/
+1
*
Use reference to constant in functions
qarmin
2019-07-10
1
-2
/
+2
*
Merge pull request #30126 from qarmin/remove_unnecessary_code
Rémi Verschelde
2019-07-01
1
-2
/
+2
|
\
|
*
Remove unnecessary code and add some error explanations
qarmin
2019-07-01
1
-2
/
+2
*
|
Remove bogus nulls from generated default values
Bojidar Marinov
2019-06-29
1
-1
/
+4
*
|
Add default values to the editor help, docs, and generated RST
Bojidar Marinov
2019-06-27
1
-8
/
+45
|
/
*
Some code changed with Clang-Tidy
qarmin
2019-06-26
1
-1
/
+1
*
Fix always true/false values
qarmin
2019-06-20
1
-3
/
+1
*
Add ability to edit editor feature profiles
Juan Linietsky
2019-04-08
1
-0
/
+13
*
Fix wrong method binds and registered class
Ignacio Etcheverry
2019-04-06
1
-0
/
+5
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Make add_property error more explicit on duplicates
Rémi Verschelde
2018-11-20
1
-2
/
+1
*
-Moved EditorDefaultValue to ClassDB, made it core
Juan Linietsky
2018-11-08
1
-0
/
+36
*
Fix warnings on release builds (not DEBUG_ENABLED)
Rémi Verschelde
2018-10-03
1
-2
/
+2
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-3
/
+3
*
Print an error if you try to instantiate an editor class outside the editor, ...
Juan Linietsky
2018-09-06
1
-1
/
+7
*
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-26
1
-91
/
+91
*
-Fixes to how hashing happened, now StringName and NodePath use default hashe...
Juan Linietsky
2018-07-02
1
-3
/
+3
*
Merge pull request #18514 from neikeq/api-hash-fixes
Rémi Verschelde
2018-05-03
1
-1
/
+1
|
\
|
*
ClassDB API hash now only includes exposed classes
Ignacio Etcheverry
2018-04-29
1
-1
/
+1
*
|
Fix Coverity reports of uninitialized scalar variable
Rémi Verschelde
2018-04-19
1
-0
/
+2
|
/
*
Ctrl+Clicking a enum now scrolls down to it in the docs.
Felix Yang
2018-04-03
1
-3
/
+1
*
Add RWLockDummy for NO_THREADS builds
Leon Krause
2018-03-20
1
-21
/
+0
*
Refactor version macros and fix related bugs
Rémi Verschelde
2018-02-23
1
-1
/
+1
*
Added all missing VisualServer bindings
Marc Gilleron
2018-01-20
1
-0
/
+41
*
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
[next]