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_inspector.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support built-in scripts for inspector categories
Tomasz Chabora
2020-07-06
1
-3
/
+15
*
Remove String::find_last (same as rfind)
Stijn Hinlopen
2020-07-03
1
-2
/
+2
*
Add script class categories to EditorInspector.
willnationsdev
2020-07-01
1
-3
/
+101
*
Use translated docs in PropertySelector
Rémi Verschelde
2020-05-28
1
-4
/
+4
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-64
/
+124
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+12
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-127
/
+0
*
Stopped trying to revert to default values when script implementation of prop...
Eric M
2020-05-03
1
-12
/
+14
*
Implement global and per instance shader uniforms.
Juan Linietsky
2020-04-17
1
-4
/
+89
*
Refactored shadowmapping.
Juan Linietsky
2020-04-08
1
-3
/
+31
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-19
/
+19
*
Renaming of servers for coherency.
Juan Linietsky
2020-03-27
1
-1
/
+1
*
Renamed 2D and 3D nodes to make their types explicit
Juan Linietsky
2020-03-27
1
-1
/
+1
*
Reworked tooltips to use the popup system.
Juan Linietsky
2020-03-26
1
-4
/
+5
*
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
1
-55
/
+55
*
i18n: Add support for translating the class reference
Rémi Verschelde
2020-03-20
1
-3
/
+3
*
Merge pull request #35712 from KoBeWi/theheme_spy
Rémi Verschelde
2020-03-19
1
-0
/
+12
|
\
|
*
Show theme property descriptions in the inspector
Tomasz Chabora
2020-01-29
1
-0
/
+12
*
|
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-10
/
+10
*
|
Signals: Don't pass default binds to EditorProperty property_changed
Rémi Verschelde
2020-03-05
1
-3
/
+4
*
|
Signals: Fix some regressions from #36426
Rémi Verschelde
2020-03-03
1
-7
/
+7
*
|
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-28
1
-38
/
+23
*
|
Don't show a copy of the property's name in the inspector's tooltip if there'...
Michael Alexsander
2020-02-26
1
-8
/
+28
*
|
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-25
1
-1
/
+1
*
|
Added StringName as a variant type.
Juan Linietsky
2020-02-21
1
-5
/
+5
*
|
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-25
/
+25
*
|
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-1
/
+1
*
|
Texture refactor
Juan Linietsky
2020-02-11
1
-8
/
+8
*
|
Merge pull request #33047 from silvanocerza/settings-search
Rémi Verschelde
2020-01-31
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Improved search in settings dialogs
Silvano Cerza
2019-11-04
1
-1
/
+1
*
|
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
/
+1
|
/
*
Auto-increment frame_coords when keying
Tomasz Chabora
2019-10-22
1
-1
/
+13
*
Remove redundant `camelcase_to_underscore()` call in EditorInspector
Hugo Locurcio
2019-10-10
1
-2
/
+2
*
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
*
|
Improve folding appearance in the editor inspector
Hugo Locurcio
2019-09-19
1
-8
/
+7
|
/
*
Editor: remove TOOLS_ENABLED guards
merumelu
2019-08-30
1
-12
/
+0
*
Add some code changes/fixes proposed by Coverity and Clang Tidy
qarmin
2019-08-07
1
-1
/
+2
*
Inspector: Fix PROPERTY_HINT_SPRITE_FRAME not behaving as RANGE
Rémi Verschelde
2019-07-25
1
-1
/
+1
*
Revert "Expose "meta" to the Inspector"
Rémi Verschelde
2019-07-22
1
-4
/
+4
*
Merge pull request #22642 from YeldhamDev/inspector_metadata
Rémi Verschelde
2019-07-19
1
-4
/
+4
|
\
|
*
Expose "meta" to the Inspector
Michael Alexsander Silva Dias
2018-12-08
1
-4
/
+4
*
|
Add a margin to "checkable" property checkboxes in the editor inspector
Hugo Locurcio
2019-06-05
1
-3
/
+2
*
|
Use approximate equallity methods in many places
Aaron Franke
2019-04-25
1
-1
/
+1
*
|
Added inspector plugin documentation.
Juan Linietsky
2019-04-23
1
-0
/
+3
*
|
Revert 8d3345a, I thought this was non functioning but it is..
Juan Linietsky
2019-04-23
1
-3
/
+3
*
|
Made virtual function begin with _, for consistency.
Juan Linietsky
2019-04-23
1
-3
/
+3
*
|
Fix drawing of checkable editor properties
James Buck
2019-04-22
1
-4
/
+5
*
|
Fix editor tooltip formatting
James Buck
2019-04-20
1
-2
/
+2
[next]