Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | |
2020-02-09 | Fixes broken scene created via New Resource | Haoyu Qiu | |
2020-02-09 | Fix GPU Particles | zxcvdev | |
The special case atan(y,0) of the built-in shader function atan(y,x) returns different results on different devices. So this commit will add checks when the atan(y,x) function is used in ParticlesMaterial to set the direction of GPU Particles to make sure the desired values are returned (act as atan2(y,x)). | |||
2020-02-09 | doc: Sync classref with current source | Rémi Verschelde | |
2020-02-08 | Fix text clipping in Tree items not working with negative values | Michael Alexsander | |
2020-02-09 | Merge pull request #36013 from raulsntos/fix-issubsequenceof | Rémi Verschelde | |
Avoid going out of bounds in IsSubsequenceOf | |||
2020-02-08 | Merge pull request #36020 from Calinou/frame-selection-update-zoom-label | Rémi Verschelde | |
Update the zoom percentage when using Frame Selection in the 2D editor | |||
2020-02-08 | Merge pull request #35714 from sumit0190/lineEditWidth | Rémi Verschelde | |
Update cached_width of the line_edit element (#35699) | |||
2020-02-08 | Merge pull request #36029 from Calinou/doc-assimp-import | Rémi Verschelde | |
Update EditorSceneImporterAssimp description to reflect current status | |||
2020-02-08 | Merge pull request #36011 from madmiraal/fix-33391 | Rémi Verschelde | |
Remove do{ } while(0) wrapper around error macros. | |||
2020-02-08 | Update EditorSceneImporterAssimp description to reflect current status | Hugo Locurcio | |
2020-02-08 | Update the zoom percentage when using Frame Selection in the 2D editor | Hugo Locurcio | |
This closes #36019. |