virtualx-engine/modules
Fabio Alessandrelli a77d514ec0 [GDNative] Fix GDN_EXPORT define with mingw.
The define is **not used by godot**, but in GDNative libraries.

I'm not sure it should be defined there in the first place, though we
shouldn't change that (for compatibility).

This commit changes the platform detection order to detect mingw
compiling for windows (which defines `__GNUC__`).

This commit also wraps the definition around a guard to let libraries
override it with a build-time define.
2022-06-18 13:03:06 +02:00
..
bmp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
bullet Exposes the BulletSpace internals. 2022-06-10 11:47:30 +02:00
camera Fix typos with codespell 2022-02-11 09:50:59 +01:00
csg Fix editor crash when opening scene with CSGMesh 2022-05-22 19:26:45 +02:00
cvtt Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
dds Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
denoise Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
enet Fix various typos 2022-05-19 19:07:45 +08:00
etc Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
fbx Simplify FBX importer project settings registering 2022-03-29 15:00:31 +08:00
freetype FreeType: Update to version 2.12.1 2022-05-17 22:28:10 +02:00
gdnative [GDNative] Fix GDN_EXPORT define with mingw. 2022-06-18 13:03:06 +02:00
gdscript Classref typo fixes and improvements 2022-06-17 15:19:31 +08:00
gltf gltf: Allow more than 4 joints but warn and ignore them. 2022-06-10 18:41:14 -07:00
gridmap [3.5] Update NavigationServer backport 2022-06-14 05:55:14 +02:00
hdr Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
jpg Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
jsonrpc Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
lightmapper_cpu Add support for saving multiple Images in BakedLightmap 2022-02-15 16:13:00 +01:00
mbedtls Bump mbedTLS version to 2.28.0 (new LTS). 2022-01-19 14:03:03 +01:00
minimp3 Add an XML schema for documentation 2022-03-16 23:01:02 +01:00
mobile_vr Add an XML schema for documentation 2022-03-16 23:01:02 +01:00
mono Fix Lerp documentation and implement RangeLerp 2022-06-16 20:47:40 +02:00
navigation Print NavMap error only once for invalid NavMesh. 2022-06-16 20:47:40 +02:00
ogg Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
opensimplex Add an XML schema for documentation 2022-03-16 23:01:02 +01:00
opus Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
pvr Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
raycast Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
regex Add an XML schema for documentation 2022-03-16 23:01:02 +01:00
squish Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
stb_vorbis Add an XML schema for documentation 2022-03-16 23:01:02 +01:00
svg ImageLoader: Remove references to unsupported svgz extension 2022-01-17 10:52:32 +01:00
tga Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
theora Add an XML schema for documentation 2022-03-16 23:01:02 +01:00
tinyexr Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
upnp Add an XML schema for documentation 2022-03-16 23:01:02 +01:00
vhacd Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
visual_script i18n: Misc fixes translation strings 2022-06-08 12:56:42 +02:00
vorbis Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
webm Add an XML schema for documentation 2022-03-16 23:01:02 +01:00
webp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
webrtc Add dedicated macros for property name extraction 2022-05-19 11:31:35 +08:00
websocket Add dedicated macros for property name extraction 2022-05-19 11:31:35 +08:00
webxr Fix various typos 2022-05-19 19:07:45 +08:00
xatlas_unwrap Add sanity checks to lightmap unwrap texel size 2022-02-24 13:31:17 +01:00
modules_builders.py SCons: Generate header with info on which modules are enabled 2021-07-14 23:09:47 +02:00
register_module_types.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
SCsub Add env.Depends to modules_enabled.gen.h generator 2021-07-14 23:46:44 +02:00