Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-30 | Fixed crash in canvas_item_add_polyline if color arr has incorrect size | Yuri Roubinsky | |
2020-11-29 | Merge pull request #38939 from hbina/vk_error_handling | Rémi Verschelde | |
Better error handling of vkEnumerateInstanceExtensionProperties | |||
2020-11-28 | Merge pull request #42761 from fire/color-grading-3d | Rémi Verschelde | |
Environment brightness, contrast, saturation restore with 3d LUT. | |||
2020-11-28 | Merge pull request #43938 from Chaosus/vs_fix_renames | Rémi Verschelde | |
Fixed invalid visual shader outputs (TRANSMISSION, ALPHA_SCISSOR) | |||
2020-11-28 | Fixed invalid visual shader outputs (TRANSMISSION, ALPHA_SCISSOR) | Yuri Roubinsky | |
2020-11-28 | Environment brightness, contrast, saturation restore with color correction. | clayjohn | |
Allow gradients and 2d images. Use shader versions for LUT in tonemap Co-authored-by: alex-poe <3957610+CptPotato@users.noreply.github.com> Co-authored-by: QbieShay <cislaghi.ilaria@gmail.com> Co-authored-by: Clay John <claynjohn@gmail.com> | |||
2020-11-28 | Better error handling of vkEnumerateInstanceExtensionProperties | Hanif Bin Ariffin | |
Refer: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/vkEnumerateInstanceExtensionProperties.html According to the documentation, there are 2 success code: 1. VK_SUCCESS 2. VK_INCOMPLETE VK_INCOMPLETE will be returned when not all avaiable properties are returned. | |||
2020-11-28 | Merge pull request #43061 from qarmin/crash_when_prining_nodes | Rémi Verschelde | |
Fix crash when printing leaked nodes | |||
2020-11-28 | Merge pull request #43922 from Calinou/doc-projectsettings-globalize-path | Rémi Verschelde | |
Improve the `ProjectSettings.globalize_path()` documentation | |||
2020-11-28 | Merge pull request #43925 from madmiraal/fix-16039a | Rémi Verschelde | |
Remove RigidBody weight property | |||
2020-11-28 | Merge pull request #43828 from Chaosus/restore_line_antialiasing | Yuri Roubinsky | |
Restored antialiased lines by emulation using triangle strips | |||
2020-11-28 | Merge pull request #42987 from clayjohn/VULKAN-sky-only | Rémi Verschelde | |
Add sky_only setting to DirectionalLight3Ds | |||
2020-11-28 | Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-rework | Rémi Verschelde | |
Shortcuts rework - fixed issues with input propagation and triggering of unwanted shortcuts. | |||
2020-11-28 | Merge pull request #41100 from bruvzg/ctl_text_server_interface | Rémi Verschelde | |
[Complex Text Layouts] Implement TextServer interface. | |||
2020-11-28 | Merge pull request #43903 from cptchuckles/fix-sign | Rémi Verschelde | |
Fix SGN macro | |||
2020-11-28 | Merge pull request #43930 from Calinou/add-property-optional-setter-comment | Rémi Verschelde | |
Mention lack of optional setter arguments in `ClassDB::add.property()` | |||
2020-11-28 | Merge pull request #42676 from nekomatata/x11-clipboard-incr | Rémi Verschelde | |
Implement INCR mechanism for Linux clipboard | |||
2020-11-28 | Merge pull request #43928 from charasyn/fix-alsa-bug | Rémi Verschelde | |
Prevent ALSA audio corruption | |||
2020-11-28 | Mention lack of optional setter arguments in `ClassDB::add.property()` | Hugo Locurcio | |
2020-11-27 | Prevent ALSA audio corruption | Cooper Harasyn | |
When using the ALSA driver, corruption would occur if `snd_pcm_writei` was unable to consume the entire sound buffer. This would occur frequently on the Raspberry Pi 3 which uses the `snd_bcm2835` audio driver. This bug resulted from incorrect pointer math on line 187, resulting in the sample source pointer being advanced by `total * ad->channels` bytes instead of `total * ad->channels` samples. In my opinion, the best fix is to change `*src` to type `int16_t`, since that is the sample type in use. Fixes #43927. | |||
2020-11-27 | Fix SGN macro | jcgollnick | |
This version behaves the way the documentation states: 0 values will resolve to 0 instead of +1 | |||
2020-11-27 | Restored antialiased lines by emulation using triangle strips | Yuri Roubinsky | |
2020-11-27 | Remove RigidBody weight property | Marcel Admiraal | |
2020-11-27 | Merge pull request #40136 from Jummit/multiplayer-root-node-getters | Fabio Alessandrelli | |
Add root_node as property of MultiplayerAPI | |||
2020-11-27 | Implement INCR mechanism for Linux clipboard | PouleyKetchoupp | |
Allows pasting from x11 clipboard to receive data incrementally, which is required when handling data size > 256KB. | |||
2020-11-27 | Improve the `ProjectSettings.globalize_path()` documentation | Hugo Locurcio | |
This closes https://github.com/godotengine/godot-docs/issues/4409. | |||
2020-11-27 | Merge pull request #43500 from AndreaCatania/gds_fixes | Rémi Verschelde | |
Fixes crash when parse_expression returns nullptr. | |||
2020-11-27 | Merge pull request #39056 from rileylyman/tscn_newlines | Rémi Verschelde | |
Skip extra newline in .tscn when renaming dependency | |||
2020-11-27 | Merge pull request #43918 from Faless/net/4.0_no_reuse_udp | Rémi Verschelde | |
Disable SO_REUSEADDR for UDP. | |||
2020-11-27 | Merge pull request #43914 from ThakeeNathees/range-argument-type-bug-fix | Rémi Verschelde | |
GDScript: range function type check bug fixed | |||
2020-11-27 | Merge pull request #43226 from mateosss/unreachable-prop-crash | George Marques | |
Fix crash due to unreachable code in properties | |||
2020-11-27 | Disable SO_REUSEADDR for UDP. | Fabio Alessandrelli | |
It allows binding multiple sockets to the same ADDR:PORT (unlike TCP, which still requires different ADDR:PORT combinations). | |||
2020-11-27 | GDScript range function typecheck bug fixed | Thakee Nathees | |
Fix: #43586 | |||
2020-11-27 | Merge pull request #43910 from akien-mga/doc-input-gyro-ios | Rémi Verschelde | |
doc: Mention iOS support for for Input gravity/gyroscope sensors | |||
2020-11-27 | doc: Mention iOS support for Input gravity/gyroscope sensors | Rémi Verschelde | |
It has been implemented for iOS a long time ago already with #7127. | |||
2020-11-27 | Merge pull request #43905 from vnen/gdscript-unregister-function-state | Rémi Verschelde | |
Unregister GDScriptFunctionState class | |||
2020-11-26 | Unregister GDScriptFunctionState class | George Marques | |
This is not user accessible anymore so it does not need to be show in documentation. | |||
2020-11-26 | Merge pull request #43895 from vnen/gdscript-operators-fix | Rémi Verschelde | |
GDScript: Improve handling of operators | |||
2020-11-26 | Merge pull request #43894 from vnen/gdscript-some-fixes | Rémi Verschelde | |
Some GDScript fixes | |||
2020-11-26 | GDScript: Improve handling of operators | George Marques | |
- Use the new functions in Variant to determine the validity and resulting type of operators. - Split the operator function in codegen between binary and unary, since the unary ones have now a special requirement of having the second argument to be the NIL type when requesting info. | |||
2020-11-26 | GDScript: Don't clear depended parsers too soon | George Marques | |
It can wait until the analyzer itself is destructed, otherwise other phases might be using freed parsers. | |||
2020-11-26 | GDScript: Give an error if dependency can't be parsed | George Marques | |
Otherwise this may lead to a crash when the dependency is not present. | |||
2020-11-26 | Merge pull request #43886 from reduz/sdf-2d | Rémi Verschelde | |
Implement Signed Distance Fields for 2D shaders | |||
2020-11-26 | Implement signed distance fields for 2D shaders | reduz | |
2020-11-26 | Merge pull request #43884 from Chaosus/vs_warnings | Rémi Verschelde | |
Added extra warning to texture nodes in visual shader + fix warning appearing | |||
2020-11-26 | [Complex Text Layouts] Add TextServer documentation. Update Font, ↵ | bruvzg | |
CanvasItem, Theme and modified controls documentation. | |||
2020-11-26 | [Complex Text Layouts] Refactor TextEdit and CodeEdit controls. | bruvzg | |
2020-11-26 | [Complex Text Layouts] Refactor Label and LineEdit controls. | bruvzg | |
2020-11-26 | [Complex Text Layouts] Refactor Font class, default themes and controls to ↵ | bruvzg | |
use Text Server interface. Implement interface mirroring. Add TextLine and TextParagraph classes. Handle UTF-16 input on macOS and Windows. | |||
2020-11-26 | [Complex Text Layouts] Implement GDNative interface for TextServer. | bruvzg | |