| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Properly resize textures so they can be ETC compressed, fixes #15139 | Juan Linietsky | 2018-01-12 | 1 | -1/+19 |
| | | | | | this may make import times slower though, will have to wait for 3.1 for background texture import and compressonator. | ||||
| * | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 1 | -0/+1 |
| | | | | | | | Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module. | ||||
| * | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 1 | -2/+2 |
| | | | | | Happy new year to the wonderful Godot community! | ||||
| * | Fix size mismatch in _compress_etc | MillionOstrich | 2017-11-20 | 1 | -6/+8 |
| | | | | | Use j for inner loop | ||||
| * | Fix ETC2 import for luminance/lumalpha textures, fixes #10421 | Juan Linietsky | 2017-09-04 | 1 | -2/+1 |
| | | |||||
| * | Fix signed and unsigned comparisons | Hein-Pieter van Braam | 2017-09-01 | 1 | -1/+1 |
| | | | | | The first in my quest to make Godot 3.x compile with -Werror on GCC7 | ||||
| * | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
| | | |||||
| * | Add closest_power_of_2 func and implement mix_rate/latency on OS X | Marcelo Fernandez | 2017-08-17 | 1 | -1/+1 |
| | | |||||
| * | Some changes to dual paraboloid envmap generation, fixes somme bleeding | Juan Linietsky | 2017-07-05 | 1 | -0/+4 |
| | | |||||
| * | etc: Do not overestimate number of CPU threads | Rémi Verschelde | 2017-06-17 | 1 | -1/+1 |
| | | | | | | The *2 factor between cores and threads of most modern CPUs is already taken into account in get_processor_count(). | ||||
| * | -Fix freezes caused by etccomp2, closes #9183 | Juan Linietsky | 2017-06-16 | 1 | -7/+25 |
| | | | | | -Normalmaps are now detected and imported as RGTC, both in S3TC and ETC2, this improves their quality. | ||||
| * | Add ETC1/ETC2 compression support though etc2comp. | Ferenc Arn | 2017-05-31 | 1 | -0/+181 |
| Remove rg-etc1 code. Also updated travis to use ubuntu 14.04. Fixes #8457. | |||||
