Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-25 | Merge pull request #21231 from AlexHolly/filedialog-fix-multi-selection | Rémi Verschelde | |
Check all selected items on OPEN_MANY/OPEN_FILES in FileDialog, also … | |||
2018-08-25 | Merge pull request #21358 from MidZik/master | Rémi Verschelde | |
Disable ability to copy or cut text from LineEdit if secret mode is enabled. | |||
2018-08-24 | Backward compatibility for autotile setup from Godot 3.0.X | Mariano Javier Suligoy | |
Fixes #20746 | |||
2018-08-24 | Merge pull request #21385 from groud/fix_itemlist_signal | Rémi Verschelde | |
Fix a mistake in itemlist multi_select signal | |||
2018-08-24 | Fix a mistake in itemlist multiselect signal | groud | |
2018-08-24 | Merge pull request #20586 from AlexHolly/text-edit-auto-completion | Rémi Verschelde | |
text_edit auto_completion | |||
2018-08-24 | Merge pull request #21379 from volzhs/particle-mat | Rémi Verschelde | |
Make ParticlesMaterial included with disable_3d=yes option | |||
2018-08-25 | Make ParticlesMaterial included with disable_3d=yes option | volzhs | |
2018-08-24 | Particles: Allow speed_scale at 0 in property hint, equivalent to pause | Rémi Verschelde | |
Supersedes and closes #21193. | |||
2018-08-24 | Merge pull request #21049 from AndreaCatania/joints | Rémi Verschelde | |
Improved 6DOF joint implementation | |||
2018-08-24 | Style: Fix previous commits from @reduz | Rémi Verschelde | |
2018-08-24 | Property clear caches in animationtree if animatioplayer is modified. Fixes ↵ | Juan Linietsky | |
#19876 | |||
2018-08-24 | missed outline size in previous commit | Juan Linietsky | |
2018-08-24 | Initalize font size to 16, closes #21165 | Juan Linietsky | |
2018-08-24 | Merge pull request #21110 from natrim/particles2d_editor | Rémi Verschelde | |
Particles2D: fix editing Visibility Rect from new inspector | |||
2018-08-24 | Merge pull request #21156 from MednauN/atlas-texture-fix | Rémi Verschelde | |
Fix AtlasTexture with NinePatchRect and TextureProgress | |||
2018-08-24 | Avoid misuse of set_drag_preview() function where it shouldn't be. Closes #20100 | Juan Linietsky | |
2018-08-24 | Merge pull request #21356 from akien-mga/drop-shadergraph | Rémi Verschelde | |
Drop old ShaderGraph code, obsoleted by VisualShader | |||
2018-08-24 | Make some debug prints verbose-only, remove others | Rémi Verschelde | |
2018-08-24 | Drop old ShaderGraph code, obsoleted by VisualShader | Rémi Verschelde | |
2018-08-24 | Disable ability to copy or cut text from LineEdit if secret mode is enabled. | MidZik | |
2018-08-23 | Added a function to cache texture opacity at a pixel, and modified editor to ↵ | Juan Linietsky | |
use it. Provides massive speedups to selecting objects, still awaiting for @MarianoGNU to do fixes to the region editor to improve performance. | |||
2018-08-23 | Revert "Take CanvasLayer transform into account for 2D physics" | Rémi Verschelde | |
This reverts commit 4839e5f6d9ed1c0afee933009ab44b9913310d27. Fixes #21289. | |||
2018-08-23 | -Fix blend tree rename, closes #20210 | Juan Linietsky | |
-Fixed activity lines in blend tree | |||
2018-08-23 | Merge pull request #21328 from marcelofg55/bind_clipcam | Rémi Verschelde | |
Add missing BIND_ENUM_CONSTANT to ClippedCamera | |||
2018-08-23 | Merge pull request #21326 from volzhs/remove-print-ansm-playback | Rémi Verschelde | |
Remove unnecessary print with AnimationNodeStateMachinePlayback | |||
2018-08-23 | Add missing BIND_ENUM_CONSTANT to ClippedCamera | Marcelo Fernandez | |
2018-08-24 | Remove unnecessary print with AnimationNodeStateMachinePlayback | volzhs | |
2018-08-23 | Switched AnimatedTexture to a readers-writers lock, solves a race condition ↵ | Juan Linietsky | |
and fixes #20221 | |||
2018-08-23 | Fix transform not being applied properly after toggling remote node, fixes ↵ | Juan Linietsky | |
#17671 | |||
2018-08-23 | Fix properly keep scale in RemoteTransform2D, fixes #17692, closes #17690 | Juan Linietsky | |
2018-08-22 | Add option to move Tile/GridMap editors to another side | Michael Alexsander Silva Dias | |
2018-08-22 | Add distance based dithering to the default material. | Juan Linietsky | |
2018-08-22 | Merge pull request #21152 from DualMatrix/fileselect_error | Rémi Verschelde | |
Fixed !is_inside_tree() errors in file dialog | |||
2018-08-22 | Restrict set_pitch_scale to positive scales for AudioStreamPlayer* | Chaosus | |
Fixes #20459. Co-authored-by: Tiago José Sousa Magalhães <crakylps@gmail.com> | |||
2018-08-21 | Merge pull request #21245 from RandomShaper/fix-physics-canvas-xform | Rémi Verschelde | |
Take CanvasLayer transform into account for 2D physics | |||
2018-08-21 | Merge pull request #21250 from dragmz/ref-ptr-n(eq)-op | Rémi Verschelde | |
== and != operators for Ref<T> / T* | |||
2018-08-21 | Style: Fix issues that went past CI | Rémi Verschelde | |
2018-08-21 | Merge pull request #21263 from guilhermefelipecgs/fix_gradient_edit | Rémi Verschelde | |
Fix grab/select of gradient edit | |||
2018-08-21 | Changes to ClippedCamera, RayCast,Raycast2D and 2D physics API to add ↵ | Juan Linietsky | |
ability to choose between bodies and areas when colliding. | |||
2018-08-21 | Merge pull request #21267 from akien-mga/color-grayscale | Rémi Verschelde | |
Deprecate incorrect Color::gray() | |||
2018-08-21 | Optimize CanvasLayer::get_global_transform_with_canvas | Pedro J. Estébanez | |
So it takes advantage of the `get_global_transform` cached data. | |||
2018-08-21 | Take CanvasLayer transform into account for 2D physics | Pedro J. Estébanez | |
Fixes #18073. | |||
2018-08-21 | Merge pull request #21266 from AndreaCatania/master | Juan Linietsky | |
Added area / body collision exception in raycast | |||
2018-08-21 | Added ray / shape / point / motion / rest cast exclusion of area and or body | Andrea Catania | |
2018-08-21 | Deprecate incorrect Color::gray() | Rémi Verschelde | |
This average is not a proper approximation of a grayscale value, get_v() is better suited for that. If we want a real to_grayscale() conversion, it's somewhat more involved: https://en.wikipedia.org/wiki/Grayscale Remove the deprecated Gray() from C# bindings as it conflicts with new named color constants. | |||
2018-08-21 | Clipped camera implementation, a camera that avoids going into geometry. | Juan Linietsky | |
2018-08-21 | Fix grab/select of gradient edit | Guilherme Felipe | |
2018-08-21 | Merge pull request #20101 from panzergame/shape_margin | Rémi Verschelde | |
Expose bullet shape margin to UI. | |||
2018-08-21 | == and != operators for Ref<T> / T* | Marcin Zawiejski | |
This is to prevent crashes for code like: ... void Material::set_next_pass(const Ref<Material> &p_pass) { ERR_FAIL_COND(p_pass == this); ... that's been fixed in 031f763d4fda4e0dbcdf90a170aad3124c50c062 |