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-08-31
Add link titles for all links in the class reference
Hugo Locurcio
2020-08-30
Merge pull request #41613 from neikeq/possibly
Rémi Verschelde
2020-08-30
Merge pull request #41611 from neikeq/issue-41444
Rémi Verschelde
2020-08-30
Fix clang-tidy warnings due to semicolon after mono module macros
Ignacio Etcheverry
2020-08-30
C#: Fix InvalidCastException on export
Ignacio Etcheverry
2020-08-30
C#: Fix crash on export when incorrectly freeing MonoAssemblyName
Ignacio Etcheverry
2020-08-29
Mono: Improve MSBuildFinder logic on Windows
Thaina Yu
2020-08-28
Cross-reference GDScript built-in rounding methods to ease discovery
Hugo Locurcio
2020-08-28
Merge pull request #41547 from vnen/gdscript-2-fixes
Rémi Verschelde
2020-08-26
GDScript: Fix crash when parsing properties
George Marques
2020-08-26
GDScript: Show error when there's an inheritance cycle
George Marques
2020-08-26
GDScript: Add recursion depth limit for completion
George Marques
2020-08-26
GDScript: Fix crash when completing code with signals
George Marques
2020-08-26
GDScript: Fix issues when deriving from other scripts
George Marques
2020-08-25
Merge pull request #40443 from SkyLucilfer/PluralsSupport
Rémi Verschelde
2020-08-25
Fix regression in FBX import caused by Skeleton3D
Lyuma
2020-08-24
GDScript: Don't fail to load constants if they're not a literal
George Marques
2020-08-24
C#: Fix 'Parameter toolsPath cannot be null' error
Ignacio Etcheverry
2020-08-23
GDScript: Properly resolve external inner classes from preload
George Marques
2020-08-23
GDScript: Use pointer instead of references in cache
George Marques
2020-08-23
Merge pull request #41238 from MarianoGnu/gdscript-export-resource
George Marques
2020-08-21
Merge pull request #41410 from neikeq/no-bom-on-csproj-creation
Rémi Verschelde
2020-08-21
Merge pull request #41409 from neikeq/fix-null-in-msbuild-logger
Rémi Verschelde
2020-08-21
C#: Save newly created csproj files without BOM
Ignacio Etcheverry
2020-08-21
C#: Fix null exception in our MSBuild logger
Ignacio Etcheverry
2020-08-21
Mono/C#: Fix editor using wrong project assembly path in rare cases
Ignacio Etcheverry
2020-08-19
Merge pull request #41381 from vnen/gdscript-2-fixes
Rémi Verschelde
2020-08-19
GDScript: Make subscript access be properly type checked
George Marques
2020-08-19
GDScript: Show error when function return type is missing
George Marques
2020-08-19
GDScript: Fix signal parameters not respecting commas
George Marques
2020-08-19
GDScript: Check duplicate keys in dictionaries and enums
George Marques
2020-08-19
GDScript: Allow preload() to be used with constant expressions
George Marques
2020-08-19
GDScript: Allow keywords to be used in $ notation
George Marques
2020-08-19
Update GDScriptTranslationParserPlugin to use GDSriptParser instead of RegEx.
SkyJJ
2020-08-19
Update POT generation to handle context and plurals
SkyJJ
2020-08-19
Merge pull request #41362 from neikeq/fix-play-issues-after-ide-play-request
Rémi Verschelde
2020-08-19
C#: Fix editor unable to play game after IDE PlayRequest
Ignacio Etcheverry
2020-08-18
Merge pull request #41352 from Calinou/bmp-loader-error-explanations
Rémi Verschelde
2020-08-18
GDScript: Allow enum values to be set to constant expressions
George Marques
2020-08-18
GDScript: Allow supertype objects to be assigned to a subtype variable
George Marques
2020-08-18
Add more error explanations in the BMP image loader
Hugo Locurcio
2020-08-18
GDScript: Allow implicit type conversion when constructing variants
George Marques
2020-08-18
GDScript: Add script to cache on reload
George Marques
2020-08-17
GDScript: Allow empty files to be valid scripts
George Marques
2020-08-17
GDScript: Fix crash when superclass file is non-existent
George Marques
2020-08-17
GDScript: Fix LSP getting wrong union value on unnamed enums
George Marques
2020-08-17
GDScript: Fix editor crash when writing @tool annotation
George Marques
2020-08-17
GDSript: Prevent crash when completing unary operators
George Marques
2020-08-17
GDScript: Allow "match" to be used as an identifier
George Marques
2020-08-17
GDScript: Fix wrong argument check for formatting operator
George Marques
[next]