summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-03-16Use fake audio playing property in editorShyRed
It appears that some time ago users were supposed to be able to include the playback of sound effects in their animations by placing keys on the "playing" property. Back then the key frame editor took the value of the checkbox in the property_editor. Somewhere / Sometime this behaviour changed and the key frame editor is now reading the actual value from the object instead of relying on the property editor. This commit introduces a fake active field that is returned when reading the playing property in the editor. While the actual active flag is changed when playback is finished the fake one will stay the same thus allowing the user to take their time with setting the key in the animation editor.
2018-03-08Merge pull request #16485 from poke1024/vector2-crossRémi Verschelde
Bring back Vector2.cross()
2018-03-08Merge pull request #17341 from poke1024/fix16461Rémi Verschelde
Fix unselectable flipped sprites (fixes 16461)
2018-03-08Merge pull request #17189 from CodeAndWeb/masterRémi Verschelde
Fixes Selection of Sprites using AtlasTexture
2018-03-08Merge pull request #17340 from eska014/gridcontainer-divisionbyzeroRémi Verschelde
Prevent division by zero in GridContainer
2018-03-07Merge pull request #17343 from eska014/wasm-webgl1Rémi Verschelde
Reinstate WebGL 1.0 (GLES2) driver in HTML5 platform
2018-03-07Bring back Vector2.cross()Bernhard Liebl
2018-03-07Reinstate WebGL 1.0 driver in HTML5 platformLeon Krause
2018-03-07Fix unselectable flipped sprites (fixes 16461)poke1024
2018-03-07Prevent division by zero in GridContainerLeon Krause
2018-03-07Merge pull request #17243 from delftswa2018/trailingDotFixHein-Pieter van Braam
Fix being able to create folder name with ending '.' on Windows
2018-03-07Added a check for trailing dot when creating folder.Felix Yang
Merge the trailing dot test into existing test. Removed OS test.
2018-03-06Merge pull request #17318 from robfram/silent-failure-ogg-9793Rémi Verschelde
Fix silent failure of importing OGG Vorbis files
2018-03-06Merge pull request #17317 from eska014/html5-freetype-simdRémi Verschelde
Disable FreeType SIMD in HTML5 builds
2018-03-06Fix silent failure of importing OGG Vorbis filesrobfram
When importing non-valid OGG Vorbis audio files, now the filesystem navigation tree shows the correct sad red-face icon, as it does with non-valid PNG, JPG or WAV files. Fix #9793.
2018-03-06Disable FreeType SIMD in HTML5 buildsLeon Krause
SIMD is currently unsupported in WebAssembly.
2018-03-06Merge pull request #17315 from robfram/fix-git-hook-pre-commit-clang-formatRémi Verschelde
Change shebang of pre-commit-clang-format hook to make it portable
2018-03-06Change shebang of pre-commit-clang-format hook to make it portablerobfram
The default one is "#!/bin/bash", but BSD systems doesn't have bash in that path. For portability reasons, it should be changed to "#!/usr/bin/env bash". More info: https://en.wikipedia.org/wiki/Shebang_%28Unix%29#Portability
2018-03-06Merge pull request #17304 from bruvzg/gl_core_profileRémi Verschelde
[GL] Explicitly set OpenGL 3.3 profile to Core (X11, Windows) and enable GLES2 on Windows.
2018-03-06Explicitly set OpenGL profile to core (X11, Windows).bruvzg
Enable GLES2 on Windows.
2018-03-06Merge pull request #17205 from Ranoller/patch-3Rémi Verschelde
FIX Windows enter/exit mouse notifications
2018-03-05Merge pull request #17247 from poke1024/canvas-select-prioRémi Verschelde
In CanvasItemEditor, prioritize selected items when dragging
2018-03-05Merge pull request #17285 from bruvzg/gles_extension_checksRémi Verschelde
Add OpenGL extension support checks (Debug/FBO) and FBO fallback for GLES2
2018-03-05Add GL_ARB_framebuffer_object extension support check and ↵bruvzg
GL_EXT_framebuffer_object fallback for GLES2 (updated GLAD bindings). Add GL_ARB_debug_output extension support check on all platforms.
2018-03-05Merge pull request #17249 from efornara/skip_demo_prompt_nosslRémi Verschelde
skip demo download prompt if ssl is unavailable
2018-03-05In CanvasItemEditor, prioritize selected itemsBernhard Liebl
2018-03-05skip demo download prompt if ssl is unavailableEmanuele Fornara
2018-03-05Merge pull request #17266 from ivodopiviz/subnode-fixRémi Verschelde
Fix new Node dialog Create button behavior
2018-03-05Merge pull request #17256 from marcelofg55/drivers_funcsRémi Verschelde
Clean and expose get_audio/video_driver_* funcs on OS class
2018-03-05Merge pull request #17262 from poke1024/fix-sprite-get-rectsRémi Verschelde
Fix uninitialized data in Sprite::_get_rects()
2018-03-04Fix new Node dialog Create button behaviorIvan Vodopiviz
Added a one-liner to update the Create button disabled state when selecting an item from the search results list. Fixes #17265, long live the Realm!
2018-03-04Fix uninitialized data in Sprite::_get_rects()Bernhard Liebl
2018-03-04Clean and expose get_audio/video_driver_* funcs on OS classMarcelo Fernandez
2018-03-04SCons: Fix linking system pcre2 on server platformRémi Verschelde
Fixes #17245.
2018-03-04Merge pull request #17236 from marcelofg55/custom_theme_crashfixHein-Pieter van Braam
Fix for a possible crash when a custom theme is not loaded properly
2018-03-03Fix for a possible crash when a custom theme is not loaded properlyMarcelo Fernandez
2018-03-03Merge pull request #17226 from marcelofg55/osx_export_logicRémi Verschelde
Modify OSX can_export logic to match the logic from EditorExportPlatformPC::can_export
2018-03-03Merge pull request #17035 from Chaosus/fixleaksRémi Verschelde
Fix memory leaks
2018-03-03Merge pull request #17225 from Chaosus/fixshaderfuncRémi Verschelde
Fix floatBitsToUint shader builtin function
2018-03-03Modify OSX can_export logic to match the logic from ↵Marcelo Fernandez
EditorExportPlatformPC::can_export
2018-03-03Fix floatBitsToUint functionChaosus
2018-03-03Merge pull request #17187 from bruvzg/macos_unbundled_app_focus_hackRémi Verschelde
[macOS] Hack to force window activation for non-bundled app.
2018-03-03Hack to force macOS window activation for non-bundled app.bruvzg
2018-03-03Merge pull request #17219 from mhilbrunner/docs-areaRémi Verschelde
[DOCS] Small fix to Area: Fix copy/paste errors
2018-03-03i18n: Sync translation templates with 3.0 sourceRémi Verschelde
(cherry picked from commit 65d214d3dafef696d99f6c23c7b941bbde1c1802)
2018-03-03i18n: Sync translations with WeblateRémi Verschelde
2018-03-03[DOCS] Small fix to Area: Fix copy/paste errorsMax Hilbrunner
2018-03-03Fix 3 memory leaksChaosus
2018-03-03FIX Windows enter/exit mouse notificationsRanoller
Fix to this issue #17202
2018-03-03Merge pull request #17192 from poke1024/fixrtl-multilineHein-Pieter van Braam
Fix more regressions in RichTextLabel from PR 15711