godot/servers
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
..
arvr Fix typos with codespell 2022-01-07 00:14:54 +01:00
audio Remove unimplemented methods 2021-11-18 12:47:36 +00:00
camera Add option to use handles to RID 2021-12-06 14:43:34 +00:00
physics Handle test body motion with 0 margin 2021-12-10 11:16:35 +01:00
physics_2d Handle test body motion with 0 margin 2021-12-10 11:16:35 +01:00
visual Fix typos with codespell 2022-01-07 00:14:54 +01:00
SCsub
arvr_server.cpp
arvr_server.h
audio_server.cpp [HTML5] Use browser mix rate by default on the Web. 2021-09-15 20:36:19 +02:00
audio_server.h
camera_server.cpp
camera_server.h
navigation_2d_server.cpp Backport NavigationServer with RVO2 to `3.x` 2022-01-05 16:00:56 +01:00
navigation_2d_server.h Backport NavigationServer with RVO2 to `3.x` 2022-01-05 16:00:56 +01:00
navigation_server.cpp Backport NavigationServer with RVO2 to `3.x` 2022-01-05 16:00:56 +01:00
navigation_server.h Backport NavigationServer with RVO2 to `3.x` 2022-01-05 16:00:56 +01:00
physics_2d_server.cpp Improved logic for KinematicBody collision recovery depth 2021-10-05 17:00:55 -07:00
physics_2d_server.h Improved logic for KinematicBody collision recovery depth 2021-10-05 17:00:55 -07:00
physics_server.cpp Expose intersect_point in 3D physics server 2021-11-03 16:46:40 -07:00
physics_server.h Expose intersect_point in 3D physics server 2021-11-03 16:46:40 -07:00
register_server_types.cpp Backport NavigationServer with RVO2 to `3.x` 2022-01-05 16:00:56 +01:00
register_server_types.h
server_wrap_mt_common.h
visual_server.cpp Fix typos with codespell 2022-01-07 00:14:54 +01:00
visual_server.h Merge pull request #51708 from Calinou/viewport-add-32bpc-color-depth 2022-01-04 14:30:24 +01:00
visual_server_callbacks.cpp
visual_server_callbacks.h