index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
Age
Commit message (
Expand
)
Author
2020-10-18
Refactor MethodBind to use variadic templates
reduz
2020-10-15
Merge pull request #42315 from lyuma/command_queue_fix
Rémi Verschelde
2020-10-14
Refactored binding system for core types
reduz
2020-10-12
core/command_queue_mt: Fix crash/hang when buffer fills up
Lyuma
2020-10-12
core/command_queue_mt: Customizable size and tests
Lyuma
2020-10-12
Merge pull request #42684 from timothyqiu/conn-self-assign
Fabio Alessandrelli
2020-10-10
Fixes HTTPClient::poll crash after connection is self-assigned
Haoyu Qiu
2020-10-09
Add ability to bind an unbind arguments to Callable.
reduz
2020-10-09
Merge pull request #42660 from Chaosus/remove_get_uv84_normal_bit
Rémi Verschelde
2020-10-09
Implement GPU Particle Collisions
reduz
2020-10-09
Removed unused method Geometry.get_uv84_normal_bit
Yuri Roubinsky
2020-10-08
Cancel rename if file does not exist
Tomasz Chabora
2020-10-07
Fix build after merge of #40097
Rémi Verschelde
2020-10-07
Merge pull request #40097 from mrushyendra/file_sort_master
Rémi Verschelde
2020-10-05
Check for global script class information before clearing it
Aaron Franke
2020-10-05
Improve format version mismatch error in binary loader
Rémi Verschelde
2020-10-03
Don't write global script class information if there is none
Aaron Franke
2020-10-02
Fixed padding bug of sprintf function
Serhat
2020-09-30
Make "function" a property of FuncRef
Wilson E. Alvarez
2020-09-29
Removed unnecessary keyword, fix comment style
Craig-Stoneham
2020-09-28
Merge pull request #42133 from vnen/variant-op-consistency
Rémi Verschelde
2020-09-28
Rename the ".import" folder to ".godot/imported"
Aaron Franke
2020-09-28
Merge pull request #42304 from akien-mga/os-drop-get_splash_tick_msec
Rémi Verschelde
2020-09-27
Merge pull request #42340 from Rubonnek/get-funcref-function
Rémi Verschelde
2020-09-27
Merge pull request #37403 from aaronfranke/basis_equal_approx
Rémi Verschelde
2020-09-25
Allow retrieval of FuncRef function string
Wilson E. Alvarez
2020-09-24
OS: Remove unused get_splash_tick_msec
Rémi Verschelde
2020-09-24
Merge pull request #42296 from akien-mga/messagequeue-default-size-4096-kb
Rémi Verschelde
2020-09-24
Remove unnecessary empty line from Dictionaries
Tomasz Chabora
2020-09-24
MessageQueue: Change default queue size to 4096 KB
Rémi Verschelde
2020-09-23
Check for null in InputMap::_find_event
Tomasz Chabora
2020-09-23
Remove redundant is_equal_approx_ratio method
Aaron Franke
2020-09-23
Change Basis is_equal_approx to use instance method
Aaron Franke
2020-09-19
Fix crash when opening a ZIP data pack
Hugo Locurcio
2020-09-18
zstd: Update to upstream version 1.4.5
Rémi Verschelde
2020-09-18
Fix typos with codespell
Rémi Verschelde
2020-09-18
Linux/BSD: Fix support for NetBSD
Rémi Verschelde
2020-09-17
Allow commutative multiplication in Variant
George Marques
2020-09-16
Merge pull request #42013 from Xrayez/fix-list-swap
Rémi Verschelde
2020-09-15
Make `Object::to_string` virtual
Andrii Doroshenko (Xrayez)
2020-09-12
Fix `List` swap behavior on front, back and adjacent elements
Andrii Doroshenko (Xrayez)
2020-09-12
Fix Vector{2,3}i casting on Variant multiplication with numbers
George Marques
2020-09-11
Add missing reference to const T Vector::get().
Marcel Admiraal
2020-09-10
Remove unused Python imports.
Marcel Admiraal
2020-09-09
Implement 3D textures as import and resource format.
reduz
2020-09-08
Change inequality comparison operators to use exact equality
Aaron Franke
2020-09-08
Initialise Basis elements with a default Basis in the declaration.
Marcel Admiraal
2020-09-07
Merge pull request #38308 from bruvzg/sad_security_circus
Rémi Verschelde
2020-09-07
Merge pull request #38944 from Wavesonics/http-gzip
Fabio Alessandrelli
2020-09-05
Adds PCK encryption support (using script encryption key for export).
bruvzg
[next]