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-06-30
Move frame delaying functions from Main to OS.
Fabio Alessandrelli
2020-06-30
Merge pull request #39986 from reduz/app-inout-notification
Rémi Verschelde
2020-06-30
Merge pull request #38920 from paulherman/tga
Rémi Verschelde
2020-06-30
Add a separate application focus/in notification out from Window focus notifi...
Juan Linietsky
2020-06-29
Added Custom Performance Monitor and feature to read intermediate values of M...
simpu
2020-06-29
Fix weekday calculation in get_datetime_from_unix_time for negative times
Maganty Rushyendra
2020-06-26
Addition of SDFGI for open world global illumination
Juan Linietsky
2020-06-25
Style: Fix copyright headers
Rémi Verschelde
2020-06-24
Merge pull request #39617 from mrushyendra/bilinear_interpolation
Rémi Verschelde
2020-06-22
Merge pull request #39755 from Faless/crypto/encryption_pr_4.0
Rémi Verschelde
2020-06-19
Merge pull request #39053 from timoschwarzer/static-assert-variant-arg-max
Rémi Verschelde
2020-06-19
Ensure FileAccessBuffered structs are properly initialized
Andy Maloney
2020-06-19
Fix upscaling image with bilinear interpolation option specified
Maganty Rushyendra
2020-06-18
Implement RSA encryption/decryption.
Fabio Alessandrelli
2020-06-18
Implement sign and verify in crypto.
Fabio Alessandrelli
2020-06-18
CryptoKey supports public keys.
Fabio Alessandrelli
2020-06-18
Add AESContext.
Fabio Alessandrelli
2020-06-17
Simplify Transform2D get_rotation
Aaron Franke
2020-06-16
Merge pull request #39484 from hbina/use_nullptr_in_macros
Rémi Verschelde
2020-06-15
Merge pull request #39189 from touilleMan/issue-38925
Rémi Verschelde
2020-06-15
Check pointers against nullptr.
Hanif Bin Ariffin
2020-06-15
Merge pull request #39483 from AndreaCatania/euler
Rémi Verschelde
2020-06-15
Merge pull request #39439 from Lefl1/rename_get_action_list
Rémi Verschelde
2020-06-15
Renamed InputMap.get_action_list to InputMap.get_action_events
Lennard
2020-06-12
- Added more euler rotation orders support.
Andrea Catania
2020-06-12
Object: Add usage hint to instantiate Object properties in editor
Rémi Verschelde
2020-06-11
String: Use ABS macro in padding code
Rémi Verschelde
2020-06-11
Merge pull request #39230 from ntfshard/expression_string_singlequote
Rémi Verschelde
2020-06-11
Merge pull request #39261 from mrushyendra/string_padding
Rémi Verschelde
2020-06-10
Fix potential crash when listing leaked objects
Pedro J. Estébanez
2020-06-10
Merge pull request #39409 from akien-mga/astar-get_closest_point-deterministic
Rémi Verschelde
2020-06-09
AStar: Make get_closest_point() deterministic for equidistant points
Rémi Verschelde
2020-06-08
Core: Add hints to run with --verbose when leaking nodes/resources at exit
Rémi Verschelde
2020-06-08
VariantParser: Fix crash on malformed vectors
Rémi Verschelde
2020-06-07
Merge pull request #39200 from azagaya/fix-blend-2
Rémi Verschelde
2020-06-06
Crypto as a custom instance class.
Fabio Alessandrelli
2020-06-06
Fix editor crash when mbedtls is disabled.
Fabio Alessandrelli
2020-06-05
Merge pull request #39316 from Anutrix/remove-hashmap-reduntant-func
Rémi Verschelde
2020-06-05
Remove unused function get_key_value_ptr_array from hash_map.h and also fix p...
unknown
2020-06-04
Sync controller mappings DB with SDL2 community repo
Rémi Verschelde
2020-06-03
Enable zero padding with float specifier for format strings
Maganty Rushyendra
2020-06-03
Fix docs generation for Vector2i/Vector3i/Rect2i
Yuri Roubinsky
2020-06-02
Fix for Expression class: inner string can be single quoted
ntfs.hard
2020-05-31
Print errors when calling MIDI input methods on unsupported platforms
Hugo Locurcio
2020-05-31
Fixing wrong blending rect methods
azagaya
2020-05-31
Remove OS.get_system_time_secs/get_system_time_msecs and change OS.get_unix_t...
Emmanuel Leblond
2020-05-29
Merge pull request #39051 from Xrayez/geometry-split
Rémi Verschelde
2020-05-28
Use translated docs in PropertySelector
Rémi Verschelde
2020-05-27
Fix unsigned integer bug in LocalVector::erase
Maganty Rushyendra
2020-05-27
Split `Geometry` singleton into `Geometry2D` and `Geometry3D`
Andrii Doroshenko (Xrayez)
[next]