Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-10 | Allow per pixel transparency in javascript platform | muiroc | |
2020-02-10 | Merge pull request #36070 from RandomShaper/imvu/robust_fs_scan | Rémi Verschelde | |
Make file system scan more robust | |||
2020-02-10 | Merge pull request #33815 from Calinou/assetlib-focus-search-shortcut | Rémi Verschelde | |
Make Ctrl+F focus the editor asset library's search field | |||
2020-02-10 | Merge pull request #33903 from gururise/anim_length_edit | Rémi Verschelde | |
change step size of anim length EditSpinSlider to match min anim length | |||
2020-02-10 | Merge pull request #33950 from Calinou/gridmap-editor-zoom-shortcut | Rémi Verschelde | |
Implement zooming using Ctrl + Mouse wheel in the GridMap editor | |||
2020-02-10 | Merge pull request #34027 from Calinou/tweak-project-manager-renderer-selection | Rémi Verschelde | |
Improve the renderer selection display in the project manager | |||
2020-02-10 | Merge pull request #34140 from bruvzg/ios_auto_icons_and_loadscreens | Rémi Verschelde | |
[iOS] Option to automatically generate icons and launch screens | |||
2020-02-10 | Merge pull request #34288 from bojidar-bg/33425-always-suggest-subsequence | Rémi Verschelde | |
Always display subsequence autocompletion matches | |||
2020-02-10 | Merge pull request #35260 from Calinou/project-manager-enter-open-first | Rémi Verschelde | |
Select the first project when searching in the project manager | |||
2020-02-10 | Merge pull request #35301 from Calinou/improve-console-error-logging | Rémi Verschelde | |
Improve the console error logging appearance | |||
2020-02-10 | Merge pull request #36071 from RandomShaper/imvu/ignore_hidden_find | Rémi Verschelde | |
Ignore hidden files and directories in find in files | |||
2020-02-10 | Merge pull request #36074 from akien-mga/travis-python3 | Rémi Verschelde | |
Travis: Use Python 3 for SCons | |||
2020-02-10 | Merge pull request #35787 from Calinou/editor-expose-create-single-convex-shape | Rémi Verschelde | |
Re-add a way to generate a single convex shape from the editor | |||
2020-02-10 | Merge pull request #35802 from bruvzg/linux_tablet_ranges | Rémi Verschelde | |
Fix pressure / tilt ranges on Linux. | |||
2020-02-10 | Merge pull request #35812 from ↵ | Rémi Verschelde | |
touilleMan/gdnative-uses-godot_string_name-where-possible Use StringName in pluginscript's set/get_prop and add_global_constant | |||
2020-02-10 | Merge pull request #35819 from Calinou/improve-inputmap-editor-icons | Rémi Verschelde | |
Improve icons in the Input Map editor | |||
2020-02-10 | Merge pull request #35958 from Anutrix/LGTMProjectBadge | Rémi Verschelde | |
Added LGTM Alert Badge | |||
2020-02-10 | Merge pull request #36003 from MennoMax/linux-cursor-fallback | Rémi Verschelde | |
Adjusted linux cursors and added fallbacks | |||
2020-02-10 | Merge pull request #36043 from timothyqiu/packed-scene-resource | Rémi Verschelde | |
Fixes broken scene created via New Resource | |||
2020-02-10 | Merge pull request #36054 from Calinou/rebind-tilemap-editor-select-pick-tile | Rémi Verschelde | |
Change the Pick Tile and Select default shortcuts in the TileMap editor | |||
2020-02-10 | Merge pull request #36061 from Calinou/tweak-changes-may-be-lost-color | Rémi Verschelde | |
Tweak the "Changes may be lost!" text color to match the icon's color | |||
2020-02-10 | Merge pull request #36063 from Calinou/remove-unused-icons | Rémi Verschelde | |
Remove unused GodotDocs and ParticleAttractor2D editor icons | |||
2020-02-10 | Travis: Use Python 3 for SCons | Rémi Verschelde | |
2020-02-10 | Make file system scan more robust | Pedro J. Estébanez | |
Previously, a change was missed if it happened while the scan was in progress and already past the affected location. Also: - Consider the scan changes thread on termination, in addition to the full scan one - Add FS-reported hidden to the check for hidden by the editor file system | |||
2020-02-10 | Ignore hidden files and directories in find in files | Pedro J. Estébanez | |
2020-02-10 | Merge pull request #36068 from Chaosus/vst_fix_class_constant | Rémi Verschelde | |
Fix VisualScriptClassConstant to be updated properly | |||
2020-02-10 | Fix VisualScriptClassConstant to be updated properly | Yuri Roubinsky | |
2020-02-10 | Merge pull request #36031 from zxcvdev/fix_gpu_particles_some_devices | Rémi Verschelde | |
Fix undefined behavior with atan in GPU Particles | |||
2020-02-10 | Merge pull request #33613 from aaronfranke/down | Rémi Verschelde | |
Fix 2D CollisionShape controls pointing the wrong way | |||
2020-02-10 | adjusted linux cursors, added fallbacks | MennoMax | |
2020-02-09 | Fix 2D CollisionShape controls pointing the wrong way | Aaron Franke | |
They now point down, matching Godot's 2D coordinate system. | |||
2020-02-09 | Remove unused GodotDocs and ParticleAttractor2D editor icons | Hugo Locurcio | |
2020-02-09 | Tweak the "Changes may be lost!" text color to match the icon's color | Hugo Locurcio | |
2020-02-09 | Merge pull request #33451 from MCrafterzz/movementHandle | Rémi Verschelde | |
Added movement handles to 2D | |||
2020-02-09 | Merge pull request #35656 from ericrybick/35460-fix2 | Rémi Verschelde | |
Use a new approach to fix bone pose override not being reset when IK animation is stopped. | |||
2020-02-09 | Use a new approach to fix bone pose override not being reset when IK ↵ | Eric Rybicki | |
animation is stopped. This reverts PR #35460 & commit 551c37167b0428b1489a8a6f6233624c5f4aa628. | |||
2020-02-09 | Change the Pick Tile and Select default shortcuts in the TileMap editor | Hugo Locurcio | |
The new default keys were chosen to match common graphics editing software. A modifier is no longer required to use the Select tool, making it faster to use. This closes #34170. | |||
2020-02-09 | Merge pull request #36048 from AndreaCatania/SoftBodyStiff | Rémi Verschelde | |
Make softbody completelly stiff to attachment point | |||
2020-02-09 | Merge pull request #35649 from aaronfranke/color-unsigned | Rémi Verschelde | |
Use uint/ulong for Color in C# | |||
2020-02-09 | Merge pull request #35701 from AlexHolly/fix-double_tap-pressed-regression | Rémi Verschelde | |
Fix double tap pressed event regression | |||
2020-02-09 | Merge pull request #35768 from Eoin-ONeill-Yokai/hiddenRichText | Rémi Verschelde | |
Fix to RichTextEffect `visibility` - Label Now Accounts for Skipped Characters. | |||
2020-02-09 | Merge pull request #35858 from MostafaMTH/doc_editor_inspector | Rémi Verschelde | |
Brief and Description for Editor Inspector | |||
2020-02-09 | Merge pull request #35808 from clayjohn/unexpose-compress-base | Rémi Verschelde | |
Unexpose ARRAY_COMPRESS_BASE | |||
2020-02-09 | Merge pull request #35840 from timothyqiu/groups-match | Rémi Verschelde | |
Fixes add group in Group Editor dialog | |||
2020-02-09 | Merge pull request #35814 from timothyqiu/line-edit-shortcut | Rémi Verschelde | |
Adds CTRL-A CTRL-E support to LineEdit on macOS | |||
2020-02-09 | Merge pull request #36039 from YeldhamDev/tree_text_clip_fix | Rémi Verschelde | |
Fix text clipping in Tree items not working with negative values | |||
2020-02-09 | Merge pull request #35953 from Faless/upnp/windows_regression | Rémi Verschelde | |
Fix UPNP on windows after #30205. | |||
2020-02-09 | Merge pull request #36008 from AndreaCatania/physical_bone_impr | Rémi Verschelde | |
Skeleton animates physical bones | |||
2020-02-09 | Make softbody completelly stiff to attachment point | Andrea Catania | |
2020-02-09 | Fixed Skeleton Physical Bone generation | Andrea Catania | |