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
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-30
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-28
More server renames for consistency after #37361
Rémi Verschelde
2020-03-27
Renaming of servers for coherency.
Juan Linietsky
2020-03-27
Renamed 2D and 3D nodes to make their types explicit
Juan Linietsky
2020-03-26
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
Added a Window node, and made it the scene root.
Juan Linietsky
2020-03-26
Effective DisplayServer separation, rename X11 -> LinuxBSD
Juan Linietsky
2020-03-24
Remove unused classes and stray headers
Rémi Verschelde
2020-03-17
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-04
Change when we can ERR_FAIL_COND and ERR_FAIL_CONV_V to static_assert
Mateo Dev .59
2020-02-27
Renamed PlaneShape to WorldMarginShape
Andrea Catania
2020-02-23
Replace FALLTHROUGH macro by C++17 [[fallthrough]]
Rémi Verschelde
2020-02-18
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-14
Fix various GCC compilation warnings after Vulkan merge
Rémi Verschelde
2020-02-11
Implementation of 'struct' for shaders
Yuri Roubinsky
2020-02-11
Fix Vector3 ambiguities and out of bounds init.
bruvzg
2020-02-11
Texture refactor
Juan Linietsky
2020-02-07
Use modules_enabled.gen.h to improve inter dependency checks
Rémi Verschelde
2020-01-08
GDScript: enable type checks on release mode
George Marques
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-11-07
Merge pull request #30556 from kawa-yoiko/astar-directed
Rémi Verschelde
2019-09-28
Add stress test between A* and Floyd-Warshall
Shiqing
2019-09-28
Reduce memory usage for edges in A* and add tests
Shiqing
2019-09-21
Implement backward shift deletion for OAHashMap
Shiqing
2019-08-27
allow to reserve space in OAHashMap explicitly and also in AStar.
Robin Hübner
2019-08-12
Remove redundant author doc comments
IAmActuallyCthulhu
2019-08-12
Merge pull request #31290 from nekomatata/fix-test-regex-disabled
Rémi Verschelde
2019-08-11
Fixed link errors when building in debug with option module_regex_enabled=no
PouleyKetchoupp
2019-08-09
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "main" and "servers" directories
Michael Alexsander Silva Dias
2019-07-23
Added count method to String
Chaosus
2019-07-15
Implemented local shader arrays
Chaosus
2019-06-26
Some code changed with Clang-Tidy
qarmin
2019-06-19
Enforce Unicode encoding in MSVC
Andrii Doroshenko (Xrayez)
2019-05-11
Add RegEx substitution testcase and fix relevant docs
Ryan Stein
2019-04-10
Fix `as` operator generating opcode 38 errors
Bojidar Marinov
2019-04-09
Style: Apply new changes from clang-format 8.0
Rémi Verschelde
2019-04-08
Merge pull request #26760 from Xrayez/26744-fix-string-to-lower
Rémi Verschelde
2019-04-05
Fix -Wimplicit-fallthrough warnings from GCC 8
Rémi Verschelde
2019-04-05
Reorder reverse caps characters table for string lower case conversion
Andrii Doroshenko (Xrayez)
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
[next]