| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | updated some particlematerial properties | clayjohn | 2018-06-10 | 1 | -2/+2 |
| | | |||||
| * | Merge pull request #19459 from clayjohn/primitive_mesh_ranges | Rémi Verschelde | 2018-06-10 | 1 | -21/+21 |
| |\ | | | | | Updated Ranges for Primitive Mesh Properties | ||||
| | * | updated ranges for primitive meshes | clayjohn | 2018-06-08 | 1 | -21/+21 |
| | | | |||||
| * | | Merge pull request #18298 from gabrii/TextEditScaledSelection | Max Hilbrunner | 2018-06-09 | 1 | -3/+3 |
| |\ \ | |/ |/| | TextEdit scaled selection | ||||
| | * | Apply viewport scale to selection update methods. Changed to propper fix ↵ | Gabriel Gavilan | 2018-05-09 | 1 | -3/+3 |
| | | | | | | | | | sugested by reduz | ||||
| * | | Avoid animation length from ever being completely, fixes #19420 | Juan Linietsky | 2018-06-08 | 1 | -1/+5 |
| | | | |||||
| * | | Merge pull request #19343 from bojidar-bg/x-fix-tilemap-shape-rotation | Rémi Verschelde | 2018-06-08 | 1 | -1/+3 |
| |\ \ | | | | | | | Fix bugs related to bad handling of rotated/translated shapes in tilemap | ||||
| | * | | Fix bugs related to bad handling of rotated/translated shapes in tilemap | Bojidar Marinov | 2018-06-03 | 1 | -1/+3 |
| | | | | | | | | | | | | | Fixup #18529 and #12870 | ||||
| * | | | Merge pull request #19334 from guilhermefelipecgs/fix_popup | Juan Linietsky | 2018-06-08 | 2 | -35/+6 |
| |\ \ \ | | | | | | | | | Fixes popup_centered_* methods, dialogs with wrong sizes and visual script editor | ||||
| | * | | | Fix #16069, #19292, #19267 and #18940 | Guilherme Felipe | 2018-06-06 | 2 | -35/+6 |
| | | | | | |||||
| * | | | | Merge pull request #19314 from Jellonator/master | Rémi Verschelde | 2018-06-08 | 1 | -0/+8 |
| |\ \ \ \ | | | | | | | | | | | Added autotile override | ||||
| | * | | | | Added autotile override | James Beedie | 2018-06-02 | 1 | -0/+8 |
| | | |/ / | |/| | | |||||
| * | | | | Fix regression with cursor shape | Guilherme Felipe | 2018-06-07 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Entirely new (and much improved) animation editor. | Juan Linietsky | 2018-06-07 | 10 | -31/+1525 |
| | | | | | |||||
| * | | | | Merge pull request #19410 from swarnimarun/tween-stopped | Max Hilbrunner | 2018-06-07 | 2 | -0/+6 |
| |\ \ \ \ | | | | | | | | | | | Adding is_stopped method to Tween | ||||
| | * | | | | Adding is_stopped method to Tween | steincodes | 2018-06-07 | 2 | -0/+6 |
| | | | | | | |||||
| * | | | | | expose lineedit | Alexander Holland | 2018-06-06 | 1 | -0/+1 |
| | |_|/ / |/| | | | |||||
| * | | | | Revert "Prevent visibility notification from being called twice in object ↵ | Rémi Verschelde | 2018-06-05 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | creation" | ||||
| * | | | | Add option to disable automatic multiplayer poll | Fabio Alessandrelli | 2018-06-03 | 2 | -1/+18 |
| | |/ / |/| | | | | | | | | | | | | | | | | | | | | Automatic poll from SceneTree is enabled by default. This allows for polling (and thus RPCs/RSETs) manually in other loops (e.g. physics, thread, specific step) and for proper mutex protecion when accessing the multiplayer API from threads (e.g. for sending larger files in chunks). | ||||
| * | | | Revert "Revert "Prevent visibility notification been called twice in object ↵ | Rémi Verschelde | 2018-05-31 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | creation"" This reverts commit 4d277b96ad581358f63870ae051dc73b69c82cd7. Woops, this wasn't meant to be committed. I just reverted it locally to test something, nothing wrong with the original commit :) | ||||
| * | | | Revert "Prevent visibility notification been called twice in object creation" | Rémi Verschelde | 2018-05-31 | 1 | -2/+1 |
| | | | | | | | | | | | | | This reverts commit d42b17607ef14aeb72036f8747eb4d5c64979872. | ||||
| * | | | Style: Apply clang-format (5.0) to some missed files | Rémi Verschelde | 2018-05-31 | 2 | -25/+24 |
| | | | | |||||
| * | | | Refactor RPCMode enum and checks | Fabio Alessandrelli | 2018-05-29 | 2 | -138/+12 |
| |/ / | |||||
| * | | Revert "RPCMode refactor, more sync modes" | Max Hilbrunner | 2018-05-29 | 2 | -12/+138 |
| | | | |||||
| * | | Merge pull request #19021 from Faless/rpc_sync_fix | Max Hilbrunner | 2018-05-29 | 2 | -138/+12 |
| |\ \ | | | | | | | RPCMode refactor, more sync modes | ||||
| | * | | Refactor RPCMode enum and checks | Fabio Alessandrelli | 2018-05-26 | 2 | -138/+12 |
| | | | | |||||
| * | | | Merge pull request #18691 from Web-eWorks/atlasfixes | Juan Linietsky | 2018-05-27 | 1 | -0/+20 |
| |\ \ \ | | | | | | | | | Fix Sprite3d using AtlasTexture... Again. | ||||
| | * | | | Fix AtlasTexture usage in Sprite3D. | Webster Sheets | 2018-05-08 | 1 | -0/+20 |
| | | | | | | | | | | | | | | | | | Changes as requested in b484d5c. | ||||
| * | | | | Merge pull request #18379 from ZDDM/18-04-23-audiostream-docs | Max Hilbrunner | 2018-05-26 | 1 | -4/+4 |
| |\ \ \ \ | | | | | | | | | | | Fully expose the data variable in AudioStreamSample and AudioStreamOGGVorbis | ||||
| | * | | | | Fully exposes data variable on AudioStreamSample/AudioStreamOGGVorbis... | Zumo | 2018-05-01 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | ...and also changes "_set_data" and "_get_data" to "set_data" and "get_data" respectively. | ||||
| * | | | | | Merge pull request #18885 from Gamblify/AnimationTreeExposePos | Max Hilbrunner | 2018-05-26 | 2 | -0/+8 |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | Expose animation pos to user for AnimationNodes in AnimationTree | ||||
| | * | | | | Expose the animation pos to the user for AnimationNodes in AnimationTrees | Gustav Lund | 2018-05-17 | 2 | -0/+8 |
| | | | | | | |||||
| * | | | | | Check for 0 roll influence | Bastiaan Olij | 2018-05-26 | 1 | -4/+7 |
| | | | | | | |||||
| * | | | | | Merge pull request #19120 from Keetz/master | Max Hilbrunner | 2018-05-25 | 1 | -1/+6 |
| |\ \ \ \ \ | | | | | | | | | | | | | Take tween speed into account when calculating runtime | ||||
| | * | | | | | Take tween speed into account when calculating runtime | Rasmus Ketelsen | 2018-05-25 | 1 | -1/+6 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #19151 from Web-eWorks/freelook-fixes | Rémi Verschelde | 2018-05-25 | 1 | -1/+1 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Revert #14753, as it is buggy and no longer necessary. | ||||
| | * | | | | | | Revert #14753, as it is buggy and no longer necessary. | Webster Sheets | 2018-05-24 | 1 | -1/+1 |
| | |/ / / / / | |||||
| * | | | | | | Merge pull request #19139 from KidRigger/master | Rémi Verschelde | 2018-05-25 | 1 | -0/+2 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Ensures CMD+left and CMD+right only valid for OSX. | ||||
| | * | | | | | | Ensures CMD+left and CMD+right only valid for OSX. | Anish | 2018-05-24 | 1 | -0/+2 |
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix in #18370 is now only valid for OSX and is reverted for other OS. Fixes #19042 | ||||
| * | | | | | | Merge pull request #18752 from danilo2205/enhanced_path_follow | Rémi Verschelde | 2018-05-25 | 5 | -0/+391 |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | Up Vector for Curve3D and OrientedPathFollow Implementation | ||||
| | * | | | | | Up vector implementation and OrientedPathFollow. | danilo2205 | 2018-05-20 | 5 | -0/+391 |
| | | | | | | | |||||
| * | | | | | | fix for TextEdit::set_text firing signals it shouldn't. | Ibrahn Sahir | 2018-05-19 | 2 | -3/+2 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | Removing some _changed signals in set_ functions. Includes revert of commit 384625aa31a3627c25246e06c1fbc3019866765c | ||||
| * | | | | | Merge pull request #19017 from toger5/fix_no_a_input_script_editor_osx | Rémi Verschelde | 2018-05-18 | 1 | -2/+2 |
| |\ \ \ \ \ | | | | | | | | | | | | | fixed capital A osx | ||||
| | * | | | | | fixed capital A osx | toger5 | 2018-05-18 | 1 | -2/+2 |
| | | | | | | | |||||
| * | | | | | | -Hid texture flags by default so they dont take so much space | Juan Linietsky | 2018-05-18 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | -make curve texture preview not so large, so its easier to embed the editor | ||||
| * | | | | | | Merge pull request #18978 from Chaosus/cubebugfix | Rémi Verschelde | 2018-05-18 | 1 | -1/+1 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix property bug in CubeMesh which prevent it from changing in inspector | ||||
| | * | | | | | | Fix bug in CubeMesh | Chaosus | 2018-05-17 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | Revert "Fix color-picker sliders" | Rémi Verschelde | 2018-05-18 | 1 | -4/+5 |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #18960 from isaacremnant/autotile_3x3_minimal | Mariano Javier Suligoy | 2018-05-17 | 3 | -13/+30 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Restore support for minimal 3x3 autotile sets | ||||
| | * | | | | | | | Restore support for minimal 3x3 autotile sets | isaacremnant | 2018-05-17 | 3 | -13/+30 |
| | | | | | | | | | |||||
