godot/modules
Rémi Verschelde 688d422554
PVRTC: Move compress func to `modules/pvr`, drop obsolete PVRTexTool code
The code we had for PVRTexTool doesn't work as it's not compatible with current
PVRTexTool CLI options, and likely hasn't been for years.

Instead, we have our own vendored pvrtccompressor thirdparty library which all
users have thus de-facto been using. This commit moves the compress code to
`modules/pvr` where it belongs.

There's no proper compress function for PVRTC 2-bit format, that's a bug that
will need to be fixed (currently it's compressed as 4-bit format even if you
use Image::FORMAT_PVRTC2).

Fixes #28669.

(cherry picked from commit 1a31274855)
2020-12-29 15:12:06 +01:00
..
arkit iOS: port ARC support 2020-10-06 00:23:25 +03:00
bmp Add `Image.load_bmp_from_buffer()` for run-time BMP image loading 2020-11-11 15:30:55 +01:00
bullet Merge pull request #43899 from madmiraal/fix-43852-3.2 2020-12-19 09:31:04 +01:00
camera iOS: port ARC support 2020-10-06 00:23:25 +03:00
csg doc: Make docs.godotengine.org links point to 3.2 branch 2020-10-19 16:10:01 +02:00
cvtt Ensure header guards enclose entire header. 2020-09-04 08:48:35 +02:00
dds DDS: Fix loading files without DDSD_CAPS or DDSD_PIXELFORMAT 2020-06-18 11:29:28 +02:00
enet doc: Make docs.godotengine.org links point to 3.2 branch 2020-10-19 16:10:01 +02:00
etc PVRTC: Move compress func to `modules/pvr`, drop obsolete PVRTexTool code 2020-12-29 15:12:06 +01:00
fbx Merge pull request #44305 from RevoluPowered/fbx-update-plugin 2020-12-17 21:19:59 +01:00
freetype SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
gdnative [HTML5] Make GDNative support feature-based. 2020-12-05 01:14:03 +01:00
gdscript Fix regression in gdscript initialization 2020-12-09 17:11:03 -07:00
gridmap Put misc. 3D tool visible instances on their own layer 2020-11-26 20:08:30 +01:00
hdr SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
jpg SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
jsonrpc Make LSP ignore $/ messages 2020-09-29 08:54:44 +02:00
mbedtls Fix certificate generation with mbedtls 2.16.8 . 2020-09-15 19:27:48 +02:00
minimp3 mp3 import and playback support backport 2020-12-07 15:32:09 +01:00
mobile_vr SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
mono [3.2] Mono: Make Godot provide its own WASM m2n trampolines 2020-12-14 19:46:41 +01:00
ogg SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
opensimplex doc: Sync classref with current source 2020-12-10 14:22:31 +01:00
opus [macOS, 3.2] Add support for the Apple Silicon (ARM64) build target. 2020-06-29 14:43:29 +03:00
pvr PVRTC: Move compress func to `modules/pvr`, drop obsolete PVRTexTool code 2020-12-29 15:12:06 +01:00
recast SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
regex Document how to perform advanced string splitting using RegEx 2020-07-29 18:24:00 +02:00
squish SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
stb_vorbis stb_vorbis: Increase max alloc buffer size for big Vorbis comments 2020-09-10 12:04:19 +02:00
svg SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
tga Add `Image.load_bmp_from_buffer()` for run-time BMP image loading 2020-11-11 15:30:55 +01:00
theora Improve documentation about VideoPlayer video formats 2020-09-24 14:43:11 +02:00
tinyexr SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
upnp SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
vhacd SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
visual_script doc: Warn about using Node internal processing 2020-11-26 09:38:45 +01:00
vorbis SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
webm Don't handle BaseException in build scripts 2020-12-12 10:10:23 +00:00
webp SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
webrtc [HTML5] Add function signatures to JS libraries. 2020-12-04 23:37:41 +01:00
websocket [HTML5] Add function signatures to JS libraries. 2020-12-04 23:37:41 +01:00
xatlas_unwrap xatlas should be using the options configured here 2020-12-02 20:54:39 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
register_module_types.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00