Age | Commit message (Expand) | Author |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-09-10 | PhysicsServer: Add validity checks for shape query parameters | Rémi Verschelde |
2018-08-31 | Fix handling of shader constants that caused crash, closes #15166 | JFonS |
2018-08-29 | Ported CPU particles to 2D | Juan Linietsky |
2018-08-27 | log to console if falling back to dummy audio driver | thfrwn |
2018-08-24 | Make some debug prints verbose-only, remove others | Rémi Verschelde |
2018-08-21 | BPTC support | elasota |
2018-08-22 | Restrict set_pitch_scale to positive scales for AudioStreamPlayer* | Chaosus |
2018-08-21 | Changes to ClippedCamera, RayCast,Raycast2D and 2D physics API to add ability... | Juan Linietsky |
2018-08-21 | Added ray / shape / point / motion / rest cast exclusion of area and or body | Andrea Catania |
2018-08-21 | Merge pull request #20101 from panzergame/shape_margin | Rémi Verschelde |
2018-08-21 | Merge pull request #21220 from Noshyaar/import-crash | Rémi Verschelde |
2018-08-21 | Merge pull request #21228 from Noshyaar/docs-bind | Rémi Verschelde |
2018-08-20 | Fixes to move and slide and ray separation, implement separation in Godot phy... | Juan Linietsky |
2018-08-21 | Fix crash while importing corrupted wav | Poommetee Ketson |
2018-08-21 | Fix arg name in docs, some copy-paste errors | Poommetee Ketson |
2018-08-20 | Merge pull request #20908 from AndreaCatania/kiSlope | Juan Linietsky |
2018-08-20 | Added FRAGCOORD to spatial light processing | Chaosus |
2018-08-19 | Allow matrixes in varyings | Chaosus |
2018-08-19 | Added ray shape and move_and_slide with snapping on 3D. | Andrea Catania |
2018-08-16 | Expose bullet shape margin to UI. | Tristan Porteries |
2018-08-16 | add project method to Vector2/3 | Thomas Herzog |
2018-08-14 | Merge pull request #18096 from aaronfranke/master | Juan Linietsky |
2018-08-13 | Add Dummy AudioDriver into the AudioDriverManager list | Marcelo Fernandez |
2018-08-11 | Merge pull request #19106 from SaracenOne/audio_mic | Rémi Verschelde |
2018-08-11 | [Core] Completely kill math_2d.h, change includes | Aaron Franke |
2018-08-10 | Merge pull request #20149 from Overblob/shader_float_typing | Juan Linietsky |
2018-08-08 | Merge pull request #20727 from muiroc/fix_sw_sat_table | Juan Linietsky |
2018-08-07 | Merge pull request #20381 from AndreaCatania/phymat_2 | Juan Linietsky |
2018-08-07 | Removed physics material combination mode. Added rough and absorbent paramete... | Andrea Catania |
2018-08-05 | fixed godotphysics sat dispatch table | muiroc |
2018-07-31 | Add extra latency to microphone playback to reduce clipping. | Saracen |
2018-07-30 | add 3D textures | Thomas Herzog |
2018-07-29 | Remove pointless check for no texture, fixes #7298 | Juan Linietsky |
2018-07-29 | Clear color was not correctly being set, fixes #4939 | Juan Linietsky |
2018-07-29 | Manually fix, merge and close #15168 | Juan Linietsky |
2018-07-27 | Renamed AudioDriver audio_input_* vars to input_* | Marcelo Fernandez |
2018-07-27 | Fixed audio clipping on WASAPI by fixing argument order on AudioClient | Saracen |
2018-07-27 | Implemented capture device selection for CoreAudio | Marcelo Fernandez |
2018-07-27 | Modified Microphone implementation to handle only one device at a time (WIP) | Marcelo Fernandez |
2018-07-27 | Fixes for microphone clipping and latency (marcelofg55) | Saracen |
2018-07-27 | Experimental microphone support. | Saracen |
2018-07-27 | Rename flag to better name | Juan Linietsky |
2018-07-27 | Fix of AudioRecordingEffect property | Gustav Lund |
2018-07-26 | Add check to clang 6.0 compiler bug workaround | Rémi Verschelde |
2018-07-26 | Merge pull request #15967 from Gamblify/AudioRecordingModule | Rémi Verschelde |
2018-07-26 | Merge pull request #15643 from organicpencil/bullet_contact_impulse | Rémi Verschelde |
2018-07-26 | Audio Recording module | Gustav Lund |
2018-07-26 | doc: Sync classref with current source | Rémi Verschelde |
2018-07-26 | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam |