summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-11-01Merge pull request #54419 from Chaosus/vs_cutRémi Verschelde
2021-11-01Merge pull request #54480 from timothyqiu/texture-replaceRémi Verschelde
2021-11-01Merge pull request #54475 from groud/fix_tileset_editor_drag_and_dropRémi Verschelde
2021-11-01Fix memory leak when using CurveTexture.set_texture_modeHaoyu Qiu
2021-11-01Merge pull request #54470 from HungryProton/fix_popup_signalRémi Verschelde
2021-11-01Merge pull request #54459 from rxlecky/fix-multimesh-buffer-overflow-53603Rémi Verschelde
2021-11-01Fix TileSet editor drag and drop not workingGilles Roudière
2021-11-01Merge pull request #54443 from briansemrau/threadsafe-toastRémi Verschelde
Make editor toasts threadsafe
2021-10-31Fix popup trying to emit a non existing signal when closedHungryProton
2021-10-31Merge pull request #54288 from Razoric480/fix-key-up-down-idle-frameRémi Verschelde
2021-10-31Merge pull request #53452 from aaronfranke/who-let-the-docs-outRémi Verschelde
2021-10-31Fix multimesh buffer overflow in RendererStorageRDSeleckyErik
2021-10-31Merge pull request #54448 from CakHuri/treshold-to-thresholdRémi Verschelde
Repair mistyped of 'threshold' on several files.
2021-10-31Merge pull request #54307 from Calinou/add-opengl-renderer-squashRémi Verschelde
Add OpenGL renderer (squashed)
2021-10-31Repaired mistyped of 'threshold' on several files.M. Huri
2021-10-31Use OpenGL 3.3 core profile instead of compatibility profileClay John
- Rename OpenGL to GLES3 in the source code per community feedback. - The renderer is still exposed as "OpenGL 3" to the user. - Hide renderer selection dropdown until OpenGL support is more mature. - The renderer can still be changed in the Project Settings or using the `--rendering-driver opengl` command line argument. - Remove commented out exporter code. - Remove some OpenGL/DisplayServer-related debugging prints.
2021-10-31Merge pull request #54403 from briansemrau/fix-small-fogvolumeRémi Verschelde
FogVolume don't dispatch compute with zero-dimension groups
2021-10-31Merge pull request #54423 from raulsntos/csharp-exports-iiRémi Verschelde
Ensure C# script properties are added to the end
2021-10-31Refactored copy/paste of visual shaders, implement 'Cut' featureYuri Roubinsky
2021-10-30Make editor toasts threadsafeBrian Semrau
2021-10-30Merge pull request #54427 from briansemrau/fix-material-preview-updateYuri Roubinsky
2021-10-30Don't use Texture image caches if they are rendered toBrian Semrau
2021-10-30Ensure C# script properties are added to the endRaul Santos
Ensures that the `get_property_list` and `get_script_property_list` methods push the script properties to the end of the given list, this prevents the script property from appearing after the script variables.
2021-10-30Merge pull request #54405 from JFonS/fix_instance_indexRémi Verschelde
Fix instance index in forward clustered shader
2021-10-30Merge pull request #54401 from Chaosus/fix_fog_errorYuri Roubinsky
2021-10-30Disallow compute dispatch with zero dimensions.Brian Semrau
2021-10-30Merge pull request #54383 from ↵Rémi Verschelde
Calinou/colorpicker-overbright-indicator-tweak-icon Tweak overbright indicator icon to be more visible on white background
2021-10-30Fix instance index in forward clustered shaderjfons
2021-10-30Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3Hugo Locurcio
- Use lowercase driver names for the `--rendering-driver` command line argument.
2021-10-30Add GLES2 2D renderer + Linux display managerlawnjelly
First implementation with Linux display manager. - Add single-threaded mode for EditorResourcePreview (needed for OpenGL). Co-authored-by: clayjohn <claynjohn@gmail.com> Co-authored-by: Fabio Alessandrelli <fabio.alessandrelli@gmail.com>
2021-10-29Fix error spammed to output if `FogVolume` is setted to sceneYuri Roubinsky
2021-10-29Move the docs for constructors and operators out of methods sectionAaron Franke
2021-10-29Merge pull request #54390 from Anutrix/collide-shape-docMax Hilbrunner
Added collide_shape return type info to PhysicsDirectSpaceState2D docs
2021-10-29Merge pull request #53234 from Geometror/gradient-texture-2dYuri Roubinsky
2021-10-29Merge pull request #54388 from Chaosus/fix_orm_conversionYuri Roubinsky
2021-10-29Merge pull request #54382 from Chaosus/vs_fogYuri Roubinsky
2021-10-29Merge pull request #54361 from raulsntos/csharp-call-able-callableIgnacio Roldán Etcheverry
Implement Call methods in C# Callable
2021-10-29Added collide_shape return type info to PhysicsDirectSpaceState2D docsAnutrix
2021-10-29Added convertor from `ORMMaterial3D` to `ShaderMaterial`Yuri Roubinsky
2021-10-29Tweak overbright indicator icon to be more visible on white backgroundHugo Locurcio
An outline is now present on all sides to ensure it's more visible when the "new" color (on the right of a ColorPicker) is overbright.
2021-10-29Merge pull request #54344 from mhilbrunner/rpc-error-msgsFabio Alessandrelli
Websockets: Fix buffer size checks in put_packet(), silent failures/connection hangs
2021-10-29Repair Fog mode in visual shadersYuri Roubinsky
2021-10-29Merge pull request #54340 from aaronfranke/time-docMax Hilbrunner
Update and fix Time documentation
2021-10-29Merge pull request #54376 from Chaosus/fix_converted_fogmaterial_crashRémi Verschelde
2021-10-29Websockets: Fix buffer size checks in put_packet()Max Hilbrunner
Also check the error return value of wslay_event_queue_msg()
2021-10-29Merge pull request #54374 from Chaosus/fix_fogvolume_crashRémi Verschelde
Fix crashing of `FogVolume`s when `WorldEnvironment` was added
2021-10-29Fix crashing of `FogVolume`s when `WorldEnvironment` was addedYuri Roubinsky
2021-10-29Merge pull request #54328 from YeldhamDev/tabbar_close_signal_renameMax Hilbrunner
Rename `TabBar`'s `tab_closed` signal to `tab_close_pressed`
2021-10-29Fix crash when opening a converted `FogMaterial`Yuri Roubinsky
2021-10-29Merge pull request #53353 from clayjohn/VULKAN-fog-volumesRémi Verschelde
FogVolumes, FogShaders, FogMaterial, and overhaul of VolumetricFog