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
gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editor
/
plugins
/
spatial_editor_plugin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Add "View FPS" in 3D->Perspective's popup.
Dmitry Koteroff
2017-11-20
1
-0
/
+40
*
|
|
Rename Rect3 to AABB.
Ferenc Arn
2017-11-17
1
-9
/
+9
*
|
|
Merge pull request #12488 from djrm/pr_gridmap_fixes
Rémi Verschelde
2017-11-16
1
-0
/
+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Several improvements to GridMap.
Daniel J. Ramirez
2017-11-09
1
-0
/
+5
*
|
|
Fix uninitialized bool. Breaks translation in release_debug target.
Przemysław Gołąb (n-pigeon)
2017-11-13
1
-2
/
+1
*
|
|
Fixed View plane local rotation.
Przemysław Gołąb (n-pigeon)
2017-11-13
1
-5
/
+5
*
|
|
Dropping a mesh file into the scene no longer creates an instanced scene.
Webster Sheets
2017-11-10
1
-1
/
+3
|
|
/
|
/
|
*
|
Cleanups in Spatial Transform Gizmo
Przemysław Gołąb (n-pigeon)
2017-11-10
1
-50
/
+56
|
/
*
Ability to shrink 3D viewport by half
Juan Linietsky
2017-10-31
1
-3
/
+26
*
Add option to use freelook with a toggle shortcut (like Blender) instead of h...
Marc Gilleron
2017-10-30
1
-1
/
+17
*
Merge pull request #11401 from SaracenOne/snapped_drag
Rémi Verschelde
2017-10-22
1
-1
/
+10
|
\
|
*
Added snapping to spatial drag and drop.
SaracenOne
2017-09-20
1
-1
/
+10
*
|
Fix drag and drop collision with non-centred origin points.
Saracen
2017-10-18
1
-2
/
+8
*
|
Added icon under zoom/speed indicator bar
Marc Gilleron
2017-10-15
1
-24
/
+57
*
|
Merge pull request #11927 from Zylann/freelook_interpolation_fix
Rémi Verschelde
2017-10-15
1
-49
/
+119
|
\
\
|
*
|
Freelook interpolation fixes
Marc Gilleron
2017-10-10
1
-49
/
+119
*
|
|
Return camera to origin when creating a new scene and going to 3d editor.
Daniel J. Ramirez
2017-10-14
1
-0
/
+1
*
|
|
Fixed rotating in local space using 3D Gizmo.
Przemysław Gołąb (n-pigeon)
2017-10-04
1
-18
/
+28
|
/
/
*
|
Merge pull request #11478 from n-pigeon/scale_gizmo
Andreas Haas
2017-10-03
1
-52
/
+186
|
\
\
|
*
|
Scale editing Gizmo for Spatial Editor
PrzemysÅaw GoÅÄ b (n-pigeon)
2017-09-26
1
-52
/
+186
*
|
|
Renamed fixed_process to physics_process
AndreaCatania
2017-09-30
1
-1
/
+1
|
/
/
*
|
Removed transparency from spatial editor grid.
Daniel J. Ramirez
2017-09-25
1
-70
/
+19
*
|
Merge pull request #11424 from groud/control_node_presets
Rémi Verschelde
2017-09-26
1
-4
/
+4
|
\
\
|
*
|
Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_pres...
Gilles Roudiere
2017-09-22
1
-4
/
+4
*
|
|
-Fixed redraw always on 3D viewprot bug
Juan Linietsky
2017-09-23
1
-15
/
+21
|
/
/
*
|
Merge pull request #11222 from toger5/spatial_scrolling
Rémi Verschelde
2017-09-21
1
-26
/
+28
|
\
\
|
*
|
settings 'editors/3d' organized, sorted, new_defaults
toger5
2017-09-19
1
-23
/
+23
|
*
|
update inertia/freelook settings values + renamed free_orbit... to
toger5
2017-09-19
1
-4
/
+4
|
*
|
added precision scrolling to spatial editor zoom
toger5
2017-09-19
1
-3
/
+3
|
*
|
zoom inertia uses its own setting (not the same then translation)
toger5
2017-09-19
1
-1
/
+3
*
|
|
Box selection for MeshInstances and subscene nodes.
SaracenOne
2017-09-20
1
-5
/
+10
*
|
|
Rename pos to position in user facing methods and variables
letheed
2017-09-20
1
-8
/
+8
|
|
/
|
/
|
*
|
Merge pull request #11327 from SaracenOne/drag_meshes
Rémi Verschelde
2017-09-19
1
-12
/
+45
|
\
\
|
|
/
|
/
|
|
*
Drag and drop for meshes directly and fix drop restriction for non-Texture ob...
SaracenOne
2017-09-18
1
-12
/
+45
*
|
Merge pull request #11251 from toger5/q_e_fix_freelook
Rémi Verschelde
2017-09-17
1
-2
/
+2
|
\
\
|
*
|
swapped up down shortcut for freelook (to fit unreal)
toger5
2017-09-14
1
-2
/
+2
|
|
/
*
|
Compile fix for clang error on spatial_editor_plugin.cpp
Marcelo Fernandez
2017-09-16
1
-4
/
+4
*
|
forgot to set proper default values for new camera interpolation
Juan Linietsky
2017-09-16
1
-4
/
+4
*
|
Fixed to InputDefault, button mask was wrong. Fixes to editor camera interpol...
Juan Linietsky
2017-09-16
1
-6
/
+17
|
/
*
Merge pull request #11081 from djrm/pr_better_3d_grid
Rémi Verschelde
2017-09-13
1
-9
/
+41
|
\
|
*
Better looking spatial editor grid
Daniel J. Ramirez
2017-09-08
1
-9
/
+41
*
|
Merge pull request #11047 from toger5/interpolation_chnage
Rémi Verschelde
2017-09-12
1
-47
/
+30
|
\
\
|
*
|
fix always updating +removed print +use EDITOR_DEF
toger5
2017-09-11
1
-12
/
+10
|
*
|
Modify inertia implementation for freelook and orbit
toger5
2017-09-07
1
-41
/
+26
|
*
|
Revert "Removed camera interpolation in orthogonal mode (I have no idea how t...
toger5
2017-09-07
1
-1
/
+1
|
|
/
*
/
Fix unused variable warnings
Hein-Pieter van Braam
2017-09-08
1
-8
/
+0
|
/
*
Removed camera interpolation in orthogonal mode (I have no idea how to fix th...
Juan Linietsky
2017-09-07
1
-1
/
+1
*
Merge pull request #10907 from SaracenOne/spatial_edit_drag
Rémi Verschelde
2017-09-04
1
-2
/
+315
|
\
|
*
Added support for drag and drop in spatial editor.
SaracenOne
2017-09-03
1
-2
/
+315
*
|
Merge pull request #10846 from hpvb/fix-sign-compare
Rémi Verschelde
2017-09-01
1
-8
/
+8
|
\
\
[prev]
[next]