summaryrefslogtreecommitdiffstats
path: root/servers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Renamed AudioDriver audio_input_* vars to input_*Marcelo Fernandez2018-07-273-10/+22
| * | | Fixed audio clipping on WASAPI by fixing argument order on AudioClientSaracen2018-07-272-10/+24
| * | | Implemented capture device selection for CoreAudioMarcelo Fernandez2018-07-272-7/+11
| * | | Modified Microphone implementation to handle only one device at a time (WIP)Marcelo Fernandez2018-07-276-335/+48
| * | | Fixes for microphone clipping and latency (marcelofg55)Saracen2018-07-273-7/+16
| * | | Experimental microphone support.Saracen2018-07-277-1/+490
* | | | Merge pull request #20149 from Overblob/shader_float_typingJuan Linietsky2018-08-101-11/+56
|\ \ \ \ | |_|/ / |/| | |
| * | | * Small hex/float/integer parsing refactoringOverblob2018-07-151-11/+56
* | | | Merge pull request #20727 from muiroc/fix_sw_sat_tableJuan Linietsky2018-08-081-2/+60
|\ \ \ \
| * | | | fixed godotphysics sat dispatch tablemuiroc2018-08-051-2/+60
* | | | | Merge pull request #20381 from AndreaCatania/phymat_2Juan Linietsky2018-08-0713-179/+4
|\ \ \ \ \
| * | | | | Removed physics material combination mode. Added rough and absorbent paramete...Andrea Catania2018-08-0713-179/+4
* | | | | | add 3D texturesThomas Herzog2018-07-309-36/+189
| |/ / / / |/| | | |
* | | | | Remove pointless check for no texture, fixes #7298Juan Linietsky2018-07-291-1/+1
* | | | | Clear color was not correctly being set, fixes #4939Juan Linietsky2018-07-293-1/+9
* | | | | Manually fix, merge and close #15168Juan Linietsky2018-07-292-11/+45
| |_|/ / |/| | |
* | | | Rename flag to better nameJuan Linietsky2018-07-273-3/+3
* | | | Fix of AudioRecordingEffect propertyGustav Lund2018-07-272-13/+18
* | | | Add check to clang 6.0 compiler bug workaroundRémi Verschelde2018-07-261-1/+3
* | | | Merge pull request #15967 from Gamblify/AudioRecordingModuleRémi Verschelde2018-07-265-2/+367
|\ \ \ \
| * | | | Audio Recording moduleGustav Lund2018-07-265-2/+367
* | | | | Merge pull request #15643 from organicpencil/bullet_contact_impulseRémi Verschelde2018-07-263-0/+5
|\ \ \ \ \
| * | | | | Expose PhysicsDirectBodyState.get_contact_impulseLee Pugh2018-01-123-0/+5
* | | | | | doc: Sync classref with current sourceRémi Verschelde2018-07-262-2/+2
* | | | | | Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-2621-130/+130
* | | | | | allow comments and whitespace before shader_type declarationTodd Ross2018-07-261-1/+48
* | | | | | Merge pull request #18368 from Gamblify/RasterizerEngineSyncRémi Verschelde2018-07-257-14/+14
|\ \ \ \ \ \
| * | | | | | Rasterizers are now in sync with engineGustav Lund2018-06-057-14/+14
* | | | | | | Added conversions between matrixes in shadersChaosus2018-07-251-0/+9
* | | | | | | Merge pull request #20404 from TigerCaldwell/masterRémi Verschelde2018-07-2511-2/+142
|\ \ \ \ \ \ \
| * | | | | | | Modified RigidBody, PhysicsDirectBodyState, PhysicsServer, and their respecti...Tiger Caldwell2018-07-2411-2/+142
* | | | | | | | Removed unnecessary assignmentsWilson E. Alvarez2018-07-243-13/+10
|/ / / / / / /
* | | | | | | Merge pull request #12678 from AndreaCatania/softJuan Linietsky2018-07-235-0/+274
|\ \ \ \ \ \ \
| * | | | | | | Implemented Soft bodyAndreaCatania2018-07-237-12/+273
| * | | | | | | Added some API to visual server so from control VRAM buffer is more easyAndreaCatania2018-07-235-1/+14
| | |_|_|/ / / | |/| | | | |
* / | | | | | Fix issues with CPUParticles and related conversion from Particles. Closes #2...Juan Linietsky2018-07-234-1/+15
|/ / / / / /
* | | | | | Merge pull request #12403 from AndreaCatania/phymatJuan Linietsky2018-07-2313-4/+195
|\ \ \ \ \ \
| * | | | | | Implemented physics materialAndreaCatania2018-05-1113-4/+195
* | | | | | | -Fix disable_3d flagJuan Linietsky2018-07-214-8/+28
| |_|_|/ / / |/| | | | |
* | | | | | -Project/Editor settings now use new inspectorJuan Linietsky2018-07-192-4/+4
* | | | | | Add disable ambient light flag to shaders and materialsAlex Roman2018-07-171-0/+1
* | | | | | Add Audio Server profiling time to the profilerMarcelo Fernandez2018-07-172-0/+114
* | | | | | Merge pull request #20215 from marcelofg55/audio_latencyMax Hilbrunner2018-07-172-0/+14
|\ \ \ \ \ \
| * | | | | | Added Performance.AUDIO_OUTPUT_LATENCYMarcelo Fernandez2018-07-172-0/+14
* | | | | | | Merge pull request #20158 from Overblob/Fixed_shader_parsing_error_logRémi Verschelde2018-07-171-3/+5
|\ \ \ \ \ \ \
| * | | | | | | Fixed error due to bad cursor handling when parsing shader codeOverblob2018-07-141-3/+5
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Further fixes to KinematicBody2D API, support for sync motion in moving objectsJuan Linietsky2018-07-171-1/+9
| |/ / / / / |/| | | | |
* | | | | | -Added support for raycast in KinematicBody2DJuan Linietsky2018-07-168-14/+209
* | | | | | Finally figured out how to implement AnimatedTexture properly.Juan Linietsky2018-07-165-2/+9
* | | | | | Visual Shaders are back.Juan Linietsky2018-07-144-52/+55
|/ / / / /