Age | Commit message (Expand) | Author |
2018-11-14 | No one seems to like the error icon, so I made it invisible. Fixes #16344 | Juan Linietsky |
2018-11-14 | Ensure that array passed to physics is always counter clockwise, fixes #15361. | Juan Linietsky |
2018-11-14 | Merge pull request #23248 from dlasalle/fog | Juan Linietsky |
2018-11-14 | Ability to toggle flipping of tangent and binormal in depth parallax material... | Juan Linietsky |
2018-11-13 | Add parameter for fog max depth and use alpha as density. | Dominique LaSalle |
2018-11-13 | ParticlesMaterial: Simplify PARAM_SCALE texture validation | Rémi Verschelde |
2018-11-12 | Properly remember EOF when interactive loader is done, fixes #14936 | Juan Linietsky |
2018-11-10 | Merge pull request #23632 from DualMatrix/floating_point | Rémi Verschelde |
2018-11-10 | Fixed floating point issue in find() of animation. | DualMatrix |
2018-11-09 | Use a more compatible (and certain to work) mechanism to check default value ... | Juan Linietsky |
2018-11-08 | Effectively ensure that surface materials are the right size when setting the... | Juan Linietsky |
2018-11-08 | -Moved EditorDefaultValue to ClassDB, made it core | Juan Linietsky |
2018-11-08 | Lower minimum margin for collision shapes | Bastiaan Olij |
2018-11-06 | Fix angular velocity property range in editor for ParticlesMaterial | Kanabenki |
2018-11-04 | Remove animation loop from ParticlesMaterial + improvements to CPUParticles2D | JFonS |
2018-11-02 | Merge pull request #23436 from Toshiwoz/primitives_properties | Rémi Verschelde |
2018-11-01 | Merge pull request #23169 from ibrahn/dynamic-fontlist-lifetime | Juan Linietsky |
2018-11-01 | fixed issue with PrismMesh size, ignore for VS code .code-workspace | Toshiwo |
2018-11-01 | Merge pull request #22925 from clayjohn/MeshDataToolError | Rémi Verschelde |
2018-10-28 | Fix particle frames being cut off after 0de8309b2c38306a2c05f8f239fa423bc1b7899b | Bojidar Marinov |
2018-10-25 | Repaired mistyped of 'its' on several files. | M. Huri |
2018-10-20 | Moved dynamic font list from static to lifetime controlled by main. | Ibrahn Sahir |
2018-10-19 | Fixing warnings generated by MSVC | Dualtagh Murray |
2018-10-16 | Remove unnecessary "rings" variable from "draw_rings()" in StyleBox | Michael Alexsander Silva Dias |
2018-10-10 | removed redundant error from meshdatatool | clayjohn |
2018-10-08 | Fixes to CPU particles for performance and avoiding NaNs. | Juan Linietsky |
2018-10-05 | Improved trimesh stability | Andrea Catania |
2018-10-04 | fix enum cast warnings on clang | karroffel |
2018-10-03 | Merge pull request #22643 from akerudesu/dynamic_font_fallback | Rémi Verschelde |
2018-10-03 | Fix some warnings raised by MSVC 2017 | Rémi Verschelde |
2018-10-03 | Fix fallback font oversampling. | Akeru |
2018-10-02 | Merge pull request #21436 from CptPotato/tonemap-fixes | Rémi Verschelde |
2018-10-02 | Merge pull request #22531 from DualMatrix/path_missing_video_memory | Rémi Verschelde |
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-30 | Merge pull request #22543 from slapin/meshdatatool_fix | Rémi Verschelde |
2018-09-29 | Many more GLES2 fixes | Juan Linietsky |
2018-09-30 | MeshDataTool memory corruption fix | Sergey Lapin |
2018-09-29 | Fix warning about functions defined but not used [-Wunused-function] | Rémi Verschelde |
2018-09-29 | Many fixes to GLES2 renderer, fixed compilation issues in GLES3 shaders. | Juan Linietsky |
2018-09-29 | Made Debugger's Video Memory tab show correct resource paths. | DualMatrix |
2018-09-28 | -Lightmap and lightmap capture support for GLES2 | 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-28 | Merge pull request #22384 from DualMatrix/hover_pressed | 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 |