aboutsummaryrefslogtreecommitdiff
path: root/drivers/jpegd/image_loader_jpegd.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add missing license headers in our source files (#5255)Rémi Verschelde2016-06-181-11/+28
| | | Also removes a couple wrong Godot headers from third-party source files.
* -Made editor support SSL certs by default (embedded them)Juan Linietsky2016-03-121-19/+35
| | | | | | | | | -Made asset sharing support https -Many fixes to HTTPRequest -Added an asset installer dialog -Visual cleanups to asset sharing tab -Fixed some issues in ScrollContainer, hope it does not break things -Asset sharing tab is not visible (hidden on purpose) for now.
* Fix uint compile errormrezai2016-01-051-1/+1
|
* -Replaced tinyjpg for jpgd (public domain), fixes progressive encoded jpgs ↵Juan Linietsky2016-01-031-0/+108
and speeds up. Closes #2040 -Removed support of loading BitMap as image, now it must be load as a pnm, also closes #2040