index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
Age
Commit message (
Expand
)
Author
2020-09-09
Make EXR import format support all depths and channel configurations
reduz
2020-09-09
stb_vorbis: Increase max alloc buffer size for big Vorbis comments
Rémi Verschelde
2020-09-09
Merge pull request #41904 from akien-mga/fix-clang6-compat-mutexlock
Rémi Verschelde
2020-09-09
GDScript: Fix MutexLock usage, fixes Clang 6 compat
Rémi Verschelde
2020-09-08
Change inequality comparison operators to use exact equality
Aaron Franke
2020-09-08
Merge pull request #41709 from ThakeeNathees/dictionary-indexing-bug-fix
Rémi Verschelde
2020-09-08
Merge pull request #41888 from neikeq/sln-bom
Rémi Verschelde
2020-09-08
C#: Use BOM when creating a solution
Ignacio Etcheverry
2020-09-08
C#: Fix endless reload loop if project has unicode chars
Ignacio Etcheverry
2020-09-08
Merge pull request #41875 from nekomatata/webrtc-doc-turn-server
Rémi Verschelde
2020-09-08
Fix TURN server example in WebRTC documentation
PouleyKetchoupp
2020-09-07
Merge pull request #38308 from bruvzg/sad_security_circus
Rémi Verschelde
2020-09-06
Merge pull request #41813 from madmiraal/add-missing-header-guards
Rémi Verschelde
2020-09-06
Fix header guards in modules:
Marcel Admiraal
2020-09-06
Merge pull request #41803 from ThakeeNathees/parameter-type-infer-bug-fix
Rémi Verschelde
2020-09-06
GDScript: parameter infer type bug fix
Thakee Nathees
2020-09-06
Handle csproj "Remove" globs
Alex de la Mare
2020-09-05
Adds PCK encryption support (using script encryption key for export).
bruvzg
2020-09-04
Fix Mono path utils char types.
bruvzg
2020-09-04
Merge pull request #41760 from ThakeeNathees/null-dereference-on-gdscript-fun...
Rémi Verschelde
2020-09-04
null pointer dereference at GDScriptFunction::call fix
Thakee Nathees
2020-09-04
Merge pull request #41753 from neikeq/csharp-hide-build-button-if-no-proj
Rémi Verschelde
2020-09-04
Merge pull request #41747 from neikeq/issue-41446
Rémi Verschelde
2020-09-04
Merge pull request #41750 from neikeq/issue-41745
Rémi Verschelde
2020-09-04
Merge pull request #41748 from neikeq/issue-41712
Rémi Verschelde
2020-09-04
C#: Hide Build button if there's no solution to build
Ignacio Etcheverry
2020-09-04
C#: Fix Godot failing to find class namespace
Ignacio Etcheverry
2020-09-04
Fix 'Parameter "assembly" is null' error
Ignacio Etcheverry
2020-09-04
Fix parsing of C# files with spaces in the path
Ignacio Etcheverry
2020-09-03
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-09-03
fixed parser error when indexing a dictionary.
Thakee Nathees
2020-09-03
Ensure header guards enclose entire header.
Marcel Admiraal
2020-09-03
Merge pull request #41459 from Paulb23/nested_color_regions
Rémi Verschelde
2020-09-03
C#: Fix Windows detection for copying MSBuild stub
Ignacio Etcheverry
2020-09-02
Fix GDScript codegen leak.
bruvzg
2020-09-02
Merge python EnvironmentError, IOError and WindowsError into OSError.
Marcel Admiraal
2020-09-02
Register GDScript test tools as test commands to run via command-line
Andrii Doroshenko (Xrayez)
2020-09-02
Move GDScript tests to respective folder under modules
Andrii Doroshenko (Xrayez)
2020-09-01
Add GDScript disassembler
George Marques
2020-09-01
Change GDScript compiler to use codegen abstraction
George Marques
2020-09-01
Add GDScript code generation interface
George Marques
2020-09-01
GDScript: Don't mark function parameters as constant
George Marques
2020-09-01
GDScript: Properly set class inheritance for global classes
George Marques
2020-09-01
GDScript: Check for missing exponent when parsing numbers
George Marques
2020-09-01
GDScript: Fix analysis of singleton dependencies
George Marques
2020-09-01
GDScript: Allow "extends" to be used inside inner class
George Marques
2020-09-01
GDScript: Allow "self" to be used in class level
George Marques
2020-09-01
GDScript: Don't try to parse constant scripts that aren't valid
George Marques
2020-09-01
Simplify html_is_valid and allow it to work with 3 and 4 hex digits
Aaron Franke
2020-09-01
Change Color HTML conversion from ARGB to RGBA
Aaron Franke
[next]