summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-02-10Merge pull request #36071 from RandomShaper/imvu/ignore_hidden_findRémi Verschelde
Ignore hidden files and directories in find in files
2020-02-10Merge pull request #36074 from akien-mga/travis-python3Rémi Verschelde
Travis: Use Python 3 for SCons
2020-02-10Merge pull request #35787 from Calinou/editor-expose-create-single-convex-shapeRémi Verschelde
Re-add a way to generate a single convex shape from the editor
2020-02-10Merge pull request #35802 from bruvzg/linux_tablet_rangesRémi Verschelde
Fix pressure / tilt ranges on Linux.
2020-02-10Merge 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-10Merge pull request #35819 from Calinou/improve-inputmap-editor-iconsRémi Verschelde
Improve icons in the Input Map editor
2020-02-10Merge pull request #35958 from Anutrix/LGTMProjectBadgeRémi Verschelde
Added LGTM Alert Badge
2020-02-10Merge pull request #36003 from MennoMax/linux-cursor-fallbackRémi Verschelde
Adjusted linux cursors and added fallbacks
2020-02-10Merge pull request #36043 from timothyqiu/packed-scene-resourceRémi Verschelde
Fixes broken scene created via New Resource
2020-02-10Merge pull request #36054 from Calinou/rebind-tilemap-editor-select-pick-tileRémi Verschelde
Change the Pick Tile and Select default shortcuts in the TileMap editor
2020-02-10Merge pull request #36061 from Calinou/tweak-changes-may-be-lost-colorRémi Verschelde
Tweak the "Changes may be lost!" text color to match the icon's color
2020-02-10Merge pull request #36063 from Calinou/remove-unused-iconsRémi Verschelde
Remove unused GodotDocs and ParticleAttractor2D editor icons
2020-02-10Travis: Use Python 3 for SConsRémi Verschelde
2020-02-10Ignore hidden files and directories in find in filesPedro J. Estébanez
2020-02-10Merge pull request #36068 from Chaosus/vst_fix_class_constantRémi Verschelde
Fix VisualScriptClassConstant to be updated properly
2020-02-10Fix VisualScriptClassConstant to be updated properlyYuri Roubinsky
2020-02-10Merge pull request #36031 from zxcvdev/fix_gpu_particles_some_devicesRémi Verschelde
Fix undefined behavior with atan in GPU Particles
2020-02-10Merge pull request #33613 from aaronfranke/downRémi Verschelde
Fix 2D CollisionShape controls pointing the wrong way
2020-02-10adjusted linux cursors, added fallbacksMennoMax
2020-02-09Fix 2D CollisionShape controls pointing the wrong wayAaron Franke
They now point down, matching Godot's 2D coordinate system.
2020-02-09Remove unused GodotDocs and ParticleAttractor2D editor iconsHugo Locurcio
2020-02-09Tweak the "Changes may be lost!" text color to match the icon's colorHugo Locurcio
2020-02-09Merge pull request #33451 from MCrafterzz/movementHandleRémi Verschelde
Added movement handles to 2D
2020-02-09Merge pull request #35656 from ericrybick/35460-fix2Rémi Verschelde
Use a new approach to fix bone pose override not being reset when IK animation is stopped.
2020-02-09Use 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-09Change the Pick Tile and Select default shortcuts in the TileMap editorHugo 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-09Merge pull request #36048 from AndreaCatania/SoftBodyStiffRémi Verschelde
Make softbody completelly stiff to attachment point
2020-02-09Merge pull request #35649 from aaronfranke/color-unsignedRémi Verschelde
Use uint/ulong for Color in C#
2020-02-09Merge pull request #35701 from AlexHolly/fix-double_tap-pressed-regressionRémi Verschelde
Fix double tap pressed event regression
2020-02-09Merge pull request #35768 from Eoin-ONeill-Yokai/hiddenRichTextRémi Verschelde
Fix to RichTextEffect `visibility` - Label Now Accounts for Skipped Characters.
2020-02-09Merge pull request #35858 from MostafaMTH/doc_editor_inspectorRémi Verschelde
Brief and Description for Editor Inspector
2020-02-09Merge pull request #35808 from clayjohn/unexpose-compress-baseRémi Verschelde
Unexpose ARRAY_COMPRESS_BASE
2020-02-09Merge pull request #35840 from timothyqiu/groups-matchRémi Verschelde
Fixes add group in Group Editor dialog
2020-02-09Merge pull request #35814 from timothyqiu/line-edit-shortcutRémi Verschelde
Adds CTRL-A CTRL-E support to LineEdit on macOS
2020-02-09Merge pull request #36039 from YeldhamDev/tree_text_clip_fixRémi Verschelde
Fix text clipping in Tree items not working with negative values
2020-02-09Merge pull request #35953 from Faless/upnp/windows_regressionRémi Verschelde
Fix UPNP on windows after #30205.
2020-02-09Merge pull request #36008 from AndreaCatania/physical_bone_imprRémi Verschelde
Skeleton animates physical bones
2020-02-09Make softbody completelly stiff to attachment pointAndrea Catania
2020-02-09Fixed Skeleton Physical Bone generationAndrea Catania
2020-02-09Fixes broken scene created via New ResourceHaoyu Qiu
2020-02-09Fix GPU Particleszxcvdev
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-09doc: Sync classref with current sourceRémi Verschelde
2020-02-08Fix text clipping in Tree items not working with negative valuesMichael Alexsander
2020-02-09Merge pull request #36013 from raulsntos/fix-issubsequenceofRémi Verschelde
Avoid going out of bounds in IsSubsequenceOf
2020-02-08Merge pull request #36020 from Calinou/frame-selection-update-zoom-labelRémi Verschelde
Update the zoom percentage when using Frame Selection in the 2D editor
2020-02-08Merge pull request #35714 from sumit0190/lineEditWidthRémi Verschelde
Update cached_width of the line_edit element (#35699)
2020-02-08Merge pull request #36029 from Calinou/doc-assimp-importRémi Verschelde
Update EditorSceneImporterAssimp description to reflect current status
2020-02-08Merge pull request #36011 from madmiraal/fix-33391Rémi Verschelde
Remove do{ } while(0) wrapper around error macros.
2020-02-08Update EditorSceneImporterAssimp description to reflect current statusHugo Locurcio
2020-02-08Update the zoom percentage when using Frame Selection in the 2D editorHugo Locurcio
This closes #36019.