index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
mono
Age
Commit message (
Expand
)
Author
2021-08-30
[Net] Rename RPC "puppet" to "auth" (authority). Drop "master".
Fabio Alessandrelli
2021-08-26
Use OrderedHashMap for autoloads to preserve order
Lyuma
2021-08-25
Merge pull request #52087 from raulsntos/expose-simplify-path
Max Hilbrunner
2021-08-25
Expose `String.SimplifyPath` in C#
Raul Santos
2021-08-25
Rename `String.IsAbsPath()` to `String.IsAbsolutePath()`
Raul Santos
2021-08-24
Merge pull request #47295 from omegachysis/script-bind-mutex
Ignacio Roldán Etcheverry
2021-08-20
Rename C# string extensions to follow GDScript
Raul Santos
2021-08-20
C#: Fix bindings generator for Callable argument default value
Ignacio Roldán Etcheverry
2021-08-17
Namespaces instead of underscore prefix for binds
Max Hilbrunner
2021-08-16
Merge pull request #51698 from Paulb23/text-editor-settings
Rémi Verschelde
2021-08-16
Reorganise text editor settings
Paulb23
2021-08-16
Fix C# native instance bindings after recent re-write
Ignacio Roldán Etcheverry
2021-08-12
Use real_t and double where appropriate in Particles
Aaron Franke
2021-08-06
Ensure MSBuildPanel buttons are instantiated
Raul Santos
2021-08-06
Merge pull request #51008 from raulsntos/csharp-renames
Rémi Verschelde
2021-08-05
Reduce C# Dictionary internal calls
Raul Santos
2021-08-05
Add documentation to Dictionary in C#
Raul Santos
2021-08-05
Rename RotationQuaternion to be more similar to get_rotation_quaternion
Raul Santos
2021-08-05
Rename RandSeed to RandFromSeed and use ref param
Raul Santos
2021-08-03
Fix 'script_class' null access when reloading a deleted C# script
31
2021-08-03
Simplify C# print methods
Raul Santos
2021-08-03
Fix the editor theme application for the Mono build log
Yuri Sizov
2021-07-30
Remove obsolete "dectime" method
Aaron Franke
2021-07-29
Merge pull request #51009 from raulsntos/fix-csharp-split
Rémi Verschelde
2021-07-29
Use C# interpolated strings
Raul Santos
2021-07-29
Use `allowEmpty` parameter in Split
Raul Santos
2021-07-27
Merge pull request #50917 from raulsntos/more-iterators
Rémi Verschelde
2021-07-27
Ignore paths with invalid chars in PathWhich
Raul Santos
2021-07-27
Use C++ iterators in the Mono module
Raul Santos
2021-07-26
Use Ref<T> references as iterators where relevant
Rémi Verschelde
2021-07-26
Merge pull request #50867 from aaronfranke/cs-array-empty
Ignacio Roldán Etcheverry
2021-07-26
Use Array.Empty instead of allocating a every time
Raul Santos
2021-07-25
Add documentation to Array in C#
Aaron Franke
2021-07-25
Fix bindings generator range iterator errors
Raul Santos
2021-07-25
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-24
Fix documentation in StringExtensions
Raul Santos
2021-07-24
Merge pull request #50757 from aaronfranke/simple-cs-editorconfig
Ignacio Roldán Etcheverry
2021-07-23
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
Add a simple C# .editorconfig
Aaron Franke
2021-07-20
[Net] Single `rpc` annotation. "sync" no longer part of mode.
Fabio Alessandrelli
2021-07-18
Optimize StringName usage
reduz
2021-07-15
Mono: Remove info dialog discouraging use in production
Rémi Verschelde
2021-07-13
Implement the ability to disable classes
reduz
2021-07-12
[Net] Rename NetworkedMultiplayerPeer to MultiplayerPeer.
Fabio Alessandrelli
2021-07-08
Redo how instance bindings work
reduz
2021-07-01
Remove unused code related to Travis CI
Hugo Locurcio
2021-06-23
Fixing mono build after instance() -> instanciate() name change
Grzegorz Puławski
2021-06-19
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-20
Merge pull request #48804 from EricEzaM/scripting-multi-error-support
Rémi Verschelde
2021-06-19
Added support for scripts reporting multiple errors to ScriptTextEditor
Eric M
[next]