Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
237 contributions in the last year
Activity overview
Contributed to
godotengine/godot,
godotengine/godot-docs,
godotengine/godot-roadmap
and 5 other
repositories
Contribution activity
August 2020
Created a pull request in godotengine/godot that received 4 comments
Assorted fixes for GDScript bugs
This fixes some of the reported with the new GDScript code, in particular crashes and regressions (though still not all of them). Fix #41161 Fix #4…
+188
−44
•
4
comments
- class level autocompletion bug fixed
- GDScript(2.0) Documentation generation system
- Auto completion enhanced for extends and class level identifier
- Fix: ctrl + click not working on script member
- Fix crash with null callee
- Fix line num of enums reported as the line before
- Fix colour region continuation over blank lines
- GDScript operator evaluation validation bug fix
- GDScript: unsafe arithmetic assignment bug fix
- GDScript arithmetic assignment type check bug fix
- Fixed tiny grammar issues in error messages

