Age | Commit message (Expand) | Author |
2019-01-27 | Use transparent framebuffer only when set to transparent, closes #21827 | Juan Linietsky |
2019-01-17 | Fixes to 2D lights, closes #24750 | Juan Linietsky |
2019-01-15 | Ensure canvas copy texscreen will not crash if render target is configured wi... | Juan Linietsky |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-12-27 | -Implented 2D Mesh support for GLES2 | Juan Linietsky |
2018-11-18 | Properly reset canvas state after drawing, fixes #18860 | Juan Linietsky |
2018-11-16 | Proxies were being mishandled, leading to the now fixed #17651 | Juan Linietsky |
2018-11-13 | Make 2D particles work OOTB (again) | JFonS |
2018-11-04 | Remove animation loop from ParticlesMaterial + improvements to CPUParticles2D | JFonS |
2018-10-24 | Add some limits on the Editor Settings | Superwaitsum |
2018-10-02 | Moving lens distortion shader into drivers and adding GLES2 support | Bastiaan Olij |
2018-09-27 | Fix warnings about set but unused variables [-Wunused-but-set-variable] | Rémi Verschelde |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-09-08 | Fixed a theoretical condition where prealpha prevents lighting | Bastiaan Olij |
2018-09-06 | Ability for Light2D to use a proxy texture, fixes #17067 | Juan Linietsky |
2018-08-29 | Ported CPU particles to 2D | Juan Linietsky |
2018-08-24 | Added a more minimal test to avoid crash in #20677 but I dont think this is t... | Juan Linietsky |
2018-08-24 | Make some debug prints verbose-only, remove others | Rémi Verschelde |
2018-07-19 | -Project/Editor settings now use new inspector | Juan Linietsky |
2018-07-16 | Finally figured out how to implement AnimatedTexture properly. | Juan Linietsky |
2018-07-12 | Merge pull request #19707 from toger5/fix_clipping_vflip | Max Hilbrunner |
2018-06-20 | prevent redraws when an inactive Particles2D node is present | Marcin Zawiejski |
2018-06-16 | fix clipping with v_flip fixes: #2929 | toger5 |
2018-05-15 | Fix a corner-case bug in _copy_texscreen in the gles3 renderer | Bojidar Marinov |
2018-05-07 | Add no-blend canvas item render_mode | Bastiaan Olij |
2018-05-04 | Skeletal deform working | Juan Linietsky |
2018-05-03 | Skeleton for 2D WIP | Juan Linietsky |
2018-02-28 | Use GL_LINE_STRIP instead of GL_LINES when drawing polylines. | Nicolas Silva |
2018-02-21 | 2D Skeletons WORK IN PROGRESS | Juan Linietsky |
2018-02-21 | Add base support for 2D meshes in Godot, including Sprite -> Mesh2D conversion. | Juan Linietsky |
2018-02-19 | Fix a rendering bug with screen_texture | Bojidar Marinov |
2018-01-11 | Properly fix blend equations for both transparent and non transparent framebu... | Juan Linietsky |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2017-12-26 | Fixed proper texture binding for sprite material, fixes #13987 | Juan Linietsky |
2017-12-26 | Property apply shader parameters, even when materials are being reused, fixes... | Juan Linietsky |
2017-12-19 | Fix pixel snap not being used in 3.0 | Guilherme Silva |
2017-12-16 | Don't glBindTexture() on viewports without effects | Hein-Pieter van Braam |
2017-12-09 | -Ability to and unwrap lightmap coordinates on import | Juan Linietsky |
2017-12-04 | -Implemented Proxy Textures (needed to solve the problem with ViewportTexture) | Juan Linietsky |
2017-11-25 | Made Vector::ptrw explicit for writing, compiler was sometimes using the wron... | Juan Linietsky |
2017-11-19 | Cleanup old references to GLES2 renderer | Rémi Verschelde |
2017-11-17 | Fix alpha dithering in viewports with TransparentBg=false and Usage=2D, issue... | andrzej.buczynski |
2017-09-12 | Merge pull request #10897 from themindoverall/fix_box_select | Rémi Verschelde |
2017-09-05 | Automatically redraw when shaders using TIME are visible, fixes #10554 | Juan Linietsky |
2017-09-02 | Fix draw_rect when width or height < 0. Fixes #10849 | Chris Serino |
2017-09-01 | add shadow_filter variant PCF7 | letheed |
2017-08-31 | Merge pull request #10417 from bojidar-bg/x-fix-tilemap-transpose | Rémi Verschelde |
2017-08-29 | Implement texture UV transpose in the gles3 renderer | Bojidar Marinov |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde |