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 36 million developers.
Sign up
Pinned
4,498 contributions in the last year
Contribution activity
May 2019
Created a pull request in godotengine/godot that received 1 comment
Script editor: Convert indentation on paste
This is implemented as an editor setting (opt-out), and only for the script editor (though it's implemented in TextEdit which handles the paste). B…
+63
−0
•
1
comment
- Fix navmesh not finding optimal paths
- Fix slight issues with autocompletion and member lists in GDScript
- Fix duplicated conditions.
- Improved CCD calculation algorithm
- Freetype clone env for no-SMID single file
- Optimize pooled string array joins
- Roll back libwebsockets to version 3.0.1
- Added MSAA to GLES2 backend
- Support Mac OS default move cursor hotkeys
- Fix pvrtc encoder
- Do precision comparison to prevent the creation of keyframes with a time that already exists
- allow nav poly to be directly edited via the vertices. This addresses #25459
- Small usability improvement to pitchshifter
- Fixed game crash, regression of #26977
- Implemented physics collision visualizer