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
/
glue
/
gd_glue.cpp
Age
Commit message (
Expand
)
Author
2021-11-17
Expose `randfn` to global scope
Yuri Roubinsky
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-14
Mono: Make Godot provide its own WASM m2n trampolines
Ignacio Etcheverry
2020-11-10
Updated gd_glue.cpp to work with the latest changes in the variant refactoring
Adrian Adeva
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-11-06
Exposed randi_range to global funcs + renamed rand_range to randf_range
Yuri Roubinsky
2020-07-05
Mono/C#: Fix several clang-tidy warnings and cleanup
Ignacio Etcheverry
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-17
Fix C# bindings after recent breaking changes
Ignacio Etcheverry
2020-02-20
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-18
Mono: Fix build after ObjectID and Texture2D changes
Rémi Verschelde
2020-02-18
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-05
Remove duplicate WARN_PRINT macro.
Marcel Admiraal
2020-02-05
Remove duplicate ERR_PRINT macro.
Marcel Admiraal
2020-01-02
Mono/C#: Make 'GD.Print' and its variants fallback to 'ToString()'
Ignacio Etcheverry
2020-01-02
Mono/C#: Fix GD.PrintErr now showing in the Output panel
Ignacio Etcheverry
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-11-13
Mono/C#: WebAssembly support
Ignacio Etcheverry
2019-08-14
Merge pull request #31347 from neikeq/monodevelop-addin
Rémi Verschelde
2019-08-09
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'modules/mono'
Ignacio Etcheverry
2019-08-04
C#: Add Ide Connection library and server for the editor
Ignacio Etcheverry
2019-04-27
C#: Generate the correct integer and floating point types
Ignacio Etcheverry
2019-04-01
Merge pull request #27485 from Faless/io/encode_decode_safety_pr
Rémi Verschelde
2019-04-01
Add object encoding param to serialization methods
Fabio Alessandrelli
2019-03-29
C#: Add DynamicGodotObject class
Ignacio Etcheverry
2019-02-19
C#: Add random functions to GD class
Ignacio Etcheverry
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-10-31
Rename "Log*()" functions to "Push*()" in C#
Michael Alexsander Silva Dias
2018-10-25
Add new log functions for C#.
Ben Rog-Wilhelm
2018-09-12
Cleanup of c# api files and bindings generator
Ignacio Etcheverry