9 Commits

Author SHA1 Message Date
Donovan Watteau 69dd0889cc JANITORIAL: Update some HTTP links in comments to HTTPS
The modern web is mostly HTTPS now, and some browsers may start giving
warnings when one uses a plain HTTP connection.

Only update the protocol when the HTTPS connection exists and fully
works.  Code from external projects/tools is kept as is.
2025-10-29 14:22:37 +01:00
Cameron Cawley e16e0d55c7 IMAGE: Use endian-aware pixel formats for TGA images 2025-07-13 20:01:28 +03:00
Matthew Jimenez 4a01560a44 IMAGE: Replace palette byte arrays with Palette class 2025-02-27 00:04:00 +02:00
Le Philousophe e31df4f730 IMAGE: Fix TGA color map loading
The color map ordering is now fixed according to the specifications and
the palette is now stored according to our requirements: in interleaved
RGB.
2025-01-26 02:56:53 +02:00
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Paul Gilbert bc039f6b10 IMAGE: Properly load bottom origin RLE encoded TGA images 2017-01-01 02:36:01 -05:00
Colin Snover 8eb8e7366c IMAGE: Add support for 16-bit RLE TGA images
Used by Titanic engine.
2016-11-07 19:51:53 -06:00
Joel Teichroeb 46c933d953 IMAGE: Fix TGA copy and paste error. 2014-07-09 22:28:43 -07:00
Matthew Hoops 740b6e8fbd IMAGE: Move all ImageDecoders to image/ 2014-02-28 00:27:28 -05:00