virtualx-engine/modules
Meriipu 347a9df0a1
GDScript: Clarified/fixed inaccuracies in the built-in function docs.
The input to smoothstep is not actually a weight, and the decscription
of smoothstep was pretty hard to understand and easy to misinterpret.

Clarified what it means to be approximately equal.

nearest_po2 does not do what the descriptions says it does. For one,
it returns the same power if the input is a power of 2. Second, it
returns 0 if the input is negative or 0, while the smallest possible
integral power of 2 actually is 1 (2^0 = 1). Due to the implementation
and how it is used in a lot of places, it does not seem wise to change
such a core function however, and I decided it is better to alter the
description of the built-in.

Added a few examples/clarifications/edge-cases.

(cherry picked from commit 7f9bfee0ac)
2021-02-11 13:12:06 +01:00
..
bmp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
bullet Merge pull request #42882 from madmiraal/fix-39767-3.2 2021-01-14 20:46:06 +01:00
camera iOS Modules: separate main platform code from modules 2021-01-14 15:30:00 +03:00
csg Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
cvtt Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
dds Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
denoise CPU lightmapper fixes. 2021-01-15 12:32:54 +01:00
enet Mention that NetworkedMultiplayerENet uses UDP only 2021-01-15 16:49:46 +01:00
etc Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
fbx fixed bug in vertex duplication breaking meshes 2021-02-09 16:33:46 +00:00
freetype Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
gdnative Removes the gdnative library when no script (gdns) references it any longer. This enables hot reload for gdnative. 2021-01-26 22:10:29 +01:00
gdscript GDScript: Clarified/fixed inaccuracies in the built-in function docs. 2021-02-11 13:12:06 +01:00
gridmap Document that GridMap doesn't support visual layers or cull masks 2021-02-05 10:26:03 +01:00
hdr Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
jpg Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
jsonrpc Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
lightmapper_cpu Merge pull request #45752 from JFonS/cpu_lightmapper_fixes 2021-02-06 11:44:52 +01:00
mbedtls Cleanup: Remove executable bit from files which don't need it 2021-01-26 17:00:15 +01:00
minimp3 Descriptive error message when using AudioStream(OGG/MP3) incorrectly 2021-01-13 16:17:08 +01:00
mobile_vr Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
mono [Mono] Use the same search logic for both MSBuild and dotnet, add custom search paths on macOS. 2021-02-05 09:29:29 +01:00
ogg Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
opensimplex Optimize data format for OpenSimplex images 2021-01-13 16:17:07 +01:00
opus Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
pvr Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
raycast Fix crash in lightmapper under MinGW-GCC Windows 2021-01-18 18:28:11 +01:00
recast Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
regex Change reserved keyword in Regex documentation code 2021-01-13 16:17:09 +01:00
squish Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
stb_vorbis Descriptive error message when using AudioStream(OGG/MP3) incorrectly 2021-01-13 16:17:08 +01:00
svg Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
tga Fix a crash in the TGA loader with malformed input 2021-02-04 13:10:03 +01:00
theora Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
tinyexr Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
upnp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
vhacd Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
visual_script Snap VisualScript comment to grid when resizing 2021-02-08 22:36:36 +01:00
vorbis Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
webm Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
webp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
webrtc Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
websocket Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
webxr Remove reference to CanvasLayer in WebXR example, because it can cause rendering issues in AR. 2021-02-02 13:02:46 +01:00
xatlas_unwrap Implement new CPU lightmapper 2021-01-14 18:05:56 +01:00
register_module_types.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00