index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main
/
tests
Age
Commit message (
Expand
)
Author
2019-03-14
Fix duplicated lines in GDScript bytecode
Bojidar Marinov
2019-02-27
Fix -Wsuggest-attribute=format warnings.
marxin
2019-02-22
Don't crash when parse_utf8 receives a NULL pointer
Hein-Pieter van Braam
2019-02-20
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-02-20
GDScript: Remove unused `switch`, `case` and `do` CF keywords
Rémi Verschelde
2019-02-12
Merge pull request #25481 from hpvb/fix-ubsan-asan-reports
Rémi Verschelde
2019-02-10
Be explicit about usage of GDScript tests
Rémi Verschelde
2019-02-09
[Core] Rename Matrix3 file to Basis
Aaron Franke
2019-01-30
Fix many asan and ubsan reported issues
Hein-Pieter van Braam
2019-01-16
Fix some errors found by static analysis
Rémi Verschelde
2019-01-07
Repair String lstrip and rstrip.
Ibrahn Sahir
2019-01-04
String[size()] should return a default constructed CharType
Hein-Pieter van Braam
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-12-17
Fix maybe-uninitialized warnings from GCC 4.8.x
Rémi Verschelde
2018-12-05
Tests: Drop old test_io referencing data which isn't included
Rémi Verschelde
2018-11-28
Fix many errors found by PVS-Studio
Aaron Franke
2018-10-16
Merge pull request #22548 from fire/visualscript_whitespace
Rémi Verschelde
2018-10-11
Make visualscript search better.
K. S. Ernest (iFire) Lee
2018-10-11
Add testcase whether OAHashMap loses keys
Florian Jung
2018-10-04
Fix GCC 8 warnings about potentially unitialized variables
Rémi Verschelde
2018-10-02
Fix warnings on virtual methods [-Woverloaded-virtual] [-Wdelete-non-virtual-...
Rémi Verschelde
2018-10-02
Fix build after ##21492
Rémi Verschelde
2018-10-02
Merge pull request #21492 from Maykeye/astar
Rémi Verschelde
2018-10-01
Fix various Clang 7 warnings about unused stuff
Rémi Verschelde
2018-09-28
SCons: Build thirdparty code in own env, disable warnings
Rémi Verschelde
2018-09-27
Fix warnings about unhandled enum value in switch [-Wswitch]
Rémi Verschelde
2018-09-13
Merge pull request #21982 from luzpaz/misc-typos
Rémi Verschelde
2018-09-12
Misc. typos
luz.paz
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-08-28
Changed A* exit condition, added 2 tests for it
Maykeye
2018-07-26
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-20
Add static type checks in the parser
George Marques
2018-07-14
Visual Shaders are back.
Juan Linietsky
2018-06-09
Correct test list returned by test_get_names
Emmanuel Leblond
2018-05-03
updated OAHashMap to use robinhood hashing
karroffel
2018-03-27
Add radio-button-looking entries to PopupMenu
Pedro J. Estébanez
2018-01-18
Fix typos in code and docs with codespell
Rémi Verschelde
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2017-12-07
Style: Apply new clang-format 5.0 style to all files
Rémi Verschelde
2017-11-28
disable caching for targets using helper functions
Rhody Lugo
2017-11-28
use the same cache for all branches for appveyor
Rhody Lugo
2017-11-16
GDScript: Refactor "GD" class prefix to "GDScript"
Rémi Verschelde
2017-11-09
Reworked how servers preallocate RIDs, should fix #10970
Juan Linietsky
2017-09-19
added OAHashMap type
Karroffel
2017-09-01
Merge pull request #10318 from endragor/ordered-hash-map
Rémi Verschelde
2017-08-29
removed DISCARD built in variable, replaced by actual discard GLSL instructio...
Juan Linietsky
2017-08-27
Dead code tells no tales
Rémi Verschelde
2017-08-27
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-22
Removed unnecessary returns and break statements
Wilson E. Alvarez
[next]