summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-21Fix expression node parsing when input_port + \0 is occuredChaosus
2019-05-21Merge pull request #29073 from Chaosus/express_fixesYuri Roubinsky
Fix few bugs in expression node
2019-05-21Fix few bugs in expression nodeChaosus
2019-05-21Merge pull request #29018 from guilhermefelipecgs/fix_28969Rémi Verschelde
[StateMachine] Fix error message for travel method
2019-05-21Merge pull request #29032 from akien-mga/tools-exceptions-rttiRémi Verschelde
SCons: Keep exceptions and rtti on Android, iOS and HTML5 tools build
2019-05-21Merge pull request #28838 from Chaosus/vs_expRémi Verschelde
Expression node for visual shaders
2019-05-21Merge pull request #29040 from swarnimarun/fix_override_bugRémi Verschelde
Clear overrides on passing null
2019-05-21Merge pull request #29041 from hbina/add_constRémi Verschelde
add const to methods that return literals
2019-05-21Merge pull request #29062 from swarnimarun/theme-editor-improvementsRémi Verschelde
Fix Theme Editor Preview
2019-05-21Merge pull request #28964 from Faless/webrtc/channels_prRémi Verschelde
WebRTC refactor. data channels, STUN/TURN support.
2019-05-21doc: Sync classref with current sourceRémi Verschelde
2019-05-21i18n: Sync translation template with current sourceRémi Verschelde
(cherry picked from commit bf7585530ba29959b2e3316db959170ba321ed61)
2019-05-21i18n: Sync translations with WeblateRémi Verschelde
(cherry picked from commit 239a11fe1918b1009875078bb30f9176360e983c)
2019-05-21Merge pull request #29050 from hbina/redundant_null_checksRémi Verschelde
removed a redundant null check in assimp editor
2019-05-21Expression node for visual shadersChaosus
2019-05-21Fix Theme Editor PreviewSwarnim Arun
2019-05-21Merge pull request #29011 from zann1x/masterRémi Verschelde
Initialize padding on PoolByteArray serialization
2019-05-21Merge pull request #29046 from volzhs/tree-page-downRémi Verschelde
PageDown key selects last one when left items count is short
2019-05-21PageDown key selects last one when left items count is shortvolzhs
2019-05-21added a const keyword for a methods that return constant literal...hbina085
2019-05-21Clear overrides on passing nullSwarnim Arun
2019-05-20removed a redundant NULL check in assimp editor of a pointer to an array ↵hbina085
declared in the same statement block
2019-05-20Merge pull request #28952 from jbuck3/update-marginsRémi Verschelde
Update Control margins when size is overridden by change to minsize
2019-05-20Merge pull request #28218 from KoBeWi/b00km4rk5Rémi Verschelde
Add bookmarks for easier code navigation
2019-05-20Merge pull request #27886 from LeonardMeagher2/obj_to_stringRémi Verschelde
Allow overriding how scripted objects are converted to strings
2019-05-20Merge pull request #26809 from KoBeWi/undo_set_text_like_a_bossRémi Verschelde
Allow to undo TextEdit.set_text
2019-05-20Merge pull request #29036 from swarnimarun/vs-history-saveRémi Verschelde
Fix history state setup in VisualScript
2019-05-20Fix history state setup in VisualScriptSwarnim Arun
2019-05-20Merge pull request #29029 from Calinou/find-in-files-allow-empty-replaceRémi Verschelde
Allow empty replacement texts in the Find in Files replace dialog
2019-05-20Merge pull request #28985 from rcorre/advance_condition_docsRémi Verschelde
Clarify auto_advance.
2019-05-20Merge pull request #29015 from dfelinto/fix-ui-lowercaseRémi Verschelde
Fix upper/lowercase in some UI strings
2019-05-20Merge pull request #28792 from Calinou/low-processor-mode-144hzRémi Verschelde
Tweak the default low-processor usage mode to be 144 Hz-friendly
2019-05-20Merge pull request #29016 from clayjohn/env_light_fixMax Hilbrunner
Scale environment light properly in GLES3
2019-05-20Merge pull request #27559 from groud/anchor_modeRémi Verschelde
Improve the anchors and margin workflow
2019-05-20Merge pull request #29024 from akien-mga/doc-physicsbody-layersMax Hilbrunner
doc: Document default value for PhysicsBody collision layers
2019-05-20SCons: Keep exceptions and rtti on Android, iOS and HTML5 tools buildRémi Verschelde
Those were disable to keep size small, and on Android avoid the dependency on the STL, but for tools build (editor) this is not really a concern. Note: as of today it's not possible to build tools=yes for those platforms, but this change is one of the necessary steps to enable it. Fixes #25262.
2019-05-20Merge pull request #29027 from akien-mga/clang-format-8.0Rémi Verschelde
Travis: Update clang-format to version 8.0
2019-05-20Allow empty replacement texts in the Find in Files replace dialogHugo Locurcio
This closes #29026.
2019-05-20Travis: Update clang-format to version 8.0Rémi Verschelde
2019-05-20Style: Fix issues with clang-format 8.0Rémi Verschelde
2019-05-20Merge pull request #28975 from RameshRavone/type_tagRémi Verschelde
NULL global_tag for non exposed classes
2019-05-20doc: Document default value for PhysicsBody collision layersRémi Verschelde
Supersedes #28971. Co-authored-by: Mitch Curtis <mitch.curtis@qt.io>
2019-05-20Merge pull request #28965 from jkirsons/csgpolygon-weird-end-capRémi Verschelde
Resolve: #24682 CSGPolygon - weird end cap
2019-05-20Merge pull request #28972 from erammos/28943_script_editor_pluginRémi Verschelde
minor change in scriptEdtiorPlugin ref #28943
2019-05-19[StateMachine] Fix error message for travel methodGuilherme Felipe
2019-05-19Scale environment lighting correctly in GLES3clayjohn
2019-05-19Clarify auto_advance.Ryan Roden-Corrent
Make the docs more clear about how you can use auto_advance. Calling it a "variable" is vague, so I updated the docs to clearly state that it becomes a boolean parameter on the AnimationTree. Fixes godotengine/godot-docs#2439.
2019-05-19Fix upper/lowercase in some UI stringsDalai Felinto
Note: I was tempted to also change "Align with View" since we use the word "With" with uppercase in "Align Selection With View". However I believe "With" should be lower case and the old stripg (Align Selection ...) is the one to be fixed.
2019-05-19Merge pull request #28997 from akien-mga/codespellRémi Verschelde
Fix typos with codespell
2019-05-19Initialize padding on PoolByteArray serializationLukas Zanner