| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update OpenSSL to version 1.0.2g | mrezai | 2016-04-27 | 447 | -113853/+32779 |
| | | | | | (cherry picked from commit e97922f22038e9049ed4c2db5b3736dfaa0edde3) | ||||
| * | Update OpenSSL to version 1.0.1s | mrezai | 2016-04-27 | 914 | -209156/+215797 |
| | | | | | | (cherry picked from commit c860574d8ba246b5e2c59578f24accd2ace5e9bc and commit 2cbd850979ac6d260f15a1e62f7b0a89e7a16b4d) | ||||
| * | Updated nrex to v0.2 | Zher Huei Lee | 2016-04-27 | 3 | -43/+113 |
| | | | | | | | | | * Fixed capturing groups matching to invalid results * Fixed parents of recursive quantifiers not expanding properly * Fixed LookAhead sometimes adding to result (cherry picked from commit 6207d56b958ddc288d0b7f80e057ff93fc011280) | ||||
| * | Revert "free Material 'shadow_material_double_sided' on ::finish()" | Rémi Verschelde | 2016-04-06 | 1 | -1/+0 |
| | | | | | This reverts commit 43c74056b1764f07acc252e78e1cfa29a49a51c3. | ||||
| * | free Material 'shadow_material_double_sided' on ::finish() | MSC | 2016-04-06 | 1 | -0/+1 |
| | | | | | (cherry picked from commit 7a9998370f0a805a75634f31558abba9c4d74a48) | ||||
| * | This will disable png arm neon optimizing for android template if compile on ↵ | volzhs | 2016-04-02 | 1 | -6/+5 |
| | | | | | | | | | windows, but make compiling successful. And arm neon opt is enabled if not on windows. (cherry picked from commit db89a47e282bd30bc73f43802d5987319060b3c5) | ||||
| * | Added relative paths for DirAccess::remove() | Zher Huei Lee | 2016-03-05 | 2 | -4/+10 |
| | | | | | | | Follows similar behaviour to DirAccess::rename() (cherry picked from commit d7052ddba334de3df1190837c6d8589b48799965) | ||||
| * | Fix allocation bug if compiled with modern clang or gcc | est31 | 2016-02-27 | 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 | ||||
| * | | | -Removed OS.get_system_time_msec(), this is undoable on Windows and also ↵ | Juan Linietsky | 2016-01-10 | 2 | -4/+3 |
| | | | | | | | | | | | | | | | | | | | unusable from GDscript due to precision. -Added, instead an OS.get_system_time_secs(), which is 32 bits friendly, fixes #3143 | ||||
| * | | | -Made tile parameter work, fixes #3167 | Juan Linietsky | 2016-01-10 | 1 | -0/+14 |
| | | | | |||||
| * | | | -Added a new mode, WRITE_READ to File, to recover compatibility with old ↵ | Juan Linietsky | 2016-01-10 | 2 | -0/+4 |
| | | | | | | | | | | | | | projects but also achieve desired functionality. Closes #3272 | ||||
| * | | | Fix pthread renaming in Open/FreeBSD | eska | 2016-01-09 | 1 | -1/+10 |
| | | | | |||||
| * | | | Fix uint compile error | mrezai | 2016-01-05 | 1 | -1/+1 |
| |/ / | |||||
| * | | having active items is pointless in input map | Juan Linietsky | 2016-01-03 | 1 | -1/+1 |
| | | | |||||
| * | | -Replaced tinyjpg for jpgd (public domain), fixes progressive encoded jpgs ↵ | Juan Linietsky | 2016-01-03 | 16 | -3163/+3888 |
| | | | | | | | | | | | | | and speeds up. Closes #2040 -Removed support of loading BitMap as image, now it must be load as a pnm, also closes #2040 | ||||
| * | | make it impossible to shrink framebuffer < 0, fixes #2066 | Juan Linietsky | 2016-01-02 | 1 | -0/+2 |
| | | | |||||
| * | | Ability to use opacity on distance field textures, fixes #2148 | Juan Linietsky | 2016-01-02 | 1 | -1/+1 |
| | | | |||||
| * | | Change rb+ to wb+ on file access READ_WRITE to allow more use cases, closes ↵ | Juan Linietsky | 2016-01-02 | 2 | -2/+2 |
| | | | | | | | | | #2278 | ||||
| * | | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 114 | -114/+114 |
| | | | |||||
| * | | -fix loading of samples in mod, s3m and xm. Fixes #2553 | reduz | 2015-12-29 | 3 | -15/+30 |
| | | | |||||
| * | | removed some prints | reduz | 2015-12-29 | 1 | -2/+2 |
| | | | |||||
| * | | redundant TAB removed | mrezai | 2015-12-23 | 1 | -1/+1 |
| | | | |||||
| * | | Fix ios libpng link error | mrezai | 2015-12-23 | 1 | -4/+5 |
| | | | |||||
| * | | threads | Ariel Manzur | 2015-12-22 | 1 | -0/+7 |
| | | | |||||
| * | | testing patch for aligned reads by webp in javascript | Ariel Manzur | 2015-12-22 | 2 | -0/+16 |
| | | | |||||
| * | | Fix libpng link errors on android | mrezai | 2015-12-21 | 3 | -2/+236 |
| | | | |||||
| * | | Update to libpng 1.5.26 | Rémi Verschelde | 2015-12-19 | 24 | -2594/+1776 |
| | | | | | | | | | | | Includes numerous security fixes compared to the previous version which was around 1.5.7 or so. Fixes #2787 | ||||
| * | | thread rename for ios and osx (if called from the thread to be renamed) | Ariel Manzur | 2015-12-18 | 1 | -1/+17 |
| | | | |||||
| * | | thread set name | Ariel Manzur | 2015-12-17 | 2 | -0/+9 |
| | | | |||||
