Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-28 | Prevent upscaled SVG from exceeding Image bounds | Rémi Verschelde | |
Also expose Image MAX_WIDTH and MAX_HEIGHT. Fixes #24455. | |||
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! | |||
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | |
This allows more consistency in the manner we include core headers, where previously there would be a mix of absolute, relative and include path-dependent includes. | |||
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde | |
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. | |||
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! | |||
2017-09-30 | keep alpha when converting svg colors fixes #11289 | toger5 | |
2017-09-14 | Renamed function arguments to keep them consistent between declaration and ↵ | Wilson E. Alvarez | |
implementation | |||
2017-09-12 | optimized color conversion for svg generation | toger5 | |
2017-09-07 | Change Color.to_32() to to_rgba32() and format as RGBA | mrawlingst | |
2017-08-30 | Implement color conversion for dark SVG icons | toger5 | |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | |
2017-08-22 | Fix crashes in SVG loading | Pedro J. Estébanez | |
Adding null terminators. | |||
2017-08-20 | Added missing icon and svgs upscaling | Daniel J. Ramirez | |
2017-08-20 | Added support for SVG | Daniel J. Ramirez | |