Block or Report
Block or report Chaosus
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
-
GDSimpleSkybox Public
Simple skybox for Godot is a tool script and have six sides where you can apply texture
-
ModernShogi Public
Modern Shogi is free, advanced 3D japanese chess client, with AI and multiplayer, made in Godot 3.1
-
800 contributions in the last year
Less
More
Contribution activity
March 2022
Created 19 commits in 2 repositories
Created a pull request in godotengine/godot that received 7 comments
Implement exponential operator (**) to GDScript/VScript/Expressions
This PR adds (**) operator to GDScript. So you can use it like:
var c = 3 ** 5 # c will be 243
or
var c = 3.5 ** 5.5 # c will be 982.594307804838
I…
+444
−43
•
7
comments
Opened 20 other pull requests in 2 repositories
godotengine/godot
14
merged
3
open
2
closed
-
Rename
AStartoAStar3D -
Fix
MODEL_NORMAL_MATRIXin fragment function of spatial shader -
Remove
MODEL_NORMAL_MATRIXfrom spatial/fragment function in shaders - Rename several transform built-ins in shaders
- Fix editor crash when renaming visual shader expression port
-
Add an error emitting when the
@export_flagsarg count is exceeded - Remove generating of null comparison operators from documentation
- Fix default value count checking for inherited function
- Rename several transform built-ins in shaders
-
Prevent NARROWING_CONVERSION warning for
int(float)function in GDScript - Prevent crash due to null error message on empty extends in GDScript
- Add "Add Script" option to project autoload settings
- Fix autocompletion of static methods in built-in types in GDScript
- Allow making multiline annotations in GDScript
-
Fix
VisualShaderNodeCustomscript template - [3.x] Add option to filter the stack variables of GDScript debugger
- Fix _update_varyings call in visual shader
- Add varying support to visual shaders
- Adds few more input/output built-ins to visual shader
godotengine/godot-docs
1
merged
Reviewed 3 pull requests in 1 repository
Created an issue in godotengine/godot-docs that received 2 comments
Documentation for @GDScript seems truncated
Your Godot version:
Class reference / Latest
Issue description:
GDScript functions seems truncated beyond the str function.
URL to the documentati…
2
comments

