| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Fix crash when converting empty scene to TileSet | Caleb Richardson | 2017-11-09 | 1 | -0/+9 | |
| |/ | | | | | Closes #12708. Cherry-picked from #12732. | |||||
| * | Fix warning message format for addon plugin | volzhs | 2017-10-24 | 1 | -5/+5 | |
| | | ||||||
| * | Merge pull request #12254 from seixasfelipe/fix_recent_scenes_resizing_font | Rémi Verschelde | 2017-10-21 | 1 | -0/+2 | |
| |\ | | | | | Fix recent scenes layout when resizing font | |||||
| | * | Fix drop-down size when resizing font #12207 | Felipe Seixas | 2017-10-21 | 1 | -0/+2 | |
| | | | | | | | | | | | Fixes Scene > Open Recent Fixes ScriptEditor > File > Open Recent | |||||
| * | | Cleanup unnecessary debug prints | Rémi Verschelde | 2017-10-21 | 1 | -11/+1 | |
| |/ | ||||||
| * | Merge pull request #12052 from hi-ogawa/particle-material-conversion-plugin | Rémi Verschelde | 2017-10-20 | 1 | -0/+4 | |
| |\ | | | | | Create ParticlesMaterialConversionPlugin | |||||
| | * | Create ParticlesMaterialConversionPlugin and format generated shader code | Hiroshi Ogawa | 2017-10-12 | 1 | -0/+4 | |
| | | | ||||||
| * | | Merge pull request #12195 from groud/fix_snapping | Rémi Verschelde | 2017-10-20 | 1 | -4/+4 | |
| |\ \ | | | | | | | | | | | | | Fix snapping with 2D nodes [ci skip] | |||||
| | * | | Fixes snapping and replaces the _draw_canvas by forward_canvas_draw | Gilles Roudiere | 2017-10-18 | 1 | -4/+4 | |
| | | | | ||||||
| * | | | Adjusted editable_warning for "This resource was imported...." alert: | Indah Sylvia | 2017-10-20 | 1 | -1/+1 | |
| |/ / | | | | | | | | | - fixed a typo from it's to its - added 'then' to make it clearer | |||||
| * | | Add an option to clear recent scenes in the 'Open Recent' submenu | vonzimr | 2017-10-12 | 1 | -4/+17 | |
| | | | ||||||
| * | | Merge pull request #11875 from endragor/fix-export-loop | Rémi Verschelde | 2017-10-11 | 1 | -0/+3 | |
| |\ \ | |/ |/| | Fix command-line export looping infinitely | |||||
| | * | Fix command-line export looping infinitely | Ruslan Mustakov | 2017-10-06 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | EditorProgress calls Main::iteration which calls MessageQueue::flush which may result in _fs_changed being called again. This fixes the loop Godot enters in such case. Fixes #11189 | |||||
| * | | Merge pull request #11718 from poke1024/retina | Rémi Verschelde | 2017-10-09 | 1 | -1/+2 | |
| |\ \ | | | | | | | Fixes some retina problems on multi monitor setups | |||||
| | * | | fixes several scaling problems on multi monitor retina/non-retina setups on OS X | Bernhard Liebl | 2017-10-05 | 1 | -1/+2 | |
| | |/ | ||||||
| * / | Added the set/get_setting function in Editor/Project settings. Renamed has() ↵ | Juan Linietsky | 2017-10-05 | 1 | -1/+1 | |
| |/ | | | | to has_setting. Fixes #11844 | |||||
| * | Merge pull request #11399 from toger5/bottom_panel_debugger | Gilles Roudiere | 2017-10-01 | 1 | -9/+9 | |
| |\ | | | | | Bottom panel debugger | |||||
| | * | fixed bottom panel debugger exception | toger5 | 2017-09-28 | 1 | -9/+9 | |
| | | | | | | | | | | | - make it work in combination with the border for tabs - fixed updating when changing theme | |||||
| * | | Merge pull request #11704 from Hinsbart/move_interface_properties | Gilles Roudiere | 2017-09-30 | 1 | -13/+13 | |
| |\ \ | | | | | | | EditorSettings: Move interface/ properties to interface/editor | |||||
| | * | | EditorSettings: Move interface/ properties to interface/editor | Andreas Haas | 2017-09-29 | 1 | -13/+13 | |
| | |/ | | | | | | | | | | | Fixes inconsistent behaviour where clicking on the "Interface" in the Editor Settings wouldn't collapse the category as is the case for all the other categories. | |||||
| * / | Restored ability to import OBJ files as meshes directly. Finally closes #9445. | Juan Linietsky | 2017-09-29 | 1 | -0/+4 | |
| |/ | ||||||
| * | Remove unecessary anchors&margins set causing bad display (sons of containers) | Gilles Roudiere | 2017-09-27 | 1 | -3/+0 | |
| | | ||||||
| * | Removed most of the custom colors from the interface. | Daniel J. Ramirez | 2017-09-25 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #11424 from groud/control_node_presets | Rémi Verschelde | 2017-09-26 | 1 | -4/+4 | |
| |\ | | | | | Implements set_margins_preset(...) | |||||
| | * | Remove set_area_as_parent_rect and replace it by ↵ | Gilles Roudiere | 2017-09-22 | 1 | -4/+4 | |
| | | | | | | | | | set_anchors_and_margins_preset(PRESET_WIDE) | |||||
| * | | Ability to convert from SpatialMaterial to ShaderMaterial | Juan Linietsky | 2017-09-22 | 1 | -0/+27 | |
| |/ | ||||||
| * | Show button name always in main toolbar | volzhs | 2017-09-20 | 1 | -18/+0 | |
| | | ||||||
| * | Fixed metrics. | Daniel J. Ramirez | 2017-09-17 | 1 | -8/+10 | |
| | | ||||||
| * | Merge pull request #11220 from toger5/bottom_panel_debugger_tabs_fix | Rémi Verschelde | 2017-09-17 | 1 | -0/+8 | |
| |\ | | | | | made tabs visible in debugger fixes: #11212 | |||||
| | * | fixed double border for debugger tab panel | toger5 | 2017-09-15 | 1 | -1/+0 | |
| | | | ||||||
| | * | made tabs visible in debugger fixes: #11212 | toger5 | 2017-09-13 | 1 | -0/+9 | |
| | | | | | | | | | | | - the stylebox is changed so the top part is transparent when the debugger is selected | |||||
| * | | Merge pull request #11274 from Rubonnek/keep-argument-names-consistent | Rémi Verschelde | 2017-09-17 | 1 | -2/+2 | |
| |\ \ | | | | | | | Renamed function arguments to keep them consistent between declaration and implementation | |||||
| | * | | Renamed function arguments to keep them consistent between declaration and ↵ | Wilson E. Alvarez | 2017-09-14 | 1 | -2/+2 | |
| | | | | | | | | | | | | | implementation | |||||
| * | | | Merge pull request #11075 from ISylvox/fix-main-scene-state | Rémi Verschelde | 2017-09-17 | 1 | -26/+21 | |
| |\ \ \ | | | | | | | | | Fixes Tab Switching of Main Scene State. Closes #11045 | |||||
| | * | | | Fixed Tab Switching of Main Scene State. Closes #11045 | Indah Sylvia | 2017-09-14 | 1 | -26/+21 | |
| | | | | | ||||||
| * | | | | Merge pull request #10900 from toger5/theme_tab_border | Rémi Verschelde | 2017-09-17 | 1 | -1/+1 | |
| |\ \ \ \ | | | | | | | | | | | Added border for tabs + container. | |||||
| | * | | | | Added border for tabs + container. | toger5 | 2017-09-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | - moved tabConetent position to be more reasonable. - fixed drawing order to allow those kind of styles. | |||||
| * | | | | | Re-Added export plugins with a more interesting API, as well as the ability ↵ | Juan Linietsky | 2017-09-14 | 1 | -23/+18 | |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | to do path remapping. Also added ability to tell the exporter that a shared object needs to be bundled in the build. | |||||
| * | | | | Fixed typo in editor_node.cpp: 'my' to 'may' | Indah Sylvia | 2017-09-14 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Warn the user that changes to resources will be lost when editing imported ↵ | Juan Linietsky | 2017-09-14 | 1 | -0/+52 | |
| | |/ / |/| | | | | | | | | or instanced resources from scenes. | |||||
| * | | | Merge pull request #7908 from SaracenOne/recast | Rémi Verschelde | 2017-09-13 | 1 | -0/+2 | |
| |\ \ \ | |_|/ |/| | | In-editor navmesh generation. | |||||
| | * | | Recast integration. | Saracen | 2017-09-04 | 1 | -0/+2 | |
| | | | | ||||||
| * | | | Fixed file system dialog icons | Daniel J. Ramirez | 2017-09-12 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Improved theme generation, and other fixes | Daniel J. Ramirez | 2017-09-12 | 1 | -1/+2 | |
| | | | | ||||||
| * | | | Fix unused variable warnings | Hein-Pieter van Braam | 2017-09-08 | 1 | -8/+2 | |
| | |/ |/| | | | | | The forth in my quest to make Godot 3.x compile with -Werror on GCC7 | |||||
| * | | Merge pull request #10899 from toger5/theme_fixes_from_light | Rémi Verschelde | 2017-09-04 | 1 | -4/+20 | |
| |\ \ | | | | | | | Theme fixes from light | |||||
| | * | | fixed hover line for menu button | toger5 | 2017-09-04 | 1 | -4/+20 | |
| | | | | ||||||
| * | | | Improve guessing of what editor to switch to, fixes #10405 | Juan Linietsky | 2017-09-04 | 1 | -10/+22 | |
| |/ / | ||||||
| * / | Fixes language overridden external editors | Ignacio Etcheverry | 2017-09-03 | 1 | -1/+12 | |
| |/ | ||||||
| * | Removed empty segment | Wilson E. Alvarez | 2017-09-02 | 1 | -1/+0 | |
| | | ||||||
