summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-30Merge pull request #40880 from madmiraal/fix-csg-make_dirtyRémi Verschelde
Ensure CSG parent's _make_dirty() is called when entering a tree.
2020-07-30Merge pull request #40875 from Xrayez/ci-show-tests-nameRémi Verschelde
CI: Show `tests=yes` for builds which run tests
2020-07-30Ensure CSG parent's _make_dirty() is called when entering a tree.Marcel Admiraal
2020-07-30Merge pull request #40874 from Calinou/doc-editorinterface-get_editor_viewportRémi Verschelde
Improve the `EditorInterface.get_editor_viewport()` description
2020-07-30Merge pull request #40873 from Calinou/doc-thread-safe-apisRémi Verschelde
Link to Thread-safe APIs in the Thread class documentation
2020-07-30CI: Show `tests=yes` for builds which run testsAndrii Doroshenko (Xrayez)
2020-07-30Improve the `EditorInterface.get_editor_viewport()` descriptionHugo Locurcio
This closes https://github.com/godotengine/godot-docs/issues/1109.
2020-07-30Link to Thread-safe APIs in the Thread class documentationHugo Locurcio
This closes https://github.com/godotengine/godot-docs/issues/2276.
2020-07-30Merge pull request #40761 from naithar/feature/ios-safe_areaRémi Verschelde
[iOS] Safe area reimplementation
2020-07-29Merge pull request #40852 from SkyLucilfer/FixLeak2Rémi Verschelde
Refix GDScriptTranslationParser leak
2020-07-29Refix GDScriptTranslationParser leakSkyJJ
2020-07-29Merge pull request #40851 from Paulb23/fix_text_edit_width_cacheRémi Verschelde
Fix TextEdit line width cache not being updated
2020-07-29Fix TextEdit line width cache not being updatedPaulb23
2020-07-29Merge pull request #40841 from Paulb23/fix_info_clicked_signalRémi Verschelde
Fixed script_editor info_clicked signal not being connected
2020-07-29Fixed script_editor info_clicked signal not being connectedPaulb23
2020-07-29Merge pull request #40838 from Faless/dtls/enet_refuse_fixRémi Verschelde
Fix crash in ENet changing refuse_new_connections
2020-07-29Fix crash in ENet changing refuse_new_connectionsFabio Alessandrelli
When the host is not started.
2020-07-29Merge pull request #40832 from Xrayez/tests-cleanupRémi Verschelde
Cleanup obsolete tests from displaying in help
2020-07-29Cleanup obsolete tests from displaying in helpAndrii Doroshenko (Xrayez)
2020-07-29Merge pull request #40823 from Calinou/doc-string-split-regexRémi Verschelde
Document how to perform advanced string splitting using RegEx
2020-07-29Merge pull request #40824 from lyuma/gdscript_get_memberRémi Verschelde
GDScript: Fix crash caused by inconsistent get_member
2020-07-29Document how to perform advanced string splitting using RegExHugo Locurcio
This closes https://github.com/godotengine/godot-docs/issues/3607.
2020-07-29GDScript: Fix crash caused by inconsistent get_memberLyuma
2020-07-29Merge pull request #40821 from Calinou/doc-canvasitem-draw_string-exampleRémi Verschelde
Add an example to the `CanvasItem.draw_string()` documentation
2020-07-29Merge pull request #40818 from Calinou/doc-animation-fix-code-sampleRémi Verschelde
Fix incorrect key name in the Animation documentation code sample
2020-07-29Add an example to the `CanvasItem.draw_string()` documentationHugo Locurcio
This closes https://github.com/godotengine/godot-docs/issues/3374.
2020-07-29Fix incorrect key name in the Animation documentation code sampleHugo Locurcio
This closes https://github.com/godotengine/godot-docs/issues/3841.
2020-07-28Merge pull request #40781 from Rubonnek/fix-inconsistent-class-detectionRémi Verschelde
Fixed inconsistent base class detection
2020-07-28Merge pull request #40800 from briansemrau/fix-shader-comment-highlightingRémi Verschelde
Fixed Shader editor single-line comment highlight
2020-07-28Merge pull request #40806 from nekomatata/android-keyboard-cleaningRémi Verschelde
Move PopupWindow logic to GodotEditText on Android
2020-07-28Move PopupWindow logic to GodotEditText on AndroidPouleyKetchoupp
2020-07-28Fixed shader editor comment highlightingBrian Semrau
2020-07-28Merge pull request #40802 from Chaosus/vs_fix_preview_colorYuri Roubinsky
Fix functions name color in visual shader code preview and expressions
2020-07-28Fix functions name color in visual shader code preview and expressionsYuri Roubinsky
2020-07-28Merge pull request #40792 from briansemrau/fix-next-pass-not-drawingRémi Verschelde
Fixed Shader Material next_pass not being drawn
2020-07-28Merge pull request #40676 from Xrayez/test-variantRémi Verschelde
Add test suite for `Variant`
2020-07-28Add test suite for `Variant`Andrii Doroshenko (Xrayez)
Added a test case for `VariantWriter` and `VariantParser` overflows.
2020-07-28Fixed next_pass materials not being drawnBrian Semrau
2020-07-28Check if global class file still exists before registering itWilson E. Alvarez
2020-07-28Merge pull request #40785 from Chaosus/vs_uniform_refYuri Roubinsky
Added UniformRef visual shader node
2020-07-28Added UniformRef visual shader nodeYuri Roubinsky
2020-07-28Merge pull request #40754 from Chaosus/vs_default_uniformsRémi Verschelde
Added default value for uniforms in visual shaders
2020-07-28i18n: Sync translations with WeblateRémi Verschelde
(cherry picked from commit ed20772c092adfecd806a3feddbef2f75d4c39fb)
2020-07-28Merge pull request #40783 from aaronfranke/bomRémi Verschelde
Fix incorrect comments in file formatting script
2020-07-28Fix incorrect comments in file formatting scriptAaron Franke
2020-07-28Merge pull request #40768 from ConorLPBoyle/skeletonik-reload-goal-fixRémi Verschelde
Fixed reload_goal not being called when SkeletonIK3D::start is invoke…
2020-07-28Merge pull request #40678 from aaronfranke/string-float64Rémi Verschelde
Make all String float conversion methods be 64-bit
2020-07-28doc: Sync classref with current sourceRémi Verschelde
2020-07-27Make all String float conversion methods be 64-bitAaron Franke
2020-07-28Merge pull request #40762 from SkyLucilfer/PackedSceneLeakRémi Verschelde
Fix EditorTranslationParser leak