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
4,893 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 80 commits in 15 repositories
Created 1 repository
- Calinou/website-2 HTML
Created a pull request in godotengine/godot-website that received 7 comments
Add a showcase page for high-quality, published games
This adds a revamped showcase page designed to host high-quality, published projects. (It's not limited to games, even though most projects feature…
Opened 32 other pull requests in 8 repositories
godotengine/godot
4
open
8
merged
- Use 75% editor scale on small displays automatically
- Improve the 3D editor selection box appearance (3.2)
- Clarify that code in `assert()` should avoid side effects
- Use Ctrl+Shift+C as the default FileSystem dock Copy Path shortcut
- Add a script to install Linux dependencies for building
- Allow using SVG images as project icon
- Make the expected method calling order in SurfaceTool more explicit
- Fix "unifom" typo in RasterizerStorageRD method
- Remove `Color.contrasted()` as its behavior is barely useful
- Document seamless noise having a lower contrast than non-seamless noise
- Document AtlasTexture not supporting repetition
- Correct documentation about NinePatchRect stretch modes
godotengine/godot-docs
4
open
4
merged
- Document known issues with variable refresh rate in the editor
- Add a Hosting considerations section to High-level multiplayer
- Add a page on evaluating expressions using the Expression class
- Document font requirement for some languages in Internationalizing games
- Document how to compare floats properly in Shading language
- Fix the "ref" badge appearing twice in instant search results
- Mention hosts that support on-the-fly compression in Exporting for the Web
- Improve the one-click deploy page
godotengine/godot-website
2
open
2
merged
GDQuest/website
3
merged
godotengine/doc-status
2
merged
godotengine/godot-asset-library
1
merged
flathub/org.godotengine.Godot
1
merged
godotengine/godot-demo-projects
1
open
Reviewed 18 pull requests in 7 repositories
godotengine/godot-docs 7 pull requests
- Fix couple of missing `#` and `//` for comments in code examples
- Update GDScript FAQ text to not reference history in link
- Add paragraph to specify that IK chains are editor-only
- Fix missing ":ref:" in canvas_layers.rst
- Update Rider prerequisites to match Godot 3.2.3+
- Clarify "source" mesh in Using MultiMeshInstance
- Explain what fractional means in the Shading language reference
godotengine/godot 6 pull requests
- [WIP] Add negative blend shape weight support -1 and 1 values seem to work.
- Improve output in Debugger Errors tab for scripts
- added shortcuts/hotkeys for tileset editor plugin collision buttons
- Add icons for the new Light2D nodes
- fix for #42948: script_data error
- Fix editor constant redraw from fxaa and debanding.
Orama-Interactive/Pixelorama 1 pull request
godotengine/doc-status 1 pull request
Calinou/scoop-games 1 pull request
aBARICHELLO/godot-ci 1 pull request
godotengine/awesome-godot 1 pull request
Created an issue in godotengine/godot that received 8 comments
[TRACKER] Unit tests to add or improve
Our unit test coverage is currently very low. We'd like to increase our unit test coverage; any help is welcome. Interested in writing new unit tes…