| Commit message (Expand) | Author | Age | Files | Lines |
* | Warn of invalid pointer when converting object to RID, closes #19023 | Juan Linietsky | 2019-01-26 | 1 | -7/+5 |
* | Rewrite how font oversampling is updated more carefully, fixes #24338 | Juan Linietsky | 2019-01-26 | 4 | -6/+53 |
* | Changed ImageTexture image cache type to the correct one, fixes #24971 | Daniel Rakos | 2019-01-26 | 1 | -1/+1 |
* | Implement missing autorestart in oneshot node, closes #22238 | Juan Linietsky | 2019-01-25 | 2 | -1/+24 |
* | Ability to keep images in ImageTexture cached while using editor, fixes #25243 | Juan Linietsky | 2019-01-25 | 2 | -1/+24 |
* | Avoid crashing in #23302 | Juan Linietsky | 2019-01-25 | 1 | -0/+7 |
* | Added copy_theme and fixed bugs in copy theme introduced by #2e0a94e | Fabian | 2019-01-25 | 2 | -12/+18 |
* | Merge pull request #25298 from groud/fix_separation_update | Rémi Verschelde | 2019-01-24 | 6 | -92/+118 |
|\ |
|
| * | Updates containers minimum size when some constants are modified | groud | 2019-01-24 | 6 | -92/+118 |
* | | Removed dangerous and useless function, closes #22884 | Juan Linietsky | 2019-01-24 | 2 | -4/+0 |
|/ |
|
* | Ability to get the current canvas item being drawn from stylebox. | Juan Linietsky | 2019-01-24 | 4 | -0/+22 |
* | ProgressBar: Set default step to 0.01 | Rémi Verschelde | 2019-01-24 | 1 | -0/+1 |
* | Fix PhysicsBody ignoring set_friction/bounce with default value | Rémi Verschelde | 2019-01-24 | 1 | -4/+4 |
* | Fixing textures not triggering _change_notify | groud | 2019-01-23 | 1 | -0/+4 |
* | Fix warning when setting out of range outline_size | Marcin Zawiejski | 2019-01-23 | 1 | -1/+1 |
* | Merge pull request #25190 from 99alfie/master | Rémi Verschelde | 2019-01-23 | 1 | -6/+6 |
|\ |
|
| * | ButtonGroup.get_pressed_button bugfix, fixes issue #25057 | Kraus | 2019-01-21 | 1 | -6/+6 |
* | | Fix collision margin being wrongly read by default, fixes #25181 | Juan Linietsky | 2019-01-22 | 1 | -1/+1 |
* | | Merge pull request #25207 from clayjohn/cpu_particle_2d_aligny_bug | Rémi Verschelde | 2019-01-22 | 1 | -1/+1 |
|\ \ |
|
| * | | fix bug with cpu_particle_2d_align_y | clayjohn | 2019-01-21 | 1 | -1/+1 |
| |/ |
|
* | | Merge pull request #25208 from clayjohn/angular_velocity_cpu_2d | Rémi Verschelde | 2019-01-22 | 1 | -0/+1 |
|\ \ |
|
| * | | properly initialize angular_velocity in cpuparticles2d | clayjohn | 2019-01-21 | 1 | -0/+1 |
| |/ |
|
* | | Modified code generation to be more friendly to previews, fixes #25094 | Juan Linietsky | 2019-01-21 | 4 | -102/+101 |
* | | Merge pull request #25064 from homer666/itemlist-adjust-ui_select-precedence | Rémi Verschelde | 2019-01-21 | 1 | -2/+2 |
|\ \ |
|
| * | | ItemList: ignore `ui_select` action if Select Mode is not "Multi" | homer666 | 2019-01-18 | 1 | -2/+2 |
* | | | Cleanup after @reduz :) | Rémi Verschelde | 2019-01-21 | 1 | -3/+0 |
* | | | Merge pull request #25114 from Calinou/fix-colorpicker-rounding | Rémi Verschelde | 2019-01-19 | 1 | -2/+3 |
|\ \ \
| |_|/
|/| | |
|
| * | | Fix a rounding error in ColorPicker | Hugo Locurcio | 2019-01-18 | 1 | -2/+3 |
* | | | Fixed Bone Transform Order | Grant Clarke | 2019-01-18 | 1 | -1/+1 |
|/ / |
|
* | | respect mouse mode when setting enter/exit notifications and signals, fixes #... | Juan Linietsky | 2019-01-18 | 2 | -4/+37 |
* | | Fix capture interpolation mode in Animation, closes #24015 | Juan Linietsky | 2019-01-18 | 1 | -1/+1 |
* | | -Re-added margins in one way collision (made in a more user friendly way than... | Juan Linietsky | 2019-01-18 | 9 | -2/+103 |
* | | Fix uninitialized memory error. | Juan Linietsky | 2019-01-17 | 1 | -0/+1 |
* | | Add some checks to avoid disaster when making a node the scene root. Fixes #2... | Juan Linietsky | 2019-01-17 | 1 | -0/+1 |
* | | Fix keying resource properties, closes #24690 | Juan Linietsky | 2019-01-17 | 1 | -1/+1 |
* | | Fix functions to get direct contacts from shapes, closes #19618 | Juan Linietsky | 2019-01-17 | 2 | -9/+9 |
* | | Avoid crashing GIProbe bake with broken UV data, closes #25028 | Juan Linietsky | 2019-01-17 | 1 | -2/+2 |
* | | Fixes to 2D lights, closes #24750 | Juan Linietsky | 2019-01-17 | 1 | -1/+1 |
* | | Merge pull request #25038 from GlaDos28/master | Rémi Verschelde | 2019-01-17 | 1 | -3/+4 |
|\ \ |
|
| * | | fixed AudioStreamPlayer3D::_get_attenuation_db epsilon value | Evgeny Savelyev | 2019-01-17 | 1 | -3/+4 |
* | | | Merge pull request #24993 from YeldhamDev/cppcheck_warns_scene_fix | Rémi Verschelde | 2019-01-17 | 10 | -39/+24 |
|\ \ \
| |_|/
|/| | |
|
| * | | Appease some CppCheck warns for files in the "scene" directory | Michael Alexsander Silva Dias | 2019-01-16 | 10 | -39/+24 |
| |/ |
|
* | | Merge pull request #24924 from danilo2205/rename-oriented-path-follow | Rémi Verschelde | 2019-01-16 | 3 | -289/+60 |
|\ \
| |/
|/| |
|
| * | Rename OrientedPathFollow to PathFollowOriented | Danilo Villa (Davi) | 2019-01-16 | 3 | -289/+60 |
* | | Merge pull request #25036 from volzhs/tree-focus-rect | Rémi Verschelde | 2019-01-16 | 1 | -2/+1 |
|\ \ |
|
| * | | Update rect size on select | volzhs | 2019-01-16 | 1 | -2/+1 |
* | | | Fix some errors found by static analysis | Rémi Verschelde | 2019-01-16 | 1 | -1/+1 |
|/ / |
|
* | | Fixed typo in ImageTexture:: & StreamTexture::is_pixel_opaque | Stanislav | 2019-01-15 | 1 | -2/+2 |
* | | Defer activated signal after tree has been traversed. | Juan Linietsky | 2019-01-14 | 2 | -1/+17 |
* | | Added a flag to specify an exported node path must be supplied from scene roo... | Juan Linietsky | 2019-01-14 | 1 | -1/+1 |