Age | Commit message (Expand) | Author |
2018-06-05 | Rasterizers are now in sync with engine | Gustav Lund |
2018-06-01 | Fix return type of isnan and isinf in the shader language | Oliver Rausch |
2018-05-26 | Merge pull request #18349 from Gorgexpress/master | Max Hilbrunner |
2018-05-25 | Expose methods area_set_area_monitor_callback and area_set_monitorable in Phy... | MrCdK |
2018-05-16 | Merge pull request #18868 from bruvzg/clang_6_workaround | Rémi Verschelde |
2018-05-16 | Fix bad operator check in `ShaderLanguage::_validate_assign` | nemerle |
2018-05-14 | Workaround for clang 6 bug. | bruvzg |
2018-05-11 | Implemented physics material | AndreaCatania |
2018-05-08 | canvas_item_add_triangle_array bind fixup | Marcelo Fernandez |
2018-05-08 | Merge pull request #17559 from simedis/joint_motors | Rémi Verschelde |
2018-05-07 | Merge pull request #17845 from JFonS/disable_spatial_shadows | Juan Linietsky |
2018-05-07 | Merge pull request #18144 from Crazy-P/Resolves-crash-on-shape2D-culling-for-... | Juan Linietsky |
2018-05-07 | Merge pull request #18533 from JFonS/fix_shader_compile | Juan Linietsky |
2018-05-07 | Fix vector reduction in shader language | JFonS |
2018-05-07 | Merge pull request #18495 from Zylann/partial_texture_update | Juan Linietsky |
2018-05-07 | Merge pull request #18677 from BastiaanOlij/add_no_blend | Juan Linietsky |
2018-05-07 | Add no-blend canvas item render_mode | Bastiaan Olij |
2018-05-06 | Added option to viewport to keep linear color | Bastiaan Olij |
2018-05-03 | Skeleton for 2D WIP | Juan Linietsky |
2018-05-01 | Merge pull request #18291 from akien-mga/coverity-uninitialized-scalar-var | Rémi Verschelde |
2018-05-01 | Merge pull request #18321 from Crazy-P/Fixes-logically-dead-code | Rémi Verschelde |
2018-04-29 | Added partial texture update to VisualServer | Marc Gilleron |
2018-04-22 | Change ".." punctuation for "..." in editor strings (#16507) | Hugo Locurcio |
2018-04-22 | Fixed 2D intersect_shape limiting broadphase results | Michael |
2018-04-21 | Fixes logically dead code (Coverity) | Crazy-P |
2018-04-19 | Fix Coverity reports of uninitialized scalar variable | Rémi Verschelde |
2018-04-18 | Merge pull request #17391 from PJB3005/18-03-09-fix-canvas-light-shaders | Rémi Verschelde |
2018-04-17 | Fix typos in shader_language.cpp | Poommetee Ketson |
2018-04-13 | Fixes canvas light shaders. | Pieter-Jan Briers |
2018-04-12 | Resolves crash on shape2D culling for empty Concave shapes | Crazy-P |
2018-04-11 | Update classref and docs, fix missing parameters' name | Poommetee Ketson |
2018-04-08 | Merge pull request #17151 from ShyRed/disabled_shapes_2d | Juan Linietsky |
2018-04-08 | Merge pull request #17421 from Chaosus/fixshaderbugs | Juan Linietsky |
2018-04-08 | Merge pull request #17594 from ivodopiviz/float-overflow | Juan Linietsky |
2018-04-07 | Merge pull request #17742 from marcelofg55/audio_device_list | Juan Linietsky |
2018-03-29 | Added flag on SpatialMaterial to disable shadows | JFonS |
2018-03-28 | Removed redundant abs shader builtin | Chaosus |
2018-03-26 | Added new audio device functions to set/get the audio device | Marcelo Fernandez |
2018-03-23 | Merge pull request #17680 from beniwtv/master | Rémi Verschelde |
2018-03-23 | Merge pull request #17532 from BastiaanOlij/arvr_enhancements | Rémi Verschelde |
2018-03-21 | Fix missing const in CapsuleShapeSW::get_area | Marcelo Fernandez |
2018-03-21 | Fix compressor audio effect sidechain selection | Benedikt Bär |
2018-03-20 | Merge pull request #17637 from robfram/fix-draw_polyline_colors-crash | Rémi Verschelde |
2018-03-19 | Fix crash in `canvas_item_add_polyline` when passing more points than colors | robfram |
2018-03-19 | Fix possible crash when audio channels change | Marcelo Fernandez |
2018-03-17 | Changed debug max distance to avoid overflow | Ivan Vodopiviz |
2018-03-16 | Implemented interface for bullet joint motors | Geoffrey |
2018-03-16 | Merge pull request #16964 from mrcdk/audio_server_bus_changed_fix | Hein-Pieter van Braam |
2018-03-15 | Merge pull request #17248 from Cygon/implement-extra-culling-margin | Hein-Pieter van Braam |
2018-03-15 | Hinted shader uniforms can have a default value | JFonS |