summaryrefslogtreecommitdiffstats
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
* Warn of invalid pointer when converting object to RID, closes #19023Juan Linietsky2019-01-261-7/+5
* Rewrite how font oversampling is updated more carefully, fixes #24338Juan Linietsky2019-01-264-6/+53
* Changed ImageTexture image cache type to the correct one, fixes #24971Daniel Rakos2019-01-261-1/+1
* Implement missing autorestart in oneshot node, closes #22238Juan Linietsky2019-01-252-1/+24
* Ability to keep images in ImageTexture cached while using editor, fixes #25243Juan Linietsky2019-01-252-1/+24
* Avoid crashing in #23302Juan Linietsky2019-01-251-0/+7
* Added copy_theme and fixed bugs in copy theme introduced by #2e0a94eFabian2019-01-252-12/+18
* Merge pull request #25298 from groud/fix_separation_updateRémi Verschelde2019-01-246-92/+118
|\
| * Updates containers minimum size when some constants are modifiedgroud2019-01-246-92/+118
* | Removed dangerous and useless function, closes #22884Juan Linietsky2019-01-242-4/+0
|/
* Ability to get the current canvas item being drawn from stylebox.Juan Linietsky2019-01-244-0/+22
* ProgressBar: Set default step to 0.01Rémi Verschelde2019-01-241-0/+1
* Fix PhysicsBody ignoring set_friction/bounce with default valueRémi Verschelde2019-01-241-4/+4
* Fixing textures not triggering _change_notifygroud2019-01-231-0/+4
* Fix warning when setting out of range outline_sizeMarcin Zawiejski2019-01-231-1/+1
* Merge pull request #25190 from 99alfie/masterRémi Verschelde2019-01-231-6/+6
|\
| * ButtonGroup.get_pressed_button bugfix, fixes issue #25057Kraus2019-01-211-6/+6
* | Fix collision margin being wrongly read by default, fixes #25181Juan Linietsky2019-01-221-1/+1
* | Merge pull request #25207 from clayjohn/cpu_particle_2d_aligny_bugRémi Verschelde2019-01-221-1/+1
|\ \
| * | fix bug with cpu_particle_2d_align_yclayjohn2019-01-211-1/+1
| |/
* | Merge pull request #25208 from clayjohn/angular_velocity_cpu_2dRémi Verschelde2019-01-221-0/+1
|\ \
| * | properly initialize angular_velocity in cpuparticles2dclayjohn2019-01-211-0/+1
| |/
* | Modified code generation to be more friendly to previews, fixes #25094Juan Linietsky2019-01-214-102/+101
* | Merge pull request #25064 from homer666/itemlist-adjust-ui_select-precedenceRémi Verschelde2019-01-211-2/+2
|\ \
| * | ItemList: ignore `ui_select` action if Select Mode is not "Multi"homer6662019-01-181-2/+2
* | | Cleanup after @reduz :)Rémi Verschelde2019-01-211-3/+0
* | | Merge pull request #25114 from Calinou/fix-colorpicker-roundingRémi Verschelde2019-01-191-2/+3
|\ \ \ | |_|/ |/| |
| * | Fix a rounding error in ColorPickerHugo Locurcio2019-01-181-2/+3
* | | Fixed Bone Transform OrderGrant Clarke2019-01-181-1/+1
|/ /
* | respect mouse mode when setting enter/exit notifications and signals, fixes #...Juan Linietsky2019-01-182-4/+37
* | Fix capture interpolation mode in Animation, closes #24015Juan Linietsky2019-01-181-1/+1
* | -Re-added margins in one way collision (made in a more user friendly way than...Juan Linietsky2019-01-189-2/+103
* | Fix uninitialized memory error.Juan Linietsky2019-01-171-0/+1
* | Add some checks to avoid disaster when making a node the scene root. Fixes #2...Juan Linietsky2019-01-171-0/+1
* | Fix keying resource properties, closes #24690Juan Linietsky2019-01-171-1/+1
* | Fix functions to get direct contacts from shapes, closes #19618Juan Linietsky2019-01-172-9/+9
* | Avoid crashing GIProbe bake with broken UV data, closes #25028Juan Linietsky2019-01-171-2/+2
* | Fixes to 2D lights, closes #24750Juan Linietsky2019-01-171-1/+1
* | Merge pull request #25038 from GlaDos28/masterRémi Verschelde2019-01-171-3/+4
|\ \
| * | fixed AudioStreamPlayer3D::_get_attenuation_db epsilon valueEvgeny Savelyev2019-01-171-3/+4
* | | Merge pull request #24993 from YeldhamDev/cppcheck_warns_scene_fixRémi Verschelde2019-01-1710-39/+24
|\ \ \ | |_|/ |/| |
| * | Appease some CppCheck warns for files in the "scene" directoryMichael Alexsander Silva Dias2019-01-1610-39/+24
| |/
* | Merge pull request #24924 from danilo2205/rename-oriented-path-followRémi Verschelde2019-01-163-289/+60
|\ \ | |/ |/|
| * Rename OrientedPathFollow to PathFollowOrientedDanilo Villa (Davi)2019-01-163-289/+60
* | Merge pull request #25036 from volzhs/tree-focus-rectRémi Verschelde2019-01-161-2/+1
|\ \
| * | Update rect size on selectvolzhs2019-01-161-2/+1
* | | Fix some errors found by static analysisRémi Verschelde2019-01-161-1/+1
|/ /
* | Fixed typo in ImageTexture:: & StreamTexture::is_pixel_opaqueStanislav2019-01-151-2/+2
* | Defer activated signal after tree has been traversed.Juan Linietsky2019-01-142-1/+17
* | Added a flag to specify an exported node path must be supplied from scene roo...Juan Linietsky2019-01-141-1/+1