godot/modules
Andrii Doroshenko (Xrayez) 5dd3d3dadf Import 4/1 bit bmp images
Add some sanity checks according to bmp specification.

Read color table and index data within the same scope and
then simply extend the color palette.

This particular implementation has one limitation: not all 4/1 bit images
can be imported as it requires bit unpacking (size dimensions must be
a multiple of 8 for 1-bit and 2 (even) for 4-bit images).

(cherry picked from commit 6484da5721)
2019-09-26 14:41:27 +02:00
..
bmp Import 4/1 bit bmp images 2019-09-26 14:41:27 +02:00
bullet Fix missing re-activation of bullet physics sleep feature 2019-09-24 09:00:45 +02:00
csg DOC: Fix spelling 2019-07-29 17:47:46 +02:00
cvtt Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
dds Add -Wshadow=local to warnings and fix reported issues. 2019-02-20 19:44:12 +01:00
enet doc: Fix invalid tags or properties introduced in recent cherry-picks 2019-07-29 17:55:20 +02:00
etc Don't use -ffast-math or other unsafe math optimizations 2019-01-09 02:06:13 +01:00
freetype Freetype clone env for no-SMID single file 2019-06-04 11:08:40 +02:00
gdnative Small fixes, mostly dupicated code 2019-09-24 09:00:45 +02:00
gdscript Many fallthrough switch cases now have the FALLTHROUGH macro to tell the compiler that this is intended. 2019-09-24 09:00:45 +02:00
gridmap doc: Sync classref with current source 2019-07-05 11:34:47 +02:00
hdr Cleanup unused header 2019-01-28 06:29:39 +01:00
jpg Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
mbedtls Small hack to avoid runtime error when using ubsan 2019-02-20 01:49:47 +01:00
mobile_vr doc: Sync classref with current source 2019-07-05 11:34:47 +02:00
mono Fix -Wimplicit-fallthrough warnings from GCC 8 2019-09-24 09:00:45 +02:00
ogg Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
opensimplex Consistently wrap booleans in [code] 2019-07-29 14:54:32 +02:00
opus SCons: Fix OPUS_ARM_OPT flag applied for all android/iphone arches 2019-04-04 12:41:25 +02:00
pvr Fix pvrtc encoder 2019-09-24 09:00:46 +02:00
recast Small fixes, mostly dupicated code 2019-09-24 09:00:45 +02:00
regex doc: Sync classref with current source 2019-07-05 11:34:47 +02:00
squish Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
stb_vorbis doc: Sync classref with current source 2019-07-05 11:34:47 +02:00
svg Prevent upscaled SVG from exceeding Image bounds 2019-01-28 16:00:15 +01:00
tga Fix TGA indexed images loaded with flipped color table 2019-09-24 09:00:45 +02:00
theora doc: Sync classref with current source 2019-07-05 11:34:47 +02:00
tinyexr Fix import grayscale EXR 2019-04-20 20:08:09 +02:00
upnp doc: UPNP: Add example on how to open/close a port 2019-07-29 17:47:46 +02:00
visual_script doc: Replace all [code]CONSTANT[/code] by new [constant CONSTANT] hyperlinks 2019-07-29 17:32:54 +02:00
vorbis Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
webm doc: Sync classref with current source 2019-07-05 11:34:47 +02:00
webp libwebp: Sync with upstream 1.0.2 2019-03-04 13:13:33 +01:00
websocket doc: Replace all [code]CONSTANT[/code] by new [constant CONSTANT] hyperlinks 2019-07-29 17:32:54 +02:00
xatlas_unwrap SCons: Clean xatlas SCsub from thekla/poshlib defines 2019-06-04 11:11:21 +02:00
register_module_types.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
SCsub SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00