Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-24 | Fixed black artifacts on SpatialMaterial [GLES2] | David Sichma | |
2018-11-24 | Merge pull request #23934 from allkhor/rich_text_label_scroll_offset | Rémi Verschelde | |
RichTextLabel: clear the scroll offset. | |||
2018-11-23 | Merge pull request #23936 from akien-mga/glad-glapientry | Rémi Verschelde | |
Remove GLAPIENTRY defines from rasterizer, now included in glad.h | |||
2018-11-23 | Prevent GLAPIENTRY redefine in rasterizer, now included in glad.h | Rémi Verschelde | |
We otherwise had conflicting defines since 1a41daf3. | |||
2018-11-23 | Merge pull request #23930 from zer0problem/master | Rémi Verschelde | |
AnimatedSprite: Fixed signal animation_finished | |||
2018-11-23 | RichTextLabel: clear the scroll offset. | allkhor | |
2018-11-23 | Fixed signal animation_finished | zer0problem | |
The signal animation_finished is now fired after all values have been changed so changes to the animation can be done without animation_finished without generating unexpected behavior. | |||
2018-11-23 | Ensure no crash happens when skeleton is removed, closes #20677 | Juan Linietsky | |
2018-11-23 | Avoid voxel cone trace from going full 180 degrees, fixes #20716 | Juan Linietsky | |
2018-11-22 | Added missing path verification on Unix, closes #20762 | Juan Linietsky | |
2018-11-22 | Properly show 2D bone previews in 2D skeleton UV editor, fixes #20950 | Juan Linietsky | |
2018-11-23 | Merge pull request #23740 from ttencate/unused_argument_22139 | Rémi Verschelde | |
Prevent unused_argument warning when passing arg to parent constructor | |||
2018-11-23 | doc: Sync classref with current source | Rémi Verschelde | |
2018-11-23 | Fixing wrong type hint on CPUParticles and CPUParticles2D's color ramp | Italo Vieira | |
Fixes #22795 | |||
2018-11-23 | glad: Sync with upstream 0.1.28 | Rémi Verschelde | |
2018-11-23 | Merge pull request #23914 from YeldhamDev/unified_help_button_focus | Rémi Verschelde | |
Make the buttons in the unified help dialog not steal focus | |||
2018-11-23 | Merge pull request #21716 from bit-shift-io/imageloader-fix | Rémi Verschelde | |
Improved support for custom image loaders | |||
2018-11-22 | Make the buttons in the unified help dialog not steal focus | Michael Alexsander Silva Dias | |
2018-11-22 | Merge pull request #23885 from glaforte/bugfix/22848-attempt2 | Rémi Verschelde | |
Avoids error messages when importing zero scale transforms in the COLLADA importer | |||
2018-11-22 | Merge pull request #23907 from YeldhamDev/unified_help_fixes | Rémi Verschelde | |
General fixes for the new unified help search | |||
2018-11-22 | Merge pull request #23912 from volzhs/export-ios | Rémi Verschelde | |
Show error if required fields are not filled when exporting iOS | |||
2018-11-23 | Show error if required fields are not filled when exporting iOS | volzhs | |
2018-11-23 | Improved support for custom image loaders | Fabian | |
2018-11-22 | General fixes for the new unified help search | Michael Alexsander Silva Dias | |
2018-11-22 | Do not crash on invalid file, closes #21083 | Juan Linietsky | |
2018-11-22 | Merge pull request #22953 from DualMatrix/properties_gone | Rémi Verschelde | |
Fixed parents export vars not appearing in inspector if parent is class_name. | |||
2018-11-22 | Merge pull request #23680 from YeldhamDev/unified_help_search_revived | Rémi Verschelde | |
Unified Class and Reference Search 2: Resurrection | |||
2018-11-22 | Merge pull request #23731 from lupoDharkael/remove-button-tooltip | Rémi Verschelde | |
BaseButton: make input related information in the tooltip optional | |||
2018-11-22 | Merge pull request #23875 from Chaosus/error_btn | Rémi Verschelde | |
Allows user to click on error line in status bar to jump into error. | |||
2018-11-22 | Merge pull request #23856 from nthrack/fix_6DOF_physicalbone_spring | Rémi Verschelde | |
Fix 6DOF Physical Bone joint | |||
2018-11-22 | Merge pull request #23901 from allkhor/fixed_store_csv_line | Rémi Verschelde | |
FileAccess::store_csv_line() don't added unnecessary double quotes. | |||
2018-11-22 | FileAccess::store_csv_line() don't added unnecessary double quotes. | allkhor | |
2018-11-22 | Fix 6DOF Physical Bone joint | Ivan Varesi | |
Adding angular and linear springs param to PhysicalBone joint type JOINT_TYPE_6DOF, using new 6DOF feautres implemented in sdfgeoff/godot@e149327. Typo correction lenear_equilibrium_point to linear_equilibrium_point. | |||
2018-11-22 | Merge pull request #23897 from AndreaCatania/fix_cd | Rémi Verschelde | |
Improved algorithm that check collision | |||
2018-11-22 | Allows user to click on error line to jump into error. | Chaosus | |
2018-11-22 | Improved algorithm that check collision | Andrea Catania | |
2018-11-21 | Removed noperspective (not in GLSL ES 3.0), do not write smooth if not ↵ | Juan Linietsky | |
specified. Fixes #20435 | |||
2018-11-21 | Remove comments and corrected code, which exists for correctness but will ↵ | Juan Linietsky | |
likely never be used. Fixes #20362 | |||
2018-11-21 | Clean up code to make intention clear, fixes #20361 | Juan Linietsky | |
2018-11-21 | Make sure sync to physics is disabled in editor, fixes #20230 | Juan Linietsky | |
2018-11-21 | Ensure array and dict editors show edited object IDs, fixes #20225 | Juan Linietsky | |
2018-11-21 | Merge pull request #23890 from qarmin/more_accurate_svg_scale | Rémi Verschelde | |
Make SVG scale more accurate | |||
2018-11-21 | Add Discrete and Carry blend modes for BlendSpace2D, allows to fix #20135 | Juan Linietsky | |
2018-11-21 | Make SVG scale more accurate | qarmin | |
2018-11-21 | Merge pull request #23859 from lupoDharkael/node-naming | Rémi Verschelde | |
Node: make _generate_serial_child_name manipulate numbers as String | |||
2018-11-21 | Avoids spamming the user when the COLLADA importer detects a singular basis ↵ | Guillaume Laforte | |
during the animation import. Fixes https://github.com/godotengine/godot/issues/22848. | |||
2018-11-21 | Merge pull request #23880 from Liangdi/master | Rémi Verschelde | |
add undeclared params of VisualScriptEditor::_selected_method | |||
2018-11-21 | Merge pull request #23878 from bojidar-bg/23775-ysort-crash | Rémi Verschelde | |
Fix YSort crash when removing a child | |||
2018-11-21 | add undeclared function params of VisualScriptEditor::_selected_method , ↵ | Liangdi | |
Fixes #23475 | |||
2018-11-21 | Node: make _generate_serial_child_name manipulate numbers as String | lupoDharkael | |
The conversion from an String to int can overflow int and int64 so it is safer to manipulate strings when we try to find the next available name for a Node. |