2
0
Fork 0
godot/modules
Rémi Verschelde f7c611ab71
Style: Misc docs and comment style and language fixes
- Removed empty paragraphs in XML.
- Consistently use bold style for "Example:", on a new line.
- Fix usage of `[code]` when hyperlinks could be used (`[member]`, `[constant]`).
- Fix invalid usage of backticks for inline code in BBCode.
- Fix some American/British English spelling inconsistencies.
- Other minor fixes spotted along the way, including typo fixes with codespell.
- Don't specify `@GlobalScope` for `enum` and `constant`.
2022-11-02 19:01:18 +07:00
..
basis_universal Make some Image methods static 2022-10-14 14:34:15 +07:00
bmp Make some Image methods static 2022-10-14 14:34:15 +07:00
camera Make some Image methods static 2022-10-14 14:34:15 +07:00
csg Document `collision_priority` in the CSGShape3D class 2022-10-24 18:44:30 +07:00
cvtt Make some Image methods static 2022-10-14 14:34:15 +07:00
dds Add static methods for creating Image and ImageTexture 2022-07-08 13:40:47 +07:00
denoise Make some Image methods static 2022-10-14 14:34:15 +07:00
enet [MP] Remove connection state signals from MultiplayerPeer. 2022-11-02 15:17:23 +07:00
etcpak Make some Image methods static 2022-10-14 14:34:15 +07:00
freetype SCons: Unify tools/target build type configuration 2022-09-26 16:31:46 +07:00
gdscript Merge pull request #68125 from kleonc/range-fix-single-arg-optimized-type-mismatch 2022-11-02 14:18:24 +07:00
glslang Let the RD driver itself expose subgroup caps 2022-10-20 19:37:35 +07:00
gltf Replace Quaternion Euler constructor with `from_euler` method 2022-11-01 09:28:12 +07:00
gridmap Unify usage of GLOBAL/EDITOR_GET 2022-10-18 19:01:48 +07:00
hdr Make some Image methods static 2022-10-14 14:34:15 +07:00
jpg Merge pull request #66929 from MladoniSzabi/save_jpeg_file 2022-10-31 10:48:10 +07:00
jsonrpc Code quality: Fix header guards consistency 2022-07-25 11:17:40 +07:00
lightmapper_rd Make some Image methods static 2022-10-14 14:34:15 +07:00
mbedtls Style: Misc docs and comment style and language fixes 2022-11-02 19:01:18 +07:00
meshoptimizer Code quality: Fix header guards consistency 2022-07-25 11:17:40 +07:00
minimp3 Change time parameters and variables to double type 2022-09-26 13:52:54 +07:00
mobile_vr Style: Misc docs and comment style and language fixes 2022-11-02 19:01:18 +07:00
mono Merge pull request #68118 from aaronfranke/quat-from-euler 2022-11-02 18:51:59 +07:00
msdfgen [Scons] Implement module dependency sorting. 2022-08-04 20:00:19 +07:00
multiplayer Style: Misc docs and comment style and language fixes 2022-11-02 19:01:18 +07:00
navigation Optimize Convex Collision 2022-10-13 19:07:53 +07:00
noise Make some Image methods static 2022-10-14 14:34:15 +07:00
ogg Change Array arguments to TypedArray 2022-09-01 13:13:19 +07:00
openxr Style: Misc docs and comment style and language fixes 2022-11-02 19:01:18 +07:00
raycast Fix MSVC warnings C4324, C4389, C4456, and C4459 2022-09-28 16:43:09 +07:00
regex Style: Misc docs and comment style and language fixes 2022-11-02 19:01:18 +07:00
squish Make some Image methods static 2022-10-14 14:34:15 +07:00
svg Make some Image methods static 2022-10-14 14:34:15 +07:00
text_server_adv [TextServer] Fix hex code box positions in vertical text layout. 2022-11-01 11:51:29 +07:00
text_server_fb Merge pull request #67562 from bruvzg/improve_font_packing 2022-10-31 14:26:13 +07:00
tga Add buffer size check to Image.load_tga_from_buffer(). Fixes #67985 2022-10-30 11:20:50 +07:00
theora Unify usage of GLOBAL/EDITOR_GET 2022-10-18 19:01:48 +07:00
tinyexr Make some Image methods static 2022-10-14 14:34:15 +07:00
upnp Style: Misc docs and comment style and language fixes 2022-11-02 19:01:18 +07:00
vhacd Refactor module initialization 2022-05-04 17:34:51 +07:00
vorbis Fix typos with codespell 2022-09-30 14:23:36 +07:00
webp Merge pull request #67578 from KoBeWi/GEDITOR 2022-10-31 13:15:58 +07:00
webrtc [MP] Remove connection state signals from MultiplayerPeer. 2022-11-02 15:17:23 +07:00
websocket Style: Misc docs and comment style and language fixes 2022-11-02 19:01:18 +07:00
webxr Style: Misc docs and comment style and language fixes 2022-11-02 19:01:18 +07:00
xatlas_unwrap SCons: Unify tools/target build type configuration 2022-09-26 16:31:46 +07:00
zip Remove `zf != NULL` check from `ZIPPacker::start_file` 2022-11-01 11:37:02 +07:00
SCsub SCons: Improve logic to generate `modules_tests.gen.h` 2022-02-08 13:01:35 +07:00
modules_builders.py SCons: Improve logic to generate `modules_tests.gen.h` 2022-02-08 13:01:35 +07:00
register_module_types.h Refactor module initialization 2022-05-04 17:34:51 +07:00