| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix typos in code and docs with codespell | Rémi Verschelde | 2018-01-18 | 1 | -1/+1 |
| * | Fix crash when using Image.resize() without calling Image.create() first | Jerome67000 | 2018-01-06 | 1 | -2/+5 |
| * | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 1 | -0/+1 |
| * | Revert "Add missing image format RGB10A2. Fixes #14964" | Juan Linietsky | 2018-01-03 | 1 | -24/+0 |
| * | Merge pull request #15051 from binbitten/bug-fixes | Rémi Verschelde | 2018-01-03 | 1 | -0/+24 |
| |\ |
|
| | * | Add missing image format RGB10A2. Fixes #14964 | binbitten | 2017-12-25 | 1 | -0/+24 |
| * | | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 1 | -2/+2 |
| |/ |
|
| * | Add functions to image to load a PNG or JPG from a buffer, closes #4024 | Juan Linietsky | 2017-12-20 | 1 | -0/+37 |
| * | Improved packed scene previews. | Daniel J. Ramirez | 2017-11-17 | 1 | -7/+16 |
| * | Cleanup unnecessary debug prints | Rémi Verschelde | 2017-10-21 | 1 | -1/+0 |
| * | Fix Alpha Border bugfix | Comanche_Ak | 2017-10-13 | 1 | -0/+1 |
| * | Change to shrink_x2 function preventing it set a 0 width/height | Gabriel | 2017-09-30 | 1 | -2/+2 |
| * | Fixed a bunch of typos, including an error code. | Ross Hadden | 2017-09-21 | 1 | -3/+3 |
| * | Fix use of unitialized variables | Hein-Pieter van Braam | 2017-09-02 | 1 | -3/+3 |
| * | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
| * | Add handy get_size() method to Image class | Andrii Doroshenko (Xrayez) | 2017-08-26 | 1 | -0/+6 |
| * | ClassDB: Provide the enum name of integer constants | Ignacio Etcheverry | 2017-08-20 | 1 | -56/+56 |
| * | Add closest_power_of_2 func and implement mix_rate/latency on OS X | Marcelo Fernandez | 2017-08-17 | 1 | -3/+3 |
| * | Removes type information from method binds | Ignacio Etcheverry | 2017-08-10 | 1 | -6/+6 |
| * | Add object type hint for docs | Poommetee Ketson | 2017-07-19 | 1 | -1/+1 |
| * | Refactor 'treshold' to 'threshold' | Poommetee Ketson | 2017-07-08 | 1 | -18/+18 |
| * | [#9292] Renamed Image.put_pixel() to set_pixel(). | ducdetronquito | 2017-07-07 | 1 | -8/+8 |
| * | Added 'blit_rect_mask' for 3.0 too | dumitru-stama | 2017-06-24 | 1 | -0/+57 |
| * | Image: Fix wrong method DEFVAL | Ignacio Etcheverry | 2017-06-23 | 1 | -1/+1 |
| * | Added two new methods to 3.0 'blend_rect_mask' and 'fill' | d | 2017-06-18 | 1 | -0/+130 |
| * | Merge pull request #9231 from dumitru-stama/constimg | George Marques | 2017-06-16 | 1 | -1/+1 |
| |\ |
|
| | * | Fixed a bug in get_pixel not being const | dumitru.stama | 2017-06-16 | 1 | -1/+1 |
| * | | -Fix freezes caused by etccomp2, closes #9183 | Juan Linietsky | 2017-06-16 | 1 | -6/+10 |
| |/ |
|
| * | Rewrite Image::blit_rect to use the following algorithm: | Benjamin Dahse | 2017-06-14 | 1 | -10/+10 |
| * | Merge pull request #8548 from tagcup/etc2comp | Juan Linietsky | 2017-06-13 | 1 | -11/+11 |
| |\ |
|
| | * | Add ETC1/ETC2 compression support though etc2comp. | Ferenc Arn | 2017-05-31 | 1 | -11/+11 |
| * | | -Restored multithread capability to VisualServer | Juan Linietsky | 2017-06-09 | 1 | -8/+8 |
| * | | renamed all Rect2.pos to Rect2.position | alexholly | 2017-06-04 | 1 | -6/+6 |
| |/ |
|
| * | rewritten PBR implementation to make it friendlier with Blender | Juan Linietsky | 2017-05-31 | 1 | -15/+5 |
| * | -Added .hdr format support | Juan Linietsky | 2017-05-28 | 1 | -29/+1 |
| * | -Added EXR supprot for HDR (no BC6 compression yet though) | Juan Linietsky | 2017-05-26 | 1 | -31/+481 |
| * | Use libsquish to decompress DXT textures. | Ferenc Arn | 2017-05-18 | 1 | -326/+3 |
| * | Fix two typos from previous commit | Rémi Verschelde | 2017-05-17 | 1 | -1/+1 |
| * | Removal of Image from Variant, converted to a Resource. | Juan Linietsky | 2017-05-17 | 1 | -54/+176 |
| * | Move core thirdparty files to thirdparty/{minizip,misc} | Rémi Verschelde | 2017-04-28 | 1 | -1/+2 |
| * | [3.0] Fix bug in Image::_get_pixelb | iam13islucky | 2017-04-23 | 1 | -1/+1 |
| * | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 1 | -0/+1 |
| * | A Whole New World (clang-format edition) | Rémi Verschelde | 2017-03-05 | 1 | -1079/+953 |
| * | Several bugfixes, improving the import workflow | Juan Linietsky | 2017-02-06 | 1 | -29/+26 |
| * | Lot of work in new importer, importing textures now works. | Juan Linietsky | 2017-02-01 | 1 | -1/+1 |
| * | Style: Fix statements ending with ';;' | Rémi Verschelde | 2017-01-16 | 1 | -4/+4 |
| * | Style: Cleanups, added headers, renamed files | Rémi Verschelde | 2017-01-16 | 1 | -0/+2 |
| * | Style: Fix whole-line commented code | Rémi Verschelde | 2017-01-14 | 1 | -3/+3 |
| * | Memory pool vectors (DVector) have been enormously simplified in code, and re... | Juan Linietsky | 2017-01-07 | 1 | -50/+50 |
| * | Merge remote-tracking branch 'origin/gles3' into gles3-on-master | Rémi Verschelde | 2017-01-02 | 1 | -748/+465 |
| |\ |
|