summaryrefslogtreecommitdiffstats
path: root/servers
Commit message (Expand)AuthorAgeFilesLines
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-2415-131/+19
* BPTC supportelasota2018-08-211-0/+1
* Restrict set_pitch_scale to positive scales for AudioStreamPlayer*Chaosus2018-08-222-4/+4
* Changes to ClippedCamera, RayCast,Raycast2D and 2D physics API to add ability...Juan Linietsky2018-08-217-62/+152
* Added ray / shape / point / motion / rest cast exclusion of area and or bodyAndrea Catania2018-08-214-38/+40
* Merge pull request #20101 from panzergame/shape_marginRémi Verschelde2018-08-213-0/+16
|\
| * Expose bullet shape margin to UI.Tristan Porteries2018-08-163-0/+16
* | Merge pull request #21220 from Noshyaar/import-crashRémi Verschelde2018-08-211-1/+1
|\ \
| * | Fix crash while importing corrupted wavPoommetee Ketson2018-08-211-1/+1
* | | Merge pull request #21228 from Noshyaar/docs-bindRémi Verschelde2018-08-212-20/+20
|\ \ \
| * | | Fix arg name in docs, some copy-paste errorsPoommetee Ketson2018-08-212-20/+20
| |/ /
* / / Fixes to move and slide and ray separation, implement separation in Godot phy...Juan Linietsky2018-08-205-7/+165
|/ /
* | Merge pull request #20908 from AndreaCatania/kiSlopeJuan Linietsky2018-08-202-0/+16
|\ \
| * | Added ray shape and move_and_slide with snapping on 3D.Andrea Catania2018-08-192-0/+16
* | | Added FRAGCOORD to spatial light processingChaosus2018-08-201-0/+1
* | | Allow matrixes in varyingsChaosus2018-08-191-2/+2
|/ /
* | add project method to Vector2/3Thomas Herzog2018-08-161-1/+1
* | Merge pull request #18096 from aaronfranke/masterJuan Linietsky2018-08-142-2/+2
|\ \
| * | [Core] Completely kill math_2d.h, change includesAaron Franke2018-08-112-2/+2
* | | Add Dummy AudioDriver into the AudioDriverManager listMarcelo Fernandez2018-08-131-11/+8
* | | Merge pull request #19106 from SaracenOne/audio_micRémi Verschelde2018-08-115-1/+244
|\ \ \
| * | | Add extra latency to microphone playback to reduce clipping.Saracen2018-07-312-1/+3
| * | | 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