summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-11-28Merge pull request #23993 from Kanabenki/autocomplete-ignore-caseRémi Verschelde
Add suggestions ignoring case at the end of the code autocomplete
2018-11-28Disable progress dialog on export from command line, stab at fixing #24031Juan Linietsky
2018-11-28Merge pull request #24017 from eska014/rt-squishRémi Verschelde
Enable squish decompression in runtime builds
2018-11-28Merge pull request #22857 from marcelofg55/jsmicLeon Krause
Implemented audio input support for JavaScript audio driver
2018-11-28Check for WebGL RGTC extensionLeon Krause
2018-11-28Build squish decompression in runtimeLeon Krause
2018-11-28Merge pull request #23924 from Kanabenki/font-size-updateRémi Verschelde
Display font size with zoom in code editor and refresh on settings change
2018-11-28Merge pull request #23942 from buresu/fix-osx-build-errorRémi Verschelde
[macOS] Fixed a problem sdk path could not be detected
2018-11-28Merge pull request #23994 from AndreaCatania/precRémi Verschelde
Added function to control 6DOF precision
2018-11-28Merge pull request #23996 from Windfisch/bulletfixRémi Verschelde
Add more max-checking to physics queries
2018-11-28Merge pull request #24011 from Xrayez/fix-23031Rémi Verschelde
Init `ignore_camera_zoom` property in parallax background constructor
2018-11-28Merge pull request #24018 from bbeco/fix_filename_checkRémi Verschelde
uwp export: fix existing template check
2018-11-28Fix style issues and signature mismatchRémi Verschelde
2018-11-28Merge pull request #24024 from DualMatrix/queueRémi Verschelde
Made it possible to read AnimationPlayer queue from GDscript
2018-11-28Added luminance capping to avoid glitches on small dots. closes #17996Juan Linietsky
2018-11-28Made it possible to read AnimationPlayer queue from GDscriptDualMatrix
2018-11-27Get rid of ancient .theme format for Theme resource. It was not working and ↵Juan Linietsky
can be done the same using .tres format. Closes #19038
2018-11-27Allow signal connecting even if script is invalid (only when compiled with ↵Juan Linietsky
tools), fixes #17070
2018-11-27Added test to avoid saving cyclic scene instancing, fixes #9686Juan Linietsky
2018-11-27Attempt to avoid breaking people's workflows on the change from ↵Juan Linietsky
8ba0d513fa0068a241a25fbb6db09315fa3309cc
2018-11-27NORMALMAP was not working (no normal being used detected), fixes #9263Juan Linietsky
2018-11-27Merge pull request #23971 from DavidSichma/compressNormalRémi Verschelde
Fix GLES2 Red Green Texture Decompression
2018-11-27Fix GLES2 Red Green Texture DecompressionDavid Sichma
Replaced broken decompression code with two calls to DXT5 decompression. This should fix some issues with normal maps as they usually are stored as RG Textures and were decompressed incorrectly.
2018-11-27Merge pull request #24016 from qarmin/change_old_godot_logo_in_UWPRémi Verschelde
Change old Godot logo/splash screen in UWP assets
2018-11-27uwp export: fix existing template checkAndrea Beconcini
2018-11-27Change old Godot logo/splash screen in UWP assetsqarmin
2018-11-27Changed theme notifications to work with newly introduced reference counted ↵Juan Linietsky
connections. Closes #21265, Fixes #6145. Probably fixes more theme notification related open issues, should check.
2018-11-27Init `ignore_camera_zoom` property in parallax background constructorAndrii Doroshenko (Xrayez)
The default value for `ignore_camera_zoom` property was initialized by garbage value, leading to camera's zoom to be ignored even if unset in editor most of the time.
2018-11-27Added function to control 6DOF precisionAndrea Catania
2018-11-26Implemented audio input support for JavaScript audio driverMarcelo Fernandez
2018-11-26Merge pull request #24000 from allkhor/fix_tab_font_3.1Rémi Verschelde
Ceil tabs font size
2018-11-27Ceil tabs font sizeallkhor
2018-11-26Add more max-checking to physics queriesFlorian Jung
Fixes some out-of-bounds problems when there are more collisions than have been requested for. This extends what has been done in 444b8471a3. Fixes godotengine/godot#23990
2018-11-26Merge pull request #23992 from YeldhamDev/editor_help_scroll_valueRémi Verschelde
Restore previous scroll position when reopening the search help dialog with a old search
2018-11-26i18n: Sync translation template with current sourceRémi Verschelde
2018-11-26i18n: Sync translations with WeblateRémi Verschelde
Adds initial translations for Malayalam and Sinhala.
2018-11-26Restore previous scroll position when reopening the search help dialog with ↵Michael Alexsander Silva Dias
a old search
2018-11-26Add suggestions ignoring case at the end of the code autocompleteKanabenki
2018-11-26Merge pull request #23961 from Faless/lws_poll_allRémi Verschelde
Websocket LWS keep servicing till no CB are left
2018-11-26[macOS] Fixed a problem sdk path could not be detectedNaoto Kondo
2018-11-26Merge pull request #23962 from Windfisch/arvr_conf_warnRémi Verschelde
Update ARVR{Anchor,Controller}'s configuration warning
2018-11-26Fixup to typo and indentation in 81c86e8Rémi Verschelde
2018-11-26Merge pull request #23965 from marcelofg55/pa_device_bugfixRémi Verschelde
Fix possible error when switching audio devices with PulseAudio
2018-11-26Merge pull request #23964 from allkhor/text_edit_clear_selectionRémi Verschelde
TextEdit: remove selection when clear happens.
2018-11-26Merge pull request #23060 from willnationsdev/inherit-non-class-scriptRémi Verschelde
Fix Script -> Script Class not in CreateDialog
2018-11-26Merge pull request #23949 from Kanabenki/shader-mul-assign-vec-matRémi Verschelde
Allow *= operator between vec and mat types in shaders
2018-11-26Merge pull request #23944 from Calinou/remove-unused-scriptRémi Verschelde
Remove an unused script
2018-11-26Merge pull request #23943 from Paulb23/fix_smoothscroll_jitter_issue_23314Rémi Verschelde
Fix scroll bar lock when smooth scroll enabled, issue 23314
2018-11-26Merge pull request #23959 from RandomShaper/fix-dangling-script-fixRémi Verschelde
Fix dangling script fix
2018-11-25Do not normalize normal map when disabled, fixes #20761Juan Linietsky