summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-07-04Changes to default C# script template (#19940)Kelly Thomas
2018-07-03-Fix fullscreen on Windows with a HiDPI monitor but a non-HiDPI projectJuan Linietsky
-Replaced some viewport size calls to screen size, since viewport size should be deprecated at this point..
2018-07-03Merge pull request #19938 from Chaosus/fix_regressionMax Hilbrunner
[Regression] Fixed editor bad responsibility after #19244
2018-07-03Fix button regressionChaosus
2018-07-03Merge pull request #19816 from ↵Max Hilbrunner
leecommamichael/survive-null-scene-root-from-plugin Survive editor crash if a plugin scene's root is null.
2018-07-03Merge pull request #19799 from kosz78/android-payment-fixMax Hilbrunner
Fix possible NullPointerException crash on cancel payment
2018-07-03Merge pull request #19828 from jjay/fix_yield_leakMax Hilbrunner
Fix memory leak in GDScript during infinnity loops with yields
2018-07-03Merge pull request #19853 from khairul169/duplicate_bugMax Hilbrunner
Fix duplicate method on instanced node generates duplicated children.
2018-07-03Merge pull request #19873 from volzhs/show-scene-fileMax Hilbrunner
Show current scene file in FileSystem dock
2018-07-03Merge pull request #19881 from khairul169/popupmenu_animeditMax Hilbrunner
Fix error msg when selecting popupmenu if there is no animation selected
2018-07-03Merge pull request #19919 from marcelofg55/notif_crashMax Hilbrunner
Add a new notification to detect crashes on native scripts
2018-07-03Merge pull request #19920 from guilhermefelipecgs/group_dialog_resizableMax Hilbrunner
Makes the group dialog resizable
2018-07-03Merge pull request #16265 from nanoframe/export_issue_fixMax Hilbrunner
Fix error when downloading export templates
2018-07-03Merge pull request #16944 from rainerdeyke/masterMax Hilbrunner
Added 'fill selection' command to grid map editor
2018-07-03Merge pull request #17582 from Ovnuniarchos/TMapEditorMultiSelMax Hilbrunner
Tile randomizer for tilemap editor.
2018-07-03Merge pull request #17438 from Deluvi/get-word-pos-quote-fixMax Hilbrunner
get_word_at_pos considers simple and double quotes
2018-07-03Merge pull request #18634 from groud/fix_control_child_of_node2dMax Hilbrunner
Fixes the bad calculation of margin & anchors when child of Node2D
2018-07-03Merge pull request #18976 from chanon/new-get-stackMax Hilbrunner
Add new get_stack function to get GDScript stack trace as array
2018-07-03Merge pull request #19138 from firefly2442/pcre2-10.31Max Hilbrunner
update PCRE2 to version 10.31, fixes #15662
2018-07-03Merge pull request #19166 from Grula/issue-18779Max Hilbrunner
Changed "Syntax Menu" into radio Menu
2018-07-03Merge pull request #19156 from volzhs/fix-remove-splitMax Hilbrunner
Fix unable to remove split on Polygon 2D editor after restarting editor
2018-07-03Merge pull request #19934 from volzhs/gles2-androidRémi Verschelde
Change required gles version to 2 for android
2018-07-03Merge pull request #19192 from marcelofg55/undo_redo_msgMax Hilbrunner
Add a message when there is nothing to Undo or Redo
2018-07-04Change required gles version to 2 for androidvolzhs
2018-07-03Merge pull request #19205 from marcelofg55/audio_stream_pauseMax Hilbrunner
Pause AudioStreamPlayer when SceneTree pauses
2018-07-03Merge pull request #19244 from Chaosus/settingsperformance_and_colordeferredMax Hilbrunner
Increases settings apply speed and added deferred color setting to ColorPicker
2018-07-03Merge pull request #19246 from xemjeff/physicsMax Hilbrunner
Hinge Joint Inspector - Change range for motor target velocity and params bias values
2018-07-03Merge pull request #19251 from YeldhamDev/script_templates_changesMax Hilbrunner
Small changes to the comments in the script templates
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-02Makes the group dialog resizableGuilherme Felipe
2018-07-02Add a new notification to detect crashes on native scriptsMarcelo Fernandez
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