Age | Commit message (Expand) | Author |
2017-09-01 | Removed ontop property, added a material rendering priority system. Fixes #99... | Juan Linietsky |
2017-08-31 | Merge pull request #10305 from H4kor/gles3 | Juan Linietsky |
2017-08-30 | Improved default directional shadow params, added bias split scale, closes #9828 | Juan Linietsky |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde |
2017-08-26 | -Massive clean up to gizmos | Juan Linietsky |
2017-08-21 | Several fixes to subsurface scattering. Closes #9530 | Juan Linietsky |
2017-08-20 | Properly initialize color hinted vec4 uniforms to 0,0,0,1 fixes #9354 | Juan Linietsky |
2017-08-19 | -Fix all shadow and culling related issues, fixes #9330 | Juan Linietsky |
2017-08-17 | Oops, fixed wrong color masking problem. Closes #10149 | Juan Linietsky |
2017-08-16 | Fix particles emitting when emitting is set to false in scene | Bojidar Marinov |
2017-08-16 | Synchronize parameter names in definition and declaration | TwistedTwigleg |
2017-08-12 | fixed multimesh_instance_get_color | Niko Abeler |
2017-08-08 | -Restored Sprite3D to working function, fixes #2061, fixes #9738 | Juan Linietsky |
2017-08-07 | Re-revert #378b1e6 for s3tc | bruvzg |
2017-08-07 | Revert #378b1e6 for s3tc | bruvzg |
2017-08-06 | RGTC and S3TC are now always enabled on desktop, given the spect dictates the... | Juan Linietsky |
2017-07-27 | Add missing max. number of samples (MSAA) check | bruvzg |
2017-07-26 | Fix various property not found errors | Poommetee Ketson |
2017-07-26 | Fixes to glow and auto exposure, closes #9797, closes #9106 | Juan Linietsky |
2017-07-24 | Merge pull request #9712 from BastiaanOlij/fix_checking_framebuffer | Juan Linietsky |
2017-07-22 | Several changes to better run in mobile. | Juan Linietsky |
2017-07-19 | -Renamed GlobalConfig to ProjectSettings, makes more sense. | Juan Linietsky |
2017-07-20 | add missing framebuffer check | BastiaanOlij |
2017-07-17 | -Reorganized all properties of project settings (Sorry, Again). | Juan Linietsky |
2017-07-15 | Many fixes to improve GI Probe quality | Juan Linietsky |
2017-07-08 | Added triplanar mapping, toon mode, and more specular modes for materials. Ad... | Juan Linietsky |
2017-07-05 | Some changes to dual paraboloid envmap generation, fixes somme bleeding | Juan Linietsky |
2017-07-04 | Implemented environment arrays for skybox reflection and roughness, quality i... | Juan Linietsky |
2017-06-26 | -Fixed SCREEN_TEXTURE and other related 2D shader parameters. | Juan Linietsky |
2017-06-25 | Ability to restart particle system with a function call | Juan Linietsky |
2017-06-23 | Small fixes required to get platformer to work. | Juan Linietsky |
2017-06-21 | 2D GPU Particles working.. | Juan Linietsky |
2017-06-17 | -Fixed shader lang to not be able to get scalar from matrix (ie mat.x), to ma... | Juan Linietsky |
2017-06-17 | Fix transparent background rendering, closes #8703 | Juan Linietsky |
2017-06-17 | Particles properly update the shadow maps, closes #8815 | Juan Linietsky |
2017-06-16 | -Fix freezes caused by etccomp2, closes #9183 | Juan Linietsky |
2017-06-16 | TIME constant reverted to a single float, fixes #9123 | Juan Linietsky |
2017-06-16 | Fixed memory leaks | Marc Gilleron |
2017-06-15 | Remove error spam on Intel, closes #8665 | Juan Linietsky |
2017-06-14 | Fixed several bugs with directional light, and changed defaults to be more se... | Juan Linietsky |
2017-06-13 | -Fixed occluder rendering, closes #8560 | Juan Linietsky |
2017-06-12 | Fix empty shader related crash, closes #8314 | Juan Linietsky |
2017-06-11 | Restored everything related to information polling, and added information box... | Juan Linietsky |
2017-06-11 | Restored multiple viewport function, as well as view modes. | Juan Linietsky |
2017-06-09 | renamed all Rect3.pos to Rect3.position | alexholly |
2017-06-09 | -Restored multithread capability to VisualServer | Juan Linietsky |
2017-06-05 | -working SCREEN_TEXTURE, SCREEN_UV shader variables | Juan Linietsky |
2017-06-05 | Merge pull request #9038 from AlexHolly/rect2-rename-pos | Rémi Verschelde |
2017-06-03 | subsurface scattering is fixed and working again | Juan Linietsky |
2017-06-04 | renamed all Rect2.pos to Rect2.position | alexholly |