summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Collapse)Author
2019-02-08Merge pull request #25551 from JFonS/fix_rogue_cpu_particlesRémi Verschelde
Fix local_delta when resetting CPUParticles
2019-02-08Merge pull request #25524 from Calinou/fix-font-oversampling-warningRémi Verschelde
Fix a font oversampling warning being printed when it shouldn't
2019-02-08Merge pull request #25509 from bojidar-bg/25504-update-bitmask-crashRémi Verschelde
Fix crashes when calling update_bitmask_area
2019-02-08Merge pull request #25467 from fire/folding_spamRémi Verschelde
Add check in folding to see if the nodepath exists to avoid message spam and expose get_node_or_null
2019-02-06Fix particles animation on GLES2JFonS
2019-02-06Merge pull request #25606 from Paulb23/fix_textedit_scroll_selectionRémi Verschelde
Fixed selection being activated when using scroll lines.
2019-02-04Add frame support for Sprite3D with region enabledMichael Alexsander Silva Dias
2019-02-04Fixed selection being activated when using scroll linesPaulb23
2019-02-01Fix local_delta when resetting CPUParticlesJFonS
2019-02-01When an animationplayer sets a property on itself recreate the cachesHein-Pieter van Braam
this fixes #25507
2019-01-31Fix a font oversampling warning being printed when it shouldn'tHugo Locurcio
2019-01-31Fix crashes when calling update_bitmask_areaBojidar Marinov
Fixes #25504
2019-01-30Add check in folding to see if the nodepath exists to avoid message spam.K. S. Ernest (iFire) Lee
2019-01-29Merge pull request #25439 from YeldhamDev/color_picker_toggle_fixupRémi Verschelde
Small fixup on button toggle behaviour in ColorPicker
2019-01-28binding for get_frustum() of camera classYusuf
2019-01-28Small fixup on button toggle behaviour in ColorPickerMichael Alexsander Silva Dias
2019-01-28Fix recursive assignment of Textures and BitMapFontRémi Verschelde
Fixes #24213.
2019-01-27Merge pull request #25366 from clayjohn/visual_shader_builtinsRémi Verschelde
Updated visual shader builtins
2019-01-27Do not restrict light texture type (wont work with atlas, though)Juan Linietsky
2019-01-27Fix problem blending from state to state in statemachine node, closes #21944Juan Linietsky
2019-01-27Merge pull request #25355 from YeldhamDev/color_picker_changesRémi Verschelde
Make some small enhancements to the ColorPicker
2019-01-27Change the frame number before triggering the animation_finished signalGilles Roudiere
2019-01-27Make some small enhancements to the ColorPickerMichael Alexsander Silva Dias
2019-01-27Document AnimatedTexture and bind MAX_FRAMES constantRémi Verschelde
Closes #24935.
2019-01-27updated visual shader builtinsclayjohn
2019-01-26Fix code style issuesRémi Verschelde
2019-01-26doc: Sync classref with current sourceRémi Verschelde
2019-01-26Warn of invalid pointer when converting object to RID, closes #19023Juan Linietsky
2019-01-26Rewrite how font oversampling is updated more carefully, fixes #24338Juan Linietsky
2019-01-26Changed ImageTexture image cache type to the correct one, fixes #24971Daniel Rakos
The original attempt to fix the issue was accidentally using the wrong type for the image cache. This change fixes that.
2019-01-25Implement missing autorestart in oneshot node, closes #22238Juan Linietsky
2019-01-25Ability to keep images in ImageTexture cached while using editor, fixes #25243Juan Linietsky
2019-01-25Avoid crashing in #23302Juan Linietsky
2019-01-25Added copy_theme and fixed bugs in copy theme introduced by #2e0a94eFabian
2019-01-24Merge pull request #25298 from groud/fix_separation_updateRémi Verschelde
Updates containers minimum size when some constants are modified
2019-01-24Updates containers minimum size when some constants are modifiedgroud
2019-01-24Removed dangerous and useless function, closes #22884Juan Linietsky
2019-01-24Ability to get the current canvas item being drawn from stylebox.Juan Linietsky
2019-01-24ProgressBar: Set default step to 0.01Rémi Verschelde
Fixes #22655.
2019-01-24Fix PhysicsBody ignoring set_friction/bounce with default valueRé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-23Fixing textures not triggering _change_notifygroud
2019-01-23Fix warning when setting out of range outline_sizeMarcin Zawiejski
Fixes the warning mentioned in #25046
2019-01-23Merge pull request #25190 from 99alfie/masterRémi Verschelde
Fix ButtonGroup.get_pressed_button bug
2019-01-22Fix collision margin being wrongly read by default, fixes #25181Juan Linietsky
2019-01-22Merge pull request #25207 from clayjohn/cpu_particle_2d_aligny_bugRémi Verschelde
Fix bug with CpuParticles2D AlignY
2019-01-22Merge pull request #25208 from clayjohn/angular_velocity_cpu_2dRémi Verschelde
Properly initialize angular_velocity in cpuparticles2d
2019-01-21properly initialize angular_velocity in cpuparticles2dclayjohn
2019-01-21fix bug with cpu_particle_2d_align_yclayjohn
2019-01-21Modified code generation to be more friendly to previews, fixes #25094Juan Linietsky
2019-01-21Merge pull request #25064 from homer666/itemlist-adjust-ui_select-precedenceRémi Verschelde
ItemList: ignore `ui_select` action if Select Mode is not "Multi"