index
:
godot.git
feature/gio-open
feature/gridmap-used-cells
fix/use-bin-name
master
mirror
Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
J08nY
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
editor
/
plugins
/
spatial_editor_plugin.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Added numpad emulation (fixes #3612)
Nuno
2016-02-12
1
-4
/
+16
*
-Property apply limits to V/H Splits in main editor window. Fixes #3567
Juan Linietsky
2016-02-08
1
-1
/
+3
*
-fixed bug related to mouse cursor changes, fixes #3366
Juan Linietsky
2016-01-18
1
-0
/
+2
*
-Massive editor dialog cleanup
Juan Linietsky
2016-01-17
1
-1
/
+4
*
-Moved all the "root" input handling for GUI from individual Controls to View...
Juan Linietsky
2016-01-16
1
-1
/
+1
*
Spatial/Canvas Editor: Ignore unhandled input if there is a dialog
Ignacio Etcheverry
2016-01-15
1
-2
/
+2
*
Remove unnecessary fail conditions when loading SpatialEditor state
Ignacio Etcheverry
2016-01-11
1
-27
/
+21
*
Remember Transform menu settings for the Spatial Editor
Ignacio Etcheverry
2016-01-11
1
-0
/
+28
*
Fix some error messages
Franklin Sobrinho
2016-01-09
1
-8
/
+0
*
Fix KP5 toggle perspective shortcut, fixes #2035
Juan Linietsky
2016-01-04
1
-1
/
+4
*
Update copyright to 2016 in headers
George Marques
2016-01-01
1
-1
/
+1
*
fixed and improved selection and list selection, closes #2852
Juan Linietsky
2015-12-13
1
-47
/
+87
*
Merge pull request #2831 from neikeq/select_menu_patch
Juan Linietsky
2015-11-19
1
-51
/
+51
|
\
|
*
Show select menu on button pressed (instead of released)
neikeq
2015-11-19
1
-51
/
+51
*
|
Merge pull request #2786 from neikeq/node_select_menu
Juan Linietsky
2015-11-18
1
-9
/
+144
|
\
|
|
*
Added selection menu to spatial and canvas editors
neikeq
2015-11-19
1
-9
/
+144
*
|
Merge pull request #2702 from TheHX/fix_align_with_view
Juan Linietsky
2015-11-18
1
-5
/
+5
|
\
\
|
*
|
Fix "Align with view" undo, fixes #1443
Franklin Sobrinho
2015-10-29
1
-5
/
+5
|
|
/
*
/
Small fixes in some editor dialogs
Franklin Sobrinho
2015-10-18
1
-32
/
+10
|
/
*
misc cleanup
Juan Linietsky
2015-10-17
1
-1
/
+2
*
-Properly keep animation editor and viewport state while switching scene tabs
Juan Linietsky
2015-08-29
1
-1
/
+16
*
-fixed many memory initialization issues
Juan Linietsky
2015-06-06
1
-0
/
+10
*
-compatibility option for physicsbody layers, fixes #1842
Juan Linietsky
2015-05-10
1
-0
/
+1
*
fixed SpatialEditor::_init_indications. loopcounter "i" used ambiguous
ehriche
2015-05-06
1
-3
/
+3
*
-Changed Godot exit to be clean.
Juan Linietsky
2015-04-20
1
-12
/
+29
*
Updated copyright year in all headers
Juan Linietsky
2015-04-18
1
-1
/
+1
*
Merge pull request #1378 from erbridge/settings_not_checkbox
Juan Linietsky
2015-03-22
1
-1
/
+1
|
\
|
*
View > Settings isn't a check item.
Felix Laurie von Massenbach
2015-02-17
1
-1
/
+1
*
|
Fix issue #931: display current view name into editor's 3d scene viewports
rollenrolm
2015-03-21
1
-13
/
+56
|
/
*
-attempt to be friendlier on non english keyboards
Juan Linietsky
2015-01-04
1
-6
/
+6
*
added blender/maya like zoom style
jaromirhribal
2014-12-28
1
-4
/
+21
*
SceneMainLoop -> SceneTree
Juan Linietsky
2014-11-05
1
-22
/
+22
*
-Much improvement to baked light baker
Juan Linietsky
2014-10-27
1
-1
/
+1
*
-added custom metadata to physics shapes (2D only for now)
Juan Linietsky
2014-10-16
1
-4
/
+11
*
Collada
Juan Linietsky
2014-10-14
1
-1
/
+1
*
Little Bits
Juan Linietsky
2014-10-12
1
-41
/
+181
*
Misc Bits
Juan Linietsky
2014-10-09
1
-0
/
+74
*
Huge Amount of BugFix
Juan Linietsky
2014-10-03
1
-0
/
+31
*
Fixing Issues...
Juan Linietsky
2014-09-19
1
-1
/
+41
*
fix skeleton AABB computation, addeded shadeless view mode
Juan Linietsky
2014-09-18
1
-0
/
+13
*
Merge pull request #593 from marynate/PR-gizmo-opacity
Juan Linietsky
2014-09-17
1
-2
/
+5
|
\
|
*
Add editor setting: Manipulator Gizmo Opacity
marynate
2014-07-15
1
-2
/
+5
*
|
CollisionPolygon (3D)
Juan Linietsky
2014-09-16
1
-0
/
+6
*
|
Camera Fixes
Juan Linietsky
2014-09-15
1
-1
/
+38
*
|
Make sure View Grid state saved with scene state
marynate
2014-07-15
1
-2
/
+1
*
|
Fixed #470 View grid toggle in 3d not working
marynate
2014-07-15
1
-0
/
+7
|
/
*
Add align with view in 3d editor viewport (useful for aligning camera with
marynate
2014-06-13
1
-3
/
+37
*
Lots of 3D improvements:
Juan Linietsky
2014-05-04
1
-61
/
+200
*
-Fixed a few bugs in Viewport
Juan Linietsky
2014-04-10
1
-1
/
+1
*
Merge pull request #237 from marynate/PR-maya-nav
reduz
2014-04-05
1
-188
/
+246
|
\
[next]