index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
math
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973
Spartan322
2024-11-27
1
-8
/
+4
|
\
|
*
Fix stringification of Projection
Rémi Verschelde
2024-11-25
1
-8
/
+4
*
|
Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ce
Spartan322
2024-11-26
4
-4
/
+1
|
\
|
|
*
Merge pull request #99545 from KoBeWi/Vector4.0
Thaddeus Crews
2024-11-25
1
-1
/
+1
|
|
\
|
|
*
Fix stringification of Vector4
kobewi
2024-11-22
1
-1
/
+1
|
*
|
Style: Add 19.1.0 LLVM options to `.clang-format`
Thaddeus Crews
2024-11-22
3
-3
/
+0
|
|
/
|
*
Merge pull request #95303 from EIREXE/inverted_composer
Rémi Verschelde
2024-11-20
1
-91
/
+219
|
|
\
|
|
*
Fix Projection::invert on orthogonal projections and others.
Álex Román
2024-11-18
1
-91
/
+219
*
|
|
Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122
Spartan322
2024-11-02
4
-4
/
+4
|
\
|
|
|
*
|
Merge pull request #47502 from KoBeWi/add_0
Thaddeus Crews
2024-10-31
3
-3
/
+3
|
|
\
\
|
|
*
|
Always add decimal when printing float
kobewi
2024-10-23
3
-3
/
+3
|
*
|
|
[Core] Improve error messages with `vformat`
A Thousand Ships
2024-10-30
1
-1
/
+1
*
|
|
|
Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c
Spartan322
2024-10-30
3
-3
/
+3
|
\
|
|
|
|
*
|
|
Merge pull request #97934 from adamscott/give-AThousandShips-a-break
Thaddeus Crews
2024-10-29
3
-3
/
+3
|
|
\
\
\
|
|
*
|
|
Set clang-format `RemoveSemicolon` rule to `true`
Adam Scott
2024-10-25
3
-3
/
+3
|
|
|
/
/
*
|
|
|
Merge pull request #818 from Spartan322/fixup/copyright-headers
George L. Albany
2024-10-27
77
-154
/
+154
|
\
\
\
\
|
*
|
|
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
77
-154
/
+154
*
|
|
|
|
Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7b
Spartan322
2024-10-26
1
-6
/
+6
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
/
/
/
|
|
/
/
/
|
*
/
/
Expose `Geometry2D.bresenham_line()` method
Danil Alexeev
2024-10-25
1
-6
/
+6
|
|
/
/
*
|
|
Fix `Projection::invert` on orthogonal projections and others.
Álex Román
2024-10-22
1
-91
/
+219
*
|
|
feat: add maximum traversals to astargrid2d
Veradictus
2024-10-17
2
-0
/
+24
*
|
|
Merge commit godotengine@92e51fca7247c932f95a1662aefc28aca96e8de6
Spartan322
2024-10-14
1
-5
/
+7
|
\
|
|
|
*
|
Restore arc_tolerance value when using Clipper2's InflatePaths
Ricardo Buring
2024-10-09
1
-5
/
+7
*
|
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
77
-0
/
+154
*
|
|
Rebrand Godot to Redot
Randolph W. Aarseth II
2024-10-11
2
-4
/
+5
|
/
/
*
|
Rename Vector4.components -> coord
Lukas Tenbrink
2024-09-26
1
-3
/
+3
*
|
Merge pull request #97483 from akien-mga/clang-format-19.1.0
Rémi Verschelde
2024-09-26
1
-1
/
+1
|
\
\
|
*
|
CI: Update `clang-format` pre-commit hook to 19.1.0
Rémi Verschelde
2024-09-26
1
-1
/
+1
*
|
|
Merge pull request #96923 from Repiteo/style/warning-admonition
Rémi Verschelde
2024-09-26
1
-5
/
+8
|
\
\
\
|
*
|
|
Style: Add `WARNING:` as new comment admonition
Thaddeus Crews
2024-09-25
1
-5
/
+8
|
|
/
/
*
/
/
SCons: Add unobtrusive type hints in SCons files
Thaddeus Crews
2024-09-25
1
-0
/
+1
|
/
/
*
|
Fix C# operator *(Transform3D, AABB)
kleonc
2024-09-20
1
-4
/
+4
*
|
fix astar partial path destination can be solid/disabled
allison
2024-09-12
4
-15
/
+15
*
|
Merge pull request #93856 from timothyqiu/expression-period
Rémi Verschelde
2024-09-11
1
-7
/
+3
|
\
\
|
*
|
Fix parsing of `4.` in Expression
Haoyu Qiu
2024-07-02
1
-7
/
+3
*
|
|
Improve AStarGrid2D performance when jumping is enabled
Martijn
2024-09-05
2
-77
/
+132
*
|
|
Merge pull request #96328 from object71/fix-animation-snap-96159
Rémi Verschelde
2024-08-30
1
-0
/
+3
|
\
\
\
|
*
|
|
Add modf function and fix snap behavior
Hristo Iliev
2024-08-30
1
-0
/
+3
*
|
|
|
Merge pull request #93893 from Togira123/fix-rand-weighted-return-value
Rémi Verschelde
2024-08-28
1
-0
/
+5
|
\
\
\
\
|
*
|
|
|
Fix RandomPCG::rand_weighted incorrectly returning -1
Togira
2024-07-04
1
-0
/
+5
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #92123 from timothyqiu/estimate-end
Rémi Verschelde
2024-08-28
4
-21
/
+21
|
\
\
\
\
|
*
|
|
|
Change param name of AStar's _estimate_cost method
Haoyu Qiu
2024-05-19
4
-21
/
+21
*
|
|
|
|
Merge pull request #91868 from Chaosus/astargrid_get_point_positions_in_region
Rémi Verschelde
2024-08-28
2
-0
/
+29
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
Add a method to retrieve all points within a region to `AStarGrid2D`
Yuri Rubinsky
2024-05-12
2
-0
/
+29
|
|
/
/
/
*
|
|
|
Simplify and fix Rect2/AABB get_support function
Aaron Franke
2024-08-19
2
-17
/
+22
*
|
|
|
Merge pull request #95291 from BlueCube3310/hdr-optimizations
Rémi Verschelde
2024-08-16
1
-27
/
+40
|
\
\
\
\
|
*
|
|
|
Optimize .hdr loading and RGB9E5 conversion
BlueCube3310
2024-08-09
1
-27
/
+40
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #93149 from Malcolmnixon/smoothstep-degenerate-case
Rémi Verschelde
2024-08-16
1
-2
/
+10
|
\
\
\
\
|
*
|
|
|
This PR handles the smoothstep degenerate case where the range is empty.
Malcolm Nixon
2024-08-15
1
-2
/
+10
|
|
/
/
/
*
/
/
/
Fixed Timestep Interpolation (3D)
Ricardo Buring
2024-07-07
2
-1
/
+388
|
/
/
/
[next]