godot/modules
Raul Santos 7d08e8727b
C#: Make internal properties and property accessors public (but hidden)
Instead of making the accessors `internal` which can break binary compat, make them `public` but hide them with EB never so they don't show up in IntelliSense.

Also, do the same for properties with the `PROPERTY_USAGE_INTERNAL` flag. These properties were not meant to be exposed to scripting, but since they've been public before all we can do now is hide them.
2024-03-29 20:36:04 +01:00
..
astcenc
basis_universal
bmp
camera
csg
cvtt
dds Add 'override' mark to ResourceFormat class 2024-03-25 04:06:34 +08:00
enet
etcpak
fbx Fix method bindings in FBXDocument by making them virtual in GLTFDocument. 2024-03-15 12:47:02 -07:00
freetype
gdscript Add 'override' mark to ResourceFormat class 2024-03-25 04:06:34 +08:00
glslang
gltf Merge pull request #89542 from aaronfranke/convert-hull-to-mesh-func 2024-03-24 01:17:15 +01:00
gridmap
hdr
interactive_music
jpg
jsonrpc
ktx Add 'override' mark to ResourceFormat class 2024-03-25 04:06:34 +08:00
lightmapper_rd Use Vector* component-wise min/max/clamp functions where applicable 2024-03-20 13:47:42 +01:00
mbedtls
meshoptimizer
minimp3
mobile_vr
mono C#: Make internal properties and property accessors public (but hidden) 2024-03-29 20:36:04 +01:00
msdfgen
multiplayer Improve replication editor's pin button 2024-03-25 23:12:26 +08:00
navigation Add navigation baking crash prevention mechanism 2024-03-23 22:20:00 +01:00
noise
ogg
openxr
raycast [Buildsystem] Fix encoding when reading files 2024-03-24 18:02:56 +01:00
regex
squish
svg
text_server_adv [Font] Apply oversampling to the "embolden" strength. 2024-03-19 08:50:01 +02:00
text_server_fb [Font] Apply oversampling to the "embolden" strength. 2024-03-19 08:50:01 +02:00
tga
theora Add 'override' mark to ResourceFormat class 2024-03-25 04:06:34 +08:00
tinyexr
upnp
vhacd
vorbis
webp Add 'override' mark to ResourceFormat class 2024-03-25 04:06:34 +08:00
webrtc
websocket
webxr
xatlas_unwrap
zip
modules_builders.py
register_module_types.h
SCsub