| Commit message (Expand) | Author | Age | Files | Lines |
| * | Prevent GLAPIENTRY redefine in rasterizer, now included in glad.h | Rémi Verschelde | 2018-11-23 | 2 | -7/+3 |
| * | Avoid voxel cone trace from going full 180 degrees, fixes #20716 | Juan Linietsky | 2018-11-23 | 1 | -1/+1 |
| * | Added missing path verification on Unix, closes #20762 | Juan Linietsky | 2018-11-22 | 1 | -0/+11 |
| * | Removed noperspective (not in GLSL ES 3.0), do not write smooth if not specif... | Juan Linietsky | 2018-11-21 | 1 | -2/+1 |
| * | Clean up code to make intention clear, fixes #20361 | Juan Linietsky | 2018-11-21 | 1 | -4/+1 |
| * | Ensure double sided normalmaps work, fixes #23760 | Juan Linietsky | 2018-11-21 | 1 | -10/+10 |
| * | Remove debug print in RasterizerStorageGLES3 | Rémi Verschelde | 2018-11-20 | 1 | -11/+0 |
| * | Fixed how floats are printed to the GLSL shader, closes #19803 | Juan Linietsky | 2018-11-19 | 2 | -9/+11 |
| * | Don't post process on tiny render targets, fixes #19628 | Juan Linietsky | 2018-11-19 | 1 | -2/+2 |
| * | Fix crash on canvas with BG_MODE_KEEP, closes #19590 | Juan Linietsky | 2018-11-19 | 1 | -1/+3 |
| * | Do not draw particles if they are not processing at all, fixes #19507 | Juan Linietsky | 2018-11-19 | 5 | -0/+17 |
| * | Ensure bone AABBs are properly transformed to affect mesh AABB, fixes #19281 | Juan Linietsky | 2018-11-19 | 1 | -2/+7 |
| * | Properly reset canvas state after drawing, fixes #18860 | Juan Linietsky | 2018-11-18 | 1 | -3/+9 |
| * | Properly accept wildcard when binding IPv4 socket. | Fabio Alessandrelli | 2018-11-18 | 1 | -2/+1 |
| * | Merge pull request #23742 from JFonS/fix_23698 | Rémi Verschelde | 2018-11-18 | 2 | -4/+6 |
| |\ |
|
| | * | Use hint_color when getting shader default params | JFonS | 2018-11-16 | 2 | -4/+6 |
| * | | Merge pull request #23793 from Rubonnek/remove-unnecessary-assignments | Rémi Verschelde | 2018-11-18 | 2 | -9/+0 |
| |\ \ |
|
| | * | | Removed unnecessary assignments | Wilson E. Alvarez | 2018-11-17 | 2 | -9/+0 |
| * | | | Fix distorted sound with PulseAudio and uneven channels | Marcelo Fernandez | 2018-11-17 | 1 | -3/+3 |
| |/ / |
|
| * | | Fix shader bug likely introduced recently. | Juan Linietsky | 2018-11-16 | 1 | -2/+2 |
| * | | Ensure environment radiance is not used on refprobe interiors, fixes #17868 | Juan Linietsky | 2018-11-16 | 2 | -0/+11 |
| * | | Removed unnecesary normal multiplication (only culling was really needed), fi... | Juan Linietsky | 2018-11-16 | 4 | -9/+3 |
| * | | Proxies were being mishandled, leading to the now fixed #17651 | Juan Linietsky | 2018-11-16 | 2 | -6/+8 |
| |/ |
|
| * | Do not error on empty shader, just treat it as invalid by default. Fixes #15998. | Juan Linietsky | 2018-11-14 | 2 | -0/+8 |
| * | Merge pull request #23248 from dlasalle/fog | Juan Linietsky | 2018-11-14 | 7 | -10/+29 |
| |\ |
|
| | * | Add parameter for fog max depth and use alpha as density. | Dominique LaSalle | 2018-11-13 | 7 | -10/+29 |
| * | | Merge pull request #23702 from JFonS/fix_2d_particles_scale | Juan Linietsky | 2018-11-14 | 2 | -0/+9 |
| |\ \ |
|
| | * | | Make 2D particles work OOTB (again) | JFonS | 2018-11-13 | 2 | -0/+9 |
| * | | | Cleaned up and fixed the base_changed function in rasterizers, also fixes #15617 | Juan Linietsky | 2018-11-14 | 7 | -98/+68 |
| |/ / |
|
| * | | Merge pull request #22639 from tagcup/opt | Rémi Verschelde | 2018-11-12 | 2 | -67/+51 |
| |\ \ |
|
| | * | | Avoid some unnecessary calculations in scene.glsl. | Ferenc Arn | 2018-10-11 | 2 | -67/+51 |
| * | | | Merge pull request #23254 from ibrahn/gles2-var-init-cleanup | Rémi Verschelde | 2018-11-12 | 4 | -30/+24 |
| |\ \ \ |
|
| | * | | | Cleaning up some uninitialised variables in GLES2 stuff. | Ibrahn Sahir | 2018-11-02 | 4 | -30/+24 |
| * | | | | Was missing calling _mkid() in shader_gles2.cpp, regarding fix for #12880 | Juan Linietsky | 2018-11-10 | 1 | -4/+10 |
| * | | | | Avoid double underscore from breaking glsl compiler, fixes #12880 | Juan Linietsky | 2018-11-10 | 2 | -6/+4 |
| * | | | | Merge pull request #23502 from Rubonnek/simplified-logic | Rémi Verschelde | 2018-11-05 | 2 | -2/+2 |
| |\ \ \ \ |
|
| | * | | | | Simplified boolean logic in GLES2/3 rasterizers | Wilson E. Alvarez | 2018-11-04 | 2 | -2/+2 |
| | |/ / / |
|
| * / / / | Remove animation loop from ParticlesMaterial + improvements to CPUParticles2D | JFonS | 2018-11-04 | 4 | -27/+3 |
| |/ / / |
|
| * | | | Merge pull request #23125 from JFonS/fix_texture_get_data | Juan Linietsky | 2018-11-01 | 2 | -4/+138 |
| |\ \ \ |
|
| | * | | | Implement rasterizer texture_get_data on OpenGL ES | JFonS | 2018-11-01 | 2 | -4/+138 |
| * | | | | Merge pull request #23388 from eska014/html5-stubexec | Rémi Verschelde | 2018-10-29 | 1 | -0/+6 |
| |\ \ \ \ |
|
| | * | | | | Add proper stubs for OS_JavaScript::execute(), get_process_id(), kill() | Leon Krause | 2018-10-29 | 1 | -0/+6 |
| * | | | | | Merge pull request #23386 from eska014/buffersubdata | Rémi Verschelde | 2018-10-29 | 3 | -23/+100 |
| |\ \ \ \ \ |
|
| | * | | | | | Use BufferSubData instead of MapBufferRange in HTML5 platform | Leon Krause | 2018-10-29 | 3 | -23/+100 |
| | |/ / / / |
|
| * | | | | | Merge pull request #23279 from marcelofg55/osx_server | Rémi Verschelde | 2018-10-29 | 1 | -1/+1 |
| |\ \ \ \ \
| |/ / / /
|/| | | | |
|
| | * | | | | Server platform works on OS X too | Marcelo Fernandez | 2018-10-29 | 1 | -1/+1 |
| * | | | | | Fix GLES2 automatic texture lookup in canvas | Pedro J. Estébanez | 2018-10-28 | 1 | -0/+3 |
| |/ / / / |
|
| * | | | | Merge pull request #23091 from aaronfranke/mingw-warnings | Rémi Verschelde | 2018-10-25 | 1 | -3/+6 |
| |\ \ \ \ |
|
| | * | | | | Fix compile warnings for Windows from Linux | Aaron Franke | 2018-10-19 | 1 | -3/+6 |
| * | | | | | GLES2: Fix shadows shader error for SpotLights | Rémi Verschelde | 2018-10-25 | 1 | -4/+3 |