Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Renamed AudioDriver audio_input_* vars to input_* | Marcelo Fernandez | 2018-07-27 | 3 | -10/+22 | |
| * | | | Fixed audio clipping on WASAPI by fixing argument order on AudioClient | Saracen | 2018-07-27 | 2 | -10/+24 | |
| * | | | Implemented capture device selection for CoreAudio | Marcelo Fernandez | 2018-07-27 | 2 | -7/+11 | |
| * | | | Modified Microphone implementation to handle only one device at a time (WIP) | Marcelo Fernandez | 2018-07-27 | 6 | -335/+48 | |
| * | | | Fixes for microphone clipping and latency (marcelofg55) | Saracen | 2018-07-27 | 3 | -7/+16 | |
| * | | | Experimental microphone support. | Saracen | 2018-07-27 | 7 | -1/+490 | |
* | | | | Merge pull request #20149 from Overblob/shader_float_typing | Juan Linietsky | 2018-08-10 | 1 | -11/+56 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | * Small hex/float/integer parsing refactoring | Overblob | 2018-07-15 | 1 | -11/+56 | |
* | | | | Merge pull request #20727 from muiroc/fix_sw_sat_table | Juan Linietsky | 2018-08-08 | 1 | -2/+60 | |
|\ \ \ \ | ||||||
| * | | | | fixed godotphysics sat dispatch table | muiroc | 2018-08-05 | 1 | -2/+60 | |
* | | | | | Merge pull request #20381 from AndreaCatania/phymat_2 | Juan Linietsky | 2018-08-07 | 13 | -179/+4 | |
|\ \ \ \ \ | ||||||
| * | | | | | Removed physics material combination mode. Added rough and absorbent paramete... | Andrea Catania | 2018-08-07 | 13 | -179/+4 | |
* | | | | | | add 3D textures | Thomas Herzog | 2018-07-30 | 9 | -36/+189 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Remove pointless check for no texture, fixes #7298 | Juan Linietsky | 2018-07-29 | 1 | -1/+1 | |
* | | | | | Clear color was not correctly being set, fixes #4939 | Juan Linietsky | 2018-07-29 | 3 | -1/+9 | |
* | | | | | Manually fix, merge and close #15168 | Juan Linietsky | 2018-07-29 | 2 | -11/+45 | |
| |_|/ / |/| | | | ||||||
* | | | | Rename flag to better name | Juan Linietsky | 2018-07-27 | 3 | -3/+3 | |
* | | | | Fix of AudioRecordingEffect property | Gustav Lund | 2018-07-27 | 2 | -13/+18 | |
* | | | | Add check to clang 6.0 compiler bug workaround | Rémi Verschelde | 2018-07-26 | 1 | -1/+3 | |
* | | | | Merge pull request #15967 from Gamblify/AudioRecordingModule | Rémi Verschelde | 2018-07-26 | 5 | -2/+367 | |
|\ \ \ \ | ||||||
| * | | | | Audio Recording module | Gustav Lund | 2018-07-26 | 5 | -2/+367 | |
* | | | | | Merge pull request #15643 from organicpencil/bullet_contact_impulse | Rémi Verschelde | 2018-07-26 | 3 | -0/+5 | |
|\ \ \ \ \ | ||||||
| * | | | | | Expose PhysicsDirectBodyState.get_contact_impulse | Lee Pugh | 2018-01-12 | 3 | -0/+5 | |
* | | | | | | doc: Sync classref with current source | Rémi Verschelde | 2018-07-26 | 2 | -2/+2 | |
* | | | | | | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam | 2018-07-26 | 21 | -130/+130 | |
* | | | | | | allow comments and whitespace before shader_type declaration | Todd Ross | 2018-07-26 | 1 | -1/+48 | |
* | | | | | | Merge pull request #18368 from Gamblify/RasterizerEngineSync | Rémi Verschelde | 2018-07-25 | 7 | -14/+14 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Rasterizers are now in sync with engine | Gustav Lund | 2018-06-05 | 7 | -14/+14 | |
* | | | | | | | Added conversions between matrixes in shaders | Chaosus | 2018-07-25 | 1 | -0/+9 | |
* | | | | | | | Merge pull request #20404 from TigerCaldwell/master | Rémi Verschelde | 2018-07-25 | 11 | -2/+142 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Modified RigidBody, PhysicsDirectBodyState, PhysicsServer, and their respecti... | Tiger Caldwell | 2018-07-24 | 11 | -2/+142 | |
* | | | | | | | | Removed unnecessary assignments | Wilson E. Alvarez | 2018-07-24 | 3 | -13/+10 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #12678 from AndreaCatania/soft | Juan Linietsky | 2018-07-23 | 5 | -0/+274 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Implemented Soft body | AndreaCatania | 2018-07-23 | 7 | -12/+273 | |
| * | | | | | | | Added some API to visual server so from control VRAM buffer is more easy | AndreaCatania | 2018-07-23 | 5 | -1/+14 | |
| | |_|_|/ / / | |/| | | | | | ||||||
* / | | | | | | Fix issues with CPUParticles and related conversion from Particles. Closes #2... | Juan Linietsky | 2018-07-23 | 4 | -1/+15 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #12403 from AndreaCatania/phymat | Juan Linietsky | 2018-07-23 | 13 | -4/+195 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Implemented physics material | AndreaCatania | 2018-05-11 | 13 | -4/+195 | |
* | | | | | | | -Fix disable_3d flag | Juan Linietsky | 2018-07-21 | 4 | -8/+28 | |
| |_|_|/ / / |/| | | | | | ||||||
* | | | | | | -Project/Editor settings now use new inspector | Juan Linietsky | 2018-07-19 | 2 | -4/+4 | |
* | | | | | | Add disable ambient light flag to shaders and materials | Alex Roman | 2018-07-17 | 1 | -0/+1 | |
* | | | | | | Add Audio Server profiling time to the profiler | Marcelo Fernandez | 2018-07-17 | 2 | -0/+114 | |
* | | | | | | Merge pull request #20215 from marcelofg55/audio_latency | Max Hilbrunner | 2018-07-17 | 2 | -0/+14 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Added Performance.AUDIO_OUTPUT_LATENCY | Marcelo Fernandez | 2018-07-17 | 2 | -0/+14 | |
* | | | | | | | Merge pull request #20158 from Overblob/Fixed_shader_parsing_error_log | Rémi Verschelde | 2018-07-17 | 1 | -3/+5 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fixed error due to bad cursor handling when parsing shader code | Overblob | 2018-07-14 | 1 | -3/+5 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Further fixes to KinematicBody2D API, support for sync motion in moving objects | Juan Linietsky | 2018-07-17 | 1 | -1/+9 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | -Added support for raycast in KinematicBody2D | Juan Linietsky | 2018-07-16 | 8 | -14/+209 | |
* | | | | | | Finally figured out how to implement AnimatedTexture properly. | Juan Linietsky | 2018-07-16 | 5 | -2/+9 | |
* | | | | | | Visual Shaders are back. | Juan Linietsky | 2018-07-14 | 4 | -52/+55 | |
|/ / / / / |