aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/plugins/spatial_editor_plugin.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Added numpad emulation (fixes #3612)Nuno2016-02-121-4/+16
|
* -Property apply limits to V/H Splits in main editor window. Fixes #3567Juan Linietsky2016-02-081-1/+3
|
* -fixed bug related to mouse cursor changes, fixes #3366Juan Linietsky2016-01-181-0/+2
|
* -Massive editor dialog cleanupJuan Linietsky2016-01-171-1/+4
| | | | -Added a bottom menu list
* -Moved all the "root" input handling for GUI from individual Controls to ↵Juan Linietsky2016-01-161-1/+1
| | | | | | | | Viewport. -Should fix several reported bugs when controls don't have a common parent This may have added new bugs, so please report if so!
* Spatial/Canvas Editor: Ignore unhandled input if there is a dialogIgnacio Etcheverry2016-01-151-2/+2
|
* Remove unnecessary fail conditions when loading SpatialEditor stateIgnacio Etcheverry2016-01-111-27/+21
|
* Remember Transform menu settings for the Spatial EditorIgnacio Etcheverry2016-01-111-0/+28
|
* Fix some error messagesFranklin Sobrinho2016-01-091-8/+0
|
* Fix KP5 toggle perspective shortcut, fixes #2035Juan Linietsky2016-01-041-1/+4
|
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
|
* fixed and improved selection and list selection, closes #2852Juan Linietsky2015-12-131-47/+87
|
* Merge pull request #2831 from neikeq/select_menu_patchJuan Linietsky2015-11-191-51/+51
|\ | | | | Show select menu on button pressed (instead of released)
| * Show select menu on button pressed (instead of released)neikeq2015-11-191-51/+51
| |
* | Merge pull request #2786 from neikeq/node_select_menuJuan Linietsky2015-11-181-9/+144
|\| | | | | Added selection menu to spatial and canvas editors
| * Added selection menu to spatial and canvas editorsneikeq2015-11-191-9/+144
| |
* | Merge pull request #2702 from TheHX/fix_align_with_viewJuan Linietsky2015-11-181-5/+5
|\ \ | | | | | | Fix 3D editor align with current view
| * | Fix "Align with view" undo, fixes #1443Franklin Sobrinho2015-10-291-5/+5
| |/
* / Small fixes in some editor dialogsFranklin Sobrinho2015-10-181-32/+10
|/
* misc cleanupJuan Linietsky2015-10-171-1/+2
|
* -Properly keep animation editor and viewport state while switching scene tabsJuan Linietsky2015-08-291-1/+16
|
* -fixed many memory initialization issuesJuan Linietsky2015-06-061-0/+10
| | | | | -fixed deadlock on previews thread -fixed compilation errors on unix
* -compatibility option for physicsbody layers, fixes #1842Juan Linietsky2015-05-101-0/+1
|
* fixed SpatialEditor::_init_indications. loopcounter "i" used ambiguousehriche2015-05-061-3/+3
|
* -Changed Godot exit to be clean.Juan Linietsky2015-04-201-12/+29
| | | | | -Added more debug information on memory cleanliness on exit (if run with -v) -Fixed several memory leaks, fixes #1731, fixes #755
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
|
* Merge pull request #1378 from erbridge/settings_not_checkboxJuan Linietsky2015-03-221-1/+1
|\ | | | | Make View > Settings a non check item
| * View > Settings isn't a check item.Felix Laurie von Massenbach2015-02-171-1/+1
| |
* | Fix issue #931: display current view name into editor's 3d scene viewportsrollenrolm2015-03-211-13/+56
|/
* -attempt to be friendlier on non english keyboardsJuan Linietsky2015-01-041-6/+6
|
* added blender/maya like zoom stylejaromirhribal2014-12-281-4/+21
|
* SceneMainLoop -> SceneTreeJuan Linietsky2014-11-051-22/+22
| | | | | | | | | | | | -=-=-=-=-=-=-=-=-=-=-=-=-=- *YOUR SOURCE MIGHT NOT WORK* For mor information on fix: https://github.com/okamstudio/godot/wiki/devel_scene_tree Other stuff: -Shower of bullets demo -Fixes all around
* -Much improvement to baked light bakerJuan Linietsky2014-10-271-1/+1
| | | | | | | -Fixed many bugs in stretch mode -Fixes to camera project and unproject as consequence of the above -added setget to script (documented in script doc) -more fixes to collada exporter for blender
* -added custom metadata to physics shapes (2D only for now)Juan Linietsky2014-10-161-4/+11
| | | | -gizmos are not displayed in camera preview
* ColladaJuan Linietsky2014-10-141-1/+1
| | | | | | | | | | | | -=-=-=- -Fixed some DAE import & export bugs -Changed Collada exporter to use the mesh loops API -Added tangent export to Collada exporter -Added triangulation option to Collada exporter -Changed a little how normalmaps are handled in shader. Not sure if it's working properly, be careful. -Fixed some strange bug with kinematic bodies #776 -Fix release compilaiton issues #782
* Little BitsJuan Linietsky2014-10-121-41/+181
| | | | | | | | | | | | | | | | | | | -=-=-=-=-=- -fix duplicate function bug when creating script callback in editor -fix bug where hiding lights does not work -fix 2D audio listener bug (romulox_x reported) -fix exported properties with inheritance bug -fix timer autostart (make it not work on editor) -reactivate first camara found if viewport runs out of active camera -option to hide gizmos in viewport -changed skeleton gizmo because it sucks -Make convex shapes using CollisionShape visible (use quickhull class) -fix up menu when editing a mesh, to export collision, navmesh, convex, etc. from it. -make a menu option to show SRGB in 3D editor views by default -make option to edit default light direction in viewport settings -make option to edit default ambient light in viewport settings -make software conversion of linear->RGB if hardware support not found
* Misc BitsJuan Linietsky2014-10-091-0/+74
| | | | | | | | -=-=-=-=- -Added more missing icons to nodes. -Added more 3D split view modes -Fixed annoying script editor bug with keyboard focus
* Huge Amount of BugFixJuan Linietsky2014-10-031-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -=-=-=-=-=-=-=-=-=-=- -Fixes to Collada Exporter (avoid crash situtions) -Fixed to Collada Importer (Fixed Animation Optimizer Bugs) -Fixes to RigidBody/RigidBody2D body_enter/body_exit, was buggy -Fixed ability for RigidBody/RigidBody2D to get contacts reported and bodyin/out in Kinematic mode. -Added proper trigger support for 3D Physics shapes -Changed proper value for Z-Offset in OmniLight -Fixed spot attenuation bug in SpotLight -Fixed some 3D and 2D spatial soudn bugs related to distance attenuation. -Fixed bugs in EventPlayer (channels were muted by default) -Fix in ButtonGroup (get nodes in group are now returned in order) -Fixed Linear->SRGB Conversion, previous algo sucked, new algo works OK -Changed SRGB->Linear conversion to use hardware if supported, improves texture quality a lot -Fixed options for Y-Fov and X-Fov in camera, should be more intuitive. -Fixed bugs related to viewports and transparency Huge Amount of New Stuff: -=-=-=-=-=-=-=-==-=-=-=- -Ability to manually advance an AnimationPlayer that is inactive (with advance() function) -More work in WinRT platform -Added XY normalmap support, imports on this format by default. Reduces normlmap size and enables much nice compression using LATC -Added Anisotropic filter support to textures, can be specified on import -Added support for Non-Square, Isometric and Hexagonal tilemaps in TileMap. -Added Isometric Dungeon demo. -Added simple hexagonal map demo. -Added Truck-Town demo. Shows how most types of joints and vehicles are used. Please somebody make a nicer town, this one is too hardcore. -Added an Object-Picking API to both RigidBody and Area! (and relevant demo)
* Fixing Issues...Juan Linietsky2014-09-191-1/+41
| | | | | | | - #672 (default user:// in $HOME/.godot/app_userdata (linux/osx) and $APPDATA/Godot/app_userdata (Windows) - #676 (draw both tiles and octants in order from top to bottom, left to right ) - #686 (unicode escape sequences work now) - #702 (was not a bug, but a test was added to see if bodies went too far away)
* fix skeleton AABB computation, addeded shadeless view modeJuan Linietsky2014-09-181-0/+13
|
* Merge pull request #593 from marynate/PR-gizmo-opacityJuan Linietsky2014-09-171-2/+5
|\ | | | | Add editor setting: Manipulator Gizmo Opacity
| * Add editor setting: Manipulator Gizmo Opacitymarynate2014-07-151-2/+5
| |
* | CollisionPolygon (3D)Juan Linietsky2014-09-161-0/+6
| | | | | | | | Workaround for round() on PC.
* | Camera FixesJuan Linietsky2014-09-151-1/+38
| | | | | | | | | | | | | | | | | | | | | | -=-=-=-=-=-= -Object Picking and orthogonal camera related functions fixed (i hope) -Going to preview mode in the camera shows a frame with the correct game aspect ratio -Changed Camera API and properties a little t make it more straightforward -Fixed bug in shader compiler. -Fixed bug in ShaderGL
* | Make sure View Grid state saved with scene statemarynate2014-07-151-2/+1
| |
* | Fixed #470 View grid toggle in 3d not workingmarynate2014-07-151-0/+7
|/
* Add align with view in 3d editor viewport (useful for aligning camera withmarynate2014-06-131-3/+37
| | | | current view)
* Lots of 3D improvements:Juan Linietsky2014-05-041-61/+200
| | | | | | | | | | | | | -Object Manipulator Gizmo keeps proper scale in all windows and projections, (configurable on settings too). -Manipulator gizmos for other objects (camera, shapes, etc) massively improved and bug-fixed. -Manipulator gizmos are different for edited object and other objects. -Properly highlight manipulator gizmo handles when hovered. -Fixed bugs in fragment program when using more than 1 light together. -Reload png/jpg files automatically in editor if edited externally. -Added 4-stages Parallel Split Shadow Mapping, to improve shadow quality in large scenarios -Added PCF13 to improve smoothness of shadow borders -General optimization of directional light shadow mapping for Orthogonal,PSM and PSSM. -Fixed normal mapping when importing DAE files, works nicely now.
* -Fixed a few bugs in ViewportJuan Linietsky2014-04-101-1/+1
| | | | | -Made a few demos using Viewport to show it's true power! -Fixed some start-up error messages.
* Merge pull request #237 from marynate/PR-maya-navreduz2014-04-051-188/+246
|\ | | | | Maya and modo style navigation