summaryrefslogtreecommitdiff
path: root/servers
AgeCommit message (Expand)Author
2018-08-13Add Dummy AudioDriver into the AudioDriverManager listMarcelo Fernandez
2018-08-11Merge pull request #19106 from SaracenOne/audio_micRémi Verschelde
2018-08-10Merge pull request #20149 from Overblob/shader_float_typingJuan Linietsky
2018-08-08Merge pull request #20727 from muiroc/fix_sw_sat_tableJuan Linietsky
2018-08-07Merge pull request #20381 from AndreaCatania/phymat_2Juan Linietsky
2018-08-07Removed physics material combination mode. Added rough and absorbent paramete...Andrea Catania
2018-08-05fixed godotphysics sat dispatch tablemuiroc
2018-07-31Add extra latency to microphone playback to reduce clipping.Saracen
2018-07-30add 3D texturesThomas Herzog
2018-07-29Remove pointless check for no texture, fixes #7298Juan Linietsky
2018-07-29Clear color was not correctly being set, fixes #4939Juan Linietsky
2018-07-29Manually fix, merge and close #15168Juan Linietsky
2018-07-27Renamed AudioDriver audio_input_* vars to input_*Marcelo Fernandez
2018-07-27Fixed audio clipping on WASAPI by fixing argument order on AudioClientSaracen
2018-07-27Implemented capture device selection for CoreAudioMarcelo Fernandez
2018-07-27Modified Microphone implementation to handle only one device at a time (WIP)Marcelo Fernandez
2018-07-27Fixes for microphone clipping and latency (marcelofg55)Saracen
2018-07-27Experimental microphone support.Saracen
2018-07-27Rename flag to better nameJuan Linietsky
2018-07-27Fix of AudioRecordingEffect propertyGustav Lund
2018-07-26Add check to clang 6.0 compiler bug workaroundRémi Verschelde
2018-07-26Merge pull request #15967 from Gamblify/AudioRecordingModuleRémi Verschelde
2018-07-26Merge pull request #15643 from organicpencil/bullet_contact_impulseRémi Verschelde
2018-07-26Audio Recording moduleGustav Lund
2018-07-26doc: Sync classref with current sourceRémi Verschelde
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-26allow comments and whitespace before shader_type declarationTodd Ross
2018-07-25Merge pull request #18368 from Gamblify/RasterizerEngineSyncRémi Verschelde
2018-07-25Added conversions between matrixes in shadersChaosus
2018-07-25Merge pull request #20404 from TigerCaldwell/masterRémi Verschelde
2018-07-24Modified RigidBody, PhysicsDirectBodyState, PhysicsServer, and their respecti...Tiger Caldwell
2018-07-24Removed unnecessary assignmentsWilson E. Alvarez
2018-07-23Merge pull request #12678 from AndreaCatania/softJuan Linietsky
2018-07-23Implemented Soft bodyAndreaCatania
2018-07-23Fix issues with CPUParticles and related conversion from Particles. Closes #2...Juan Linietsky
2018-07-23Added some API to visual server so from control VRAM buffer is more easyAndreaCatania
2018-07-23Merge pull request #12403 from AndreaCatania/phymatJuan Linietsky
2018-07-21-Fix disable_3d flagJuan Linietsky
2018-07-19-Project/Editor settings now use new inspectorJuan Linietsky
2018-07-17Add disable ambient light flag to shaders and materialsAlex Roman
2018-07-17Add Audio Server profiling time to the profilerMarcelo Fernandez
2018-07-17Merge pull request #20215 from marcelofg55/audio_latencyMax Hilbrunner
2018-07-17Merge pull request #20158 from Overblob/Fixed_shader_parsing_error_logRémi Verschelde
2018-07-17Further fixes to KinematicBody2D API, support for sync motion in moving objectsJuan Linietsky
2018-07-17Added Performance.AUDIO_OUTPUT_LATENCYMarcelo Fernandez
2018-07-16-Added support for raycast in KinematicBody2DJuan Linietsky
2018-07-16Finally figured out how to implement AnimatedTexture properly.Juan Linietsky
2018-07-15* Small hex/float/integer parsing refactoringOverblob
2018-07-14Visual Shaders are back.Juan Linietsky
2018-07-14Fixed error due to bad cursor handling when parsing shader codeOverblob