| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove nocpuid.c from builtin OpenSSL | eska | 2016-05-12 | 2 | -8/+0 |
| | | | | | | Since opensslconf.h no longer defines OPENSSL_CPUID_OBJ, OpenSSL defines OPENSSL_cpuid_setup itself (with the same empty definition) | ||||
| * | OpenSSL buildsystem: actually apply the flag on gcc/clang | Rémi Verschelde | 2016-05-11 | 1 | -3/+3 |
| | | | | | Commit 972b0f7 was bogus. | ||||
| * | Windows: Fix MinGW argument being passed to MSVC | Rémi Verschelde | 2016-05-11 | 1 | -3/+5 |
| | | | | | Fixes #4620 | ||||
| * | Add ignore error flag to OpenSSL driver | George Marques | 2016-05-09 | 1 | -0/+1 |
| | | |||||
| * | Merge pull request #4560 from eska014/fix-emscripten-opus | Rémi Verschelde | 2016-05-07 | 1 | -1/+0 |
| |\ | | | | | Fix JavaScript build | ||||
| | * | Ignore unneeded Opus file, fix JavaScript build | eska | 2016-05-05 | 1 | -1/+0 |
| | | | |||||
| * | | cloning env for builtin_openssl _and_ openssl :) | Ariel Manzur | 2016-05-06 | 3 | -17/+24 |
| | | | |||||
| * | | clonning env for builtin ssl | Ariel Manzur | 2016-05-06 | 1 | -646/+653 |
| | | | |||||
| * | | Fix build for Windows 64-bits with GCC | George Marques | 2016-05-05 | 1 | -0/+4 |
| |/ | |||||
| * | missing default value | Juan Linietsky | 2016-05-04 | 1 | -1/+1 |
| | | |||||
| * | fix to avoid video texture scaling | Juan Linietsky | 2016-05-04 | 1 | -1/+1 |
| | | |||||
| * | ability to shrink all images x2 on load | Juan Linietsky | 2016-05-04 | 2 | -1/+22 |
| | | | | | | this is for extreme cases when running on devices with very low video memory, so you can still retain compatibility. | ||||
| * | Merge pull request #4541 from vnen/pr-fix-win64-build | Rémi Verschelde | 2016-05-04 | 1 | -2/+1 |
| |\ | | | | | Fix windows 64-bits build. | ||||
| | * | Fix windows 64-bits build. | George Marques | 2016-05-03 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | The change in `tools/doc/doc_data.cpp` is needed because the MSVC compiler does not support variable length arrays. Fix #4113 | ||||
| * | | Update OpenSSL to 1.0.2h | mrezai | 2016-05-03 | 35 | -153/+365 |
| |/ | |||||
| * | Update Opus driver to 1.1.2 | George Marques | 2016-05-02 | 270 | -5041/+12794 |
| | | | | | And opusfile to 0.7. | ||||
| * | Implements get_executable_path for OS X should proc_pidpath in os_osx.mm ↵ | Aren Villanueva | 2016-04-20 | 1 | -0/+21 |
| | | | | | doesn't succeed. Silences the warning for javascript as the function currently appears superfluous. | ||||
| * | Merge pull request #4329 from mrezai/openssl-1.0.2g | Rémi Verschelde | 2016-04-18 | 447 | -113853/+32779 |
| |\ | | | | | Update OpenSSL to version 1.0.2g | ||||
| | * | Update OpenSSL to version 1.0.2g | mrezai | 2016-04-15 | 447 | -113853/+32779 |
| | | | |||||
| * | | Fixed zero-length arrays in nrex. Fixes #4346 | Zher Huei Lee | 2016-04-18 | 1 | -4/+10 |
| |/ | |||||
| * | Fix OpenSSL compilation on Windows | mrezai | 2016-04-12 | 1 | -1/+5 |
| | | | | Fixes #4285. | ||||
| * | Merge pull request #4275 from mrezai/openssl-1.0.1s | Rémi Verschelde | 2016-04-11 | 914 | -209161/+215798 |
| |\ | | | | | Update OpenSSL to version 1.0.1s | ||||
| | * | Update OpenSSL to version 1.0.1s | mrezai | 2016-04-10 | 914 | -209161/+215798 |
| | | | |||||
| * | | Updated nrex to v0.2 | Zher Huei Lee | 2016-04-08 | 3 | -43/+113 |
| |/ | | | | | | * Fixed capturing groups matching to invalid results * Fixed parents of recursive quantifiers not expanding properly * Fixed LookAhead sometimes adding to result | ||||
| * | free Material 'shadow_material_double_sided' on ::finish() | MSC | 2016-04-03 | 1 | -0/+1 |
| | | |||||
| * | Add function to convert Date time from a dictionary to Epoch | Kyle Luce | 2016-03-16 | 1 | -0/+1 |
| | | | | | | | | | - Also changed get_time_from_unix_time to get_date_time_from_unix_time to be consistent. Ticket: https://github.com/godotengine/godot/issues/4038 | ||||
| * | Merge pull request #3694 from techtonik/patch-1 | Rémi Verschelde | 2016-03-15 | 1 | -0/+7 |
| |\ | | | | | Show driver information in verbose mode | ||||
| | * | Show which video driver is used in verbose mode | anatoly techtonik | 2016-02-24 | 1 | -0/+7 |
| | | | |||||
| * | | Merge pull request #3528 from SaracenOne/baked_light_realtime_colourize | Rémi Verschelde | 2016-03-15 | 2 | -1/+20 |
| |\ \ | | | | | | | Ability to colourize baked lighting in real time. | ||||
| | * | | Ability to colourize baked lighting in real time. | Saracen | 2016-02-06 | 2 | -1/+20 |
| | | | | |||||
| * | | | Fixes the month consistency issue in enums and get_date etc | Kyle Luce | 2016-03-13 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Also updated the docs to reflect this. - Added some vim temp files to gitignore - Changed NaCL to be consistent with the other OS_Unix::get_date implementation (added 1 to month to map to 1-12) Ticket: https://github.com/godotengine/godot/issues/4025 | ||||
| * | | | Fix 'FLAG_RECEIVE_SHADOWS' flag for GeometryInstances so that turning it off ↵ | Saracen | 2016-03-12 | 1 | -4/+15 |
| | | | | | | | | | | | | | now correctly disables shadows from affecting the instance. | ||||
| * | | | -Made editor support SSL certs by default (embedded them) | Juan Linietsky | 2016-03-12 | 3 | -31/+70 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Made asset sharing support https -Many fixes to HTTPRequest -Added an asset installer dialog -Visual cleanups to asset sharing tab -Fixed some issues in ScrollContainer, hope it does not break things -Asset sharing tab is not visible (hidden on purpose) for now. | ||||
| * | | | Merge pull request #3958 from SaracenOne/cpu_skinning_path_fix | Juan Linietsky | 2016-03-08 | 1 | -3/+11 |
| |\ \ \ | | | | | | | | | Fix to CPU skinning path when using GPU skinning (meshes with morphs) | ||||
| | * | | | Fix to CPU skinning path when using GPU skinning (meshes with morphs) ↵ | Saracen | 2016-03-06 | 1 | -3/+11 |
| | | | | | | | | | | | | | | | | | causing modifications to root bone to have doubled offset and wasted performance. | ||||
| * | | | | Added extra controls to GeometryInstances to control how they should cast ↵ | Saracen | 2016-03-07 | 2 | -2/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | shadows: double-sided and shadows only. Conflicts: servers/visual/visual_server_raster.h | ||||
| * | | | | This will disable png arm neon optimizing for android template if compile on ↵ | volzhs | 2016-03-07 | 1 | -6/+5 |
| |/ / / | | | | | | | | | | | | | | | | windows, but make compiling successful. And arm neon opt is enabled if not on windows. | ||||
| * | | | Added relative paths for DirAccess::remove() | Zher Huei Lee | 2016-03-01 | 2 | -4/+10 |
| | | | | | | | | | | | | | Follows similar behaviour to DirAccess::rename() | ||||
| * | | | Merge pull request #3693 from SaracenOne/hardware_skinning_fix | Rémi Verschelde | 2016-02-28 | 1 | -8/+14 |
| |\ \ \ | |_|/ |/| | | Fixed hardware-accelerated skinning support. | ||||
| | * | | Fixed hardware-accelerated skinning support. | Saracen | 2016-02-24 | 1 | -8/+14 |
| | | | | |||||
| * | | | Fix allocation bug if compiled with modern clang or gcc | est31 | 2016-02-19 | 1 | -5/+22 |
| |/ / | | | | | | | | | | | | | | | * Add overflow checked intrinsic abstractions that check on overflow. * Use them for memory allocation code. * Use size_t type for memory allocation code to support full platform dependent width. Fixes #3756. | ||||
| * | | Forgot to correct the ERR_FAIL_COND_V. | Julian Murgia - StraToN | 2016-02-12 | 1 | -1/+1 |
| | | | |||||
| * | | Added RegEx::get_capture_start() method | Julian Murgia - StraToN | 2016-02-12 | 2 | -0/+10 |
| | | | |||||
| * | | Removed PE-bliss, win32 binares so far remain without icon, had many issues ↵ | Juan Linietsky | 2016-02-04 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | with it: -corrupted 32 binaries without reason -does not support upx binaries -forces dependency o libstdc++ | ||||
| * | | -Correctly flip BG texture if viewport is flipped, fixes #3507 | Juan Linietsky | 2016-02-02 | 1 | -5/+7 |
| | | | |||||
| * | | thread renaming | Ariel Manzur | 2016-01-31 | 2 | -14/+8 |
| | | | |||||
| * | | total pointers | Ariel Manzur | 2016-01-31 | 1 | -1/+1 |
| | | | |||||
| * | | checking for file? | Ariel Manzur | 2016-01-31 | 1 | -0/+3 |
| |/ | |||||
| * | -Many fixes to windows build system with Mingw on Windows. Fixes #2690 | Juan Linietsky | 2016-01-25 | 1 | -1/+1 |
| | | |||||
| * | Correct viewport scaling with stretch mode viewport, fixes #1571 | Juan Linietsky | 2016-01-24 | 1 | -2/+13 |
| | | |||||
