aboutsummaryrefslogtreecommitdiff
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove nocpuid.c from builtin OpenSSLeska2016-05-122-8/+0
* OpenSSL buildsystem: actually apply the flag on gcc/clangRémi Verschelde2016-05-111-3/+3
* Windows: Fix MinGW argument being passed to MSVCRémi Verschelde2016-05-111-3/+5
* Add ignore error flag to OpenSSL driverGeorge Marques2016-05-091-0/+1
* Merge pull request #4560 from eska014/fix-emscripten-opusRémi Verschelde2016-05-071-1/+0
|\
| * Ignore unneeded Opus file, fix JavaScript buildeska2016-05-051-1/+0
* | cloning env for builtin_openssl _and_ openssl :)Ariel Manzur2016-05-063-17/+24
* | clonning env for builtin sslAriel Manzur2016-05-061-646/+653
* | Fix build for Windows 64-bits with GCCGeorge Marques2016-05-051-0/+4
|/
* missing default valueJuan Linietsky2016-05-041-1/+1
* fix to avoid video texture scalingJuan Linietsky2016-05-041-1/+1
* ability to shrink all images x2 on loadJuan Linietsky2016-05-042-1/+22
* Merge pull request #4541 from vnen/pr-fix-win64-buildRémi Verschelde2016-05-041-2/+1
|\
| * Fix windows 64-bits build.George Marques2016-05-031-2/+1
* | Update OpenSSL to 1.0.2hmrezai2016-05-0335-153/+365
|/
* Update Opus driver to 1.1.2George Marques2016-05-02270-5041/+12794
* Implements get_executable_path for OS X should proc_pidpath in os_osx.mm does...Aren Villanueva2016-04-201-0/+21
* Merge pull request #4329 from mrezai/openssl-1.0.2gRémi Verschelde2016-04-18447-113853/+32779
|\
| * Update OpenSSL to version 1.0.2gmrezai2016-04-15447-113853/+32779
* | Fixed zero-length arrays in nrex. Fixes #4346Zher Huei Lee2016-04-181-4/+10
|/
* Fix OpenSSL compilation on Windowsmrezai2016-04-121-1/+5
* Merge pull request #4275 from mrezai/openssl-1.0.1sRémi Verschelde2016-04-11914-209161/+215798
|\
| * Update OpenSSL to version 1.0.1smrezai2016-04-10914-209161/+215798
* | Updated nrex to v0.2Zher Huei Lee2016-04-083-43/+113
|/
* free Material 'shadow_material_double_sided' on ::finish()MSC2016-04-031-0/+1
* Add function to convert Date time from a dictionary to EpochKyle Luce2016-03-161-0/+1
* Merge pull request #3694 from techtonik/patch-1Rémi Verschelde2016-03-151-0/+7
|\
| * Show which video driver is used in verbose modeanatoly techtonik2016-02-241-0/+7
* | Merge pull request #3528 from SaracenOne/baked_light_realtime_colourizeRémi Verschelde2016-03-152-1/+20
|\ \
| * | Ability to colourize baked lighting in real time.Saracen2016-02-062-1/+20
* | | Fixes the month consistency issue in enums and get_date etcKyle Luce2016-03-131-0/+3
* | | Fix 'FLAG_RECEIVE_SHADOWS' flag for GeometryInstances so that turning it off ...Saracen2016-03-121-4/+15
* | | -Made editor support SSL certs by default (embedded them)Juan Linietsky2016-03-123-31/+70
* | | Merge pull request #3958 from SaracenOne/cpu_skinning_path_fixJuan Linietsky2016-03-081-3/+11
|\ \ \
| * | | Fix to CPU skinning path when using GPU skinning (meshes with morphs) causing...Saracen2016-03-061-3/+11
* | | | Added extra controls to GeometryInstances to control how they should cast sha...Saracen2016-03-072-2/+13
* | | | This will disable png arm neon optimizing for android template if compile on ...volzhs2016-03-071-6/+5
|/ / /
* | | Added relative paths for DirAccess::remove()Zher Huei Lee2016-03-012-4/+10
* | | Merge pull request #3693 from SaracenOne/hardware_skinning_fixRémi Verschelde2016-02-281-8/+14
|\ \ \ | |_|/ |/| |
| * | Fixed hardware-accelerated skinning support.Saracen2016-02-241-8/+14
* | | Fix allocation bug if compiled with modern clang or gccest312016-02-191-5/+22
|/ /
* | Forgot to correct the ERR_FAIL_COND_V.Julian Murgia - StraToN2016-02-121-1/+1
* | Added RegEx::get_capture_start() methodJulian Murgia - StraToN2016-02-122-0/+10
* | Removed PE-bliss, win32 binares so far remain without icon, had many issues w...Juan Linietsky2016-02-041-1/+0
* | -Correctly flip BG texture if viewport is flipped, fixes #3507Juan Linietsky2016-02-021-5/+7
* | thread renamingAriel Manzur2016-01-312-14/+8
* | total pointersAriel Manzur2016-01-311-1/+1
* | checking for file?Ariel Manzur2016-01-311-0/+3
|/
* -Many fixes to windows build system with Mingw on Windows. Fixes #2690Juan Linietsky2016-01-251-1/+1
* Correct viewport scaling with stretch mode viewport, fixes #1571Juan Linietsky2016-01-241-2/+13