Block or Report
Block or report rcorre
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
superstruct Public
A variant that exposes an interface based on the common members of its source types
D 11
-
-
qutebrowser/qutebrowser Public
A keyboard-driven, vim-like browser based on Python and Qt.
-
Addon for Blender to directly export to a Godot Scene
128 contributions in the last year
Less
More
Activity overview
Contribution activity
March 2023
Created 26 commits in 4 repositories
Created 3 repositories
- rcorre/godot-demo-projects GDScript
- rcorre/GodotSteam C++
- rcorre/godot4net GDScript
Created a pull request in godotengine/godot that received 7 comments
Add some missing renames to 3to4 tool.
MultiplayerPeerExtension isn't an exact replacement for NetworkedMultiplayerCustom, but at least it gets you moving in the right direction. Engine.…
+7
−0
•
7
comments
Opened 9 other pull requests in 4 repositories
godotengine/godot
1
open
4
merged
godotengine/godot-docs
2
merged
godotengine/godot-demo-projects
1
open
helix-editor/helix
1
merged
Reviewed 3 pull requests in 3 repositories
godotengine/godot-demo-projects
1 pull request
helix-editor/helix
1 pull request
godotengine/godot
1 pull request
Created an issue in helix-editor/helix that received 6 comments
Snippets insert literal text
Given:
std::vector<int> i;
i.at|<Tab>
You get
std::vector<int> i;
i.at(size_type n|)
Typing inserts text after n
, but the size_type n
is left in …
6
comments
Opened 8 other issues in 3 repositories
helix-editor/helix
2
open
2
closed
godotengine/godot
1
open
2
closed
clangd/clangd
1
closed
Started 2 discussions in 1 repository
helix-editor/helix
helix-editor/helix
-
Add window mode mapping
This contribution was made on Mar 16
-
Keep cursor position after hsplit/vsplit
This contribution was made on Mar 3