| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge pull request #26660 from marxin/fix-25639-audio-negative-shift | Rémi Verschelde | 2019-03-05 | 1 | -2/+4 |
| |\ |
|
| | * | Fix #25639 by not shifting a negative value. | marxin | 2019-03-05 | 1 | -2/+4 |
| * | | Fix #25641 by not shifting a negative value. | marxin | 2019-03-05 | 1 | -1/+2 |
| |/ |
|
| * | Merge pull request #26532 from aqnuep/texture_array_fixes | Rémi Verschelde | 2019-03-04 | 1 | -1/+5 |
| |\ |
|
| | * | Fixed TextureArray and Texture3D issues | Daniel Rakos | 2019-03-03 | 1 | -1/+5 |
| * | | Properly redraw if something animated is visible | Juan Linietsky | 2019-03-03 | 1 | -1/+0 |
| |/ |
|
| * | Skeletons can now choose between using local or world coords for processing, ... | Juan Linietsky | 2019-03-03 | 4 | -0/+4 |
| * | Fix style issues from recent commits | Rémi Verschelde | 2019-03-03 | 1 | -1/+1 |
| * | Merge pull request #26505 from marcelofg55/input_buffer_crashfix | Rémi Verschelde | 2019-03-02 | 2 | -7/+13 |
| |\ |
|
| | * | Fix possible crash on AudioDriver::input_buffer_write | Marcelo Fernandez | 2019-03-02 | 2 | -7/+13 |
| * | | Clean up and fix some situations where triangulation may fail, closes #26366 | Juan Linietsky | 2019-03-02 | 1 | -7/+8 |
| |/ |
|
| * | Make query checks less agressive, fixes #24694 | Juan Linietsky | 2019-03-02 | 2 | -23/+16 |
| * | Clean up blend shape support in GLES2 and GLES3. | Juan Linietsky | 2019-03-01 | 1 | -0/+3 |
| * | Fix possible crash when AudioDriver::capture_start fails | Marcelo Fernandez | 2019-03-01 | 1 | -6/+12 |
| * | Merge pull request #26287 from JFonS/fix_25992 | Rémi Verschelde | 2019-02-27 | 1 | -1/+1 |
| |\ |
|
| | * | Use item_shadow_mask for LightOccluder2D culling | JFonS | 2019-02-25 | 1 | -1/+1 |
| * | | Merge pull request #26134 from marxin/fix-Wsign-compare | Rémi Verschelde | 2019-02-27 | 2 | -6/+6 |
| |\ \ |
|
| | * | | Fix -Wsign-compare warnings. | marxin | 2019-02-27 | 2 | -6/+6 |
| * | | | Ensure implicit conversions for scalar constants work in shaders, closes #26239 | Juan Linietsky | 2019-02-26 | 1 | -2/+44 |
| * | | | -Properly handle missing ETC support on export | Juan Linietsky | 2019-02-26 | 1 | -5/+5 |
| |/ / |
|
| * | | -Remove harcoded opengl extension testing from OS, ask rasterizer instead. | Juan Linietsky | 2019-02-26 | 1 | -0/+13 |
| * | | -Treat scalar conversions when calling functions as error, closes #24261 | Juan Linietsky | 2019-02-23 | 1 | -6/+2 |
| |/ |
|
| * | Fix invalid change from CLAMP to MAX in #26099 | Rémi Verschelde | 2019-02-23 | 1 | -5/+5 |
| * | Merge pull request #26132 from marxin/fix-Wignored-qualifiers | Rémi Verschelde | 2019-02-22 | 1 | -1/+1 |
| |\ |
|
| | * | Fix warnings seen with -Wignored-qualifiers. | marxin | 2019-02-21 | 1 | -1/+1 |
| * | | Merge pull request #26099 from marxin/fix-Wtype-limits-warnings | Rémi Verschelde | 2019-02-22 | 2 | -8/+5 |
| |\ \ |
|
| | * | | Fix all -Wtype-limits warnings. | marxin | 2019-02-21 | 2 | -8/+5 |
| | |/ |
|
| * / | Fixed bugs in test body motion and removed unnecesary test in move_and_slide.... | Juan Linietsky | 2019-02-21 | 1 | -0/+11 |
| |/ |
|
| * | Merge pull request #26103 from nekomatata/area2d-rectangle-collision-fix | Rémi Verschelde | 2019-02-21 | 1 | -2/+5 |
| |\ |
|
| | * | Area2d rectangle collision check doesn't ignore the first pixel row and colum... | PouleyKetchoupp | 2019-02-21 | 1 | -2/+5 |
| * | | Add -Wshadow=local to warnings and fix reported issues. | marxin | 2019-02-20 | 12 | -81/+79 |
| |/ |
|
| * | Fix update of canvas AABB with update_when_visible | JFonS | 2019-02-17 | 1 | -1/+1 |
| * | Skip disabled shape when getting rest info. Fixes #25941 | Juan Linietsky | 2019-02-16 | 1 | -0/+4 |
| * | Support multiple ray shapes in kinematicbody, fixes #25050 | Juan Linietsky | 2019-02-16 | 2 | -14/+30 |
| * | Add a minimum treshold for acquiring rest contacts to avoid numerical precisi... | Juan Linietsky | 2019-02-16 | 8 | -0/+25 |
| * | Allow kinematic bodies without shapes to still move, fixes #24775 | Juan Linietsky | 2019-02-16 | 4 | -0/+20 |
| * | Make ray shapes not work with OWC. They don't make practical sense together. ... | Juan Linietsky | 2019-02-16 | 1 | -3/+12 |
| * | Fix typos with codespell | Rémi Verschelde | 2019-02-13 | 3 | -5/+5 |
| * | Drivers, main, servers: Ensure classes match their header filename | Rémi Verschelde | 2019-02-12 | 7 | -11/+11 |
| * | Core: Ensure classes match their header filename | Rémi Verschelde | 2019-02-12 | 6 | -7/+4 |
| * | Fixed OWC for rigid bodies, closes #25732 | Juan Linietsky | 2019-02-12 | 1 | -2/+2 |
| * | Merge pull request #25481 from hpvb/fix-ubsan-asan-reports | Rémi Verschelde | 2019-02-12 | 2 | -72/+72 |
| |\ |
|
| | * | Fix many asan and ubsan reported issues | Hein-Pieter van Braam | 2019-01-30 | 2 | -72/+72 |
| * | | [Core] Rename Matrix3 file to Basis | Aaron Franke | 2019-02-09 | 1 | -1/+1 |
| |/ |
|
| * | Revert " Deprecated Godot 3D physics engine" | Rémi Verschelde | 2019-01-28 | 1 | -3/+2 |
| * | Merge pull request #25314 from marxin/fix-24417-class-memaccess | Rémi Verschelde | 2019-01-27 | 1 | -1/+4 |
| |\ |
|
| | * | Use placement new in visual_server_scene.cpp (#24417). | marxin | 2019-01-25 | 1 | -1/+4 |
| * | | Properly get proxy texture size for canvas light, fixes #17067 | Juan Linietsky | 2019-01-27 | 2 | -1/+2 |
| * | | Add a check to help find transforms that are passes invalid. | Juan Linietsky | 2019-01-26 | 1 | -0/+13 |
| * | | doc: Sync classref with current source | Rémi Verschelde | 2019-01-26 | 1 | -1/+1 |