| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | renamed occurances of ColorRamp with Gradient | Karroffel | 2017-06-14 | 2 | -33/+33 |
| | | | | | ColorRamp got renamed to Gradient recently, reduz missed some occurances though. | ||||
| * | Fix empty shader related crash, closes #8314 | Juan Linietsky | 2017-06-12 | 1 | -1/+2 |
| | | |||||
| * | Restored everything related to information polling, and added information ↵ | Juan Linietsky | 2017-06-11 | 2 | -0/+46 |
| | | | | | box for viewport. | ||||
| * | Restored multiple viewport function, as well as view modes. | Juan Linietsky | 2017-06-11 | 2 | -64/+53 |
| | | |||||
| * | Multiple 3D viewports are not operational. | Juan Linietsky | 2017-06-11 | 2 | -76/+344 |
| | | |||||
| * | renamed all Rect3.pos to Rect3.position | alexholly | 2017-06-09 | 3 | -7/+7 |
| | | |||||
| * | Merge pull request #9060 from pixelpicosean/scroll-to-pan-canvas-item-editor-3.0 | Rémi Verschelde | 2017-06-09 | 1 | -20/+48 |
| |\ | | | | | Add settings to pan canvas editor with scrolling | ||||
| | * | Add settings to pan canvas editor with scrolling | Sean Bohan | 2017-06-08 | 1 | -20/+48 |
| | | | | | | | | | | | | | | | | | | | This feature is mainly designed for developers who uses touchpad instead of mouse, and want to scroll instead of zoom. Every macOS developers will like it since it feels intuitive. 2 new settings are added to “editors/2d”: scroll_to_pan: turn on to use mouse/touchpad scroll to pan canvas item editor view instead of zoom pan_speed: use this value to change scroll speed | ||||
| * | | -Restored multithread capability to VisualServer | Juan Linietsky | 2017-06-09 | 2 | -308/+295 |
| | | | | | | | | | -Restored resource previews! | ||||
| * | | -Added proper access to depth texture from shader | Juan Linietsky | 2017-06-07 | 2 | -6/+6 |
| |/ | | | | -Split Mesh into Mesh (abstrat class) and ArrayMesh, to allow to proper mesh primitives, as well as streamable meshes in the future. | ||||
| * | Merge pull request #9038 from AlexHolly/rect2-rename-pos | Rémi Verschelde | 2017-06-05 | 6 | -141/+141 |
| |\ | | | | | renamed all Rect2.pos to Rect2.position | ||||
| | * | renamed all Rect2.pos to Rect2.position | alexholly | 2017-06-04 | 6 | -141/+141 |
| | | | |||||
| * | | Merge pull request #8974 from Paulb23/script_overview | Rémi Verschelde | 2017-06-05 | 4 | -1/+75 |
| |\ \ | |/ |/| | Added script overview | ||||
| | * | Added members overview | Paulb23 | 2017-05-29 | 4 | -1/+75 |
| | | | |||||
| * | | InputEvent: Renamed "pos" property to "position" | Andreas Haas | 2017-06-03 | 16 | -71/+71 |
| | | | | | | | | | Make the naming consistent with other classes. | ||||
| * | | -Added .hdr format support | Juan Linietsky | 2017-05-28 | 4 | -174/+3 |
| | | | | | | | | | | | | | -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 | ||||
| * | | Fix moving path controls in edit mode. | Zaven Muradyan | 2017-05-27 | 1 | -9/+7 |
| | | | | | | | | | | | | | The previous code would never trigger the subsequent conditionals (for moving the control points) when in EDIT_MODE because the point conditionals were nested instead of being a conjunction. | ||||
| * | | Merge pull request #8928 from nunodonato/helpmenu | Rémi Verschelde | 2017-05-27 | 2 | -4/+11 |
| |\ \ | | | | | | | Added an help menu | ||||
| | * | | Added an help menu | Nuno Donato | 2017-05-26 | 2 | -4/+11 |
| | |/ | | | | | | | | | Also renamed the "tutorials" button in the script editor to be consistent with the help menu entry. Fixed #8921 | ||||
| * / | -Added EXR supprot for HDR (no BC6 compression yet though) | Juan Linietsky | 2017-05-26 | 1 | -0/+2 |
| |/ | | | | | | -Improvements to texture importer -Proper detection of S3TC compression modes, and added all modes to Image -Fixes to non-power of 2 compressed textures, which should all be supported by GLES3 | ||||
| * | Applied clang-format. | Ferenc Arn | 2017-05-25 | 2 | -222/+180 |
| | | | | | Since PathEditorPlugin was commented out, it didn't get clang-format'ed. | ||||
| * | Revive PathEditorPlugin. | Ferenc Arn | 2017-05-24 | 2 | -24/+23 |
| | | | | | | | Adapted the plugin to recent changes in input classes and pool arrays. Fixed an out-of-bounds bug in the process. Doesn't display anything for a single point (existing issue). | ||||
| * | Fix crash when interacting with the 2d editor | George Marques | 2017-05-23 | 1 | -2/+2 |
| | | |||||
| * | Fix 2d path editor controls. | Zaven Muradyan | 2017-05-21 | 1 | -85/+53 |
| | | | | | | Fixes #502. This appears to have been broken due to a merge conflict after the InputEvents changes. | ||||
| * | Removal of InputEvent as built-in Variant type.. | Juan Linietsky | 2017-05-20 | 44 | -2223/+2261 |
| | | | | | this might cause bugs I haven't found yet.. | ||||
| * | Merge pull request #8838 from zlsa/master | Rémi Verschelde | 2017-05-20 | 2 | -12/+15 |
| |\ | | | | | Export nested nodes in TileSet scenes; resolves #8819. | ||||
| | * | Fix #8819. Adds _import_node() that, when used in conjunction with ↵ | Jon Ross | 2017-05-19 | 2 | -12/+15 |
| | | | | | | | | | _import_scene, recurses through the scene tree and exports all available nodes. | ||||
| * | | Merge pull request #8631 from volzhs/editor-theme-custom | Rémi Verschelde | 2017-05-20 | 6 | -33/+21 |
| |\ \ | |/ |/| | New customizable editor theme | ||||
| | * | New customizable editor theme | volzhs | 2017-05-09 | 6 | -18/+9 |
| | | | |||||
| | * | Revert "Add new editor and default theme (WIP)" | volzhs | 2017-05-03 | 4 | -20/+17 |
| | | | | | | | | | This reverts commit f045efe007cffb87238ee519b7f33d710814ded7. | ||||
| * | | Merge pull request #8789 from Hinsbart/editor_shortcuts | Rémi Verschelde | 2017-05-18 | 1 | -0/+1 |
| |\ \ | | | | | | | Editor: Make "open 2d/3d/script editor" shortcuts configurable. | ||||
| | * | | Editor: Make "open 2d/3d/script editor" shortcuts configurable. | Andreas Haas | 2017-05-18 | 1 | -0/+1 |
| | | | | | | | | | | | | | Also adds shortcuts for opening the AssetLib and for switching to the next/prev editor. | ||||
| * | | | Merge pull request #6941 from voithos/bezier-handle-deletion-shortcut | Rémi Verschelde | 2017-05-18 | 2 | -42/+78 |
| |\ \ \ | | | | | | | | | Add the ability to delete bezier path handles. | ||||
| | * | | | Add the ability to delete bezier path handles. | Zaven Muradyan | 2017-04-16 | 2 | -42/+78 |
| | | | | | |||||
| * | | | | Adapt tutorials (Godot Docs) icon to new design | Rémi Verschelde | 2017-05-17 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Removal of Image from Variant, converted to a Resource. | Juan Linietsky | 2017-05-17 | 6 | -16/+19 |
| | |/ / |/| | | |||||
| * | | | Improved freelook | Marc Gilleron | 2017-05-08 | 2 | -64/+172 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix movement input affecting all viewports even when clicking outside - Freelook up movement is now relative - Prevent tool shortcut conflict when moving - De-hardcode tool shortcuts (select, move, rotate, scale, wireframe) - Movement speed depends on zoom distance (like panning) - Mouse wheel controls speed (Blender-style) due to above point - Added zoom distance indicator, hides after short delay | ||||
| * | | | Merge pull request #8660 from Hinsbart/warp | Rémi Verschelde | 2017-05-07 | 2 | -10/+18 |
| |\ \ \ | | | | | | | | | Spatial Editor: Mouse warping for orbit & freelook modes. | ||||
| | * | | | Spatial Editor: Mouse warping for orbit & freelook modes. | Andreas Haas | 2017-05-06 | 2 | -10/+18 |
| | | | | | |||||
| * | | | | Implemented scrolling factor for smooth trackpad scrolling | toger5 | 2017-05-07 | 2 | -4/+4 |
| |/ / / | | | | | | | | | | | | | Working platforms platform: OSX, Windows. Support for almost all ui elements, including project list. | ||||
| * | / | Added 3D freelook navigation mode | Marc Gilleron | 2017-05-04 | 2 | -123/+117 |
| | |/ |/| | | | | | | | | | | | | | | | - Triggered by holding RMB - Can look around in FPS style - Can move with WASD - Movement speed accelerates over time - Can multiply speed with a modifier key to go faster or slower - Configurable in editor settings and shortcuts | ||||
| * | | Merge pull request #8569 from volzhs/editor-theme-1 | Rémi Verschelde | 2017-05-02 | 1 | -1/+0 |
| |\ \ | | | | | | | Fix to use editor theme instead of handling each UI | ||||
| | * | | Fix to use editor theme instead of handling each UI | volzhs | 2017-04-28 | 1 | -1/+0 |
| | | | | |||||
| * | | | Merge pull request #8559 from Paulb23/script_recent_files | Rémi Verschelde | 2017-05-02 | 2 | -0/+99 |
| |\ \ \ | | | | | | | | | Added recent scripts to script editor | ||||
| | * | | | Added recent scripts to script editor | Paulb23 | 2017-04-27 | 2 | -0/+99 |
| | | | | | |||||
| * | | | | Add a few missing copyright headers | Rémi Verschelde | 2017-04-28 | 4 | -2/+119 |
| | |/ / |/| | | |||||
| * | | | Update editor theme | volzhs | 2017-04-28 | 2 | -0/+3 |
| |/ / | |||||
| * | | Add new editor and default theme (WIP) | Daniel J. Ramirez | 2017-04-27 | 4 | -17/+20 |
| | | | |||||
| * | | Changed indent type settings | Paulb23 | 2017-04-26 | 2 | -2/+2 |
| | | | |||||
| * | | Merge pull request #8531 from RameshRavone/patch-5 | Rémi Verschelde | 2017-04-26 | 1 | -1/+1 |
| |\ \ | | | | | | | Settings: Moving Poly Editor into Editors category | ||||
