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-02-18
Fix warnings seen with warnings=all and recent GCC 8.2.
marxin
2019-02-17
Add hex-encoded version number to Engine singleton for easy comparisons
Rémi Verschelde
2019-02-16
Merge pull request #25680 from Chaosus/random_fix
Rémi Verschelde
2019-02-16
Merge pull request #25952 from pbrunet/fix/rand
Rémi Verschelde
2019-02-16
Make resource loader cycle checker work on a per-thread basis.
Juan Linietsky
2019-02-16
Fix typo for randd and randf
Pierrick Brunet
2019-02-16
Merge pull request #25944 from Faless/net/http_editor_fixes
Rémi Verschelde
2019-02-16
Fix keep-alive without header in HTTP client
Fabio Alessandrelli
2019-02-16
Expose OS::get_current_video_driver to scripting languages
Rémi Verschelde
2019-02-16
Merge pull request #25924 from Calinou/add-gamepad-button-shortcut
Rémi Verschelde
2019-02-16
Fix alignment and locking issues with CommandQueueMT
Hein-Pieter van Braam
2019-02-16
Make Button shortcuts triggerable by gamepads
Hugo Locurcio
2019-02-14
-Fixes to undo redo to avoid crash, closes #24251
Juan Linietsky
2019-02-13
Fix typos with codespell
Rémi Verschelde
2019-02-13
Merge pull request #25821 from akien-mga/sync-class-and-filenames
Rémi Verschelde
2019-02-12
[Core] Transform2D add set_scale and fix set_rotation
Aaron Franke
2019-02-12
Merge pull request #25721 from neikeq/ww
Rémi Verschelde
2019-02-12
Core: Ensure classes match their header filename
Rémi Verschelde
2019-02-12
Merge pull request #25481 from hpvb/fix-ubsan-asan-reports
Rémi Verschelde
2019-02-10
Merge pull request #25727 from aaronfranke/matrix3-basis
Rémi Verschelde
2019-02-10
Fix random generation, to not retrieve 0 after seed()
Chaosus
2019-02-09
Warn when using GPU particles with GLES2
Rémi Verschelde
2019-02-09
[Core] Rename Matrix3 file to Basis
Aaron Franke
2019-02-09
Use script instance binding for objects constructed from C#
Ignacio Etcheverry
2019-02-08
Image: Fix decompressing ETC2
Rémi Verschelde
2019-02-03
Mono: Lifetime fixes for CSharpInstance and instance binding data
Ignacio Etcheverry
2019-02-03
Merge pull request #25478 from neikeq/rr
Ignacio Etcheverry
2019-02-03
Added set_environment to OS class
Ignacio Etcheverry
2019-01-31
Merge pull request #25494 from RandomShaper/fix-21677
Rémi Verschelde
2019-01-30
Fix AStar crashing with large (>1e30) estimated values
Bojidar Marinov
2019-01-30
Let memory stat functions return uint64_t
Pedro J. Estébanez
2019-01-30
Fix many asan and ubsan reported issues
Hein-Pieter van Braam
2019-01-28
Prevent upscaled SVG from exceeding Image bounds
Rémi Verschelde
2019-01-27
Avoid cyclic resource loading of any type, fixes #22673
Juan Linietsky
2019-01-26
Fix code style issues
Rémi Verschelde
2019-01-26
Warn of invalid pointer when converting object to RID, closes #19023
Juan Linietsky
2019-01-23
Expose InputEventMIDI to scripts
Marcelo Fernandez
2019-01-23
Revert "Revert "Update random_pcg.h""
Rémi Verschelde
2019-01-23
Revert "Update random_pcg.h"
Rémi Verschelde
2019-01-22
Fixed possible crash in pck_packer.cpp due to wrong memory freeing.
Ivan Ponomarev
2019-01-21
Add function to obtain filesystem type from DirAccess.
Juan Linietsky
2019-01-20
Fix HTML5 build warning
Leon Krause
2019-01-15
Don't reset MultiplayerAPI when setting same peer.
Fabio Alessandrelli
2019-01-15
Fix MultiplayerAPI initialization, clear.
Fabio Alessandrelli
2019-01-14
Merge pull request #24987 from akien-mga/gles2-nvidia-rect-hack-opt-in
Rémi Verschelde
2019-01-14
Added a flag to specify an exported node path must be supplied from scene roo...
Juan Linietsky
2019-01-14
GLES2: Make Nvidia flicker workaround opt-in
Rémi Verschelde
2019-01-14
Do not use the workaround for desktop nvidia on mobile and html5.
Juan Linietsky
2019-01-14
Do not allow flushing while already flushing the message queue. Added to help...
Juan Linietsky
2019-01-14
Do not allow adding tasks while in the middle of flushing a message queue
Juan Linietsky
[next]