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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-427
/
+0
*
Avoid reentrant OBJTYPE_RLOCK in ClassDB
Lyuma
2020-11-01
1
-0
/
+5
*
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
-1
/
+7
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-18
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-8
/
+10
*
Refactored shadowmapping.
Juan Linietsky
2020-04-08
1
-0
/
+1
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-10
/
+10
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-2
/
+2
*
Created the callable_mp macro, for signals to call method pointers directly.
Juan Linietsky
2020-02-21
1
-3
/
+5
*
GIProbes working.
Juan Linietsky
2020-02-11
1
-0
/
+1
*
Merge pull request #34726 from nekomatata/polygon2d-antialiasing-fix
Rémi Verschelde
2020-01-03
1
-0
/
+9
|
\
|
*
Fixed antialiasing option for Polygon2D
PouleyKetchoupp
2020-01-01
1
-0
/
+9
*
|
Merge pull request #34688 from sheepandshepherd/gdnative_class_ptr
Rémi Verschelde
2020-01-03
1
-0
/
+4
|
\
\
|
*
|
Expose cast_to to GDNative for dynamic casts
sheepandshepherd
2020-01-03
1
-0
/
+4
*
|
|
Allows to doc vararg method return type as void
Haoyu Qiu
2020-01-02
1
-2
/
+2
|
/
/
*
/
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
|
/
*
Fixed antialiased option for Polygon2D / Line2D
PouleyKetchoupp
2019-11-28
1
-0
/
+9
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
Braden Bodily
2019-08-17
1
-2
/
+1
*
Remove redundant author doc comments
IAmActuallyCthulhu
2019-08-12
1
-4
/
+0
*
Use reference to constant in functions
qarmin
2019-07-10
1
-2
/
+2
*
Remove bogus nulls from generated default values
Bojidar Marinov
2019-06-29
1
-1
/
+1
*
Add default values to the editor help, docs, and generated RST
Bojidar Marinov
2019-06-27
1
-0
/
+3
*
Add ability to edit editor feature profiles
Juan Linietsky
2019-04-08
1
-0
/
+1
*
Fix wrong method binds and registered class
Ignacio Etcheverry
2019-04-06
1
-0
/
+1
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
-Moved EditorDefaultValue to ClassDB, made it core
Juan Linietsky
2018-11-08
1
-0
/
+4
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-4
/
+4
*
Added comment to class_db to know how to bind more then 6 params
Andrea Catania
2018-08-21
1
-0
/
+4
*
-Fixes to how hashing happened, now StringName and NodePath use default hashe...
Juan Linietsky
2018-07-02
1
-7
/
+7
*
Ctrl+Clicking a enum now scrolls down to it in the docs.
Felix Yang
2018-04-03
1
-3
/
+1
*
Added all missing VisualServer bindings
Marc Gilleron
2018-01-20
1
-0
/
+2
*
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
*
PropertyEditor: Fix display of property doc in tooltip
Rémi Verschelde
2017-12-09
1
-2
/
+0
*
Style: Apply new clang-format 5.0 style to all files
Rémi Verschelde
2017-12-07
1
-4
/
+4
*
Bind some VisualServer functions
Leon Krause
2017-10-20
1
-0
/
+1
*
Adds 'exposed' field to ClassInfo
Ignacio Etcheverry
2017-10-09
1
-0
/
+8
*
Removed ParamDef and ParamHint structs
Wilson E. Alvarez
2017-08-29
1
-23
/
+0
*
Dead code tells no tales
Rémi Verschelde
2017-08-27
1
-137
/
+0
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
Re-apply clang-format to all files
Rémi Verschelde
2017-08-27
1
-1
/
+2
*
Changed MethodBind API to request information from methods. It's much claner ...
Juan Linietsky
2017-08-23
1
-1
/
+1
*
ClassDB: Provide the enum name of integer constants
Ignacio Etcheverry
2017-08-20
1
-2
/
+25
*
Use const reference where favorable
Wilson E. Alvarez
2017-08-14
1
-1
/
+1
*
Merge pull request #9987 from Rubonnek/move-members-to-initilization-list
Rémi Verschelde
2017-08-11
1
-8
/
+9
|
\
|
*
Moved member variables from constructor to initialization list
Wilson E. Alvarez
2017-08-08
1
-8
/
+9
*
|
Improves method bind detection of signature types
Ignacio Etcheverry
2017-08-10
1
-8
/
+1
|
/
*
ClassDB: Adds get_property_index method
Ignacio Etcheverry
2017-08-06
1
-0
/
+1
*
Remove methods from code completion which are already exposed by properties, ...
Juan Linietsky
2017-06-23
1
-1
/
+2
[next]