summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-07-03Merge pull request #19398 from godotengine/remove-left-marginMax Hilbrunner
Remove default non-zero left margin
2018-07-03Merge pull request #18305 from groud/inputmap_guiMax Hilbrunner
Move the deadzone to a column in the input project settings
2018-07-03Merge pull request #19682 from dragmz/particles_redraw_fixMax Hilbrunner
Prevent redraws when an inactive Particles2D node is present
2018-07-03Merge pull request #19565 from robojumper/fixed_edge_scrollMax Hilbrunner
Re-enable scrolling via selecting code beyond edges in text_edit.cpp
2018-07-03Ensure, if a texture meant for a normal map is imported and size limit ↵Juan Linietsky
exists, that it's renormalized after resize.
2018-07-03Merge pull request #19634 from guilhermefelipecgs/fix_shortcut_conflictMax Hilbrunner
Remove shortcut conflict
2018-07-03Merge pull request #19635 from bojidar-bg/19158-exported-array-new-inspectorMax Hilbrunner
Add proper type information to array property
2018-07-03Merge pull request #19708 from RandomShaper/fix-windows-touchMax Hilbrunner
Fix touch issues on Windows
2018-07-03Merge pull request #19802 from matthew1006/custom-feature-tag-fixMax Hilbrunner
Fixed project settings overrides not using custom feature tags.
2018-07-03Merge pull request #19639 from volzhs/rescan-file-movedMax Hilbrunner
Re-scan only when actually moving file
2018-07-03Merge pull request #19843 from Calinou/fix-dynamicfont-hinting-settingMax Hilbrunner
Fix the DynamicFont hinting setting being ineffective
2018-07-03Merge pull request #19819 from MetaSaval/masterMax Hilbrunner
Change the neighbours vector to a set in AStar
2018-07-03Merge pull request #19921 from ttencate/yield_docsMax Hilbrunner
Document return value of yield() with signals
2018-07-03Fix server build after 7fc23675Rémi Verschelde
2018-07-03Hacked around duplication bug. I think duplicate needs to be even smarter, ↵Juan Linietsky
maybe pass two bools? (containers and/or resources)
2018-07-02Added ability for SSAO to affect AO textures tooJuan Linietsky
2018-07-02Document return value of yield() with signalsThomas ten Cate
Fixes godotengine/godot-docs#1478
2018-07-02-Fixes to how hashing happened, now StringName and NodePath use default ↵Juan Linietsky
hasher, this was leading to some severe slowdown in scenarios -Fixes to some duplication scenarios for instanced scenes
2018-07-02Merge pull request #19905 from AndreaCatania/no3d_2Rémi Verschelde
Removed two skeleton parameter from compilation width no 3d
2018-07-02further fixes to tag detection on importerJuan Linietsky
2018-07-02Removed two skeleton parameter from compilation width no 3dAndrea Catania
2018-07-01Merge pull request #19875 from willnationsdev/meta-underlinedGeorge Marques
Fix underline_meta not working in RichTextLabel
2018-07-02Add a condition to detect duplicates objects, so cases like object-col.323, ↵Juan Linietsky
common in blender, is still detected as collision.
2018-07-01-Fix in animationplayback, sound would be cut on loopJuan Linietsky
-Fix on scene importer, keeping changes to animation tracks was not working
2018-07-01Doc: Fix typos spotted by @yurchorRémi Verschelde
2018-07-01Merge pull request #19871 from guilhermefelipecgs/fix_performance_uiRémi Verschelde
Fix performance for godot's interface
2018-07-01Merge pull request #19851 from ibrahn/fix-icon-readme-linkRémi Verschelde
Corrected art depo link in editor icons readme.
2018-07-01Corrected art depo link in editor icons readme.Ibrahn Sahir
2018-07-01Fix performance for godot's interfaceGuilherme Felipe
2018-07-01Merge pull request #19886 from AndreaCatania/no3dRémi Verschelde
Fixes #19845 no 3d Compilation issue
2018-07-01Fixes #19845 no 3d Compilation issueAndrea Catania
2018-07-01Merge pull request #19884 from AndreaCatania/compfixRémi Verschelde
Fixes #19648 Kinematic body move_and_slide compatibility issue
2018-07-01Fixes #19648 Kinematic body move_and_slide compatibility issueAndrea Catania
2018-07-01Fix underline_meta not working in RichTextLabelWill Nations
2018-07-01Merge pull request #19768 from KellyThomas/env-stringIgnacio Etcheverry
mono: convert unicode mono root path to ascii string
2018-06-30-Fixes to OBJ importer, option to disable optimizationJuan Linietsky
-Fixes to script language, PlaceHolder can now get and check methods
2018-06-29Merge pull request #19678 from vnen/remove-latency-printGeorge Marques
Remove audio latency print
2018-06-30convert unicode mono root path to ascii stringKelly Thomas
2018-06-29Fix the DynamicFont hinting setting being ineffectiveHugo Locurcio
2018-06-29Merge pull request #19757 from Faless/gdnet_prThomas Herzog
Network bindings for GDNative
2018-06-29Small fixesJuan Linietsky
2018-06-29Merge pull request #19836 from akien-mga/save-subresourcesRémi Verschelde
Revert "Fix saving unmodified scenes and resources"
2018-06-29Revert "Fix saving unmodified scenes and resources"Rémi Verschelde
This reverts commits 28ab60422d648d43d219186ea0ecffce1645188f and 7821b70a00768cb99c0b48450eabe5a687ae276c. Fixes #19576, and likely the fact that subresources are no longer saved when saving scenes with no change.
2018-06-28Merge pull request #19829 from Calinou/optimize-imagesMax Hilbrunner
Optimize images losslessly using `oxipng -o6 --strip all --zopfli`
2018-06-28Optimize images losslessly using `oxipng -o6 --strip all --zopfli`Hugo Locurcio
2018-06-28Merge pull request #19827 from Faless/lws_fix_liteRémi Verschelde
Fix fragment size bug in WebSocket (lws)
2018-06-27Change the neighbours vector to a set in AStarDanny
This fixes an issue where one could not disconnect two points that were connected more than once.
2018-06-27Changes to how node paths are selected from property, allowing setting a hint.Juan Linietsky
2018-06-27The way multiple quaternions being slerped was not good, changed approach to ↵Juan Linietsky
one that seems to work better.
2018-06-27Add [Packet/Stream/Multiplayer]PeerGDNativeFabio Alessandrelli
They provide an interface to implement PacketPeer, StreamPeer, and NetworkedMultiplayerPeer via GDNative.