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
/
csharp_script.cpp
Age
Commit message (
Expand
)
Author
2018-01-12
Mono: Some StackTrace to StackInfo[] fixes
Ignacio Etcheverry
2018-01-12
Bind many more properties to scripts
Bojidar Marinov
2018-01-09
Mono: Some fixes for #15463
Ignacio Etcheverry
2018-01-09
Mono: Implement stack info for errors and exceptions
Ignacio Etcheverry
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-04
Mono: Add properties support in scripts
Ignacio Etcheverry
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
Mono: Change BindingsGenerator singleton to avoid StringName leaks
Ignacio Etcheverry
2018-01-01
Mono: Script lifetime fixes
Ignacio Etcheverry
2017-12-24
Mono: Make the bindings generator output enums
Ignacio Etcheverry
2017-12-07
Style: Apply new clang-format 5.0 style to all files
Rémi Verschelde
2017-12-02
Exported variables now show in the correct order.
Nathan Warden
2017-11-17
Rename Rect3 to AABB.
Ferenc Arn
2017-11-01
Merge pull request #12549 from neikeq/seriously-do-they
Ignacio Etcheverry
2017-11-01
Make sure gchandle bindings are released before cleanup
Ignacio Etcheverry
2017-10-31
Mono: support custom script templates.
Andreas Haas
2017-10-29
Mono: Add build project button and reload interval
Ignacio Etcheverry
2017-10-27
Mono: Use "UnnamedProject" if application/config/name is empty
Unknown
2017-10-26
Merge pull request #12405 from Jerome67000/clean_getnodetype
Rémi Verschelde
2017-10-25
Fix default C# script
Przmk
2017-10-25
Removes Script::get_node_type()
Jerome67000
2017-10-24
Merge pull request #12365 from neikeq/p
Rémi Verschelde
2017-10-24
Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialog
Ignacio Etcheverry
2017-10-22
Add _process(delta) to new script templates. Closes #11994.
mhilbrunner
2017-10-18
Mono: Fix warning about exported static fields
Ignacio Etcheverry
2017-10-18
Mono: Fix build with tools=no or target=release
Ignacio Etcheverry
2017-10-17
Export attribute fixes and improvements
Ignacio Etcheverry
2017-10-16
Merge pull request #12138 from neikeq/i
Rémi Verschelde
2017-10-16
Avoid adding built-in script path to csproj
Ignacio Etcheverry
2017-10-16
Improve signature of signal target generated function
Ignacio Etcheverry
2017-10-16
Merge pull request #12135 from neikeq/g
Ignacio Etcheverry
2017-10-16
Re-write SignalAwaiter implementation
Ignacio Etcheverry
2017-10-11
Merge pull request #11954 from neikeq/d
Ignacio Etcheverry
2017-10-09
Mono: Make use of ClassInfo's exposed API
Ignacio Etcheverry
2017-10-09
Fixed IntPtr unboxing (#11949)
Ignacio Etcheverry
2017-10-07
Merge pull request #11894 from neikeq/pr-issue-11834
Ignacio Etcheverry
2017-10-07
Mono: Make sure editor thread is attached on script reload
Ignacio Etcheverry
2017-10-05
get parent class fields when updating a CSharpScript's exports
Carter Anderson
2017-10-05
Add C# script to csproj when attaching it to an object
Ignacio Etcheverry
2017-10-03
Added mono module
Ignacio Etcheverry