Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-30 | Merge pull request #25670 from aqnuep/bake_mode_affect_gi_prove | Rémi Verschelde | |
Disable GI probe capturing lights with bake mode disabled | |||
2019-04-30 | Properly expose PhysicsServer methods | LATRio | |
2019-04-30 | Merge pull request #27007 from BastiaanOlij/arvr_notifications | Rémi Verschelde | |
Send notifications to ARVRInterfaces | |||
2019-04-30 | Merge pull request #27371 from ShyRed/fixdisabled2dcollisions | Rémi Verschelde | |
Allow adding disabled shapes | |||
2019-04-29 | Merge pull request #18992 from aaronfranke/mono-equal-approx | Rémi Verschelde | |
[Core] [Mono] Improve and use approximate equality methods | |||
2019-04-27 | Added functions to further improve music timing | Juan Linietsky | |
2019-04-27 | Clean up latency related functions | Juan Linietsky | |
2019-04-27 | Send notifications to ARVRInterfaces | Bastiaan Olij | |
2019-04-25 | Use approximate equallity methods in many places | Aaron Franke | |
2019-04-23 | Allow adding disabled shapes | ShyRed | |
Adds the ability to directly add disabled shapes to a collision object. Before this commit a shape has always been assumed to be enabled and had to be disabled in an extra step. | |||
2019-04-23 | Disable GI probe capturing lights with bake mode disabled | Daniel Rakos | |
The bake mode property of lights previously didn't affect GI probes. This change makes the GI probe ignore lights that have their bake mode set to disabled. | |||
2019-04-23 | Merge pull request #26064 from JFonS/add_frustum_camera_mode | Hein-Pieter van Braam | |
Add FRUSTUM camera mode, allowing tilted frustums | |||
2019-04-22 | Don't try to statically allocate 2x 8193 pointers | Hein-Pieter van Braam-Stewart | |
Maximum stack size is only 8KiB, this will try to allocate 8193 * sizeof(void*) * 2 = 131088 bytes on the stack. This causes a crash in some cases. | |||
2019-04-22 | Merge pull request #27673 from qarmin/small_fixes | Rémi Verschelde | |
Small fixes, mostly duplicated code | |||
2019-04-19 | Merge pull request #28200 from bojidar-bg/28115-ysort-breaks-shader | Rémi Verschelde | |
Fix nested YSort breaking "Use parent material" | |||
2019-04-19 | Added ability for multiple images to be imported as an atlas | Juan Linietsky | |
This adds support for groups in the import system, which point to a single file. Add property hint for saving files in file field | |||
2019-04-19 | Fix nested YSort breaking use_parent_material | Bojidar Marinov | |
Fixes #28115 | |||
2019-04-16 | Bind AudioEffectSpectrumAnalyzer::FFT_Size enums | Fabio Alessandrelli | |
2019-04-10 | Added generator audio stream, and spectrum analyzer audio effect | Juan Linietsky | |
Made AudioFrame and Vector2 equivalent for casting. Added ability to obtain the playback object from stream players. Added ability to obtain effect instance from audio server. | |||
2019-04-09 | Merge pull request #27843 from bojidar-bg/27678-ysort-visibility | Rémi Verschelde | |
Do not YSort canvas items that are not visible | |||
2019-04-09 | Style: Apply new changes from clang-format 8.0 | Rémi Verschelde | |
It seems to stay compatible with formatting done by clang-format 6.0 and 7.0, so contributors can keep using those versions for now (they will not undo those changes). | |||
2019-04-10 | Added eye_height, changed description and fixed size of viewport issue | Bastiaan Olij | |
2019-04-09 | Do not YSort canvas items that are not visible | Bojidar Marinov | |
Fixes an issue with nested YSorts not regarding visibility | |||
2019-04-08 | Merge pull request #27644 from lupoDharkael/bus | Rémi Verschelde | |
Allow default audio bus layout modification | |||
2019-04-08 | Small fixes, mostly dupicated code | qarmin | |
2019-04-07 | Merge pull request #27527 from BastiaanOlij/render_ext_target | Rémi Verschelde | |
Add option to have viewport render into supplied texture (VR) | |||
2019-04-07 | Merge pull request #25630 from BastiaanOlij/arvr_positional_mesh | Rémi Verschelde | |
Added a mesh interface to the arvr positional trackers | |||
2019-04-06 | Merge pull request #26486 from marxin/fix-Wdeprecated-copy | Rémi Verschelde | |
Fix new GCC 9 warnings: -Wdeprecated-copy. | |||
2019-04-06 | Merge pull request #25624 from nekomatata/texture-rect-flip | Rémi Verschelde | |
Add ability to flip TextureRect horizontally or vertically | |||
2019-04-06 | Add option to have viewport render into supplied texture | Bastiaan Olij | |
2019-04-05 | Allow default audio bus layout modification | lupoDharkael | |
2019-04-05 | Ability to make CanvasLayers have pseudo 3D depth. | Juan Linietsky | |
2019-04-03 | Add ability to flip TextureRect horizontally or vertically | PouleyKetchoupp | |
2019-03-27 | Remove hardcoded joint bias | ShyRed | |
Use user provided bias instead of hardcoded bias. | |||
2019-03-14 | Fix bone aabb calculation, which caused a skeletal mesh culling issue | Windy Darian | |
There was a bug that could result in most bone aabb boxes ending up with tiny size upon import and mess up with culling of skeletal meshes. This fixes it. | |||
2019-03-05 | Merge pull request #26660 from marxin/fix-25639-audio-negative-shift | Rémi Verschelde | |
Fix #25639 by not shifting a negative value. | |||
2019-03-05 | Fix #25639 by not shifting a negative value. | marxin | |
2019-03-05 | Fix #25641 by not shifting a negative value. | marxin | |
2019-03-04 | Merge pull request #26532 from aqnuep/texture_array_fixes | Rémi Verschelde | |
Fixed TextureArray and Texture3D issues | |||
2019-03-03 | Properly redraw if something animated is visible | Juan Linietsky | |
2019-03-03 | Fixed TextureArray and Texture3D issues | Daniel Rakos | |
- Texture arrays and 3D textures weren't working previously due to an incorrect number of calls to glTexImage3D with incorrect level parameters. This change fixes that. - Fixed the incorrect calculation of the byte size of layered textures. - Added the layer count to the debugger info when viewing video memory usage. | |||
2019-03-03 | Skeletons can now choose between using local or world coords for processing, ↵ | Juan Linietsky | |
fixes #26468 | |||
2019-03-03 | Fix style issues from recent commits | Rémi Verschelde | |
2019-03-02 | Merge pull request #26505 from marcelofg55/input_buffer_crashfix | Rémi Verschelde | |
Fix possible crash on AudioDriver::input_buffer_write | |||
2019-03-02 | Fix possible crash on AudioDriver::input_buffer_write | Marcelo Fernandez | |
2019-03-02 | Clean up and fix some situations where triangulation may fail, closes #26366 | Juan Linietsky | |
2019-03-02 | Fix new GCC 9 warnings: -Wdeprecated-copy. | marxin | |
2019-03-02 | Make query checks less agressive, fixes #24694 | Juan Linietsky | |
2019-03-01 | Clean up blend shape support in GLES2 and GLES3. | Juan Linietsky | |
2019-03-01 | Fix possible crash when AudioDriver::capture_start fails | Marcelo Fernandez | |