Age | Commit message (Expand) | Author |
2019-07-07 | Hide "Max Rate Hz" if "Max Rate" is unchecked when importing WAV sample | Hugo Locurcio |
2019-07-02 | CryptoCore class to access to base crypto utils. | Fabio Alessandrelli |
2019-06-26 | Some code changed with Clang-Tidy | qarmin |
2019-06-20 | Merge pull request #29283 from qarmin/fix_some_always_same_values | Rémi Verschelde |
2019-06-20 | Fix always true/false values | qarmin |
2019-06-20 | Merge pull request #26205 from Calinou/spatialmaterial-use-packed-channels | Rémi Verschelde |
2019-06-19 | Made use of semicolons more consitent, fixed formatting | JohnJLight |
2019-06-15 | glTF: Fix import of animations with INTERPOLATION_LINEAR | Rémi Verschelde |
2019-06-11 | Merge pull request #29680 from akien-mga/fix-headers | Rémi Verschelde |
2019-06-11 | Add missing license headers | Rémi Verschelde |
2019-06-11 | Fix error macro calls not ending with semicolon | Rémi Verschelde |
2019-05-30 | Merge pull request #24286 from glaforte/bugfix/20878 | Rémi Verschelde |
2019-05-29 | Merge pull request #25480 from WindyDarian/scene_import_root_type_script_glob... | Rémi Verschelde |
2019-05-19 | Fix typos with codespell | Rémi Verschelde |
2019-05-06 | Merge pull request #28365 from fire/split_clip_blend_shapes | Rémi Verschelde |
2019-04-30 | Merge pull request #27453 from KoBeWi/glhf_scene_root | Rémi Verschelde |
2019-04-30 | Merge pull request #27927 from theisegeberg/#27925_trimHalvesAudio | Rémi Verschelde |
2019-04-29 | Refresh import dock on change "animation/storage" | homer666 |
2019-04-23 | Modify ResourceImporterScene to split animations with blendshapes. | K. S. Ernest (iFire) Lee |
2019-04-22 | Merge pull request #27673 from qarmin/small_fixes | Rémi Verschelde |
2019-04-19 | Added ability for multiple images to be imported as an atlas | Juan Linietsky |
2019-04-11 | Removed extra division by format channels causing sounds to get halved. | Theis Egeberg |
2019-04-10 | Bundled VHACD library for convex decomposition. | Juan Linietsky |
2019-04-09 | Style: Apply new changes from clang-format 8.0 | Rémi Verschelde |
2019-04-08 | Use filename for scene root of imported models | Tomasz Chabora |
2019-04-08 | Small fixes, mostly dupicated code | qarmin |
2019-04-07 | Merge pull request #27645 from theisegeberg/fix-wav-import-trim | Rémi Verschelde |
2019-04-05 | Merge pull request #26918 from aqnuep/skeleton_reparenting_fix | Rémi Verschelde |
2019-04-04 | -Added trim limit constant at top of file, defining at which db trimming shou... | Theis Egeberg |
2019-04-03 | Fix: Keep custom tracks option now keeps animation loop property and value tr... | Angeloss |
2019-03-18 | Fix order of transformation in GLTF import | Vivatchai Kaveeta |
2019-03-11 | Fix skeleton reparenting to also work when the skeleton node is not a bone | Daniel Rakos |
2019-03-07 | Ensure ETC2 textures are ALSO compressed to Po2 when have mipmaps. Fixes #26733 | Juan Linietsky |
2019-03-04 | Merge pull request #26607 from ptrojahn/translationescape | Rémi Verschelde |
2019-03-04 | Unescape translations in CSV importer | Paul Trojahn |
2019-03-03 | Skeletons can now choose between using local or world coords for processing, ... | Juan Linietsky |
2019-03-03 | Merge pull request #26446 from QbieShay/root_node_from_escn | Rémi Verschelde |
2019-03-02 | Importer for scenes only overrides the base Node if differently specified by ... | Ilaria Cislaghi |
2019-03-01 | Clean up blend shape support in GLES2 and GLES3. | Juan Linietsky |
2019-02-26 | -Properly handle missing ETC support on export | Juan Linietsky |
2019-02-26 | -Remove harcoded opengl extension testing from OS, ask rasterizer instead. | Juan Linietsky |
2019-02-24 | Many separate fixes to ensure non power of 2 textures work on GLES2, closes #... | Juan Linietsky |
2019-02-23 | Tweak SpatialMaterial's default metallic and roughness texture channels | Hugo Locurcio |
2019-02-20 | Add -Wshadow=local to warnings and fix reported issues. | marxin |
2019-02-12 | Scene: Ensure classes match their header filename | Rémi Verschelde |
2019-02-12 | Core: Ensure classes match their header filename | Rémi Verschelde |
2019-01-29 | Support script global class (class_name) when importing a scene | Windy Darian |
2019-01-28 | Remove unused iostream includes | Rémi Verschelde |
2019-01-26 | Avoid crash in import (though model still does not work well), fixes #19346 | Juan Linietsky |
2019-01-04 | Merge pull request #24647 from WindyDarian/gltf_morph_fix | Rémi Verschelde |