aboutsummaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #14622 from bruvzg/non-rectangular-windowsHein-Pieter van Braam2018-05-082-2/+95
|\
| * Experimental support for windows with per-pixel transparency (macOS, X11 and ...bruvzg2018-04-072-2/+95
* | Local debugger fixes and extensionsBlazej Floch2018-05-072-0/+18
* | Merge pull request #17845 from JFonS/disable_spatial_shadowsJuan Linietsky2018-05-072-0/+7
|\ \
| * | Added flag on SpatialMaterial to disable shadowsJFonS2018-03-292-0/+7
* | | Merge pull request #18159 from ShyRed/viewportskyJuan Linietsky2018-05-071-1/+5
|\ \ \
| * | | Fix binding of ViewportTexture to SkyShyRed2018-04-121-1/+5
* | | | Merge pull request #18495 from Zylann/partial_texture_updateJuan Linietsky2018-05-074-0/+59
|\ \ \ \
| * | | | Added partial texture update to VisualServerMarc Gilleron2018-04-294-0/+59
* | | | | Merge pull request #18677 from BastiaanOlij/add_no_blendJuan Linietsky2018-05-073-0/+21
|\ \ \ \ \
| * | | | | Add no-blend canvas item render_modeBastiaan Olij2018-05-073-0/+21
* | | | | | Merge pull request #18524 from BastiaanOlij/keep_3d_linearJuan Linietsky2018-05-072-0/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Added option to viewport to keep linear colorBastiaan Olij2018-05-062-0/+5
* | | | | | Resume audio on iOS after phone call or alarmRuslan Mustakov2018-05-072-1/+13
|/ / / / /
* | | | | Skeletal deform workingJuan Linietsky2018-05-043-34/+58
* | | | | Skeleton for 2D WIPJuan Linietsky2018-05-037-5/+136
* | | | | Merge pull request #16359 from Noshyaar/convertRémi Verschelde2018-05-031-1/+1
|\ \ \ \ \
| * | | | | Particles: fix corrupted scene when saved after convert (2nd try)Poommetee Ketson2018-02-241-1/+1
* | | | | | Fix delay in rename_error windows save loop, should be 100msec, not 1secRobin Hübner2018-05-031-1/+1
* | | | | | Merge pull request #18372 from Gamblify/largePckFixRémi Verschelde2018-05-031-3/+3
|\ \ \ \ \ \
| * | | | | | Fix for large .pck filesGustav Lund2018-05-031-3/+3
| | |/ / / / | |/| | | |
* | | | | | Prevent PulseAudio driver to lock its mutex for too longMarcelo Fernandez2018-05-011-2/+11
* | | | | | Merge pull request #18334 from Faless/coverity_netRémi Verschelde2018-05-015-12/+35
|\ \ \ \ \ \
| * | | | | | Various coverity scan fixes for networkingFabio Alessandrelli2018-04-215-12/+35
* | | | | | | Merge pull request #18321 from Crazy-P/Fixes-logically-dead-codeRémi Verschelde2018-05-011-2/+0
|\ \ \ \ \ \ \
| * | | | | | | Fixes logically dead code (Coverity)Crazy-P2018-04-211-2/+0
| |/ / / / / /
* | / / / / / GDNative Unix: fix shared lib loading, dlopen expects leading ./ to interpret...Robin Hübner2018-04-281-0/+6
| |/ / / / / |/| | | | |
* | | | | | Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio2018-04-223-3/+3
|/ / / / /
* | | | | Merge pull request #18316 from Noshyaar/httpMax Hilbrunner2018-04-201-1/+1
|\ \ \ \ \
| * | | | | [DOCS] add HTTPRequest.request return valuesPoommetee Ketson2018-04-201-1/+1
* | | | | | Fix case mismatch check on WindowsRémi Verschelde2018-04-181-9/+12
* | | | | | Test and warn of case mismatch on WindowsJuan Linietsky2018-04-181-0/+18
* | | | | | Merge pull request #17391 from PJB3005/18-03-09-fix-canvas-light-shadersRémi Verschelde2018-04-182-28/+34
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fixes canvas light shaders.Pieter-Jan Briers2018-04-132-28/+34
| | |/ / / | |/| | |
* / | | | Fixed high cpu usage with PulseAudioMarcelo Fernandez2018-04-151-1/+5
|/ / / /
* | | | Fix PulseAudio problems with 8 channels devicesMarcelo Fernandez2018-04-122-27/+26
* | | | Merge pull request #18124 from marcelofg55/pulse_channelsRémi Verschelde2018-04-121-2/+3
|\ \ \ \
| * | | | Fix PulseAudio driver for audio devices that report unknown number of channelsMarcelo Fernandez2018-04-121-2/+3
* | | | | Fix error detecting for PulseAudio pa_stream_new callMarcelo Fernandez2018-04-111-1/+4
|/ / / /
* | | | CoreAudio: Fix iphone build after audio device refactor (#17742)Rémi Verschelde2018-04-101-0/+2
* | | | Merge pull request #18047 from marcelofg55/mingw_fixRémi Verschelde2018-04-101-0/+11
|\ \ \ \
| * | | | WASAPI audio driver compile fix on mingwMarcelo Fernandez2018-04-091-0/+11
* | | | | Merge pull request #16503 from Chaosus/particlesfixJuan Linietsky2018-04-081-3/+17
|\ \ \ \ \
| * | | | | Fix invalid particle movement when time_scale is zeroChaosus2018-02-141-3/+17
* | | | | | Merge pull request #17421 from Chaosus/fixshaderbugsJuan Linietsky2018-04-081-3/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fix few bugs in shader definitionsChaosus2018-03-101-3/+3
* | | | | | Merge pull request #17742 from marcelofg55/audio_device_listJuan Linietsky2018-04-078-192/+739
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Added new audio device functions to set/get the audio deviceMarcelo Fernandez2018-03-268-192/+739
| | |_|_|/ | |/| | |
* | | | | Merge pull request #17775 from sketchyfun/multiply_blendmode_fixRémi Verschelde2018-04-041-2/+2
|\ \ \ \ \
| * | | | | multiply blend mode fix for spatial materialsBen Hickling2018-03-261-2/+2
| |/ / / /