| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #21436 from CptPotato/tonemap-fixes | Rémi Verschelde | 2018-10-02 | 2 | -2/+2 |
|\ |
|
| * | fix reinhard tonemapper, modified filmic tonemapper, added internal exposure ... | alex-poe | 2018-08-27 | 2 | -2/+2 |
* | | Merge pull request #22574 from BastiaanOlij/mobile_vr_gles2 | Rémi Verschelde | 2018-10-02 | 1 | -0/+1 |
|\ \ |
|
| * | | Moving lens distortion shader into drivers and adding GLES2 support | Bastiaan Olij | 2018-10-02 | 1 | -0/+1 |
* | | | Fix warnings on virtual methods [-Woverloaded-virtual] [-Wdelete-non-virtual-... | Rémi Verschelde | 2018-10-02 | 4 | -3/+4 |
|/ / |
|
* | | Fix various Clang 7 warnings about unused stuff | Rémi Verschelde | 2018-10-01 | 2 | -2/+0 |
* | | Fix mismatched class/struct definition warnings [-Wmismatched-tags] | Rémi Verschelde | 2018-10-01 | 2 | -18/+6 |
* | | -Lightmap and lightmap capture support for GLES2 | Juan Linietsky | 2018-09-28 | 5 | -0/+13 |
* | | Reflection probe support in GLES2 back-end. | Juan Linietsky | 2018-09-28 | 5 | -0/+6 |
* | | Fix warnings about wrong member initialization order [-Wreorder] | Rémi Verschelde | 2018-09-28 | 1 | -2/+2 |
* | | SCons: Build thirdparty code in own env, disable warnings | Rémi Verschelde | 2018-09-28 | 7 | -14/+0 |
* | | Fix warnings about unhandled enum value in switch [-Wswitch] | Rémi Verschelde | 2018-09-27 | 9 | -7/+57 |
* | | Fix various warnings: [-Waddress], [-Wpointer-arith], [-Wwrite-strings], [-Wr... | Rémi Verschelde | 2018-09-27 | 2 | -9/+9 |
* | | Fix warnings about set but unused variables [-Wunused-but-set-variable] | Rémi Verschelde | 2018-09-27 | 2 | -6/+6 |
* | | Fix warnings about unused variables [-Wunused-variable] | Rémi Verschelde | 2018-09-27 | 3 | -24/+11 |
* | | Fix warnings for comparison between signed and unsigned integers [-Wsign-comp... | Rémi Verschelde | 2018-09-27 | 1 | -1/+1 |
* | | Fix warnings on non-static data member initializers (C++11 feature) | Rémi Verschelde | 2018-09-27 | 2 | -2/+5 |
* | | -Rewrote GLES2 lighting and shadows and optimized state changes, did many opt... | Juan Linietsky | 2018-09-23 | 2 | -0/+8 |
* | | Added missed min/max shader overloads | Chaosus | 2018-09-21 | 1 | -0/+18 |
* | | Fixed an access after free in ShaderLanguage::_reduce_expression. | Ibrahn Sahir | 2018-09-19 | 1 | -1/+2 |
* | | Set uniform default values in inspector | JFonS | 2018-09-13 | 7 | -0/+90 |
* | | Merge pull request #21982 from luzpaz/misc-typos | Rémi Verschelde | 2018-09-13 | 5 | -5/+5 |
|\ \ |
|
| * | | Misc. typos | luz.paz | 2018-09-12 | 5 | -5/+5 |
* | | | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 77 | -146/+147 |
|/ / |
|
* | | PhysicsServer: Add validity checks for shape query parameters | Rémi Verschelde | 2018-09-10 | 2 | -82/+16 |
* | | Fix handling of shader constants that caused crash, closes #15166 | JFonS | 2018-08-31 | 1 | -16/+31 |
* | | Ported CPU particles to 2D | Juan Linietsky | 2018-08-29 | 6 | -0/+23 |
* | | log to console if falling back to dummy audio driver | thfrwn | 2018-08-27 | 1 | -1/+5 |
|/ |
|
* | Make some debug prints verbose-only, remove others | Rémi Verschelde | 2018-08-24 | 15 | -131/+19 |
* | BPTC support | elasota | 2018-08-21 | 1 | -0/+1 |
* | Restrict set_pitch_scale to positive scales for AudioStreamPlayer* | Chaosus | 2018-08-22 | 2 | -4/+4 |
* | Changes to ClippedCamera, RayCast,Raycast2D and 2D physics API to add ability... | Juan Linietsky | 2018-08-21 | 7 | -62/+152 |
* | Added ray / shape / point / motion / rest cast exclusion of area and or body | Andrea Catania | 2018-08-21 | 4 | -38/+40 |
* | Merge pull request #20101 from panzergame/shape_margin | Rémi Verschelde | 2018-08-21 | 3 | -0/+16 |
|\ |
|
| * | Expose bullet shape margin to UI. | Tristan Porteries | 2018-08-16 | 3 | -0/+16 |
* | | Merge pull request #21220 from Noshyaar/import-crash | Rémi Verschelde | 2018-08-21 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix crash while importing corrupted wav | Poommetee Ketson | 2018-08-21 | 1 | -1/+1 |
* | | | Merge pull request #21228 from Noshyaar/docs-bind | Rémi Verschelde | 2018-08-21 | 2 | -20/+20 |
|\ \ \ |
|
| * | | | Fix arg name in docs, some copy-paste errors | Poommetee Ketson | 2018-08-21 | 2 | -20/+20 |
| |/ / |
|
* / / | Fixes to move and slide and ray separation, implement separation in Godot phy... | Juan Linietsky | 2018-08-20 | 5 | -7/+165 |
|/ / |
|
* | | Merge pull request #20908 from AndreaCatania/kiSlope | Juan Linietsky | 2018-08-20 | 2 | -0/+16 |
|\ \ |
|
| * | | Added ray shape and move_and_slide with snapping on 3D. | Andrea Catania | 2018-08-19 | 2 | -0/+16 |
* | | | Added FRAGCOORD to spatial light processing | Chaosus | 2018-08-20 | 1 | -0/+1 |
* | | | Allow matrixes in varyings | Chaosus | 2018-08-19 | 1 | -2/+2 |
|/ / |
|
* | | add project method to Vector2/3 | Thomas Herzog | 2018-08-16 | 1 | -1/+1 |
* | | Merge pull request #18096 from aaronfranke/master | Juan Linietsky | 2018-08-14 | 2 | -2/+2 |
|\ \ |
|
| * | | [Core] Completely kill math_2d.h, change includes | Aaron Franke | 2018-08-11 | 2 | -2/+2 |
* | | | Add Dummy AudioDriver into the AudioDriverManager list | Marcelo Fernandez | 2018-08-13 | 1 | -11/+8 |
* | | | Merge pull request #19106 from SaracenOne/audio_mic | Rémi Verschelde | 2018-08-11 | 5 | -1/+244 |
|\ \ \ |
|
| * | | | Add extra latency to microphone playback to reduce clipping. | Saracen | 2018-07-31 | 2 | -1/+3 |