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
/
io
Age
Commit message (
Expand
)
Author
2017-12-15
Remove "const" from PacketPeer get_packet/get_var
Fabio Alessandrelli
2017-12-15
Fix javascript build error and improve #14604
Fabio Alessandrelli
2017-12-15
fix compile issue
Juan Linietsky
2017-12-15
-Added new scene conversion to binary on export (disabled by default, please ...
Juan Linietsky
2017-12-15
Merge pull request #14604 from mhilbrunner/http-defaults
Rémi Verschelde
2017-12-14
GDScript files are converted to binary on export now.
Juan Linietsky
2017-12-14
HTTP cleanup & better defaults
mhilbrunner
2017-12-12
HTTPClient: Add PATCH method and missing HTTP status codes
mhilbrunner
2017-12-10
Style: Re-apply clang-format over recent invalid additions
Rémi Verschelde
2017-12-07
Style: Apply new clang-format 5.0 style to all files
Rémi Verschelde
2017-12-07
Style: Apply clang-format again on all files
Rémi Verschelde
2017-12-06
Merge pull request #12603 from GodotExplorer/beautify-json
Rémi Verschelde
2017-11-27
Fix javascript build after bc2e8d99
Rémi Verschelde
2017-11-25
Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...
Juan Linietsky
2017-11-22
Merge pull request #13176 from bojidar-bg/allow-subproperty-set
Juan Linietsky
2017-11-22
Fix combatibility with older .scn files
Bojidar Marinov
2017-11-21
Merge pull request #12284 from bojidar-bg/allow-subproperty-set
Rémi Verschelde
2017-11-21
Allow for getting/setting indexed properties of objects using get/set_indexed
Bojidar Marinov
2017-11-21
Return and repair file logging
Ruslan Mustakov
2017-11-17
Rename Rect3 to AABB.
Ferenc Arn
2017-11-13
Implement HTTPClient in HTML5 platform
Leon Krause
2017-11-07
Add indent and sort keys support for JSON.print
Geequlim
2017-11-04
make ConfigFile sections ordered
Karroffel
2017-11-03
make ConfigFile use OrderedHashMap
Karroffel
2017-10-27
Merge pull request #12423 from tagcup/zstd_1.3.2
Rémi Verschelde
2017-10-27
Add an option to use zstd's recently introduced long range matching (off by d...
Ferenc Arn
2017-10-26
Update zstd to 1.3.2.
Ferenc Arn
2017-10-26
Remove HTTPClient::send_body_text and ::send_body_data
Leon Krause
2017-10-21
Cleanup unnecessary debug prints
Rémi Verschelde
2017-10-20
Fix rotated logger naming and backup deletion
Ruslan Mustakov
2017-10-13
Remove junk output
Ruslan Mustakov
2017-10-10
Define va_copy with --std=c++03 (fixes #11979)
Ruslan Mustakov
2017-10-09
Merge pull request #11947 from eska014/fix-obj-marshalling
Rémi Verschelde
2017-10-08
Fix binary marshalling of Objects
Leon Krause
2017-10-06
Merge pull request #11853 from endragor/long-string-logging
Andreas Haas
2017-10-05
Added the set/get_setting function in Editor/Project settings. Renamed has() ...
Juan Linietsky
2017-10-05
Fix logging of long strings via RotatedFileLogger
Ruslan Mustakov
2017-10-04
Merge pull request #11812 from NathanWarden/fix_validate_ssl
Gilles Roudiere
2017-10-03
fixed the OS.has_feature() API, and added support for 32 and 64.
Juan Linietsky
2017-10-03
Fixed a bug where ssl would force validation even though you told it not to.
Nathan Warden
2017-09-25
Extract logging logic
Ruslan Mustakov
2017-09-23
Enable building against system zstd.
Elliott Sales de Andrade
2017-09-20
Fix import order, so scenes are imported after textures.
Juan Linietsky
2017-09-20
Rename pos to position in user facing methods and variables
letheed
2017-09-12
Merge pull request #10908 from hpvb/fix-unused-variables
Rémi Verschelde
2017-09-12
Merge pull request #11057 from hpvb/fix-various-warnings
Rémi Verschelde
2017-09-08
Fix unused variable warnings
Hein-Pieter van Braam
2017-09-08
Fix various assorted warnings
Hein-Pieter van Braam
2017-09-07
Fix using enum as bool value
Hein-Pieter van Braam
2017-09-03
-Fixed EditorDirDialog, which was really old and needed to use EditorFileSystem
Juan Linietsky
[next]