virtualx-engine/servers/visual/portals
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
..
portal_gameplay_monitor.cpp Portals - Fix secondary PVS bug 2021-08-08 14:02:38 +01:00
portal_gameplay_monitor.h Portal occlusion culling 2021-07-14 11:43:23 +01:00
portal_occlusion_culler.cpp Sphere occluders - self occlusion and improvements 2021-09-14 11:31:14 +01:00
portal_occlusion_culler.h Sphere occluders - self occlusion and improvements 2021-09-14 11:31:14 +01:00
portal_pvs.cpp Portal occlusion culling 2021-07-14 11:43:23 +01:00
portal_pvs.h Portal occlusion culling 2021-07-14 11:43:23 +01:00
portal_pvs_builder.cpp Fix typos with codespell 2022-01-07 00:14:54 +01:00
portal_pvs_builder.h Portals - fix PVS generation and move settings 2021-08-08 19:57:27 +01:00
portal_renderer.cpp Add option to use handles to RID 2021-12-06 14:43:34 +00:00
portal_renderer.h Add option to use handles to RID 2021-12-06 14:43:34 +00:00
portal_rooms_bsp.cpp Portal occlusion culling 2021-07-14 11:43:23 +01:00
portal_rooms_bsp.h Portal occlusion culling 2021-07-14 11:43:23 +01:00
portal_tracer.cpp Fix typos with codespell 2022-01-07 00:14:54 +01:00
portal_tracer.h Sphere occluders (portals and general use) 2021-08-17 09:02:06 +01:00
portal_types.cpp Portal occlusion culling 2021-07-14 11:43:23 +01:00
portal_types.h Sphere occluders - self occlusion and improvements 2021-09-14 11:31:14 +01:00
SCsub Portal occlusion culling 2021-07-14 11:43:23 +01:00