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
Age
Commit message (
Expand
)
Author
2018-02-05
Remove debugging prints related to the asset library
Hugo Locurcio
2018-02-02
GDScriptParser: Remove debug prints.
Andreas Haas
2018-02-01
Fix inconsistencies and typos in argument names
Paolo Perkovic
2018-02-01
Merge pull request #16258 from NathanWarden/fix_mono_decimals_method
Rémi Verschelde
2018-02-01
Merge pull request #16205 from neikeq/issue-15053
Rémi Verschelde
2018-02-01
Merge pull request #16002 from bruvzg/mono_loading_form_res
Rémi Verschelde
2018-02-01
Merge pull request #16175 from NathanWarden/add_async_and_await
Rémi Verschelde
2018-01-31
Fix an infinite recursion in the Mathf.Decimals method when using floats.
Nathan Warden
2018-01-31
Mono: Allow loading `mscorlib` from resources.
bruvzg
2018-01-30
Added async and await as C# keywords.
Nathan Warden
2018-01-30
Mono: Remove automatic script multilevel calls
Ignacio Etcheverry
2018-01-30
Merge pull request #15980 from mrcdk/audio_stream_get_length
Rémi Verschelde
2018-01-27
Merge pull request #16118 from neikeq/i-dont-know-what-to-write-here-anymore
Rémi Verschelde
2018-01-27
Mono: Fix method_bind fields being generated as instance members
Ignacio Etcheverry
2018-01-27
Mono: Fix build errors with tools=no and target=release
Ignacio Etcheverry
2018-01-26
Mono: Don't defer call to dispose queue objects when finalizing domain
Ignacio Etcheverry
2018-01-25
Mono: Fix NodePath and RID bindings
Ignacio Etcheverry
2018-01-25
doc: Fix references to online tutorials after godotengine/godot-docs#1015
Rémi Verschelde
2018-01-25
doc: Sync with current source
Rémi Verschelde
2018-01-24
- Improves portability in joystick buttons enum
Ariel Manzur
2018-01-24
Improved stabilization of ray shape in Bullet
Andrea Catania
2018-01-24
Merge pull request #16016 from neikeq/issue-13316
Ignacio Etcheverry
2018-01-24
Fix CSharpInstance::call not initializing CallError
Ignacio Etcheverry
2018-01-23
SignalAwaiter::_signal_callback was calling the thunk with a wrong pointer
Paul Joannon
2018-01-22
Merge pull request #15972 from akien-mga/mono-warning
Rémi Verschelde
2018-01-22
Expose audio streams get_length()
MrCdK
2018-01-22
Mono: Display opt-out warning in editor about WIP status
Rémi Verschelde
2018-01-22
RID cached class was wrong (mono)
Paul Joannon
2018-01-22
Merge pull request #15949 from MarianoGnu/issue_15743
Rémi Verschelde
2018-01-21
attemp to fix #15743
Mariano Suligoy
2018-01-21
fix GDMonoProperty::set_value
Paul Joannon
2018-01-21
GDScript: always call ResourceLoader::load() in non-completion mode
Bernhard Liebl
2018-01-20
Allow shadowing class members with local variables in GDScript, closes #15896
Juan Linietsky
2018-01-19
SCsub: fix mixed indentation
Poommetee Ketson
2018-01-18
adding option to split modules library
Ariel Manzur
2018-01-18
Merge pull request #15849 from poke1024/preload-completion
Rémi Verschelde
2018-01-18
Suppress errors on autocompletion for preload()
Bernhard Liebl
2018-01-18
Fix typos in code and docs with codespell
Rémi Verschelde
2018-01-18
GDScript: fix autocompletion for preload() (issue 15766)
Bernhard Liebl
2018-01-18
Merge pull request #15837 from KellyThomas/patch-2
Rémi Verschelde
2018-01-18
[GDNative] fix NativeScript false negative error
karroffel
2018-01-18
Merge pull request #15836 from karroffel/gdnative-more-fixes-hopefully
Rémi Verschelde
2018-01-18
remove c#7 features for compatibility with 2015 Build Tools
Kelly Thomas
2018-01-18
[GDNative] fix #15723
karroffel
2018-01-18
remove an unneeded marshalling function
Paul Joannon
2018-01-18
fix marshalling when a function is returning an object from c#
Paul Joannon
2018-01-18
Added GDNative copy constructor for PoolVectors Read and Write
Marc Gilleron
2018-01-17
Merge pull request #15761 from touilleMan/pluginscript-improve-inheritance
Rémi Verschelde
2018-01-17
doc: Replace some more "val" with "value" + sync
Rémi Verschelde
2018-01-16
Fixes for parameter names of builtin functions in visual scripts/core
Chaosus
[next]