| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | -Fixed video stream theora not finishing when stream finishes, closes #3066 | Juan Linietsky | 2016-01-23 | 2 | -5/+26 |
| | | |||||
| * | -Support the TRNS flag on libpng, fixes #3097 | Juan Linietsky | 2016-01-23 | 1 | -0/+7 |
| | | |||||
| * | Merge pull request #2180 from sketchyfun/SketchyFun | Rémi Verschelde | 2016-01-19 | 1 | -1/+7 |
| |\ | | | | | Billboards were displayed upside down when drawn to a render texture | ||||
| | * | Billboards were being displayed upside down when drawn to a render texture | BenH | 2015-06-24 | 1 | -1/+7 |
| | | | | | | | | | | | | | Render texture's view transforms seem to be inverted, so when drawing billboards, the 'up' vector given to set_look_at() is also inverted and so the billboard gets drawn upside down. | ||||
| * | | Allows vec4 shader uniforms to be set by quaternion variant type. | Saracen | 2016-01-13 | 1 | -0/+5 |
| | | | |||||
| * | | improve reporting of error in wrong inheritance for autoload script | Juan Linietsky | 2016-01-13 | 1 | -2/+2 |
| | | | |||||
| * | | loading unaligned pbm | Ariel Manzur | 2016-01-12 | 1 | -5/+5 |
| | | | |||||
| * | | Update bitmap_loader_pnm.cpp | punto- | 2016-01-11 | 1 | -1/+1 |
| | | | |||||
| * | | fix issue loading binary pbm | Juan Linietsky | 2016-01-11 | 1 | -2/+5 |
| | | | |||||
| * | | Merge pull request #3230 from touilleMan/issue-55 | Rémi Verschelde | 2016-01-11 | 3 | -8/+5 |
| |\ \ | | | | | | | Remove unnecessary null pointer checks | ||||
| | * | | Remove unnecessary null pointer checks | Emmanuel Leblond | 2016-01-04 | 3 | -8/+5 |
| | | | | |||||
| * | | | -Make a rare corner case where disabling/reenabling mipmaps causes invalid ↵ | Juan Linietsky | 2016-01-10 | 2 | -2/+14 |
| | | | | | | | | | | | | | texture state. Fixes #3102 | ||||
