aboutsummaryrefslogtreecommitdiff
path: root/editor/import/resource_importer_texture.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add option to renormalize mipmaps when generating them for normalmaps.Juan Linietsky2018-04-291-1/+1
| | | | Reduces some aliasing.
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-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 2018Rémi Verschelde2018-01-011-2/+2
| | | | Happy new year to the wonderful Godot community!
* Style: Apply clang-format to @reduz's changesRémi Verschelde2017-09-131-3/+4
| | | | [ci skip]
* Added a warning for when a PC compression is not found for the project, ↵Juan Linietsky2017-09-051-1/+8
| | | | closes #10626
* updated import settings loader to 'svg/scale' fixes: #10815toger52017-08-311-1/+1
|
* moved 'scale import setting' into svg sectiontoger52017-08-301-1/+1
|
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
|
* Added support for SVGDaniel J. Ramirez2017-08-201-10/+3
|
* Fix equality when assignment intendedPedro J. Estébanez2017-08-011-1/+1
|
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-191-9/+9
| | | | -Added system for feature overrides, it's pretty cool :)
* -Reorganized all properties of project settings (Sorry, Again).Juan Linietsky2017-07-171-4/+4
| | | | | (Lot's of bloat accumulated, so it was time for clean up.) -Made EditorSettings and ProjectSettings search more useful (search in sections too)
* Ability to restart particle system with a function callJuan Linietsky2017-06-251-1/+1
|
* -Fix freezes caused by etccomp2, closes #9183Juan Linietsky2017-06-161-10/+61
| | | | -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 Arn2017-05-311-5/+9
| | | | | | Remove rg-etc1 code. Also updated travis to use ubuntu 14.04. Fixes #8457.
* rewritten PBR implementation to make it friendlier with BlenderJuan Linietsky2017-05-311-1/+1
|
* Several fixes related to PBR and EnvironmentJuan Linietsky2017-05-301-1/+3
|
* -Added EXR supprot for HDR (no BC6 compression yet though)Juan Linietsky2017-05-261-5/+16
| | | | | | -Improvements to texture importer -Proper detection of S3TC compression modes, and added all modes to Image -Fixes to non-power of 2 compressed textures, which should all be supported by GLES3
* Removal of Image from Variant, converted to a Resource.Juan Linietsky2017-05-171-33/+34
|
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
|
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-128/+102
| | | | | | | | | | | | | | | | | | | | | | | | I can show you the code Pretty, with proper whitespace Tell me, coder, now when did You last write readable code? I can open your eyes Make you see your bad indent Force you to respect the style The core devs agreed upon A whole new world A new fantastic code format A de facto standard With some sugar Enforced with clang-format A whole new world A dazzling style we all dreamed of And when we read it through It's crystal clear That now we're in a whole new world of code
* Add a bunch of missing Godot headers in own filesRémi Verschelde2017-03-051-0/+29
|
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-051-0/+393
The other subfolders of tools/ had already been moved to either editor/, misc/ or thirdparty/, so the hiding the editor code that deep was no longer meaningful.