Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-16 | Prevent unused_argument warning when passing arg to parent constructor | Thomas ten Cate | |
This requires creating the FunctionNode object a bit sooner, and setting it as the current_function while parsing the parent constructor call arguments. Note that the return type has not yet been parsed at this point, but that doesn't seem to be a problem. Fixes #22139 | |||
2018-11-15 | ViewportContainer was not passing unhandled input. Pass it, fixes #17326 | Juan Linietsky | |
2018-11-15 | -Send mouse motion events again to CollisionObjects (Area/Body) if they ↵ | Juan Linietsky | |
move, even if mouse does not. Fixes #16536 (likely many others should check) -Add ability for viewports to set input events as handled locally | |||
2018-11-15 | Merge pull request #23716 from JFonS/fix_2d_particles_scale | Juan Linietsky | |
Fix Particles2D animation regression from #23702 | |||
2018-11-15 | Merge pull request #23726 from ibrahn/fix-regex-double-free | Rémi Verschelde | |
Assign pointer null in RegEx::clear to avoid double free on destruction. | |||
2018-11-15 | Assign pointer null in RegEx::clear to avoid double free on destruction. | Ibrahn Sahir | |
2018-11-15 | Merge pull request #23724 from ttencate/get_total_character_count_23720 | Rémi Verschelde | |
Fix return value of get_total_character_count | |||
2018-11-15 | Fix return value of get_total_character_count | Thomas ten Cate | |
Also document that it only counts visible characters. Fixes #23720 | |||
2018-11-15 | Fix Particles2D animation regression from #23702 | JFonS | |
2018-11-14 | No one seems to like the error icon, so I made it invisible. Fixes #16344 | Juan Linietsky | |
2018-11-14 | Ensure that even at slow speed, you will always get collision using ↵ | Juan Linietsky | |
kinematic motion. Fixes #16250 | |||
2018-11-14 | Always use default theme for overrides, closes #13071 | Juan Linietsky | |
2018-11-14 | Proper validation of out arguments in built-in shader functions, closes #16244 | Juan Linietsky | |
2018-11-14 | Merge pull request #23564 from endragor/fix-remove-child-ordering | Juan Linietsky | |
Notify node's moved children after sibling removed | |||
2018-11-14 | Ensure that array passed to physics is always counter clockwise, fixes #15361. | Juan Linietsky | |
2018-11-14 | Show theme values from default theme always, fixes #16011, fixes #13071 | Juan Linietsky | |
2018-11-14 | Add proper warnings when attempting to create a ViewporTexture in a resource ↵ | Juan Linietsky | |
that is not fit for it. Closes #16006. | |||
2018-11-14 | Do not error on empty shader, just treat it as invalid by default. Fixes #15998. | Juan Linietsky | |
2018-11-14 | Merge pull request #23248 from dlasalle/fog | Juan Linietsky | |
Add parameters for fog end depth and use alpha as density. | |||
2018-11-14 | Merge pull request #23702 from JFonS/fix_2d_particles_scale | Juan Linietsky | |
Make 2D particles work OOTB (again) | |||
2018-11-14 | Ability to toggle flipping of tangent and binormal in depth parallax ↵ | Juan Linietsky | |
materials. Fixes #15934. | |||
2018-11-14 | Merge pull request #23704 from ibrahn/fix-py3-x11detect | Rémi Verschelde | |
Fix gcc version check when running scons in python 3. | |||
2018-11-14 | Cleaned up and fixed the base_changed function in rasterizers, also fixes #15617 | Juan Linietsky | |
2018-11-14 | Fix gcc version check when running scons in python 3. | Ibrahn Sahir | |
2018-11-13 | Add parameter for fog max depth and use alpha as density. | Dominique LaSalle | |
2018-11-13 | Add a limit of previously known last element to timer timeout traversal in ↵ | Juan Linietsky | |
SceneTree, fixes #15559 | |||
2018-11-13 | Make 2D particles work OOTB (again) | JFonS | |
2018-11-13 | It is now possible to cancel on 2D polygon editor. RMB (previously close) ↵ | Juan Linietsky | |
and ESC will cancel polygon. Closes #15474 | |||
2018-11-13 | Ability to remove buses while they are being used on 2D and 3D stream ↵ | Juan Linietsky | |
players. Fixes #15115 | |||
2018-11-13 | Merge pull request #23299 from FlamyAT/sprite3d-floating-offset | Rémi Verschelde | |
Changed Sprite3D to float based drawing | |||
2018-11-13 | Merge pull request #23683 from akien-mga/particles-param-scale-texture | Rémi Verschelde | |
ParticlesMaterial: Simplify PARAM_SCALE texture validation | |||
2018-11-13 | doc: Sync classref with current source | Rémi Verschelde | |
2018-11-13 | ParticlesMaterial: Simplify PARAM_SCALE texture validation | Rémi Verschelde | |
Using the same helper method as other param textures. | |||
2018-11-13 | Merge pull request #22940 from Faless/lws_buffers_bis | Rémi Verschelde | |
Better buffering for WebSocket | |||
2018-11-13 | Merge pull request #22314 from Chaosus/rng | Rémi Verschelde | |
Random number generator(remake) | |||
2018-11-13 | Implement random number generator | Chaosus | |
Co-authored-by: Zirak <zirakertan@gmail.com> | |||
2018-11-12 | Convert WebSocket module to use PacketBuffer class | Fabio Alessandrelli | |
2018-11-12 | Add new PacketBuffer class for buffered peers | Fabio Alessandrelli | |
2018-11-12 | RingBuffer::decrease_write | Fabio Alessandrelli | |
2018-11-12 | Merge pull request #22639 from tagcup/opt | Rémi Verschelde | |
Avoid some unnecessary calculations in scene.glsl. | |||
2018-11-12 | Merge pull request #17530 from bojidar-bg/17516-detect-delta | Rémi Verschelde | |
Make it possible to call move_and_slide from _process, even if it is not recommended | |||
2018-11-12 | Merge pull request #23254 from ibrahn/gles2-var-init-cleanup | Rémi Verschelde | |
Cleaning up some uninitialised variables in GLES2 stuff. | |||
2018-11-12 | Merge pull request #23407 from bojidar-bg/3281-ysort-recursive | Rémi Verschelde | |
Y-Sort children together in nested YSorts | |||
2018-11-12 | Merge pull request #23090 from DavidSichma/inconsistent-kinematic | Rémi Verschelde | |
Consistency in KinematicBody | |||
2018-11-12 | Merge pull request #23671 from marcelofg55/export_path_fix | Rémi Verschelde | |
Fix missing bind for _export_path_changed | |||
2018-11-12 | Merge pull request #23670 from merumelu/default-bus-layout-check | Rémi Verschelde | |
Use `ResourceLoader::exists` to check for default audio bus layout | |||
2018-11-12 | Merge pull request #23669 from marcelofg55/gcc_55_fix | Rémi Verschelde | |
Fix compile recent compile issues with gcc 5.5 | |||
2018-11-12 | Fix missing bind for _export_path_changed | Marcelo Fernandez | |
2018-11-12 | Use `ResourceLoader::exists` to check for default audio bus layout | merumelu | |
2018-11-12 | Fix compile recent compile issues with gcc 5.5 | Marcelo Fernandez | |