summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-08Add particles icon to CPUParticlesCameron Reikes
2019-08-08Merge pull request #31191 from aaronfranke/serializableIgnacio Roldán Etcheverry
[Mono] Make all structs seralizable
2019-08-07[Mono] Make all structs seralizableAaron Franke
2019-08-07Merge pull request #31119 from KoBeWi/full_controlRémi Verschelde
Complete the Control class documentation
2019-08-07Complete the Control class documentationTomasz Chabora
2019-08-07Merge pull request #31122 from Muller-Castro/enhancementRémi Verschelde
Unnecessary reassignments
2019-08-07Merge pull request #31099 from Chaosus/shader_local_constRémi Verschelde
Implemented local shader constants
2019-08-07Merge pull request #31050 from sparkart/fix_tileset_shape_offsetRémi Verschelde
Fix Wrong Shape Offsets in Tileset
2019-08-07Merge pull request #31077 from qarmin/coverity_bugsRémi Verschelde
Change some code proposed by Coverity and Cppcheck
2019-08-07Merge pull request #31127 from MuffinManKen/checkbox_implement_check_vadjustRémi Verschelde
Implemented check_vadjust in CheckBox & CheckButton. It was exposed to the editor, but not used.
2019-08-07Merge pull request #30468 from SaracenOne/expose_audio_captureRémi Verschelde
Exposes capture methods to AudioServer + documentation
2019-08-07Merge pull request #31174 from qarmin/thread_sanitizerRémi Verschelde
Added Thread Sanitizer
2019-08-07Merge pull request #31163 from nekomatata/fix-state-machine-transition-priorityRémi Verschelde
Fixed AnimationTreeStateMachine transition priority
2019-08-07Merge pull request #27046 from KoBeWi/camera2d_brag_margins_stuffRémi Verschelde
Tweaks related to Camera2D drag margins
2019-08-07Merge pull request #31175 from nekomatata/fix-collide-local-shapeRémi Verschelde
Fixed KinematicCollision.get_local_shape()
2019-08-07Allow comma prefix in visual shader's expression parser (#31176)Yuri Roubinsky
Allow comma prefix in visual shader's expression parser
2019-08-07Add some code changes/fixes proposed by Coverity and Clang Tidyqarmin
2019-08-07Allow comma prefix to visual shader's expression parserYuri Roubinski
2019-08-07Fixed KinematicCollision.get_local_shape() - the local shape id was never ↵PouleyKetchoupp
set during move_and_collide() Fixes #31144
2019-08-07Added Thread Sanitizerqarmin
2019-08-07Merge pull request #31173 from sparkart/search_in_tscnRémi Verschelde
Fix Find in Files Not Working Properly
2019-08-07Merge pull request #30804 from hbina/fix_issue_30160Rémi Verschelde
Fixed crash when making subresource unique in inspector dock
2019-08-06Fix Find in Files Not Working ProperlyEmmanuel Barroga
When using the "Find in Files" option to search in non-script files (e.g. .tscn), the search does not work properly.
2019-08-07Merge pull request #31161 from merumelu/default-theme-checkbuttonRémi Verschelde
Default theme: make toggle_off_disabled.png the same dimension as other CheckButton images
2019-08-07Merge pull request #31057 from Chaosus/vs_mix_improvementsRémi Verschelde
Some improvements to Mix visual shader function
2019-08-06add forgotten calls to inspector_dock->update(...).Hanif Bin Ariffin
I believe many calls to the said function was mistakenly left out leading to InspectorDock having a pointer to deleted values. As such, this commit introduces many such calls to inspector_dock where I believe is appropriate...
2019-08-06Fixed AnimationTreeStateMachine transition priority (last transition was ↵PouleyKetchoupp
always chosen instead of least cost) Fixes #31132
2019-08-06Removed unnecessary reassignsMuller-Castro
Those assignments are duplicated since add_to_group() or remove_from_group() aren't changing the state of those members.
2019-08-06Default theme: make toggle_off_disabled.png the same dimension as other ↵merumelu
CheckButton images
2019-08-06Implemented check_vadjust in CheckBox & CheckButton. It was exposed to the ↵Ken Paulson
editor, but wasn't used.
2019-08-06Merge pull request #31121 from willnationsdev/plugin-select-editorRémi Verschelde
Let EditorPlugins set editor/distraction-free mode
2019-08-06Tweaks related to Camera2D drag marginsTomasz Chabora
2019-08-06Merge pull request #31136 from Calinou/tweak-animation-editor-range-stepsRémi Verschelde
Tweak range steps in the animation editor
2019-08-06Let EditorPlugins set editor/distraction-free modeWill Nations
2019-08-06Merge pull request #30998 from Calinou/cap-warnings-errors-per-secondRémi Verschelde
Cap the number of warnings/errors per second rather than per frame
2019-08-06Merge pull request #31107 from yamgent/fix-mouse-wheel-coordRémi Verschelde
Fix wrong mouse wheel position for MOUSE_MODE_CAPTURED on Windows
2019-08-06Tweak range steps in the animation editorHugo Locurcio
This makes the step of the "frame" SpinBox larger, so that clicking on the SpinBox arrows will make the number increase in a visible manner. Previously, the full number was being cut off due to the SpinBox being narrow. This also makes the "step" SpinBox allow for more precise input.
2019-08-06Merge pull request #31129 from TGRCdev/compressed_eof_fixRémi Verschelde
Fixed EOF flag not resetting on seek back in compressed file
2019-08-06Merge pull request #31125 from Calinou/improve-animation-editor-snappingRémi Verschelde
Improve snapping in the animation editor
2019-08-06Some improvements to Mix visual shader functionYuri Roubinski
2019-08-05Fixed EOF flag not resetting on seek backTGRCDev
2019-08-06Improve snapping in the animation editorHugo Locurcio
Snapping can now be toggled temporarily by holding the Ctrl key. Toggling timeline snapping is now done with the "Snap" checkbox rather than by setting the animation's "Step" setting to 0. The timeline cursor can no longer exit the animation's boundaries if the animation's "Step" is set to 0.
2019-08-05Merge pull request #31116 from sparkart/add_quit_shortcutRémi Verschelde
Add Shortcut Settings for Quitting Editor
2019-08-05Merge pull request #31114 from merumelu/editornode-begoneRémi Verschelde
Remove Editor dependency from SceneTree
2019-08-05Add Shortcut Settings for Quitting EditorEmmanuel Barroga
Adds the ability to change the shortcut keys in Editor Settings for quitting the editor.
2019-08-05Remove Editor dependency from SceneTreemerumelu
2019-08-05Merge pull request #30987 from clayjohn/GLES2-light-negativeRémi Verschelde
Implement negative for OmniLights and SpotLights in GLES2
2019-08-05Merge pull request #31078 from YeldhamDev/windowdiag_title_translation_updateRémi Verschelde
Update WindowDialog title when translation changes
2019-08-05Merge pull request #31081 from Calinou/animation-editor-larger-keyframesRémi Verschelde
Make keyframes easier to select in the animation editor
2019-08-05Merge pull request #31108 from Chaosus/vs_fix_textureRémi Verschelde
Fix opening of sub-resource properties in visual shaders