godot/modules
Rémi Verschelde b197de6f5f
Fix typos with codespell
Using codespell 2.1.0.

Method:
```
$ cat > ../godot-word-whitelist.txt << EOF
ang
curvelinear
dof
doubleclick
fave
findn
GIRD
leapyear
lod
merchantibility
nd
numer
ois
ony
que
readded
seeked
statics
synching
te
uint
unselect
webp
EOF

$ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"
$ git diff // undo unwanted changes
```
2022-01-07 00:14:54 +01:00
..
bmp clang-format: Disable alignment of operands, too unreliable 2021-10-28 13:23:38 +02:00
bullet Fix shape index in multiple physics queries with Bullet 2021-12-01 23:49:26 +01:00
camera Fix multiple missing UTF-8 decoding. 2022-01-06 21:44:40 +01:00
csg Add option to use handles to RID 2021-12-06 14:43:34 +00:00
cvtt
dds
denoise Add support for PowerPC family 2021-11-15 17:22:46 +01:00
enet Merge pull request #53130 from Faless/net/3.x_enet_opts 2021-12-16 10:36:01 +01:00
etc
fbx
freetype HTML5: Fix a couple warnings 2021-08-12 16:37:38 +02:00
gdnative Fix docs links in 3.x after docs reorg 2022-01-05 11:54:52 +01:00
gdscript Fix docs links in 3.x after docs reorg 2022-01-05 11:54:52 +01:00
gltf Fix glTF scene export crash on null normal texture 2022-01-06 00:21:37 +01:00
gridmap Add physics material to GridMap 2022-01-06 21:44:40 +01:00
hdr
jpg
jsonrpc
lightmapper_cpu
mbedtls Remove unimplemented methods 2021-11-18 12:47:36 +00:00
minimp3 AudioStreamMP3: expose loop properties to the editor 2021-12-06 16:52:00 +01:00
mobile_vr
mono Fix typos with codespell 2022-01-07 00:14:54 +01:00
navigation Fix typos with codespell 2022-01-07 00:14:54 +01:00
ogg
opensimplex Merge pull request #55560 from pycbouh/docs-overridden-cross-linked-3.x 2021-12-10 12:42:09 +01:00
opus
pvr clang-format: Disable alignment of operands, too unreliable 2021-10-28 13:23:38 +02:00
raycast Add support for PowerPC family 2021-11-15 17:22:46 +01:00
regex Remove unimplemented methods 2021-11-18 12:47:36 +00:00
squish
stb_vorbis
svg Use modules_enabled.gen.h to improve inter dependency checks 2021-07-14 23:36:38 +02:00
tga
theora
tinyexr tinyexr: Sync with upstream 1.0.1 2021-11-20 11:48:49 +01:00
upnp Bump version to 3.5-beta 2021-11-05 16:10:17 +01:00
vhacd
visual_script Fix docs links in 3.x after docs reorg 2022-01-05 11:54:52 +01:00
vorbis
webm Bump version to 3.5-beta 2021-11-05 16:10:17 +01:00
webp libwebp: Sync with upstream 1.2.1 2021-11-20 11:50:34 +01:00
webrtc [Net] Fix WebRTC returning packets from peers too early. 2021-12-15 11:20:17 +01:00
websocket Merge pull request #54381 from mhilbrunner/rpc-error-msgs-3.x 2021-12-15 13:48:53 +01:00
webxr Switch WebXRInterface from using external textures to using the render targets from Godot 2021-12-11 14:37:53 -06:00
xatlas_unwrap
modules_builders.py
register_module_types.h
SCsub Add env.Depends to modules_enabled.gen.h generator 2021-07-14 23:46:44 +02:00