summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-20Merge pull request #24503 from akien-mga/certs-update-f29Rémi Verschelde
certs: Sync with latest ca-certificates-2018.2.26-2.fc29
2018-12-20Merge pull request #24499 from akien-mga/android-thirdpartyRémi Verschelde
Android: Better identify thirdparty C/C++ code
2018-12-20Support lights and shadows in GLES2, fixes #21853Juan Linietsky
2018-12-20doc: Add missing commas after "If true/false"Rémi Verschelde
2018-12-20Android: Better identify thirdparty C/C++ codeRémi Verschelde
- The `cpu-features.{c,h}` code was only used by chance by the webm (libvpx) code, so I moved it there. It was actually introduced before that and wasn't in use, and libvpx just happened to be able to compile thanks to it being bundled. It could potentially be compiled on the fly from the Android NDK, but since we plan to replace the webm module by a GDNative plugin in the near future, I went the bundling route. - `ifaddrs_android.h` is already provided in the Android NDK as `ifaddrs.h`, same as on other Unixes. Yet we cannot use it until we up the min API level to 24, where `getifaddrs` is first defined. I moved the files to `thirdparty/misc` and synced them with upstream WebRTC (only indentation changes and removal of `static` qualifiers). Also removes dropped thirdparty files from COPYRIGHT.txt after changes in #24105 and #24145.
2018-12-20certs: Sync with latest ca-certificates-2018.2.26-2.fc29Rémi Verschelde
2018-12-20Merge pull request #24500 from akien-mga/drop-global_defaultsRémi Verschelde
Core: Drop unused global_defaults logic
2018-12-20Merge pull request #24485 from volzhs/system-time-msRémi Verschelde
Added OS.get_system_time_msecs()
2018-12-20Core: Drop unused global_defaults logicRémi Verschelde
It used to be used for Android and iOS to specify platform-specific project settings overrides, but we now have feature tags for that.
2018-12-20Added OS.get_system_time_msecs()volzhs
2018-12-20Style: Fix formatting in GLES2 shadersRémi Verschelde
2018-12-20Merge pull request #24495 from vipsbpig/pr-fix-gles2-spotlightRémi Verschelde
Fix GLES2 Spotlight shadow problem
2018-12-20Merge pull request #24481 from vnen/android-export-debug-keystoreRémi Verschelde
Add option to add debug keystore in Android export
2018-12-20fix gles2 spotlight problemGitea
2018-12-19CodeEditor: Drop unused enable_complete_timer variableRémi Verschelde
Its use was removed in 1039ba9ffb8588e8b0abddaa753d270979147c23.
2018-12-19Add option to add debug keystore in Android exportGeorge Marques
2018-12-19Properly support light shaders in GLES2, fixes #21651Juan Linietsky
2018-12-19Merge pull request #24439 from staalduinen/mouse-motion-fixRémi Verschelde
fix near infinite loop when no previous mouse position
2018-12-19fix near infinite loop when no previous mouse positionArjen van Staalduinen
Added physics_has_last_mousepos to better deal with situations where there is no last_mousepos
2018-12-19Merge pull request #24462 from guilhermefelipecgs/fix_copy_paste_tilemapRémi Verschelde
Fix copy/paste for TileMap
2018-12-18Fix copy/paste for TileMapGuilherme Felipe
Fix #24440
2018-12-19Merge pull request #24457 from volzhs/colored-font-sizeRémi Verschelde
Fix colored font rendered in wrong size
2018-12-18Change how rects are drawn (and also will help batching eventually), to ↵Juan Linietsky
workaround problem in #9913
2018-12-19Fix colored font rendered in wrong sizevolzhs
Fix #24456 The character->rect.size is properly update at DynamicFontAtSize::_bitmap_to_character so no need to multiply scale again. It was changed with 5cd12f6649387f91d08fd17bf3c70e732798ab58
2018-12-18Merge pull request #24451 from ↵Rémi Verschelde
mateusfccp/animation_editor_curve_tangent_different_color Change color of AnimationPlayer curve to "highlight"
2018-12-18Merge pull request #24454 from YeldhamDev/animationtree_editor_small_fixesRémi Verschelde
Small fixes for the AnimationTree editor
2018-12-18Small fixes for the AnimationTree editorMichael Alexsander Silva Dias
2018-12-18Reduce considerably the cubemap sizes on sky, to better match GLES3, fixes ↵Juan Linietsky
#21551
2018-12-18Actually respect the low quality cubemap filter on mobile, should fix ↵Juan Linietsky
crashes on mobile for #21551 but not sure on intel.
2018-12-18Change color of AnimationPlayer curve to "highlight"Mateus Felipe C. C. Pinto
This is to be consistent with Curve editor and to be less confusing related to tangent lines color.
2018-12-18Merge pull request #24450 from staalduinen/fix-zlib-freetype-conflictRémi Verschelde
Disable gzip and lzw support for freetype
2018-12-18Disable gzip and lzw support for freetypeArjen van Staalduinen
This resolves #24287 that causes linking issues when using the debug target for platform iOS.
2018-12-18Merge pull request #24447 from Paulb23/text_edit_wrap_crashRémi Verschelde
Fix Word wrap cache desync causing crash
2018-12-18Fix Word wrap cache desync causing crashPaulb23
2018-12-18EditorSettings: Remove enable_code_completion_delayRémi Verschelde
It was badly named (it disables code completion, not just the delay), and also badly implemented (not preventing the timer for running, but just preventing it to show the autocompletion). It could be readded with a proper name and cleaner implementation if there's an actual need for it. Supersedes #24407 and closes #24352.
2018-12-18Merge pull request #24408 from creikey/masterRémi Verschelde
Clarify what popup_centered actually does
2018-12-18Merge pull request #24145 from volzhs/android-version-gradleRémi Verschelde
Fix error/warning while building with android studio
2018-12-18Merge pull request #23615 from buresu/pluginscript-newRémi Verschelde
PluginScript: Add support for the new() method
2018-12-18Fix lint error/warning while building android templatevolzhs
2018-12-18Merge pull request #24432 from YeldhamDev/animationtree_editor_fixesRémi Verschelde
General fixes for the AnimationTree editor
2018-12-18Merge pull request #24427 from guilhermefelipecgs/fix_bread_crumbRémi Verschelde
Fix bread crumb of AnimationTree
2018-12-18Merge pull request #24436 from YeldhamDev/animationtree_editor_better_pathRémi Verschelde
Make the AnimationTree editor's path section more obvious
2018-12-18Merge pull request #24428 from akien-mga/label-uppercaseRémi Verschelde
Label: Fix kerning when using Uppercase mode
2018-12-18Merge pull request #24431 from mateusfccp/masterRémi Verschelde
Change *_slot to *_port on get_connection_list
2018-12-17Make the AnimationTree editor's path section more obviousMichael Alexsander Silva Dias
2018-12-17General fixes for the AnimationTree editorMichael Alexsander Silva Dias
2018-12-17Change *_slot to *_port on get_connection_listMateus Felipe C. C. Pinto
2018-12-17Merge pull request #24430 from hpvb/fix-24424Hein-Pieter van Braam
Don't accidentally convert string content to char
2018-12-17Don't accidentally convert string content to charHein-Pieter van Braam
Due to the right hand side of the :? trickery the rhs was cast to a char losing precision. Previously this didn't matter, but with CharProxy it does. (Previously we could just happily cast it back to a wchar_t and get the original 16 - 32 bits. Now we'll only ever get the first 8).
2018-12-17Label: Fix kerning when using Uppercase modeRémi Verschelde
Seemingly a typo, I did not check what exact impact it had, but the x_ofs would likely have accumulated errors when using fonts with varying char widths.