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
2019-09-01
Revert "Add __atomic_* operators support for atomic operations"
Rémi Verschelde
2019-08-30
Fix memory leak in ResourceFormatSaverBinary::save
qarmin
2019-08-28
Add a project description setting
Hugo Locurcio
2019-08-27
[Mono] Various Color improvements
Aaron Franke
2019-08-27
Merge pull request #31662 from profan/perf/astar-reserve
Rémi Verschelde
2019-08-27
allow to reserve space in OAHashMap explicitly and also in AStar.
Robin Hübner
2019-08-26
Merge pull request #25656 from bruvzg/macos_multi_instances
Rémi Verschelde
2019-08-26
Modify outdated comments and error messages regarding indexed images
Andrii Doroshenko (Xrayez)
2019-08-26
[macOS] Add methods to modify global and dock menus. Add ability to open mult...
bruvzg
2019-08-24
Add forgotten pointer checking
qarmin
2019-08-23
Merge pull request #31094 from aaronfranke/vector-sign-mod-etc
Rémi Verschelde
2019-08-23
Merge pull request #31513 from qarmin/int_overflow
Rémi Verschelde
2019-08-22
Allow to define and load script templates per project
Andrii Doroshenko (Xrayez)
2019-08-22
Prevent int overflow and underflow
qarmin
2019-08-22
Revert "Feature: Add SHA256 for PoolByteArray"
Rémi Verschelde
2019-08-21
Merge pull request #31437 from volzhs/vibrate-mobile
Rémi Verschelde
2019-08-21
Merge pull request #29871 from Faless/crypto/initial_pr
Rémi Verschelde
2019-08-21
Rewrite StreamPeerSSL with SSLContext helper class
Fabio Alessandrelli
2019-08-21
Add hashing context class
Fabio Alessandrelli
2019-08-21
Add hex_encode function to PoolByteArray
Fabio Alessandrelli
2019-08-21
Add Crypto custom class
Fabio Alessandrelli
2019-08-21
Support vibration for Android and iOS
volzhs
2019-08-21
Merge pull request #31402 from profan/perf/astar-improvements
Rémi Verschelde
2019-08-21
Merge pull request #31499 from nekomatata/fix-new-project-metadata
Rémi Verschelde
2019-08-21
astar performance improvements, use oahashmap
Robin Hübner
2019-08-21
Support for file not found in ConfigFile::Load and handle a few specific cases
PouleyKetchoupp
2019-08-20
Merge pull request #31395 from ptrojahn/floatsarenasty
Rémi Verschelde
2019-08-19
Replace is_zero_approx(A.distance_to(B)) with A==B
Paul Trojahn
2019-08-19
Move CryptoCore to it's own folder.
Fabio Alessandrelli
2019-08-19
Fix CryptoCore signatures, add SHA1 context.
Fabio Alessandrelli
2019-08-18
Merge pull request #31423 from Calinou/improve-node-signal-group-tooltip
Rémi Verschelde
2019-08-17
Add Vector2/3 sign and posmod functions, misc additions
Aaron Franke
2019-08-17
DirAccessPack: Fix dir_exists and file_exists for res:// paths
Rémi Verschelde
2019-08-17
Improve the scene tree signals/groups tooltip
Hugo Locurcio
2019-08-17
Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG'
Rémi Verschelde
2019-08-17
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
Braden Bodily
2019-08-15
Fix image offset when upscaling with Lanczos
Davide Busterna
2019-08-15
Merge pull request #31321 from julianaito/master
Rémi Verschelde
2019-08-14
Replace legacy __sync atomic operations with newer __atomic ones
Charlène
2019-08-14
Merge pull request #31266 from IAmActuallyCthulhu/pr/remove-redundant-author-...
Rémi Verschelde
2019-08-13
remove unused self list include from astar
Robin Hübner
2019-08-13
Merge pull request #31292 from iwek7/fixDebuggerInspectionForNodes
Rémi Verschelde
2019-08-12
Fixes issue when inspecting nodes that are not in the tree
miwanczuk
2019-08-12
Export: Remove temp files from cache after export
Rémi Verschelde
2019-08-12
Merge pull request #31228 from aaronfranke/identity-constants
Rémi Verschelde
2019-08-12
Remove redundant author doc comments
IAmActuallyCthulhu
2019-08-10
Remove old doc comments in image_loader header
IAmActuallyCthulhu
2019-08-09
Add Basis constants and format Transform constants
Aaron Franke
2019-08-08
Merge pull request #30893 from profan/fix/err-explain
Rémi Verschelde
2019-08-08
implement accompanying error macros that come with an error message, to repla...
Robin Hübner
[next]