Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-08 | Merge pull request #25467 from fire/folding_spam | Rémi Verschelde | |
Add check in folding to see if the nodepath exists to avoid message spam and expose get_node_or_null | |||
2019-02-06 | Fix particles animation on GLES2 | JFonS | |
2019-02-06 | Merge pull request #25606 from Paulb23/fix_textedit_scroll_selection | Rémi Verschelde | |
Fixed selection being activated when using scroll lines. | |||
2019-02-04 | Add frame support for Sprite3D with region enabled | Michael Alexsander Silva Dias | |
2019-02-04 | Fixed selection being activated when using scroll lines | Paulb23 | |
2019-02-01 | When an animationplayer sets a property on itself recreate the caches | Hein-Pieter van Braam | |
this fixes #25507 | |||
2019-01-30 | Add check in folding to see if the nodepath exists to avoid message spam. | K. S. Ernest (iFire) Lee | |
2019-01-29 | Merge pull request #25439 from YeldhamDev/color_picker_toggle_fixup | Rémi Verschelde | |
Small fixup on button toggle behaviour in ColorPicker | |||
2019-01-28 | binding for get_frustum() of camera class | Yusuf | |
2019-01-28 | Small fixup on button toggle behaviour in ColorPicker | Michael Alexsander Silva Dias | |
2019-01-28 | Fix recursive assignment of Textures and BitMapFont | Rémi Verschelde | |
Fixes #24213. | |||
2019-01-27 | Merge pull request #25366 from clayjohn/visual_shader_builtins | Rémi Verschelde | |
Updated visual shader builtins | |||
2019-01-27 | Do not restrict light texture type (wont work with atlas, though) | Juan Linietsky | |
2019-01-27 | Fix problem blending from state to state in statemachine node, closes #21944 | Juan Linietsky | |
2019-01-27 | Merge pull request #25355 from YeldhamDev/color_picker_changes | Rémi Verschelde | |
Make some small enhancements to the ColorPicker | |||
2019-01-27 | Change the frame number before triggering the animation_finished signal | Gilles Roudiere | |
2019-01-27 | Make some small enhancements to the ColorPicker | Michael Alexsander Silva Dias | |
2019-01-27 | Document AnimatedTexture and bind MAX_FRAMES constant | Rémi Verschelde | |
Closes #24935. | |||
2019-01-27 | updated visual shader builtins | clayjohn | |
2019-01-26 | Fix code style issues | Rémi Verschelde | |
2019-01-26 | doc: Sync classref with current source | Rémi Verschelde | |
2019-01-26 | Warn of invalid pointer when converting object to RID, closes #19023 | Juan Linietsky | |
2019-01-26 | Rewrite how font oversampling is updated more carefully, fixes #24338 | Juan Linietsky | |
2019-01-26 | Changed ImageTexture image cache type to the correct one, fixes #24971 | Daniel Rakos | |
The original attempt to fix the issue was accidentally using the wrong type for the image cache. This change fixes that. | |||
2019-01-25 | Implement missing autorestart in oneshot node, closes #22238 | Juan Linietsky | |
2019-01-25 | Ability to keep images in ImageTexture cached while using editor, fixes #25243 | Juan Linietsky | |
2019-01-25 | Avoid crashing in #23302 | Juan Linietsky | |
2019-01-25 | Added copy_theme and fixed bugs in copy theme introduced by #2e0a94e | Fabian | |
2019-01-24 | Merge pull request #25298 from groud/fix_separation_update | Rémi Verschelde | |
Updates containers minimum size when some constants are modified | |||
2019-01-24 | Updates containers minimum size when some constants are modified | groud | |
2019-01-24 | Removed dangerous and useless function, closes #22884 | Juan Linietsky | |
2019-01-24 | Ability to get the current canvas item being drawn from stylebox. | Juan Linietsky | |
2019-01-24 | ProgressBar: Set default step to 0.01 | Rémi Verschelde | |
Fixes #22655. | |||
2019-01-24 | Fix PhysicsBody ignoring set_friction/bounce with default value | Rémi Verschelde | |
The intent was to avoid creating a physics override to set a default value that doesn't make a difference, but as #22406 shows it can be necessary to set the default value *back* after an override was created to set a non-default value. Fixes #22406. | |||
2019-01-23 | Fixing textures not triggering _change_notify | groud | |
2019-01-23 | Fix warning when setting out of range outline_size | Marcin Zawiejski | |
Fixes the warning mentioned in #25046 | |||
2019-01-23 | Merge pull request #25190 from 99alfie/master | Rémi Verschelde | |
Fix ButtonGroup.get_pressed_button bug | |||
2019-01-22 | Fix collision margin being wrongly read by default, fixes #25181 | Juan Linietsky | |
2019-01-22 | Merge pull request #25207 from clayjohn/cpu_particle_2d_aligny_bug | Rémi Verschelde | |
Fix bug with CpuParticles2D AlignY | |||
2019-01-22 | Merge pull request #25208 from clayjohn/angular_velocity_cpu_2d | Rémi Verschelde | |
Properly initialize angular_velocity in cpuparticles2d | |||
2019-01-21 | properly initialize angular_velocity in cpuparticles2d | clayjohn | |
2019-01-21 | fix bug with cpu_particle_2d_align_y | clayjohn | |
2019-01-21 | Modified code generation to be more friendly to previews, fixes #25094 | Juan Linietsky | |
2019-01-21 | Merge pull request #25064 from homer666/itemlist-adjust-ui_select-precedence | Rémi Verschelde | |
ItemList: ignore `ui_select` action if Select Mode is not "Multi" | |||
2019-01-21 | ButtonGroup.get_pressed_button bugfix, fixes issue #25057 | Kraus | |
2019-01-21 | Cleanup after @reduz :) | Rémi Verschelde | |
Fixes #25172. | |||
2019-01-19 | Merge pull request #25114 from Calinou/fix-colorpicker-rounding | Rémi Verschelde | |
Fix a rounding error in ColorPicker | |||
2019-01-18 | Fixed Bone Transform Order | Grant Clarke | |
The bone index being passed to the visual server is not using the process order and results in incorrect skin deformation if the calculated process order is different from the unordered bones Vector. Incidentally, this never showed when I exported rigged characters from blender using the Better Collada exporter. This bug only materialised when experimenting with the glTF pipeline from Maya. | |||
2019-01-18 | Fix a rounding error in ColorPicker | Hugo Locurcio | |
This closes #25063. | |||
2019-01-18 | respect mouse mode when setting enter/exit notifications and signals, fixes ↵ | Juan Linietsky | |
#19785 |