aboutsummaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio2018-06-053-3/+3
* Implement missing methods in dummy rasterizerFabio Alessandrelli2018-05-131-0/+14
* Particles: fix corrupted scene when saved after convert (2nd try)Poommetee Ketson2018-05-131-1/+1
* Resume audio on iOS after phone call or alarmRuslan Mustakov2018-05-132-1/+13
* Fix Linux/X11 build on ARMs.bruvzg2018-05-131-1/+1
* Fix for large .pck filesGustav Lund2018-05-081-3/+3
* GDNative Unix: fix shared lib loading, dlopen expects leading ./ to interpret...Robin Hübner2018-05-011-0/+6
* Prevent PulseAudio driver to lock its mutex for too longMarcelo Fernandez2018-05-011-2/+11
* Fixed high cpu usage with PulseAudioMarcelo Fernandez2018-05-011-1/+5
* Added File.get_path and File.get_path_absolute functionsMarcelo Fernandez2018-04-294-5/+37
* [DOCS] add HTTPRequest.request return valuesPoommetee Ketson2018-04-291-1/+1
* Trigger IO error only after exhausting attemptsTom Dobbelaere2018-04-281-3/+9
* multiply blend mode fix for spatial materialsBen Hickling2018-04-281-2/+2
* Fixes canvas light shaders.Pieter-Jan Briers2018-04-282-28/+34
* WASAPI driver will now resample when the device rate != audio/mix_rateMarcelo Fernandez2018-04-141-4/+13
* WASAPI audio driver compile fix on mingwMarcelo Fernandez2018-04-141-0/+11
* Fix PulseAudio problems with 8 channels devicesMarcelo Fernandez2018-04-142-27/+26
* Fix error detecting for PulseAudio pa_stream_new callMarcelo Fernandez2018-04-141-1/+4
* CoreAudio: Fix iphone build after audio device refactor (#17742)Rémi Verschelde2018-04-141-0/+2
* Added new audio device functions to set/get the audio deviceMarcelo Fernandez2018-04-148-192/+739
* Fix PulseAudio driver for audio devices that report unknown number of channelsMarcelo Fernandez2018-04-141-2/+3
* Fixed several leaks in VisualServerScene, RasterizerSceneGLES3 and Rasterizer...Wilson E. Alvarez2018-03-293-0/+22
* Support for uneven amount of channels on PulseAudioMarcelo Fernandez2018-03-282-19/+46
* Use GL_LINE_STRIP instead of GL_LINES when drawing polylines.Nicolas Silva2018-03-281-1/+1
* Fix get_drive (bookmarks) in linux not workingPoommetee Ketson2018-03-281-1/+1
* Fix error spam when using PanoramaSky without texturePoommetee Ketson2018-02-271-3/+3
* Add missing return statements (iOS and server).bruvzg2018-02-272-13/+17
* Fix Windows file case changingHein-Pieter van Braam2018-02-241-5/+22
* Clean up some bad words from code commentsArtem Varaksa2018-02-221-1/+1
* Fix typos with codespellluz.paz2018-02-222-2/+2
* Fixed sky reflection rendering when transparent BGAndreaCatania2018-02-211-28/+39
* Fix a rendering bug with screen_textureBojidar Marinov2018-02-211-6/+4
* using TIME in light shader enables uses_fragment_timekarroffel2018-02-212-7/+9
* Create and return LightmapCapture.K. S. Ernest (iFire) Lee2018-02-211-13/+60
* Add dummy audio driver, fix dummy rasterizerK. S. Ernest (iFire) Lee2018-02-213-5/+81
* Fixes to OS_Server and DummyRasterizer to match new signaturesFabio Alessandrelli2018-02-211-0/+1
* Add dummy Texture handlingFabio Alessandrelli2018-02-211-10/+74
* Disable GLES builders and source from server compilationFabio Alessandrelli2018-02-211-2/+5
* Add dummy resterizer driverFabio Alessandrelli2018-02-212-0/+544
* Fix for a possible compile error under OS XMarcelo Fernandez2018-02-191-1/+1
* [X11] Improving error detection in move_to_trashIskustvo2018-02-191-0/+1
* Remove a few debugging printsHugo Locurcio2018-02-191-2/+0
* fix buffer write performance on Windows and UnixMarcin Zawiejski2018-02-194-0/+12
* Improved WASAPI driver so that it always uses the default audio deviceMarcelo Fernandez2018-02-191-1/+87
* Display set_nodelay to GDScriptMarlon Henry Schweigert2018-02-044-4/+4
* Fix typos in code and docs with codespellRémi Verschelde2018-01-182-2/+2
* Convert special case RGB10_A2 to RGBA8 when obtaining texture databinbitten2018-01-181-1/+24
* Fix copy shader in GLSL ES 3.0Leon Krause2018-01-151-1/+1
* Fix Particles2D in WebGL 2.0Leon Krause2018-01-151-0/+1
* Merge pull request #15636 from mrcdk/fix_canvas_lightRémi Verschelde2018-01-131-1/+1
|\