Age | Commit message (Expand) | Author |
2018-11-12 | Do not allow samplers where they dont belong (variables/return types), fixes ... | Juan Linietsky |
2018-11-10 | Make sure rotated shapes with one way direction collisions work, fixes #12791 | Juan Linietsky |
2018-11-08 | Effectively ensure that surface materials are the right size when setting the... | Juan Linietsky |
2018-11-08 | 2D Rigid Body CCD should work again, fixes #6664 | Juan Linietsky |
2018-11-07 | Merge pull request #21386 from RandomShaper/fix-picking-in-canvas-layers | Juan Linietsky |
2018-11-05 | Merge pull request #22622 from JFonS/fix_particle_animation | Rémi Verschelde |
2018-11-04 | Remove animation loop from ParticlesMaterial + improvements to CPUParticles2D | JFonS |
2018-11-03 | <fales> end of the week ;-) | Juan Linietsky |
2018-11-03 | Fix condition test | Juan Linietsky |
2018-11-02 | Simple workaround to make one way moving platforms work, fixes #9399 | Juan Linietsky |
2018-11-02 | -Fix problem in OWC logic closes #11357 | Juan Linietsky |
2018-11-01 | Merge pull request #23411 from RandomShaper/fix-same-layer-not-deterministic | Rémi Verschelde |
2018-11-01 | Update 3D physics to match fix from #22933 | Juan Linietsky |
2018-11-01 | Merge pull request #22933 from SeleckyErik/issue-9148 | Juan Linietsky |
2018-10-30 | Fix canvas stacking not deterministic on same layer | Pedro J. Estébanez |
2018-10-25 | Merge pull request #23262 from swenner/more-cppcheck-fixes | Rémi Verschelde |
2018-10-25 | fixed uninitialized variables and false positives found by CppCheck | Simon Wenner |
2018-10-25 | Merge pull request #22779 from Superwaitsum/LimitSettings | Rémi Verschelde |
2018-10-24 | Add some limits on the Editor Settings | Superwaitsum |
2018-10-24 | Merge pull request #23175 from marcelofg55/input_buffer_fix | Rémi Verschelde |
2018-10-23 | Fixed a typo, treshhold to threshold. | M. Huri |
2018-10-20 | Fix possible audio input buffer issues | Marcelo Fernandez |
2018-10-19 | Fixing warnings generated by MSVC | Dualtagh Murray |
2018-10-13 | Removed duplication of include(s): | M. Huri |
2018-10-11 | Merge pull request #22800 from QbieShay/depth_write | Rémi Verschelde |
2018-10-11 | Fixed non-monitorable areas triggering overlap | Erik |
2018-10-08 | Add missing BIND_ENUM for SPEAKER_SURROUND_31 | Marcelo Fernandez |
2018-10-07 | Merge pull request #22722 from akien-mga/fix-warnings | Rémi Verschelde |
2018-10-06 | Remove redundant "== false" code | Aaron Franke |
2018-10-06 | Remove redundant "== true" code | Aaron Franke |
2018-10-06 | Added the ability to write to gl_FragDepth. It doesn't affect the depth prepass. | QbieShay |
2018-10-04 | Fix more "may be used initialized" warnings from GCC 7 | Rémi Verschelde |
2018-10-02 | Merge pull request #21436 from CptPotato/tonemap-fixes | Rémi Verschelde |
2018-10-02 | Merge pull request #22574 from BastiaanOlij/mobile_vr_gles2 | Rémi Verschelde |
2018-10-02 | Fix warnings on virtual methods [-Woverloaded-virtual] [-Wdelete-non-virtual-... | Rémi Verschelde |
2018-10-02 | Moving lens distortion shader into drivers and adding GLES2 support | Bastiaan Olij |
2018-10-01 | Fix various Clang 7 warnings about unused stuff | Rémi Verschelde |
2018-10-01 | Fix mismatched class/struct definition warnings [-Wmismatched-tags] | Rémi Verschelde |
2018-09-28 | -Lightmap and lightmap capture support for GLES2 | Juan Linietsky |
2018-09-28 | Reflection probe support in GLES2 back-end. | Juan Linietsky |
2018-09-28 | Fix warnings about wrong member initialization order [-Wreorder] | Rémi Verschelde |
2018-09-28 | SCons: Build thirdparty code in own env, disable warnings | Rémi Verschelde |
2018-09-27 | Fix warnings about unhandled enum value in switch [-Wswitch] | Rémi Verschelde |
2018-09-27 | Fix various warnings: [-Waddress], [-Wpointer-arith], [-Wwrite-strings], [-Wr... | Rémi Verschelde |
2018-09-27 | Fix warnings about set but unused variables [-Wunused-but-set-variable] | Rémi Verschelde |
2018-09-27 | Fix warnings about unused variables [-Wunused-variable] | Rémi Verschelde |
2018-09-27 | Fix warnings for comparison between signed and unsigned integers [-Wsign-comp... | Rémi Verschelde |
2018-09-27 | Fix warnings on non-static data member initializers (C++11 feature) | Rémi Verschelde |
2018-09-23 | -Rewrote GLES2 lighting and shadows and optimized state changes, did many opt... | Juan Linietsky |
2018-09-21 | Added missed min/max shader overloads | Chaosus |