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
/
property_editor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #11940 from GodotExplorer/debugger
Rémi Verschelde
2017-11-20
1
-6
/
+28
|
\
|
*
Better supported for remote object editing with the inspector with a simple d...
geequlim
2017-11-17
1
-7
/
+29
*
|
Merge pull request #12952 from bojidar-bg/12392-export-enums
Rémi Verschelde
2017-11-20
1
-1
/
+5
|
\
\
|
*
|
Allow exporting enums from GDScript
Bojidar Marinov
2017-11-17
1
-1
/
+5
|
|
/
*
/
Rename Rect3 to AABB.
Ferenc Arn
2017-11-17
1
-12
/
+12
|
/
*
Removed show type icons option
Daniel J. Ramirez
2017-11-09
1
-1
/
+1
*
Fixed interface scaling issues with editor action button and value editor pop...
Jake Larson
2017-10-27
1
-13
/
+13
*
Merge pull request #12432 from larsonjj/fix/property_editor_action_buttons
Rémi Verschelde
2017-10-27
1
-4
/
+4
|
\
|
*
Fix editor action button layout
Jake Larson
2017-10-27
1
-4
/
+4
*
|
Fix text margins in value editor pop-up.
Robin Arys
2017-10-25
1
-7
/
+8
|
/
*
keep display int if int range
Suchaaver Chahal
2017-10-14
1
-2
/
+2
*
change step to .01 for float
Suchaaver Chahal
2017-10-09
1
-2
/
+2
*
VisualScript: Fix crash with get_node().
Andreas Haas
2017-10-06
1
-1
/
+1
*
Merge pull request #11659 from AndreaCatania/prephysics
Andreas Haas
2017-10-02
1
-3
/
+3
|
\
|
*
Renamed fixed_process to physics_process
AndreaCatania
2017-09-30
1
-3
/
+3
*
|
Merge pull request #11646 from djrm/pr_visual_improvements
Poommetee Ketson
2017-10-02
1
-2
/
+2
|
\
\
|
*
|
Several visual improvements.
Daniel J. Ramirez
2017-09-28
1
-2
/
+2
|
|
/
*
/
EditorSettings: Move interface/ properties to interface/editor
Andreas Haas
2017-09-29
1
-1
/
+1
|
/
*
Removed most of the custom colors from the interface.
Daniel J. Ramirez
2017-09-25
1
-1
/
+1
*
Merge pull request #11424 from groud/control_node_presets
Rémi Verschelde
2017-09-26
1
-3
/
+3
|
\
|
*
Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_pres...
Gilles Roudiere
2017-09-22
1
-3
/
+3
*
|
Added the ability to revert to initial value in editor settings.
Daniel J. Ramirez
2017-09-24
1
-1
/
+1
*
|
Ability to convert from SpatialMaterial to ShaderMaterial
Juan Linietsky
2017-09-22
1
-0
/
+78
|
/
*
Rename pos to position in user facing methods and variables
letheed
2017-09-20
1
-6
/
+6
*
fix editor/property_editor.cpp missing TTR
sersoong
2017-09-15
1
-4
/
+4
*
Fix unused variable warnings
Hein-Pieter van Braam
2017-09-08
1
-13
/
+0
*
Improved and added some icons
Daniel J. Ramirez
2017-08-29
1
-1
/
+1
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
Cleanup tons of obsolete commented out code
Rémi Verschelde
2017-08-26
1
-307
/
+24
*
Editor: Add some more translatable strings.
Andreas Haas
2017-08-25
1
-1
/
+1
*
Convert Object::cast_to() to the static version
Hein-Pieter van Braam
2017-08-24
1
-35
/
+35
*
Merge pull request #10455 from groud/control_margin_fixes
Rémi Verschelde
2017-08-20
1
-4
/
+2
|
\
|
*
Some control fixes and removed useless lines
Gilles Roudiere
2017-08-19
1
-4
/
+2
*
|
-Properly check limits to objects sent (regarding to size), fixes #9034
Juan Linietsky
2017-08-18
1
-2
/
+27
|
/
*
Fix/improve property evaluator
Pedro J. Estébanez
2017-08-17
1
-7
/
+7
*
Merge pull request #10307 from Rubonnek/update-argument-names
Rémi Verschelde
2017-08-16
1
-2
/
+2
|
\
|
*
Updated function argument names
Wilson E. Alvarez
2017-08-12
1
-2
/
+2
*
|
Revive inspector property evaluation
Pedro J. Estébanez
2017-08-16
1
-3
/
+2
*
|
Merge pull request #9889 from groud/control_enhancements
kubecz3k
2017-08-15
1
-7
/
+7
|
\
\
|
*
|
Replace GUI anchor type by a float between 0 and 1
Gilles Roudiere
2017-08-13
1
-7
/
+7
|
|
/
*
/
Small fix for problem of nodes losing type, this is not good enough to solve ...
Juan Linietsky
2017-08-15
1
-0
/
+8
|
/
*
Merge pull request #10238 from Hinsbart/resource_rmb
Rémi Verschelde
2017-08-11
1
-0
/
+6
|
\
|
*
Inspector: Right click on resource opens sub-menu.
Andreas Haas
2017-08-10
1
-0
/
+6
*
|
Merge pull request #10114 from kubecz3k/nodepath-click
Rémi Verschelde
2017-08-11
1
-0
/
+15
|
\
\
|
|
/
|
/
|
|
*
NodePath option to find target in editor node tree
Jakub Grzesik
2017-08-08
1
-1
/
+15
*
|
Several ui improvements (mostly margins)
Daniel J. Ramirez
2017-08-08
1
-13
/
+12
*
|
Makes all Godot API's methods Lower Case
Indah Sylvia
2017-08-07
1
-3
/
+3
*
|
keep default exported script values unless overriden, closes #8127
Juan Linietsky
2017-08-06
1
-1
/
+1
|
/
*
Merge pull request #9990 from GodotExplorer/pr-fix-stretch-ratio
Rémi Verschelde
2017-07-31
1
-1
/
+1
|
\
|
*
Fix property type expose of Control.stretch_ratio.
Geequlim
2017-07-31
1
-1
/
+1
[next]