summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #11716 from marcelofg55/coreaudio_driverPoommetee Ketson2017-10-024-0/+413
|\
| * Merged iphone and osx audio drivers into drivers/coreaudioMarcelo Fernandez2017-09-304-0/+413
* | Merge pull request #11774 from ISylvox/fix-msvc-buildLeon Krause2017-10-021-10/+10
|\ \
| * | Fixed MSVC build issue introduced by commit c864b782c05f5e2833afd69a4c0dfc6fb...Indah Sylvia2017-10-021-10/+10
* | | missing PI division on vertex shaderJuan Linietsky2017-10-021-1/+2
|/ /
* | Slight proposed fixes to PBR.Juan Linietsky2017-10-011-2/+2
* | Using advise from Matias, left the 0-1 range for lights, divisiom by PI, and ...Juan Linietsky2017-10-012-16/+14
* | Switched Burley/Lambert, and restored diffuse term to 0-1 range for compatibi...Juan Linietsky2017-10-011-3/+6
* | Merge pull request #11694 from tagcup/lambert_normalizationJuan Linietsky2017-10-011-2/+2
|\ \
| * | Ensure that Lambert is energy conserving.Ferenc Arn2017-09-291-2/+2
| |/
* | Add missing N.L factor to Burley's contribution to radiance.Ferenc Arn2017-10-011-1/+1
* | Fix environmental BRDF.Ferenc Arn2017-09-301-6/+7
* | near and far are reserved for near and far pointers in MSVRBastiaan Olij2017-09-301-3/+3
* | Ability to set a custom FOV makes it possible to use sky on orthogonal view. ...Juan Linietsky2017-09-294-20/+34
|/
* Merge pull request #11672 from tagcup/fix_oren_nayarGilles Roudiere2017-09-291-2/+3
|\
| * Fix Oren-Nayar diffuse.Ferenc Arn2017-09-281-2/+3
* | Fixed typo: 'texure' to 'texture'Indah Sylvia2017-09-291-1/+1
|/
* Fixes to light shaders, should work now..Juan Linietsky2017-09-272-0/+11
* Avoid pow in Burley diffuse.Ferenc Arn2017-09-261-4/+4
* Use BoolVariable for third-party options.Elliott Sales de Andrade2017-09-252-2/+2
* Use BoolVariable in target/component/advanced options.Elliott Sales de Andrade2017-09-251-3/+3
* Added light affect parameter to baked AOJuan Linietsky2017-09-232-0/+7
* -Fixed redraw always on 3D viewprot bugJuan Linietsky2017-09-231-0/+2
* Fixes to rim parameter in shaderJuan Linietsky2017-09-231-10/+10
* Added proximity and distance fade to SpatialMaterialJuan Linietsky2017-09-214-0/+5
* Rename pos to position in user facing methods and variablesletheed2017-09-204-6/+6
* Merge pull request #11252 from marcelofg55/fix_noaudio_crashRémi Verschelde2017-09-171-1/+1
|\
| * Fix crash when no audio driver is availableMarcelo Fernandez2017-09-131-1/+1
* | Fix x11 exported executables not getting the +x flagMarcelo Fernandez2017-09-172-0/+11
* | Merge pull request #11276 from hpvb/fix-11270Rémi Verschelde2017-09-171-4/+5
|\ \
| * | Only do 'drive' discovery on X11Hein-Pieter van Braam2017-09-141-4/+5
* | | Renamed function arguments to keep them consistent between declaration and im...Wilson E. Alvarez2017-09-141-1/+1
|/ /
* | Merge pull request #11160 from marcelofg55/drive_funcs_x11Rémi Verschelde2017-09-132-2/+93
|\ \ | |/ |/|
| * Implemented DirAccess get_drive and get_drive_count for LinuxMarcelo Fernandez2017-09-122-2/+93
* | Style: Apply clang-format to @reduz's changesRémi Verschelde2017-09-131-11/+11
* | Fixed issues with surround sound on audio serverMarcelo Fernandez2017-09-123-34/+155
* | Merge pull request #10897 from themindoverall/fix_box_selectRémi Verschelde2017-09-121-1/+20
|\ \
| * | Fix draw_rect when width or height < 0. Fixes #10849Chris Serino2017-09-021-1/+20
* | | Many fixes to visual script, changed virtuals override for a proper selector.Juan Linietsky2017-09-121-7/+16
* | | Merge pull request #10908 from hpvb/fix-unused-variablesRémi Verschelde2017-09-122-8/+0
|\ \ \
| * | | Fix unused variable warningsHein-Pieter van Braam2017-09-082-9/+1
| | |/ | |/|
* | | Merge pull request #11026 from hpvb/fix-assign-in-ifRémi Verschelde2017-09-121-1/+2
|\ \ \
| * | | Remove assignment and declarations in if statementsHein-Pieter van Braam2017-09-081-1/+2
| |/ /
* | | Merge pull request #11057 from hpvb/fix-various-warningsRémi Verschelde2017-09-121-47/+33
|\ \ \
| * | | Fix various assorted warningsHein-Pieter van Braam2017-09-081-48/+34
| |/ /
* | | Merge pull request #11041 from hpvb/fix-clang-format-errorRémi Verschelde2017-09-121-1/+1
|\ \ \
| * | | Fix serveral recent new clang-format errorsHein-Pieter van Braam2017-09-081-1/+1
* | | | DirAccess constructor sets current_dir to an absolute pathsupagu2017-09-101-14/+6
| |/ / |/| |
* | | Ability to use a sky for reflection together with a background color.Juan Linietsky2017-09-071-1/+4
* | | Fixed orthogonal projection in all effects and post processesJuan Linietsky2017-09-077-913/+966
|/ /