godot/modules
Rémi Verschelde 1a31274855
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.
2020-12-10 22:08:01 +01:00
..
arkit Refactored Mesh internals and formats. 2020-12-02 13:07:59 -03:00
assimp Rebind Mesh/ArrayMesh enums 2020-12-04 19:34:50 -05:00
basis_universal
bmp
bullet Fixed ccd enabled by default on Bullet bodies 2020-11-25 15:02:33 -07:00
camera
camera_iphone
csg Rename EditorNode3DGizmoPlugin "get_name" to "get_gizmo_name" 2020-12-04 19:34:50 -05:00
cvtt
dds
denoise
enet
etc PVRTC: Move compress func to modules/pvr, drop obsolete PVRTexTool code 2020-12-10 22:08:01 +01:00
freetype
gamecenter
gdnative Merge pull request #44190 from touilleMan/constify-ScriptLanguage.can_inherit_from_file 2020-12-08 13:59:46 +01:00
gdnavigation Static analyzer fixes: 2020-12-09 10:17:53 +02:00
gdscript LSP: Fix iterator in enum API dump 2020-12-09 13:34:29 +01:00
glslang
gridmap Put misc. 3D tool visible instances on their own layer 2020-11-26 20:11:00 +01:00
hdr
icloud
inappstore
jpg
jsonrpc
lightmapper_rd Static analyzer fixes: 2020-12-09 10:17:53 +02:00
mbedtls feat: HMAC support in Crypto APIs 2020-11-26 18:39:56 -08:00
minimp3 add mp3 import and playback support 2020-12-03 17:51:43 +01:00
mobile_vr
mono Merge pull request #43742 from qarmin/editor_modules_default_values 2020-12-08 15:53:42 +01:00
ogg
opensimplex doc: Sync classref with current source 2020-12-04 22:28:08 +01:00
opus
pvr PVRTC: Move compress func to modules/pvr, drop obsolete PVRTexTool code 2020-12-10 22:08:01 +01:00
regex Move and add new RegEx test cases 2020-11-22 22:48:03 +01:00
squish
stb_vorbis
svg
text_server_adv Static analyzer fixes: 2020-12-09 10:17:53 +02:00
text_server_fb Static analyzer fixes: 2020-12-09 10:17:53 +02:00
tga
theora
tinyexr
upnp
vhacd
visual_script Remove connect *_compat methods 2020-12-05 17:56:47 -05:00
vorbis
webm Document that WebM videos don't support the alpha channel 2020-11-22 17:43:07 +01:00
webp
webrtc [HTML5] Add function signatures to JS libraries. 2020-12-04 23:21:33 +01:00
websocket [HTML5] Add function signatures to JS libraries. 2020-12-04 23:21:33 +01:00
xatlas_unwrap xatlas should be using the options configured here 2020-12-02 09:22:35 -08:00
modules_builders.py
register_module_types.h
SCsub