summaryrefslogtreecommitdiff
path: root/editor/editor_node.cpp
AgeCommit message (Collapse)Author
2017-07-17-Reorganized all properties of project settings (Sorry, Again).Juan Linietsky
(Lot's of bloat accumulated, so it was time for clean up.) -Made EditorSettings and ProjectSettings search more useful (search in sections too)
2017-07-16Improvements and fixes for the default theme.Daniel J. Ramirez
Added customizable border size and window highlight.
2017-07-15Script editor usability fixesJuan Linietsky
2017-07-15Lots of work on Audio & Physics engine:Juan Linietsky
-Added new 3D stream player node -Added ability for Area to capture sound from streams -Added small features in physics to be able to properly guess distance to areas for sound -Fixed 3D CollisionObject so shapes are added the same as in 2D, directly from children -Fixed KinematicBody API to make it the same as 2D.
2017-07-12Added some missing icons, fixed some ui iconsDaniel J. Ramirez
2017-07-10ability to reposition scene tabs with drag & dropJakub Grzesik
2017-07-10Fix crash on closing [empty](*) scene tabPoommetee Ketson
2017-07-08About: center valign copyright labelPoommetee Ketson
2017-07-06About: add thirdparty license infoPoommetee Ketson
2017-07-04About: Add License infoPoommetee Ketson
2017-07-03Merge pull request #9447 from Noshyaar/prRémi Verschelde
EditorNode: mark opened deleted scenes as unsaved
2017-07-03Merge pull request #9462 from Noshyaar/pr2Rémi Verschelde
SceneTab: MMB or double LMB to create new scene
2017-07-03Authors/About: support for multiple sectionsPoommetee Ketson
2017-07-01SceneTab: MMB or double LMB to create new scenePoommetee Ketson
2017-06-30EditorNode: request attention when quit while minimizedPoommetee Ketson
2017-06-30EditorNode: mark opened deleted scenes as unsavedPoommetee Ketson
2017-06-28Reworked translation systemJuan Linietsky
-Label and Button reload translation on the fly -Resources are loaded and reload depending on locale
2017-06-27Clean up redundancy in scene save confirmationPoommetee Ketson
2017-06-27Fix regression in dc1843201571707ee09f0592ef3b0cd4232c70b8Rémi Verschelde
Closes #9407.
2017-06-27Merge pull request #9402 from nunodonato/selectimportagainRémi Verschelde
Update import dock when editing a resource from the inspector
2017-06-26Update import dock when editing a resource from the inspector (improved version)Nuno Donato
closes #8139. (just in case it wasn't closed well enough the first time :p)
2017-06-26Merge pull request #9304 from Noshyaar/pr-saveRémi Verschelde
EditorNode: add Save/Discard/Cancel dialog
2017-06-27EditorNode: enhance save/quit dialogPoommetee Ketson
2017-06-25Update import dock when editing a resource from the inspectorNuno Donato
2017-06-25-Added folding to property editor, persistent on objects it editsJuan Linietsky
-Some changes to tree to support this properly
2017-06-25EditorNode: enhance quit dialogPoommetee Ketson
2017-06-25EditorNode: add Save/Discard/Cancel dialogPoommetee Ketson
2017-06-25BuildSystem: generated files have .gen.extensionPoommetee Ketson
2017-06-24GradientTexture now uses a GradientMarc Gilleron
- Added gradient property - Deleted duplicate code
2017-06-24Added Curve resourceMarc Gilleron
- New resource for curves in y(x) form - CurveTexture now has a Curve - Curve and CurveTexture share the same editor
2017-06-22project and scene swapped, sorry could never get used to it :(Juan Linietsky
Also reorganized menus a bit.
2017-06-19Merge pull request #9099 from kubecz3k/plugin-camera-exposeThomas Herzog
EditorPlugin can request user inputs from editor 3d view
2017-06-17Added option to not save a scene when played.Kryptocron
2017-06-17Fix scene tab color not updated when theme changedvolzhs
2017-06-16Merge pull request #9196 from volzhs/scene-tabRémi Verschelde
Enhance scene tabs
2017-06-16Enhance scene tabsvolzhs
- show scene thumbnail on hover - resize if has many tabs - show full scene file name with current edited scene - can be customized EditorSettings > Interface > Scene Tab - close scene with mouse middle button
2017-06-14renamed occurances of ColorRamp with GradientKarroffel
ColorRamp got renamed to Gradient recently, reduz missed some occurances though.
2017-06-12Properly adjust the visible editor rect and make limits respected, closes #8328Juan Linietsky
2017-06-12EditorPlugin can request user inputs from editor 3d viewUnknown
2017-06-11Restored multiple viewport function, as well as view modes.Juan Linietsky
2017-06-09-Restored multithread capability to VisualServerJuan Linietsky
-Restored resource previews!
2017-06-08Merge pull request #9092 from Noshyaar/pr-runRémi Verschelde
Fix unsaved scene not running after save
2017-06-08Fix unsaved scene not running after savePoommetee Ketson
2017-06-07Run project after selecting main scene. Fixes #9077Nuno Donato
2017-06-05Merge pull request #9007 from noshyaar/pr-aboutRémi Verschelde
AboutBox: update copyright, add contributors list
2017-06-04renamed all Rect2.pos to Rect2.positionalexholly
2017-06-03InputEvent: Renamed "pos" property to "position"Andreas Haas
Make the naming consistent with other classes.
2017-06-01About: add contributors listPoommetee Ketson
2017-05-30Several fixes related to PBR and EnvironmentJuan Linietsky
2017-05-28-Added .hdr format supportJuan Linietsky
-Added default environment editor setting -Added environment created by default in new projects -Removed default light and ambient from spatial editor, to make the editor more PBR compliant