| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Everything returning to normal in 3D, still a long way to go | Juan Linietsky | 2016-10-19 | 1 | -0/+1 |
| | | | | | -implemented the scene part of visual server and rasterizer, objects without lighting and material are rendererd only | ||||
| * | -Added ViewportContainer, this is the only way to make viewports show up in ↵ | Juan Linietsky | 2016-10-05 | 1 | -2/+2 |
| | | | | | | | | GUI now -2D editing now seems to work -Added some functions and refactoring to Viewport | ||||
| * | Begining of GLES3 renderer: | Juan Linietsky | 2016-10-03 | 1 | -44/+42 |
| | | | | | | | | | -Most 2D drawing is implemented -Missing shaders -Missing all 3D -Editor needs to be set on update always to be used, otherwise it does not refresh -Large parts of editor not working | ||||
| * | -Added bindings to the resource filesystem for editor | Juan Linietsky | 2016-09-10 | 1 | -1/+1 |
| | | | | | -Added set_child_rect, which was unavailable for script | ||||
| * | Made it possible to properly draw over the 2D canvas for 2D objects. ↵ | Juan Linietsky | 2016-09-10 | 1 | -0/+3 |
| | | | | | Arranged some functions to achieve this. | ||||
| * | Added customisable grid color, issue 3781 | Paulb23 | 2016-09-08 | 1 | -4/+6 |
| | | |||||
| * | Double click on scene tree element to focus currently selected node | Daniel J. Ramirez | 2016-08-27 | 1 | -26/+33 |
| | | | | | | In 3D it will focus in the first viewport Enable double click for trees | ||||
| * | Fix EditorSpatialGizmo virtual functions not being called | Franklin Sobrinho | 2016-07-09 | 1 | -1/+10 |
| | | | | | * Bind EditorSpatialGizmo::clear method | ||||
| * | Removed unused variables (second pass) + dead code | Rémi Verschelde | 2016-07-07 | 1 | -75/+0 |
| | | | | | Fixes various gcc 5.4.0 warnings for -Wunused-variable and -Wunused-but-set-variable | ||||
| * | Added spatial editor shortcuts | Daniel J. Ramirez | 2016-06-30 | 1 | -149/+114 |
| | | | | | for now it does not support the emulate numpad setting | ||||
| * | Renamed Trackpad Hint to Emulate 3 Button Mouse. (#5258) | sunnystormy | 2016-06-21 | 1 | -1/+1 |
| | | |||||
| * | * fix messages when modifying on switching the active axis | Nuno Donato | 2016-06-10 | 1 | -4/+4 |
| | | |||||
| * | Added 3 more translatable strings | DimOkGamer | 2016-06-01 | 1 | -1/+1 |
| | | | | | | | | and fixed russian localization based on user feedback. Added strings already contained in the current version of the localization. | ||||
| * | Added more translatable strings in code. Updated template tools.pot. | DimOkGamer | 2016-05-30 | 1 | -7/+7 |
| | | | | | also improved Russian localization. | ||||
| * | i18n: Use %d instead of %i in vformat | Rémi Verschelde | 2016-05-21 | 1 | -1/+1 |
| | | | | | Fixes #4742. | ||||
| * | remove trailing whitespace | Hubert Jarosz | 2016-05-21 | 1 | -4/+4 |
| | | |||||
| * | i18n: Second pass at proofreading | Rémi Verschelde | 2016-05-21 | 1 | -1/+1 |
| | | | | | | Mostly removing commented out strings, plus a few critical ones that should not be translated. | ||||
| * | i18n: Proofreading of all strings | Rémi Verschelde | 2016-05-21 | 1 | -7/+7 |
| | | | | | | | Done to ensure that no important identifiers are translatable, to fix compound strings using the new vformat() function, and some general English proofreading here and there. | ||||
| * | i18n: Don't make print_line calls translatable | Rémi Verschelde | 2016-05-04 | 1 | -1/+1 |
| | | |||||
| * | Modified editor strings to be translatable in the future | Juan Linietsky | 2016-05-03 | 1 | -87/+87 |
| | | |||||
| * | Made trackpad behaviour optional in 3D mode (issue #4265) | Marc Gilleron | 2016-04-12 | 1 | -1/+2 |
| | | |||||
| * | Merge pull request #4174 from Hodes/master | Rémi Verschelde | 2016-04-06 | 1 | -5/+5 |
| |\ | | | | | Multiple editor plugins for same obj type | ||||
| | * | Enables the possibility of editing on multiple plugins at same time on same ↵ | hodes | 2016-04-02 | 1 | -5/+5 |
| | | | | | | | | | object type. | ||||
| * | | Bind Z key (without modifiers) to toggle wireframe in 3D view | Bojidar Marinov | 2016-04-06 | 1 | -0/+11 |
| | | | | | | | | | Fixed #4124 | ||||
| * | | Fixes errors occurring when switching to a new scene with a spatial editor ↵ | SaracenOne | 2016-04-06 | 1 | -24/+30 |
| | | | | | | | | | from a canvas editor. | ||||
| * | | Added rotation/panning support for trackpads in 3D mode #53 | sunnystormy | 2016-04-06 | 1 | -5/+22 |
| |/ | |||||
| * | fix six possible "divide by zero" | Hubert Jarosz | 2016-03-09 | 1 | -4/+3 |
| | | |||||
| * | remove trailing whitespace | Hubert Jarosz | 2016-03-09 | 1 | -14/+14 |
| | | |||||
| * | Added extra controls to GeometryInstances to control how they should cast ↵ | Saracen | 2016-03-07 | 1 | -7/+7 |
| | | | | | | | | shadows: double-sided and shadows only. Conflicts: servers/visual/visual_server_raster.h | ||||
| * | Completed the support for plugins! It is not possible to add plugins. | Juan Linietsky | 2016-02-27 | 1 | -16/+13 |
| | | | | | | | Not all APIs are provided yet, please request whathever you are missing. Some example plugins are provided in demos/plugins. Just copy them to a folder in your project named addons/ and then enable them from the project settings. Have fun! | ||||
| * | * Added numpad emulation (fixes #3612) | Nuno | 2016-02-12 | 1 | -4/+16 |
| | | |||||
| * | -Property apply limits to V/H Splits in main editor window. Fixes #3567 | Juan Linietsky | 2016-02-08 | 1 | -1/+3 |
| | | |||||
| * | -fixed bug related to mouse cursor changes, fixes #3366 | Juan Linietsky | 2016-01-18 | 1 | -0/+2 |
| | | |||||
| * | -Massive editor dialog cleanup | Juan Linietsky | 2016-01-17 | 1 | -1/+4 |
| | | | | | -Added a bottom menu list | ||||
| * | -Moved all the "root" input handling for GUI from individual Controls to ↵ | Juan Linietsky | 2016-01-16 | 1 | -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 dialog | Ignacio Etcheverry | 2016-01-15 | 1 | -2/+2 |
| | | |||||
| * | Remove unnecessary fail conditions when loading SpatialEditor state | Ignacio Etcheverry | 2016-01-11 | 1 | -27/+21 |
| | | |||||
| * | Remember Transform menu settings for the Spatial Editor | Ignacio Etcheverry | 2016-01-11 | 1 | -0/+28 |
| | | |||||
| * | Fix some error messages | Franklin Sobrinho | 2016-01-09 | 1 | -8/+0 |
| | | |||||
| * | Fix KP5 toggle perspective shortcut, fixes #2035 | Juan Linietsky | 2016-01-04 | 1 | -1/+4 |
| | | |||||
| * | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 1 | -1/+1 |
| | | |||||
| * | fixed and improved selection and list selection, closes #2852 | Juan Linietsky | 2015-12-13 | 1 | -47/+87 |
| | | |||||
| * | Merge pull request #2831 from neikeq/select_menu_patch | Juan Linietsky | 2015-11-19 | 1 | -51/+51 |
| |\ | | | | | Show select menu on button pressed (instead of released) | ||||
| | * | Show select menu on button pressed (instead of released) | neikeq | 2015-11-19 | 1 | -51/+51 |
| | | | |||||
| * | | Merge pull request #2786 from neikeq/node_select_menu | Juan Linietsky | 2015-11-18 | 1 | -9/+144 |
| |\| | | | | | Added selection menu to spatial and canvas editors | ||||
| | * | Added selection menu to spatial and canvas editors | neikeq | 2015-11-19 | 1 | -9/+144 |
| | | | |||||
| * | | Merge pull request #2702 from TheHX/fix_align_with_view | Juan Linietsky | 2015-11-18 | 1 | -5/+5 |
| |\ \ | | | | | | | Fix 3D editor align with current view | ||||
| | * | | Fix "Align with view" undo, fixes #1443 | Franklin Sobrinho | 2015-10-29 | 1 | -5/+5 |
| | |/ | |||||
| * / | Small fixes in some editor dialogs | Franklin Sobrinho | 2015-10-18 | 1 | -32/+10 |
| |/ | |||||
| * | misc cleanup | Juan Linietsky | 2015-10-17 | 1 | -1/+2 |
| | | |||||
