Age | Commit message (Expand) | Author |
2016-01-31 | thread renaming | Ariel Manzur |
2016-01-31 | total pointers | Ariel Manzur |
2016-01-31 | checking for file? | Ariel Manzur |
2016-01-25 | -Many fixes to windows build system with Mingw on Windows. Fixes #2690 | Juan Linietsky |
2016-01-24 | Correct viewport scaling with stretch mode viewport, fixes #1571 | Juan Linietsky |
2016-01-23 | -Fixed video stream theora not finishing when stream finishes, closes #3066 | Juan Linietsky |
2016-01-23 | -Support the TRNS flag on libpng, fixes #3097 | Juan Linietsky |
2016-01-19 | Merge pull request #2180 from sketchyfun/SketchyFun | Rémi Verschelde |
2016-01-13 | Allows vec4 shader uniforms to be set by quaternion variant type. | Saracen |
2016-01-13 | improve reporting of error in wrong inheritance for autoload script | Juan Linietsky |
2016-01-12 | loading unaligned pbm | Ariel Manzur |
2016-01-11 | Update bitmap_loader_pnm.cpp | punto- |
2016-01-11 | fix issue loading binary pbm | Juan Linietsky |
2016-01-11 | Merge pull request #3230 from touilleMan/issue-55 | Rémi Verschelde |
2016-01-10 | -Make a rare corner case where disabling/reenabling mipmaps causes invalid te... | Juan Linietsky |
2016-01-10 | -Removed OS.get_system_time_msec(), this is undoable on Windows and also unus... | Juan Linietsky |
2016-01-10 | -Made tile parameter work, fixes #3167 | Juan Linietsky |
2016-01-10 | -Added a new mode, WRITE_READ to File, to recover compatibility with old proj... | Juan Linietsky |
2016-01-09 | Fix pthread renaming in Open/FreeBSD | eska |
2016-01-05 | Fix uint compile error | mrezai |
2016-01-04 | Remove unnecessary null pointer checks | Emmanuel Leblond |
2016-01-03 | having active items is pointless in input map | Juan Linietsky |
2016-01-03 | -Replaced tinyjpg for jpgd (public domain), fixes progressive encoded jpgs an... | Juan Linietsky |
2016-01-02 | make it impossible to shrink framebuffer < 0, fixes #2066 | Juan Linietsky |
2016-01-02 | Ability to use opacity on distance field textures, fixes #2148 | Juan Linietsky |
2016-01-02 | Change rb+ to wb+ on file access READ_WRITE to allow more use cases, closes #... | Juan Linietsky |
2016-01-01 | Update copyright to 2016 in headers | George Marques |
2015-12-29 | -fix loading of samples in mod, s3m and xm. Fixes #2553 | reduz |
2015-12-29 | removed some prints | reduz |
2015-12-23 | redundant TAB removed | mrezai |
2015-12-23 | Fix ios libpng link error | mrezai |
2015-12-22 | threads | Ariel Manzur |
2015-12-22 | testing patch for aligned reads by webp in javascript | Ariel Manzur |
2015-12-21 | Fix libpng link errors on android | mrezai |
2015-12-19 | Update to libpng 1.5.26 | Rémi Verschelde |
2015-12-18 | thread rename for ios and osx (if called from the thread to be renamed) | Ariel Manzur |
2015-12-17 | thread set name | Ariel Manzur |
2015-12-16 | compile thing | Ariel Manzur |
2015-12-15 | -split view of property editor and editor settings | Juan Linietsky |
2015-12-15 | -fixes to theora video ending sooner than expected, fixes #3066 | Juan Linietsky |
2015-12-13 | added binary API to StreamPeer, fixes #2863 | Juan Linietsky |
2015-12-11 | remove editor driver split | Juan Linietsky |
2015-12-09 | Fix windows build | est31 |
2015-12-08 | -New mask mode for lights, makes using masks MUCH easier. | Juan Linietsky |
2015-12-08 | Merge pull request #2719 from SaracenOne/clipping_fix | Juan Linietsky |
2015-12-08 | Merge pull request #2956 from est31/add_system_wide_export_path | Juan Linietsky |
2015-12-08 | Merge pull request #2993 from leezh/nrex-v0.1 | Juan Linietsky |
2015-12-07 | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky |
2015-12-07 | -Webp include paths are broken, hacked them to work, fixes #2995 | Juan Linietsky |
2015-12-07 | Extended clipping fix to missing clipping-related features. | Saracen |