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
/
gdscript
/
gdscript_disassembler.cpp
Age
Commit message (
Expand
)
Author
2022-10-07
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-07-23
Implement Vector4, Vector4i, Projection
reduz
2022-06-27
GDScript: Fix setter being called in chains for shared types
George Marques
2022-04-24
GDScript: Allow using self in lambdas
George Marques
2022-04-07
GDScript: Rename OPCODE_TYPE_ADJUST_TRANSFORM to have a 3D suffix
Aaron Franke
2022-04-06
GDScript: Add support for static method calls in native types
George Marques
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-09-01
GDScript: Fix loading of interdependent autoloads
George Marques
2021-06-04
Rename Quat to Quaternion
Marcel Admiraal
2021-06-03
Rename Variant TRANSFORM to TRANSFORM3D
Aaron Franke
2021-05-20
Fix typos with codespell
Rémi Verschelde
2021-05-16
GDScript: Add support for builtin static method calls
George Marques
2021-04-28
GDScript: Implement lambdas compilation and runtime
George Marques
2021-04-16
GDScript: Adjust type of temporaries when needed
George Marques
2021-04-08
Reduce number of addressing modes in GDScript VM
George Marques
2021-04-05
Merge pull request #47569 from vnen/gdscript-typed-return
Rémi Verschelde
2021-04-05
GDScript: Properly validate return type
George Marques
2021-04-05
Style: Apply clang-tidy's `readability-braces-around-statements`
Rémi Verschelde
2021-03-29
Add typed arrays to GDScript
George Marques
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-15
fixes crash in disassemlber for opcode OPCODE_ASSIGN_TYPED_NATIVE
Jordan Schidlowsky
2020-12-15
Merge pull request #43890 from vnen/gdscript-builtin-functions-refactor
Rémi Verschelde
2020-11-26
GDScript: Refactor builtin functions
George Marques
2020-11-25
fixes crash for OPCODE_CAST_TO_NATIVE opcode in gdscript disassemlber
Jordan Schidlowsky
2020-11-21
GDScript: Add faster instruction for validated constructor
George Marques
2020-11-21
GDScript: Add typed iterate instructions
George Marques
2020-11-21
GDScript: Add faster call instructions for builtin methods
George Marques
2020-11-21
GDScript: Add faster call instructions for native methods
George Marques
2020-11-21
GDScript: Add speficic set/get instructions
George Marques
2020-11-21
GDScript: Add faster operator for known types
George Marques
2020-11-21
GDScript: Gather instructions arguments beforehand
George Marques
2020-11-21
GDScript: Split Function code into multiple files
George Marques