virtualx-engine/modules
Hugo Locurcio 85e080fcc0
Backport new 3D point light attenuation as an option
This provides more realistic lighting with a very small performance cost.
The option is available in both GLES3 and GLES2, and can be enabled in
the Project Settings. This goes well with the ACES Fitted tonemapping mode
that was recently added.

When enabled, this also makes upgrading Godot 3.x projects to Godot 4.0 easier,
since lighting in 3.x will better match how it'll look in Godot 4.0.
2021-10-08 22:15:22 +02:00
..
bmp Check if the line pointer goes away from the image buffer's EOF in the BMP importer 2021-10-04 15:22:16 +02:00
bullet Fix crash when pinned SoftBody point is out of range 2021-10-04 15:47:12 +08:00
camera [macOS] Request camera permission before session init. 2021-09-19 11:31:14 +02:00
csg Fix merging error path_simplify_angle CSGPolygon 2021-10-05 21:19:23 -04:00
cvtt Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
dds Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
denoise SCons: Add explicit dependencies on thirdparty code in cloned env 2021-04-29 16:57:00 +02:00
enet doc: Fix style inconsistencies for [b]Note:[/b] paragraphs 2021-10-06 09:29:32 +02:00
etc Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
fbx Remove do{ } while(0) wrapper around error macros 2021-09-12 15:04:53 +08:00
freetype HTML5: Fix a couple warnings 2021-08-12 16:37:38 +02:00
gdnative doc: Fix style inconsistencies for [b]Note:[/b] paragraphs 2021-10-06 09:29:32 +02:00
gdscript Merge pull request #52521 from kdiduk/52499-preload-parsing-error-when-newline-encountered 2021-10-06 10:13:19 +02:00
gltf Backport to 3.x "gltf export: Fix export of skeletons, skins and blend shapes." 2021-10-05 14:14:28 -07:00
gridmap implement individual mesh transform for meshlibrary items 2021-09-14 13:41:22 +02:00
hdr Remove duplicate WARN_PRINTS macro 2021-06-18 12:57:59 +01:00
jpg Make all file access 64-bit (uint64_t) 2021-05-16 17:52:31 +02:00
jsonrpc Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
lightmapper_cpu Backport new 3D point light attenuation as an option 2021-10-08 22:15:22 +02:00
mbedtls [Crypto] Delete mbedtls ctx in deconstructor. 2021-07-06 11:10:47 +02:00
minimp3 Make all file access 64-bit (uint64_t) 2021-05-16 17:52:31 +02:00
mobile_vr Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
mono Merge pull request #51086 from aaronfranke/3.x-warn-dectime 2021-10-05 12:06:03 +02:00
ogg SCons: Add explicit dependencies on thirdparty code in cloned env 2021-04-29 16:57:00 +02:00
opensimplex doc: Use self-closing tags for return and argument 2021-08-03 10:20:19 +02:00
opus SCons: Add explicit dependencies on thirdparty code in cloned env 2021-04-29 16:57:00 +02:00
pvr Validate image formats, check if resize_to_po2 failed 2021-06-29 14:02:23 +02:00
raycast Upgrade Embree to the latest official release. 2021-05-22 15:14:07 +02:00
recast Improve NavigationMesh typing, parameter validation and documentation 2021-08-11 18:18:27 +08:00
regex doc: Use self-closing tags for return and argument 2021-08-03 10:20:19 +02:00
squish Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
stb_vorbis Make all file access 64-bit (uint64_t) 2021-05-16 17:52:31 +02:00
svg Use modules_enabled.gen.h to improve inter dependency checks 2021-07-14 23:36:38 +02:00
tga Fix loading RLE compressed TGA files. 2021-06-14 18:51:09 +03:00
theora doc: Use self-closing tags for return and argument 2021-08-03 10:20:19 +02:00
tinyexr Make all file access 64-bit (uint64_t) 2021-05-16 17:52:31 +02:00
upnp Document how to set up UPnP in a non-blocking manner 2021-10-04 14:37:43 +02:00
vhacd Clean convex hull decomposition code 2021-07-13 11:13:25 -07:00
visual_script Update VisualScriptCustomNode.xml 2021-09-21 17:14:59 +02:00
vorbis SCons: Add explicit dependencies on thirdparty code in cloned env 2021-04-29 16:57:00 +02:00
webm doc: Use self-closing tags for return and argument 2021-08-03 10:20:19 +02:00
webp Create 'rendering/misc' project settings section 2021-10-05 11:47:03 +01:00
webrtc doc: Fix style inconsistencies for [b]Note:[/b] paragraphs 2021-10-06 09:29:32 +02:00
websocket Try other resolved IPs if one fails to connect 2021-09-14 14:18:18 +02:00
webxr doc: Use self-closing tags for return and argument 2021-08-03 10:20:19 +02:00
xatlas_unwrap Style: Replaces uses of 0/NULL by nullptr (C++11) 2021-05-04 16:30:23 +02: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 SCons: Generate header with info on which modules are enabled 2021-07-14 23:09:47 +02:00
SCsub Add env.Depends to modules_enabled.gen.h generator 2021-07-14 23:46:44 +02:00