Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-30 | added ability to undo conversion of Particles2D to CPUParticles2D | hbina085 | |
2019-05-29 | Fix incorrect scroll when the user perform first action on visual shader | Chaosus | |
2019-05-28 | Merge pull request #28896 from Ranoller/master | Rémi Verschelde | |
Fix tilemap displaced textures and shapes | |||
2019-05-28 | Merge pull request #28349 from KoBeWi/sprite_editor_mistake_eraser | Rémi Verschelde | |
Add undo for Sprite Editor | |||
2019-05-28 | Merge pull request #27972 from ahouts/add-hotkeys-to-tileset-editor | Rémi Verschelde | |
add hotkeys to tileset editor | |||
2019-05-28 | Merge pull request #29231 from AlexHoratio/method_list_drag_fix | Rémi Verschelde | |
Fix method list to no longer forwards drag commands to script list | |||
2019-05-27 | Merge pull request #29002 from Chaosus/vs_constants | Rémi Verschelde | |
Added a bunch of scalar constants to visual shaders | |||
2019-05-27 | method list no longer forwards drag commands to script list | AlexHoratio | |
2019-05-27 | Added a bunch of scalar constants to visual shaders | Chaosus | |
2019-05-27 | Actually fix animation editor's bottom panel button not being pressed on ↵ | Michael Alexsander Silva Dias | |
certain occasions | |||
2019-05-25 | Merge pull request #29157 from YeldhamDev/spatial_view_button_container | Rémi Verschelde | |
Place the spatial editor's top left buttons in a container | |||
2019-05-25 | Fix animation editor's bottom panel button not being pressed on certain ↵ | Michael Alexsander Silva Dias | |
occasions | |||
2019-05-24 | Place the spatial editor's top left buttons in a container | Michael Alexsander Silva Dias | |
2019-05-24 | Merge pull request #28907 from dankan1890/contextual_help | Rémi Verschelde | |
ScriptEditor: Changed the shortcut for contextual help in ALT + F1 | |||
2019-05-24 | Merge pull request #29112 from hbina/fix_auto_ordering | Rémi Verschelde | |
Fixed scripts list ordering despite being disabled | |||
2019-05-24 | Merge pull request #24771 from ↵ | Rémi Verschelde | |
timoschwarzer/animation-player-editor-pos-drag-fix Fix AnimationPlayer editor length and step synchronization | |||
2019-05-24 | fixed problem where the script lists gets ordered even when ordering is disabled | hbina085 | |
2019-05-23 | Merge pull request #29109 from RandomShaper/fix_onion_skinning | Rémi Verschelde | |
Fix onion skinning | |||
2019-05-22 | Fix 2D bones ignored by onion skinning | Pedro J. Estébanez | |
Fixes #27819. | |||
2019-05-22 | Merge pull request #29022 from mrcdk/preview_generator_fixes | Rémi Verschelde | |
Add some extra functions to EditorResourcePreviewGenerator | |||
2019-05-22 | Merge pull request #29085 from YeldhamDev/node2d_bones_undoredo | Rémi Verschelde | |
Add undo/redo to Node2D bone creation | |||
2019-05-22 | Merge pull request #29074 from YeldhamDev/theme_editor_panel_fix | Rémi Verschelde | |
Fix bottom panel visibility behaviour in the theme editor | |||
2019-05-22 | Makes the expression node to apply expression only when the focus leaves out | Chaosus | |
2019-05-21 | Add undo/redo to Node2D bone creation | Michael Alexsander Silva Dias | |
2019-05-21 | Fix bottom panel visibility behaviour in the theme editor | Michael Alexsander Silva Dias | |
Fixes #29034, fixes #29056 | |||
2019-05-21 | Fix few bugs in expression node | Chaosus | |
2019-05-21 | Merge pull request #28838 from Chaosus/vs_exp | Rémi Verschelde | |
Expression node for visual shaders | |||
2019-05-21 | Merge pull request #29062 from swarnimarun/theme-editor-improvements | Rémi Verschelde | |
Fix Theme Editor Preview | |||
2019-05-21 | Expression node for visual shaders | Chaosus | |
2019-05-21 | Fix Theme Editor Preview | Swarnim Arun | |
2019-05-20 | Merge pull request #28218 from KoBeWi/b00km4rk5 | Rémi Verschelde | |
Add bookmarks for easier code navigation | |||
2019-05-20 | Remove ghost of canvas zoom controls during onion skinning | Pedro J. Estébanez | |
2019-05-20 | Fix canvas zoom controls lazy position update | Pedro J. Estébanez | |
After hiding/showing rulers, zoom controls were kept at the wrong position until an update happened because of other reason. | |||
2019-05-20 | Merge pull request #26809 from KoBeWi/undo_set_text_like_a_boss | Rémi Verschelde | |
Allow to undo TextEdit.set_text | |||
2019-05-20 | Merge pull request #29015 from dfelinto/fix-ui-lowercase | Rémi Verschelde | |
Fix upper/lowercase in some UI strings | |||
2019-05-20 | Merge pull request #27559 from groud/anchor_mode | Rémi Verschelde | |
Improve the anchors and margin workflow | |||
2019-05-20 | Merge pull request #28972 from erammos/28943_script_editor_plugin | Rémi Verschelde | |
minor change in scriptEdtiorPlugin ref #28943 | |||
2019-05-20 | Renamed EditorResourcePreviewGenerator.should_generate_small_preview() to ↵ | MrCdK | |
generate_small_preview_automatically() Added can_generate_small_preview() so the generator uses generate() or generate_from_path() if it returns true Added can_generate_small_preview() and generate_small_preview_automatically() to the scripting languages | |||
2019-05-19 | Fix upper/lowercase in some UI strings | Dalai Felinto | |
Note: I was tempted to also change "Align with View" since we use the word "With" with uppercase in "Align Selection With View". However I believe "With" should be lower case and the old stripg (Align Selection ...) is the one to be fixed. | |||
2019-05-19 | Merge pull request #28997 from akien-mga/codespell | Rémi Verschelde | |
Fix typos with codespell | |||
2019-05-19 | Fix typos with codespell | Rémi Verschelde | |
Using codespell 1.15.0. Method: ``` $ cat > ../godot-word-whitelist.txt << EOF ang curvelinear doubleclick leapyear lod merchantibility nd numer ois ony que seeked synching te uint unselect webp EOF $ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po" $ git diff // undo unwanted changes ``` | |||
2019-05-19 | Added Fresnel and OneMinus to visual shaders | Chaosus | |
2019-05-18 | minor change in scriptEdtiorPlugin ref #28943 | Elias Rammos | |
2019-05-17 | Merge pull request #28920 from hmumm/dragging-directory-adds-it-to-script | Max Hilbrunner | |
Directories can now be dragged into the script editor | |||
2019-05-17 | Removed an unused and leaked CheckButton instance in theme editor plugin | Ibrahn Sahir | |
2019-05-16 | Allow to undo TextEdit.set_text | Tomasz Chabora | |
2019-05-16 | Directories can now be dragged into the script editor | Hayden | |
2019-05-15 | ScriptEditor: Changed the shortcut for contextual help in ALT + F1, to ↵ | dankan1890 | |
resolve the conflict with the help menu opening shortcut. | |||
2019-05-15 | Fix tilemap displaced textures and shapes with origin point BOTTOM_LEFT and ↵ | Ranoller | |
CENTER and other casuistry This commit fix https://github.com/godotengine/godot/issues/22989 fixing displaced textures and not coincident shapes in tilemap. Fix too: https://github.com/godotengine/godot/issues/15249, https://github.com/godotengine/godot/issues/28206, https://github.com/godotengine/godot/issues/28610 and probably others | |||
2019-05-14 | Make "Onion Skinning" toggle its own button | Michael Alexsander Silva Dias | |