Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-15 | Merge pull request #9889 from groud/control_enhancements | kubecz3k | |
Control node enhancements | |||
2017-08-15 | Merge pull request #10337 from endragor/command-line-export | kubecz3k | |
Enable command-line export | |||
2017-08-15 | Merge pull request #10341 from marcelofg55/win_screen_funcs | kubecz3k | |
Fix get_screen_* funcs returning old values after resolution changes on Windows | |||
2017-08-15 | Merge pull request #10345 from Hinsbart/remove_imported | Andreas Haas | |
Removing a Resource also deletes imported files. | |||
2017-08-15 | Fix debug materials, closes #8607 | Juan Linietsky | |
2017-08-15 | Small fix for problem of nodes losing type, this is not good enough to solve ↵ | Juan Linietsky | |
a core reimport problem, but so far fixes #8116 | |||
2017-08-15 | Fix Editor dimming. | Andreas Haas | |
Fixes #10353 | |||
2017-08-15 | Converting to MeshLibrary works again, fixes #8092 | Juan Linietsky | |
2017-08-15 | Ensure nothing is found outside modal stack, but keep logic going. Fixes #7622 | Juan Linietsky | |
2017-08-15 | Removing a Resource also deletes imported files. | Andreas Haas | |
2017-08-14 | Merge pull request #10339 from bojidar-bg/x-fix-scale-conflict | Ignacio Etcheverry | |
Rename Light2D::scale to texture_scale, so it doesn't conflict | |||
2017-08-14 | Fix get_screen_* funcs returning old values after resolution changes on Windows | Marcelo Fernandez | |
2017-08-14 | Rename Light2D::scale to texture_scale, so it doesn't conflict | Bojidar Marinov | |
2017-08-14 | Ability to save objects to binary format | Juan Linietsky | |
2017-08-14 | Enable command-line export | Ruslan Mustakov | |
The syntax is identical to what it was in 2.1, but now you specify preset name instead of platform name. | |||
2017-08-13 | Avoids inverted anchors | Gilles Roudiere | |
Add a push_opposite_anchor argument pushing the opposite anchor if needed | |||
2017-08-13 | Adds a function to set Anchors with a layout preset | Gilles Roudiere | |
2017-08-13 | Handle undo/redo of anchor positioning | Gilles Roudiere | |
2017-08-13 | Added the possibility to move all anchors at once when they are clustered | Gilles Roudiere | |
2017-08-13 | Make anchors snap to each other | Gilles Roudiere | |
2017-08-13 | Displays percentages when dragging anchors | Gilles Roudiere | |
2017-08-13 | Simplifies the canvas editor code | Gilles Roudiere | |
2017-08-13 | Add lines to make understandable when anchors are snapped | Gilles Roudiere | |
2017-08-13 | Snap anchors when dragged, depending on the zoom level | Gilles Roudiere | |
2017-08-13 | Make anchors draggable | Gilles Roudiere | |
2017-08-13 | Add anchor visualization | Gilles Roudiere | |
2017-08-13 | Replace GUI anchor type by a float between 0 and 1 | Gilles Roudiere | |
2017-08-13 | Merge pull request #10298 from nhold/kinematic-body-2d-_move-fixes-#10107 | Rémi Verschelde | |
Fix missing and incorrect values in return value of _move method | |||
2017-08-13 | Merge pull request #10297 from leezh/fix_10181 | Rémi Verschelde | |
Disabling Particles::one_shot restarts emission | |||
2017-08-13 | Merge pull request #10296 from raymoo/fixstreampeerbuffer | Rémi Verschelde | |
Fix broken stream reading in StreamPeerBuffer | |||
2017-08-13 | Merge pull request #10294 from leezh/fix_10245 | Rémi Verschelde | |
Project manager UI displaced by long paths #10245 | |||
2017-08-13 | Merge pull request #10258 from kubecz3k/spatial-select-no-owner-fix | Rémi Verschelde | |
fix crash after click on MeshInstance with no owner | |||
2017-08-13 | Merge pull request #10257 from Faless/html5_fixes | Rémi Verschelde | |
Fix for WebGL2 and HTML5 export | |||
2017-08-12 | InputDefault: Fix joypad actions when axis quickly changes direction. | Andreas Haas | |
The fix (inserting a fake event so actions get released properly) was already there but disregarded the case when the hardware sends values in the [0;1] range. | |||
2017-08-12 | InputEventJoypadMotion: Add missing is_pressed() method. | Andreas Haas | |
2017-08-12 | Disabling Particles::one_shot restarts emission | Zher Huei Lee | |
Fixes #10181 | |||
2017-08-12 | Fix missing and incorrect values in return value of _move method | Nathan Hold | |
2017-08-12 | Fix broken stream reading in StreamPeerBuffer | Raymoo | |
2017-08-12 | Project manager UI displaced by long paths #10245 | Zher Huei Lee | |
2017-08-11 | Some fixes for shaders and WebGL2 | Fabio Alessandrelli | |
Add padding to UBO data to be multiple of 16 bytes Add precision definition for samplers Replace texture2D (deprecated) with texture in shaders | |||
2017-08-11 | fix crash after click on MeshInstance with no owner | Jakub Grzesik | |
Due to how spatial selection works, after clicking on MeshInstance that had no owner editor was crashing. | |||
2017-08-11 | Explicitily unsed AI_NUMERICHOST flag to fix HTML5 | Fabio Alessandrelli | |
2017-08-11 | Fix icon loading error a boot | Fabio Alessandrelli | |
2017-08-11 | Merge pull request #10198 from jjay/f/stretch_aspect_expand | Rémi Verschelde | |
Add "expand" option for stretch aspect, no more black bars | |||
2017-08-11 | Merge pull request #10247 from djrm/pr_bus_fixes | Rémi Verschelde | |
Fixes to buses editor | |||
2017-08-11 | Merge pull request #10240 from djrm/pr_hidden_tilemap_menu | Rémi Verschelde | |
Hide tilemap menu when no tilemap is selected | |||
2017-08-11 | Merge pull request #10238 from Hinsbart/resource_rmb | Rémi Verschelde | |
Inspector: Right click on resource opens sub-menu. | |||
2017-08-11 | Merge pull request #10237 from Paulb23/convert_indent_save_issue_9841 | Rémi Verschelde | |
Fixed undo when converting indent with no changes, issue 9841 | |||
2017-08-11 | Merge pull request #10231 from djrm/pr_fix_add_sprite_dialog | Rémi Verschelde | |
Improved add texture as node dialog | |||
2017-08-11 | Merge pull request #10209 from kubecz3k/click-spatial-select | Rémi Verschelde | |
ability to click on spatial subscene to select it |