| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | Merge pull request #13252 from Krakean/file_dialogs_small_tweaks | Rémi Verschelde | 2017-11-27 | 2 | -0/+51 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | A few adjustments to file/dir open dialogs | |||||
| | * | | | | | | | A few small adjustments to file dialogs: | Dmitry Koteroff | 2017-11-24 | 2 | -0/+51 | |
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a) Added Backspace key support for Tree-based file dialog. b) Fixed issue inability to select a folder in project manager (always previous folder was selected instead). c) Open Directory mode: changed "Open" to "Select Current Folder" d) Block "Open" button when inappropriate content is selected (for example, file when in open folder mode, or folder when in open files mode) | |||||
| * | | | | | | | Merge pull request #13222 from Calinou/tweak-editor-help-font-sizes | Rémi Verschelde | 2017-11-26 | 1 | -3/+3 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Tweak editor help font sizes for better readability | |||||
| | * | | | | | | | Tweak editor help font sizes for better readability | Hugo Locurcio | 2017-11-24 | 1 | -3/+3 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #13233 from Krakean/add_eidtorinspector_collapseexpand_v2 | Rémi Verschelde | 2017-11-26 | 4 | -3/+71 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Inspector: Implemented a collapse/expand all (v2) | |||||
| | * | | | | | | | Implemented a collapse/expand all feature request for Inspector (issue ↵ | Dmitry Koteroff | 2017-11-24 | 4 | -3/+71 | |
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #9427) via popup of "Object properties" button. Editor Settings->Interface->Editor: added "Expand All Properties" option. Off by default. Cosmetics fixes due to @Reduz notes. | |||||
| * | | | | | | | Merge pull request #13246 from volzhs/memory-format | Rémi Verschelde | 2017-11-26 | 1 | -1/+2 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Better number format for memory usage | |||||
| | * | | | | | | | Better number format for memory usage | volzhs | 2017-11-25 | 1 | -1/+2 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Merge pull request #13247 from groud/fix_this_stupid_setting_I_added | Rémi Verschelde | 2017-11-26 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Remove option for the rulers graduations font size | |||||
| | * | | | | | | | | Remove option for the rulers graduations font size | Gilles Roudiere | 2017-11-24 | 1 | -1/+1 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #13259 from Paulb23/restore_scenes_on_startup_issue_2385 | Rémi Verschelde | 2017-11-26 | 2 | -2/+45 | |
| |\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | Restore scenes on startup, issue 2385 | |||||
| | * | | | | | | | Restore scenes on startup, issue 2385 | Paulb23 | 2017-11-24 | 2 | -2/+45 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Merge pull request #13298 from YeldhamDev/translation_layout | Rémi Verschelde | 2017-11-26 | 5 | -8/+16 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix not being able to select an editor layout created in another language | |||||
| | * | | | | | | | | Fix not being able to select an editor layout created in another language. | Michael Alexsander Silva Dias | 2017-11-26 | 5 | -8/+16 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Ask users to explore official projects when none is loaded. | Juan Linietsky | 2017-11-26 | 4 | -0/+28 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #12572 from RandomShaper/onion-skinning | Juan Linietsky | 2017-11-26 | 20 | -43/+639 | |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Onion skinning | |||||
| | * | | | | | | | | | Implement onion skinning for the animation editor | Pedro J. Estébanez | 2017-11-25 | 3 | -3/+517 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Improve/fix SpatialEditor state saving/restoring | Pedro J. Estébanez | 2017-11-25 | 1 | -0/+17 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Universalize draw-over API for EditorPlugins | Pedro J. Estébanez | 2017-11-24 | 17 | -40/+105 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Now it is usable from both `CanvasItem` and `Spatial` editors. - `EditorPlugin` API changes: - `forward_draw_over_canvas()` becomes `forward_draw_over_viewport()`. - `update_canvas()` becomes `update_overlays()`, which now triggers the update of every overlay on top of any 2D or 3D viewports present. Also now it returns the number of such viewports, which is useful whenever you need to know the number of draw-over calls you'll get. - New: `[set/is]_force_draw_over_forwarding_enabled()` to force overlaying regardless it handles the current object type, in a similar fashion as `[set/is]_input_event_forwarding_always_enabled`. This kind of overlay is also on top of those for regular handled node types. - New: `forward_force_draw_over_canvas()`, which is the callback that gets called for plugins that enable forced overlaying. | |||||
| * | | | | | | | | | | Tweak the default editor camera settings | Hugo Locurcio | 2017-11-25 | 2 | -6/+6 | |
| | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - The default FOV is now 70 - The default Z-near plane is now at 0.05 meters | |||||
| * | | | | | | | | | -Fixed height fog (was broken) | Juan Linietsky | 2017-11-25 | 2 | -1/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Make sure materials are named in OBJ importer, so they can be saved outside as resources. | |||||
| * | | | | | | | | | Merge pull request #13263 from sersoong/master-test | Rémi Verschelde | 2017-11-25 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | 3.0beta - Fixed doesn't close open a file window bug | |||||
| | * | | | | | | | | | Fix doesn't close open a file window bug | sersoong | 2017-11-25 | 1 | -0/+1 | |
| | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Add importer option to make meshes bakeable by default. | Juan Linietsky | 2017-11-25 | 2 | -4/+17 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Made Vector::ptrw explicit for writing, compiler was sometimes using the ↵ | Juan Linietsky | 2017-11-25 | 9 | -19/+20 | |
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wrong function, leading to unnecesary copy on writes and reduced performance. | |||||
| * / / / / / / / | Fixes bug where enumeration is not being saved | Juan Linietsky | 2017-11-24 | 1 | -2/+2 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Fix block where setter/getters are cached to be skipped | Juan Linietsky | 2017-11-24 | 1 | -1/+2 | |
| | | | | | | | | ||||||
| * | | | | | | | Add a bit space around the .import [deps] tag to make it more readable. | Juan Linietsky | 2017-11-24 | 1 | -2/+2 | |
| | | | | | | | | ||||||
| * | | | | | | | Changed reimport logic to also check md5 before reimporting, fixes #13135 | Juan Linietsky | 2017-11-24 | 2 | -76/+104 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Has the nice side effect that you can share your .import folder or rename your project and godot wont reimport stuff. | |||||
| * | | | | | | | Attempt to remove setters/getters from doc data | Juan Linietsky | 2017-11-24 | 1 | -0/+13 | |
| |/ / / / / / | ||||||
| * / / / / / | Fix context menu of first node in a new scene | sersoong | 2017-11-24 | 1 | -1/+1 | |
| |/ / / / / | ||||||
| * | | | | | Improved update for remote scene tree and remote object. | geequlim | 2017-11-23 | 2 | -14/+16 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #12301 from MarianoGnu/master | Rémi Verschelde | 2017-11-22 | 6 | -6/+1280 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Implement auto-tiling | |||||
| | * | | | | | Implement auto-tiling | Mariano Suligoy | 2017-11-20 | 6 | -6/+1280 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #13181 from GodotExplorer/debugger-settings | Rémi Verschelde | 2017-11-22 | 4 | -5/+23 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Allow keep show local scene tree while debugger start | |||||
| | * | | | | | | Add editor setting to allow keep show local scene tree while debugger start. | geequlim | 2017-11-22 | 4 | -5/+23 | |
| | | |_|/ / / | |/| | | | | | | | | | | | | | | | | Rename editor setting scene_tree_refresh_interval to remote_scene_tree_refresh_interval. | |||||
| * | | | | | | i18n: Sync translation templates with current source | Rémi Verschelde | 2017-11-22 | 37 | -7071/+15975 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] | |||||
| * | | | | | | i18n: Sync translations with Weblate | Rémi Verschelde | 2017-11-22 | 17 | -2099/+9201 | |
| |/ / / / / | | | | | | | | | | | | | | | | Adds Serbian (Cyrillic) translation. | |||||
| * | | | | | Merge pull request #13153 from YeldhamDev/remote_relationships | Rémi Verschelde | 2017-11-21 | 1 | -0/+9 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Fixed the Remote tab not complying with the "Draw Relationship Lines" setting | |||||
| | * | | | | | Fixed the Remote tab not complying with the "Draw Relationship Lines" setting. | Michael Alexsander Silva Dias | 2017-11-21 | 1 | -0/+9 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #12284 from bojidar-bg/allow-subproperty-set | Rémi Verschelde | 2017-11-21 | 3 | -17/+31 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | Allow for getting/setting "dotted" properties of objects | |||||
| | * | | | | | Allow for getting/setting indexed properties of objects using get/set_indexed | Bojidar Marinov | 2017-11-21 | 3 | -17/+31 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Performance is around the same as using pure set() through GDScript. | |||||
| * | | | | | | Merge pull request #11933 from cxong/master | Juan Linietsky | 2017-11-21 | 2 | -3/+3 | |
| |\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | Use "Command" instead of "Meta" for macOS (#1619) | |||||
| | * | | | | | Use "Command" for OSX in translation strings (#1619) | Cong | 2017-10-13 | 2 | -3/+3 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #13121 from Krakean/change_filedialog_removedot | George Marques | 2017-11-21 | 1 | -1/+4 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Remove the "." and "/" (at the end of folders name) from file manage dialog (open scene, open file, ...) | |||||
| | * | | | | | | Remove the "." from file manage dialog (open scene, open file, ...) | Dmitry Koteroff | 2017-11-21 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also removed the "." from game control's FileDialog component. Also remove the "/" at the end of folders name. | |||||
| * | | | | | | | Merge pull request #12573 from poke1024/macostouchpad | Rémi Verschelde | 2017-11-21 | 7 | -73/+224 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Native pan and zoom for macOS + InputEventGesture | |||||
| | * | | | | | | | Native pan and zoom for macOS | Bernhard Liebl | 2017-11-21 | 7 | -73/+224 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Fix loop of scene tabs updates | Rémi Verschelde | 2017-11-21 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was a regression of f8e8b7d1a231bb5e54abd3c7ed26a76fcb8a89cd, thanks to @dragmz for finding it. | |||||
| * | | | | | | | | Merge pull request #13123 from vnen/editor-help-links | Rémi Verschelde | 2017-11-21 | 1 | -13/+32 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add extra link tags for editor help | |||||
