Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 #27559 from groud/anchor_mode | Rémi Verschelde | |
Improve the anchors and margin workflow | |||
2019-05-20 | Style: Fix issues with clang-format 8.0 | Rémi Verschelde | |
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-17 | Merge pull request #28366 from iwek7/feature/issue28355/showSpacesInEditor | Max Hilbrunner | |
Add feature to show spaces in code editor | |||
2019-05-16 | Fix text_edit drawing incorrect chars when syntax highlighting enabled | Paulb23 | |
2019-05-16 | Allow to undo TextEdit.set_text | Tomasz Chabora | |
2019-05-15 | Fix leftover connection to the "Open" signal in FileSystemDock | Michael Alexsander Silva Dias | |
Fixes #28903. | |||
2019-05-14 | Merge pull request #28583 from theoniko/show-long-name-variables-correctly | Michael Alexsander Silva Dias | |
Fix First Ctrl+R and Ctrl+F not showing long name variables correctly | |||
2019-05-13 | Improve the anchors and margin workflow | Gilles Roudiere | |
2019-05-13 | Merge pull request #28761 from aqnuep/texture_resource_reload_fix | Rémi Verschelde | |
Fix texture resource reload bug | |||
2019-05-13 | Merge pull request #28326 from BastiaanOlij/center_heightmap | Rémi Verschelde | |
Center shape according to logic Bullet applies | |||
2019-05-11 | Merge pull request #28770 from volzhs/fix-scroll-back-top | Rémi Verschelde | |
Fix scroll back top | |||
2019-05-10 | Allow or_greater for most properties of NavMesh | Bojidar Marinov | |
Closes #28624 | |||
2019-05-10 | Fixes to ClippedCamera | JFonS | |
This work has been kindly sponsored by IMVU. | |||
2019-05-09 | Change "ID" to lowercase "id" | Aaron Franke | |
Reasoning: ID is not an acronym, it is simply short for identification, so it logically should not be capitalized. But even if it was an acronym, other acronyms in Godot are not capitalized, like p_rid, p_ip, and p_json. | |||
2019-05-09 | Revert "Merge pull request #26053 from qarmin/back_scroll_to_start" | volzhs | |
This reverts commit b5deb1dc72d8c4c92c9850379522926e60ddf7d0, reversing changes made to 2cc8848c3c3815c6f72ce5f9b75bfab8a1498292. This change causes unwanted regression. It's too risky to have scroll back to top in ItemList.clear() | |||
2019-05-08 | Fix texture resource reload bug | Daniel Rakos | |
If a non-imported texture resource file (e.g. DDS) gets updated the editor doesn't reload it. The cause of the problem is two-fold: First, the code of ImageTexture assumes that textures are always imported from an image, but that's not the case for e.g. DDS. This change thus adds code to issue a resource reload in case an image reload is not possible (which is the case for non-imported texture resources). Second, the code is filled with bogus calls to Image::get_image_data_size() to determine the mipmap offset when that should be done using Image::get_image_mipmap_offset(). Previous code literally passed the integer mip level value to Image::get_image_data_size() where that actually expects a boolean. Thus this part of the change might actually solve some other issues as well. To be pedantic, the texture_get_data() funciton of the rasterizer drivers is still quite a mess, as it only ever returns the whole mipchain when GLES_OVER_GL is set (practically only on desktop builds) but this change does not attempt to resolve that. | |||
2019-05-07 | Add transform support to deal with Bullets centering of shapes | Bastiaan Olij | |
2019-05-07 | Center shape according to logic Bullet applies | Bastiaan Olij | |
2019-05-06 | Merge pull request #28516 from Chaosus/fix_vs_mix_title | Rémi Verschelde | |
Renames captions of Scalar/VectorInterp in Visual Shaders | |||
2019-05-06 | Merge pull request #28709 from YeldhamDev/tabcontainer_locale_update | Rémi Verschelde | |
Fix 'TabContainer' not updating its tab titles when locale is changed | |||
2019-05-06 | Merge pull request #28696 from raphael10241024/debug_fix | Rémi Verschelde | |
fix CollisonShape changing shape cause crash when not in a tree | |||
2019-05-06 | Merge pull request #28679 from megalike/fix_mac_os_delete_char_hotkeys | Rémi Verschelde | |
Support Mac OS default delete char hotkeys | |||
2019-05-06 | Merge pull request #28330 from BastiaanOlij/improve_multimesh | Rémi Verschelde | |
Added set_as_bulk_array, fixed transform2D saving and documentation | |||
2019-05-06 | Fix 'TabContainer' not updating its tab titles when locale is changed | Michael Alexsander Silva Dias | |
2019-05-05 | fix CollisonShape changing shape cause crash when not in a tree | yakun.zhang | |
2019-05-04 | Fix ParallaxBackground breaking when moving it out the scene tree | Colin Redman | |
2019-05-04 | Support Mac OS default delete char hotkeys | megalike | |
2019-05-03 | Make 'TabContainer' update when icon/title is changed | Michael Alexsander Silva Dias | |
Fixes #28655. | |||
2019-05-03 | Merge pull request #28548 from YeldhamDev/check_button_disabled_icon | Rémi Verschelde | |
Add "disabled" icon for 'CheckButton' | |||
2019-05-03 | Merge pull request #28640 from bojidar-bg/17885-navmesh-entry-broken | Rémi Verschelde | |
Fix navmesh not finding optimal paths | |||
2019-05-03 | Fix navmesh not finding optimal paths | Bojidar Marinov | |
Addresses part of #17885 | |||
2019-05-03 | Merge pull request #28620 from megalike/fix_mac_os_move_cursor | Rémi Verschelde | |
Fix Mac OS move cursor behaviour | |||
2019-05-03 | Merge pull request #28636 from bojidar-bg/d2426-panel-styles | Rémi Verschelde | |
Remove unused panelf and panelnc styles | |||
2019-05-03 | Remove unused `panelf` and `panelnc` styles | Bojidar Marinov | |
Fixes godotengine/godot-docs#2426 | |||
2019-05-02 | Fix Mac OS move cursor behaviour | megalike | |
2019-05-02 | Add "disabled" icon for 'CheckButton' | Michael Alexsander Silva Dias | |
2019-05-02 | Merge pull request #27415 from aqnuep/kinematicbody_fixes | Rémi Verschelde | |
KinematicBody performance and quality improvements | |||
2019-05-02 | Fix regression in 'PopupMenu' when icons have different values for width and ↵ | Michael Alexsander Silva Dias | |
height | |||
2019-05-02 | Add a property hint for DynamicFont size | Hugo Locurcio | |
This caps its size to reasonable values in the Inspector. This closes #22581. | |||
2019-05-01 | Fix First Ctrl+R and Ctrl+F not showing long name variables correctly | theoniko | |
2019-05-01 | Merge pull request #28559 from megalike/mac_os_move_cursor_hotkeys | Rémi Verschelde | |
Support Mac OS default move cursor hotkeys | |||
2019-05-01 | Support Mac OS default move cursor hotkeys | megalike | |
Add missing FALLTHROUGH define | |||
2019-05-01 | Expose TextEdit's drawSpaces feature to GDScript | miwanczuk | |
2019-05-01 | Merge pull request #25350 from Connall/master | Rémi Verschelde | |
Fix "Auto Brace Complete" inserting extra quotation character sometimes in a string. | |||
2019-05-01 | Merge pull request #25453 from nekomatata/button-keep-pressed-option | Rémi Verschelde | |
Add option to keep button pressed when moving cursor outside while pressing | |||
2019-05-01 | Merge pull request #28493 from mitchcurtis/mac-line | Rémi Verschelde | |
Make Command + Left go to first non-whitespace character |