Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-23 | Tweak SpatialMaterial's default metallic and roughness texture channels | Hugo Locurcio | |
To follow the glTF 2.0 specification in all cases (including outside of imported glTF scenes), the blue channel is now used for metallic and the green channel is now used for roughness. | |||
2019-02-23 | Make allowed pid for window takeover happen immediately, fixes #21431 | Juan Linietsky | |
2019-02-23 | Merge pull request #26189 from AinaSG/master | Rémi Verschelde | |
Enabling ipv6 in libwebsockets | |||
2019-02-23 | Ensure move and slide snap respects stop on slope, fixes #26180 | Juan Linietsky | |
2019-02-23 | Fix invalid change from CLAMP to MAX in #26099 | Rémi Verschelde | |
CLAMP limits the value between the two bounds, so for unsigned ints it should be replaced by MIN(val, max), not MAX. The issue in voxel_light_baker.cpp was fixed in 4f697f7. Fixes #26170. | |||
2019-02-23 | Merge pull request #26184 from MarianoGnu/fixes | Rémi Verschelde | |
TileSetEditor: Show Edition Context by demand | |||
2019-02-23 | Merge pull request #26157 from YeldhamDev/splitcont_update_check | Rémi Verschelde | |
Make 'SplitContainer' update drawing only if actually needs to | |||
2019-02-23 | Merge pull request #26183 from marcelofg55/wasapi_notsupported_format | Hein-Pieter van Braam | |
Fix WASAPI driver not working when the device doesn't supports the mix format | |||
2019-02-23 | Enabling ipv6 in libwebsockets | Aina | |
2019-02-23 | TileSetEditor: Show Edition Context by demand | Mariano Suligoy | |
2019-02-23 | Fix WASAPI driver not working when the device doesn't supports the mix format | Marcelo Fernandez | |
2019-02-22 | Change MAX for MIN, fixes #26170 | Juan Linietsky | |
2019-02-23 | Merge pull request #25683 from wombatstampede/patch-1 | Hein-Pieter van Braam | |
Update CPUParticles.xml | |||
2019-02-23 | Merge pull request #26158 from marcelofg55/wasapi_init_err | Hein-Pieter van Braam | |
Extended WASAPI Initialize error message | |||
2019-02-22 | Added a workaround to avoid crashes due to how TileSet editor works, fixes ↵ | Juan Linietsky | |
#23672 Also fixed a few uninitialized memory variables. | |||
2019-02-22 | Properly update materials when adding surface, fixes #23790 | Juan Linietsky | |
2019-02-22 | Merge pull request #26165 from hpvb/fix-parse-utf8 | Hein-Pieter van Braam | |
Don't crash when parse_utf8 receives a NULL pointer | |||
2019-02-22 | Don't crash when parse_utf8 receives a NULL pointer | Hein-Pieter van Braam | |
This can happen when chaining calls to various string methods when the string is empty. | |||
2019-02-22 | Extended WASAPI Initialize error message | Marcelo Fernandez | |
2019-02-22 | Ensure that no depth test is used (specially in prepass) for objects that ↵ | Juan Linietsky | |
dont test or draw depth, fixes #25201 | |||
2019-02-22 | Fix precision issue with skeletons, closes #26057, closes #26062 | Juan Linietsky | |
2019-02-22 | Remove unused variable after aab8f44 | Rémi Verschelde | |
2019-02-22 | -Support DEPTH_TEXTURE in GLES2, fixes #25106 | Juan Linietsky | |
-Fix use of transparent framebuffers in GLES2 -Fix use of ambient color clearing in GLES2 when no environment exists. | |||
2019-02-22 | Document that ViewportTexture is flipped on Y | Rémi Verschelde | |
Fixes #26141. | |||
2019-02-22 | Make 'SplitContainer' update drawing only if actually needs to | Michael Alexsander Silva Dias | |
2019-02-22 | Check that area is inside tree besides checking that queries are flushed, ↵ | Juan Linietsky | |
fixes #26148 | |||
2019-02-22 | Merge pull request #26153 from godotengine/revert-26111-areaopti | Rémi Verschelde | |
Revert "Optimized area check" | |||
2019-02-22 | Revert "Optimized area check" | Rémi Verschelde | |
2019-02-22 | Merge pull request #26150 from akien-mga/export-error-message | Rémi Verschelde | |
Improve error message on project export failure | |||
2019-02-22 | Improve error message on project export failure | Rémi Verschelde | |
It's still not enough and we need better validation/error checking, but it should help with people assume corrupted templates when it's their config which is invalid. | |||
2019-02-22 | Merge pull request #26146 from YeldhamDev/splitcont_hover_fix | Rémi Verschelde | |
Fix 'SplitContainer's showing their handles when they shouldn't | |||
2019-02-22 | Merge pull request #26133 from YeldhamDev/ttr_undoredo_actions | Rémi Verschelde | |
Make translatable some undo/redo operations in the editor | |||
2019-02-22 | Merge pull request #26129 from YeldhamDev/undoredo_merge_all_fix | Rémi Verschelde | |
Fix 'UndoRedo's 'MERGE_ALL' mode repeating instructions when quickly commiting actions | |||
2019-02-22 | Merge pull request #26132 from marxin/fix-Wignored-qualifiers | Rémi Verschelde | |
Fix warnings seen with -Wignored-qualifiers. | |||
2019-02-22 | Merge pull request #26130 from karroffel/gdnative-dictionary-fix | Rémi Verschelde | |
added godot_dictionary_get_with_default to GDNative | |||
2019-02-22 | Fix code style issues | Rémi Verschelde | |
2019-02-22 | Merge pull request #26099 from marxin/fix-Wtype-limits-warnings | Rémi Verschelde | |
Fix all -Wtype-limits warnings. | |||
2019-02-21 | Fix 'SplitContainer's showing their handles when they shouldn't | Michael Alexsander Silva Dias | |
Fixes #25735. | |||
2019-02-21 | Implement a cleaner (and better) way to save imagedata from ImageTexture, ↵ | Juan Linietsky | |
fixes #18801 | |||
2019-02-21 | Make alpha 1.0 when using texscreen, fixes #25850 | Juan Linietsky | |
2019-02-21 | Fix audio previews, closes #25979 | Juan Linietsky | |
2019-02-21 | Request to use load when cyclic reference is found, closes #26119 | Juan Linietsky | |
2019-02-21 | Fixed bugs in test body motion and removed unnecesary test in ↵ | Juan Linietsky | |
move_and_slide. Fixes #25968 | |||
2019-02-21 | Make translatable some undo/redo operations in the editor | Michael Alexsander Silva Dias | |
2019-02-21 | Fix warnings seen with -Wignored-qualifiers. | marxin | |
2019-02-21 | added godot_dictionary_get_with_default to GDNative | karroffel | |
Recently, Dictionary::get() was introduced, which acts like a index operator but allows the caller to specify a default value to return instead of issuing an error. This commit adds a new GDNative function that includes the default value. | |||
2019-02-21 | Fix 'UndoRedo's 'MERGE_ALL' mode repeating instructions when quickly ↵ | Michael Alexsander Silva Dias | |
commiting actions It seems that the merge operation validation is only useful to the 'MERGE_ENDS' mode, causing problems when in 'MERGE_ALL'. Fixes #26118. | |||
2019-02-21 | Fix all -Wtype-limits warnings. | marxin | |
2019-02-21 | Merge pull request #26125 from JFonS/revert_light_vec_shadows | Rémi Verschelde | |
Revert back to ignoring LIGHT_VEC for 2D shadows | |||
2019-02-21 | Many fixes regarding depth buffer clearing, closes #25994, closes #25975 | Juan Linietsky | |