This website requires JavaScript.
Explore
Help
Sign In
noahbackus
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
2
Wiki
Activity
Files
976cb7ea9f59813f99e06c4c345c19ff68c2c591
godot
/
modules
/
mono
T
History
Lerg
52adbb763e
Fix documentation for C# Vector2/3i classes.
...
The / operator was wrongly documented as a multiplication.
2022-07-13 22:49:22 +02:00
..
build_scripts
Allows parsing of invalid UTF-16 surrogates (can be encountered in Windows filenames) and some non-standard UTF-8 variants, makes Unicode parse errors more verbose.
2022-07-07 11:07:18 +03:00
doc_classes
…
editor
Merge pull request
#62782
from raulsntos/csharp-bitfield-enums
2022-07-07 14:59:21 +02:00
glue
Fix documentation for C# Vector2/3i classes.
2022-07-13 22:49:22 +02:00
icons
…
mono_gd
C#: New
RPCAttribute
2022-07-07 04:10:38 +02:00
utils
Allows parsing of invalid UTF-16 surrogates (can be encountered in Windows filenames) and some non-standard UTF-8 variants, makes Unicode parse errors more verbose.
2022-07-07 11:07:18 +03:00
__init__.py
…
.editorconfig
…
.gitignore
…
class_db_api_json.cpp
Make enum/constant binds 64-bit.
2022-06-17 16:36:26 +03:00
class_db_api_json.h
…
config.py
…
csharp_script.cpp
Merge pull request
#62805
from raulsntos/csharp-rpc
2022-07-07 17:21:51 +02:00
csharp_script.h
Merge pull request
#62805
from raulsntos/csharp-rpc
2022-07-07 17:21:51 +02:00
Directory.Build.props
…
godotsharp_defs.h
…
godotsharp_dirs.cpp
…
godotsharp_dirs.h
…
managed_callable.cpp
Clean up Hash Functions
2022-06-20 12:54:19 +02:00
managed_callable.h
Replace most uses of Map by HashMap
2022-05-16 10:37:48 +02:00
mono_gc_handle.cpp
…
mono_gc_handle.h
…
register_types.cpp
Refactor module initialization
2022-05-04 17:34:51 +02:00
register_types.h
Refactor module initialization
2022-05-04 17:34:51 +02:00
SCsub
…
SdkPackageVersions.props
…
signal_awaiter_utils.cpp
Clean up Hash Functions
2022-06-20 12:54:19 +02:00
signal_awaiter_utils.h
…