| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | Add "View FPS" in 3D->Perspective's popup. | Dmitry Koteroff | 2017-11-20 | 1 | -0/+40 | |
| | | | | | | | | | | | | | | | | | | | "Fixes" to make it acceptable by clang-format. "Fixes" to make it acceptable by clang-format. | |||||
| * | | | Rename Rect3 to AABB. | Ferenc Arn | 2017-11-17 | 1 | -9/+9 | |
| | | | | | | | | | | | | | Fixes #12973. | |||||
| * | | | Merge pull request #12488 from djrm/pr_gridmap_fixes | Rémi Verschelde | 2017-11-16 | 1 | -0/+5 | |
| |\ \ \ | |/ / |/| | | Several improvements to GridMap. | |||||
| | * | | Several improvements to GridMap. | Daniel J. Ramirez | 2017-11-09 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | Fixed crash when undoing. More ergonomic shortcuts. Fixed freelook navigation. | |||||
| * | | | 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 | |
| | | | | | | | | | | | | | Plus some cleanups. | |||||
| * | | | 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 | |
| |/ | | | | | | | | Fixed translation i local space - changed a bit how it was implemented. Fixed bug with rotations when object is scaled. Added safety check preventing scaling to 0 in local space. All Gizmoz display numerical output message on the bottom of the viewport. Unified code a bit, so it will be easier to maintain. | |||||
| * | 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 ↵ | Marc Gilleron | 2017-10-30 | 1 | -1/+17 | |
| | | | | | holding RMB (like Unity) | |||||
| * | Merge pull request #11401 from SaracenOne/snapped_drag | Rémi Verschelde | 2017-10-22 | 1 | -1/+10 | |
| |\ | | | | | Added snapping to spatial drag and drop. | |||||
| | * | 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 | |||||
| | * | | Freelook interpolation fixes | Marc Gilleron | 2017-10-10 | 1 | -49/+119 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Smooth freelook position more explicitely - Don't let orbit zoom produce translation when it shouldn't - Make base speed framerate-independent (and tweaked setting for that) - Don't rely on camera for calculations because it no longer reflect immediate state - Avoid potential divide-by-zero with zoom inertia - Make speed/zoom relation optional (if enabled, speed is adjusted from zoom) - Never change zoom distance when freelook is active - Orbit inertia also applies on freelook | |||||
| * | | | 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 | |||||
| | * | | Scale editing Gizmo for Spatial Editor | PrzemysÅaw GoÅÄ b (n-pigeon) | 2017-09-26 | 1 | -52/+186 | |
| | | | | | | | | | | | | | | | | | | | Added support for axis locked scaling with handles, supports both world and local space. Local space recommended for most editing tasks. Also fixed some small bugs, polished Gizmo looks and cleaned up some dead code. Happy scaling! :) | |||||
| * | | | 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 | |
| |\ \ | | | | | | | Implements set_margins_preset(...) | |||||
| | * | | Remove set_area_as_parent_rect and replace it by ↵ | Gilles Roudiere | 2017-09-22 | 1 | -4/+4 | |
| | | | | | | | | | | | | | set_anchors_and_margins_preset(PRESET_WIDE) | |||||
| * | | | -Fixed redraw always on 3D viewprot bug | Juan Linietsky | 2017-09-23 | 1 | -15/+21 | |
| |/ / | | | | | | | -Changed manipulation inertia default values. Do not touch them again or I'll cut your fingers and eat them. | |||||
| * | | Merge pull request #11222 from toger5/spatial_scrolling | Rémi Verschelde | 2017-09-21 | 1 | -26/+28 | |
| |\ \ | | | | | | | Spatial scrolling update + better default inertia values | |||||
| | * | | 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 | |
| | | | | | | | | | | | | | oribit... | |||||
| | * | | 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 | |
| | |/ |/| | | | | | | | | | | | | | | | | | | | Rename user facing methods and variables as well as the corresponding C++ methods according to the folloming changes: * pos -> position * rot -> rotation * loc -> location C++ variables are left as is. | |||||
| * | | Merge pull request #11327 from SaracenOne/drag_meshes | Rémi Verschelde | 2017-09-19 | 1 | -12/+45 | |
| |\ \ | |/ |/| | Drag and drop for meshes directly. | |||||
| | * | Drag and drop for meshes directly and fix drop restriction for non-Texture ↵ | SaracenOne | 2017-09-18 | 1 | -12/+45 | |
| | | | | | | | | | objects in canvas editor. | |||||
| * | | 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) | |||||
| | * | | 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 ↵ | Juan Linietsky | 2017-09-16 | 1 | -6/+17 | |
| |/ | | | | interpolation. | |||||
| * | Merge pull request #11081 from djrm/pr_better_3d_grid | Rémi Verschelde | 2017-09-13 | 1 | -9/+41 | |
| |\ | | | | | Better looking spatial editor grid | |||||
| | * | 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 | |
| |\ \ | | | | | | | Modify inertia implementation for freelook and orbit | |||||
| | * | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - freelook now uses position based inertia (holding a key for a specific time always rults in the same distance traveled independent of inertia setting) - orbit inertia now is angle bases. (not transformation based) -> camera always takes the same path. - added setting for orbit inertia - added setting hints for freelook settings. | |||||
| | * | | Revert "Removed camera interpolation in orthogonal mode (I have no idea how ↵ | toger5 | 2017-09-07 | 1 | -1/+1 | |
| | |/ | | | | | | | | | | | to fix this due to how orthogonal works), closes #10718" This reverts commit 895140389a7306eafc9a36f51d892ece0001f223. | |||||
| * / | Fix unused variable warnings | Hein-Pieter van Braam | 2017-09-08 | 1 | -8/+0 | |
| |/ | | | | The forth in my quest to make Godot 3.x compile with -Werror on GCC7 | |||||
| * | Removed camera interpolation in orthogonal mode (I have no idea how to fix ↵ | Juan Linietsky | 2017-09-07 | 1 | -1/+1 | |
| | | | | | this due to how orthogonal works), closes #10718 | |||||
| * | 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. | |||||
| | * | 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 | |
| |\ \ | | | | | | | Fix signed and unsigned comparisons | |||||
