Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-16 | Improvements and fixes for the default theme. | Daniel J. Ramirez | |
Added customizable border size and window highlight. | |||
2017-07-15 | Script editor usability fixes | Juan Linietsky | |
2017-07-15 | Lots 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-12 | Added some missing icons, fixed some ui icons | Daniel J. Ramirez | |
2017-07-10 | ability to reposition scene tabs with drag & drop | Jakub Grzesik | |
2017-07-10 | Fix crash on closing [empty](*) scene tab | Poommetee Ketson | |
2017-07-08 | About: center valign copyright label | Poommetee Ketson | |
2017-07-06 | About: add thirdparty license info | Poommetee Ketson | |
2017-07-04 | About: Add License info | Poommetee Ketson | |
2017-07-03 | Merge pull request #9447 from Noshyaar/pr | Rémi Verschelde | |
EditorNode: mark opened deleted scenes as unsaved | |||
2017-07-03 | Merge pull request #9462 from Noshyaar/pr2 | Rémi Verschelde | |
SceneTab: MMB or double LMB to create new scene | |||
2017-07-03 | Authors/About: support for multiple sections | Poommetee Ketson | |
2017-07-01 | SceneTab: MMB or double LMB to create new scene | Poommetee Ketson | |
2017-06-30 | EditorNode: request attention when quit while minimized | Poommetee Ketson | |
2017-06-30 | EditorNode: mark opened deleted scenes as unsaved | Poommetee Ketson | |
2017-06-28 | Reworked translation system | Juan Linietsky | |
-Label and Button reload translation on the fly -Resources are loaded and reload depending on locale | |||
2017-06-27 | Clean up redundancy in scene save confirmation | Poommetee Ketson | |
2017-06-27 | Fix regression in dc1843201571707ee09f0592ef3b0cd4232c70b8 | Rémi Verschelde | |
Closes #9407. | |||
2017-06-27 | Merge pull request #9402 from nunodonato/selectimportagain | Rémi Verschelde | |
Update import dock when editing a resource from the inspector | |||
2017-06-26 | Update 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-26 | Merge pull request #9304 from Noshyaar/pr-save | Rémi Verschelde | |
EditorNode: add Save/Discard/Cancel dialog | |||
2017-06-27 | EditorNode: enhance save/quit dialog | Poommetee Ketson | |
2017-06-25 | Update import dock when editing a resource from the inspector | Nuno Donato | |
2017-06-25 | -Added folding to property editor, persistent on objects it edits | Juan Linietsky | |
-Some changes to tree to support this properly | |||
2017-06-25 | EditorNode: enhance quit dialog | Poommetee Ketson | |
2017-06-25 | EditorNode: add Save/Discard/Cancel dialog | Poommetee Ketson | |
2017-06-25 | BuildSystem: generated files have .gen.extension | Poommetee Ketson | |
2017-06-24 | GradientTexture now uses a Gradient | Marc Gilleron | |
- Added gradient property - Deleted duplicate code | |||
2017-06-24 | Added Curve resource | Marc Gilleron | |
- New resource for curves in y(x) form - CurveTexture now has a Curve - Curve and CurveTexture share the same editor | |||
2017-06-22 | project and scene swapped, sorry could never get used to it :( | Juan Linietsky | |
Also reorganized menus a bit. | |||
2017-06-19 | Merge pull request #9099 from kubecz3k/plugin-camera-expose | Thomas Herzog | |
EditorPlugin can request user inputs from editor 3d view | |||
2017-06-17 | Added option to not save a scene when played. | Kryptocron | |
2017-06-17 | Fix scene tab color not updated when theme changed | volzhs | |
2017-06-16 | Merge pull request #9196 from volzhs/scene-tab | Rémi Verschelde | |
Enhance scene tabs | |||
2017-06-16 | Enhance scene tabs | volzhs | |
- 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-14 | renamed occurances of ColorRamp with Gradient | Karroffel | |
ColorRamp got renamed to Gradient recently, reduz missed some occurances though. | |||
2017-06-12 | Properly adjust the visible editor rect and make limits respected, closes #8328 | Juan Linietsky | |
2017-06-12 | EditorPlugin can request user inputs from editor 3d view | Unknown | |
2017-06-11 | Restored multiple viewport function, as well as view modes. | Juan Linietsky | |
2017-06-09 | -Restored multithread capability to VisualServer | Juan Linietsky | |
-Restored resource previews! | |||
2017-06-08 | Merge pull request #9092 from Noshyaar/pr-run | Rémi Verschelde | |
Fix unsaved scene not running after save | |||
2017-06-08 | Fix unsaved scene not running after save | Poommetee Ketson | |
2017-06-07 | Run project after selecting main scene. Fixes #9077 | Nuno Donato | |
2017-06-05 | Merge pull request #9007 from noshyaar/pr-about | Rémi Verschelde | |
AboutBox: update copyright, add contributors list | |||
2017-06-04 | renamed all Rect2.pos to Rect2.position | alexholly | |
2017-06-03 | InputEvent: Renamed "pos" property to "position" | Andreas Haas | |
Make the naming consistent with other classes. | |||
2017-06-01 | About: add contributors list | Poommetee Ketson | |
2017-05-30 | Several fixes related to PBR and Environment | Juan Linietsky | |
2017-05-28 | -Added .hdr format support | Juan 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 | |||
2017-05-26 | Added an help menu | Nuno Donato | |
Also renamed the "tutorials" button in the script editor to be consistent with the help menu entry. Fixed #8921 |