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
/
editor_properties.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add visual feedback when hovering layer checkboxes in the Inspector
Hugo Locurcio
2020-06-03
1
-39
/
+64
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-44
/
+86
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+24
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-141
/
+0
*
Revert "Renamed plane's d to distance"
Rémi Verschelde
2020-05-10
1
-2
/
+2
*
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
Rémi Verschelde
2020-05-10
1
-7
/
+21
*
Renamed plane's d to distance
Marcus Elg
2020-05-10
1
-2
/
+2
*
Implement global and per instance shader uniforms.
Juan Linietsky
2020-04-17
1
-14
/
+320
*
Remove Node.get_position_in_parent()
Tomasz Chabora
2020-04-06
1
-1
/
+1
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-15
/
+15
*
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
1
-49
/
+49
*
Working multiple window support, including editor
Juan Linietsky
2020-03-26
1
-3
/
+3
*
Added a Window node, and made it the scene root.
Juan Linietsky
2020-03-26
1
-1
/
+1
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-4
/
+4
*
Signals: Manually port most of remaining connect_compat uses
Rémi Verschelde
2020-02-28
1
-2
/
+2
*
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-28
1
-129
/
+55
*
Update docs and bindings for new integer vector types
Rémi Verschelde
2020-02-25
1
-5
/
+5
*
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-25
1
-5
/
+15
*
Added StringName as a variant type.
Juan Linietsky
2020-02-21
1
-3
/
+34
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-57
/
+57
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-14
/
+14
*
ObjectID converted to a structure, fixes many bugs where used incorrectly as ...
Juan Linietsky
2020-02-12
1
-5
/
+5
*
Bugfixes and ability to better specify filter and repeat modes everywhere.
Juan Linietsky
2020-02-11
1
-1
/
+1
*
Texture refactor
Juan Linietsky
2020-02-11
1
-12
/
+12
*
Use int64_t for EditorPropertyInteger and warn when out of double range
Aaron Franke
2020-01-15
1
-4
/
+9
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Cleans up headers included in editor_node.h
Haoyu Qiu
2019-12-24
1
-0
/
+2
*
Removed unused variables, add some constants numbers
Rafał Mikrut
2019-12-10
1
-2
/
+0
*
Merge pull request #32997 from Calinou/editor-color-picker-add-tooltip
Rémi Verschelde
2019-11-07
1
-0
/
+17
|
\
|
*
Add a tooltip to Color properties in the editor inspector
Hugo Locurcio
2019-10-22
1
-0
/
+17
*
|
Add clear menu entries for extending and replacing scripts
Anubhab Ghosh
2019-10-23
1
-4
/
+11
|
/
*
Make the the resource menu button fallback to the Object icon instead of Node
Michael Alexsander
2019-10-21
1
-9
/
+1
*
Make resource editor fallback to Object icon if none is found
Michael Alexsander
2019-10-14
1
-12
/
+4
*
Increased step precision
David Sichma
2019-10-13
1
-1
/
+1
*
Set tooltip to an empty string when clearing
Joe Morton
2019-10-06
1
-0
/
+1
*
Merge pull request #32051 from qarmin/some_error_explanation
Rémi Verschelde
2019-09-25
1
-1
/
+1
|
\
|
*
Added some obvious errors explanations
qarmin
2019-09-25
1
-1
/
+1
*
|
Make editor inspector easing lines use the accent color when dragged
Hugo Locurcio
2019-09-06
1
-15
/
+38
|
/
*
Default ColorPicker color mode setting
Bhupendra Aole
2019-08-31
1
-0
/
+11
*
Editor: remove TOOLS_ENABLED guards
merumelu
2019-08-30
1
-2
/
+1
*
Merge pull request #31586 from SonerSound/issue_31533
Rémi Verschelde
2019-08-23
1
-14
/
+1
|
\
|
*
Export path is the only path to be saved as a relative path
SonerSound
2019-08-22
1
-14
/
+1
*
|
Tweak the size of the multiline text edit popup dialog
Hugo Locurcio
2019-08-09
1
-1
/
+1
*
|
Inspector: Make default float step configurable
Rémi Verschelde
2019-07-23
1
-10
/
+12
*
|
Merge pull request #30576 from qarmin/lgtm_coverage
Rémi Verschelde
2019-07-20
1
-2
/
+1
|
\
\
|
*
|
Changed some code showed in LGTM and Coverage
qarmin
2019-07-20
1
-2
/
+1
|
|
/
*
/
Make multiline text edit grab focus when popping up
Michael Alexsander Silva Dias
2019-07-19
1
-1
/
+2
|
/
*
Export path may now be written as a relative path
SonerSound
2019-06-30
1
-1
/
+14
*
Merge pull request #24156 from AnaDenisa/master
Rémi Verschelde
2019-06-29
1
-4
/
+45
|
\
|
*
Add option to input value manually in EditorPropertyEasing
AnaDenisa
2019-06-28
1
-4
/
+45
[next]