summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-07-04Merge pull request #18966 from chanon/new-debug-printMax Hilbrunner
Add new debug print method that shows line number where the print came from
2018-07-04Merge pull request #19973 from JFonS/fix_light_vec_rotationMax Hilbrunner
Fix regression of 2D light height
2018-07-04Merge pull request #19960 from groud/fix_control_sizeMax Hilbrunner
Fixes control nodes size not updated when outside the tree
2018-07-04Fix regression of 2D light heightJFonS
2018-07-04Merge pull request #19947 from GagaPete/html5-http-fixMax Hilbrunner
Fix CORS problems due to added headers on JS target
2018-07-04Merge pull request #19849 from willnationsdev/expose-script-create-dialogMax Hilbrunner
Expose ScriptCreateDialog to EditorPlugin
2018-07-04Merge pull request #19872 from exts/export_signalsIgnacio Etcheverry
Mono: Fixes annotated signal loading in exported binaries
2018-07-04Merge pull request #19756 from NathanWarden/mono_lerp_fixesIgnacio Etcheverry
[C#] Lerp now consistent with Godot API. InverseLerp fixed.
2018-07-04Expose ScriptCreateDialog to EditorPluginwillnationsdev
2018-07-04Merge pull request #19965 from neikeq/issue-19961Ignacio Etcheverry
Mono: Fix build script not decoding process utf-8 output
2018-07-04Mono: Fix build script not decoding process utf-8 outputIgnacio Etcheverry
2018-07-04Merge pull request #19941 from guilhermefelipecgs/fix_animation_keyMax Hilbrunner
Fix animation key icon not show on inspector
2018-07-04Merge pull request #19807 from JFonS/fix_light_vec_rotationRémi Verschelde
Fix rotation of 2D lights
2018-07-04Fixes control nodes size not updated when outside the treegroud
2018-07-04Merge pull request #19782 from Calinou/fix-control-pixel-snap-roundingRémi Verschelde
Fix control pixel snap rounding using floor() instead of round()
2018-07-04Merge pull request #19786 from JFonS/correct_normal_scalingRémi Verschelde
Add render mode to ensure correct normals when using non-uniform scaling
2018-07-04Merge pull request #19824 from JFonS/fix_orthogonal_selectRémi Verschelde
Fix selection in 3D orthogonal view
2018-07-04Merge pull request #19882 from khairul169/trackedit_playpositionRémi Verschelde
Hide play position in animation editor if no animation node is selected
2018-07-04Merge pull request #19937 from akien-mga/video-exportingRémi Verschelde
Fix loading and exporting of Theora and WebM video streams
2018-07-03Mono: Fixes annotated signal loading in exported binaries=
2018-07-04Merge pull request #16987 from neikeq/pending-exceptionsIgnacio Etcheverry
Mono: Pending exceptions and cleanup
2018-07-04Mono: Pending exceptions and cleanupIgnacio Etcheverry
2018-07-04Changes to default C# script template (#19940)Kelly Thomas
2018-07-04Fix CORS problems due to added headers on JS targetGagaPete
Before this change, missing User-Agent and Accept headers were automatically added on all platforms. Setting the User-Agent header forces the browser to do a CORS preflight (see 1) which fails if the HTTP endpoint is not configured appropriate. It's not neccesary to set either header as the browser sets them and so this commit disables that functionality on the JS target. 1: https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#Simple_requests
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-03Fix animaiton key icon not show on inspectorGuilherme Felipe
2018-07-03Fix loading and exporting of Theora and WebM video streamsRémi Verschelde
Theora and WebM video streams were mistakenly imported with a ResourceImporter, but those imported ogvstr and webmstr were simply links to the local resource. While that works fine in the editor, it no longer works when exporting a game as the "source" ogv and webm files are ommitted and only the ogvstr and webmstr references were exported. As discussed with @reduz, it doesn't make sense to import videos, as we only intend to play them back and not modify them/access their raw data. As such we use a ResourceFormatLoader instead of an importer, to load the file on the fly. ogv and webm files linked to this loader are now considered as resources, and thus exported. Note: The Theora and WebM loaders lack any kind of validity check beyond the existence of the target file, but it was already the case with the importer. Better checks and error reports could be added, but those loaders will eventually be obsoleted by GDNative plugins anyway. Fixes #14954.
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