Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
dominiks
/
godot
Public
forked from
godotengine/godot
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
godot
core
math
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 3, 2023
Fix scaled_orthogonal() & subgizmo global scaling
TokageItLab
committed
1459b9c
View commit details
Copy full SHA for 1459b9c
View code at this point
Browse repository at this point
Commits on Feb 1, 2023
More codespell fixes, do more changes from previous ignore list
akien-mga
committed
e52213e
View commit details
Copy full SHA for e52213e
View code at this point
Browse repository at this point
Fix various typos with codespell
Show description for 394bb0e
akien-mga
committed
394bb0e
View commit details
Copy full SHA for 394bb0e
View code at this point
Browse repository at this point
Commits on Jan 29, 2023
Add support for interpolating skewed transforms
aaronfranke
committed
5f3d372
View commit details
Copy full SHA for 5f3d372
View code at this point
Browse repository at this point
Commits on Jan 27, 2023
Merge pull request #72170 from Chaosus/astar_fix
Chaosus
authored
0f8f0ab
View commit details
Copy full SHA for 0f8f0ab
View code at this point
Browse repository at this point
Merge pull request #72168 from RandomShaper/sensible_lock_return
Show description for f0e3c3f
akien-mga
committed
f0e3c3f
View commit details
Copy full SHA for f0e3c3f
View code at this point
Browse repository at this point
Enchance the performance of AStar by using a LocalVector(2)
Chaosus
committed
cc0a243
View commit details
Copy full SHA for cc0a243
View code at this point
Browse repository at this point
Booleanize various sync primitives' wait & locking methods
RandomShaper
committed
f630940
View commit details
Copy full SHA for f630940
View code at this point
Browse repository at this point
Commits on Jan 25, 2023
Fix range loop iteration regressions
bitsawer
committed
8c25bcd
View commit details
Copy full SHA for 8c25bcd
View code at this point
Browse repository at this point
Commits on Jan 23, 2023
Convert en_GB spelling to en_US with codespell
akien-mga
committed
5b1df48
View commit details
Copy full SHA for 5b1df48
View code at this point
Browse repository at this point
Merge pull request #71676 from vnen/gdscript-unicode-identifiers
Show description for 5726bf5
akien-mga
committed
5726bf5
View commit details
Copy full SHA for 5726bf5
View code at this point
Browse repository at this point
Commits on Jan 22, 2023
Enchance the performance of `AStar` by using a `LocalVector`
Chaosus
committed
078600a
View commit details
Copy full SHA for 078600a
View code at this point
Browse repository at this point
Commits on Jan 21, 2023
Use range iterators in LocalVector loops
KoBeWi
committed
615c517
View commit details
Copy full SHA for 615c517
View code at this point
Browse repository at this point
Add support for Unicode identifiers in Expression class
vnen
committed
86ee5f3
View commit details
Copy full SHA for 86ee5f3
View code at this point
Browse repository at this point
Commits on Jan 19, 2023
Cleanup unused engine code v2
KoBeWi
committed
c0083e4
View commit details
Copy full SHA for c0083e4
View code at this point
Browse repository at this point
Commits on Jan 15, 2023
Rename `center` method to `get_center` in Plane.
raulsntos
committed
7560340
View commit details
Copy full SHA for 7560340
View code at this point
Browse repository at this point
Commits on Jan 8, 2023
Fix error in `AstarGrid2D::get_id_path`
Chaosus
committed
6640eb8
View commit details
Copy full SHA for 6640eb8
View code at this point
Browse repository at this point
Commits on Jan 6, 2023
Fix jumping in `AStarGrid2D` when `DIAGONAL_MODE_NEVER` is enabled
Chaosus
committed
4a45c76
View commit details
Copy full SHA for 4a45c76
View code at this point
Browse repository at this point
Commits on Jan 5, 2023
Merge pull request #70547 from TokageItLab/pingpong-wrap
Show description for e5f6e03
akien-mga
committed
e5f6e03
View commit details
Copy full SHA for e5f6e03
View code at this point
Browse repository at this point
One Copyright Update to rule them all
Show description for d95794e
akien-mga
committed
d95794e
View commit details
Copy full SHA for d95794e
View code at this point
Browse repository at this point
Commits on Jan 1, 2023
Optimize `wrapf` function a bit
Chaosus
committed
b28571c
View commit details
Copy full SHA for b28571c
View code at this point
Browse repository at this point
Commits on Dec 25, 2022
Fix pingpong with loop wrap is not working
TokageItLab
committed
8745c20
View commit details
Copy full SHA for 8745c20
View code at this point
Browse repository at this point
Commits on Dec 24, 2022
Divide `AStarGrid2D::default_heuristic` into two different heuristics
Chaosus
committed
16efd0b
View commit details
Copy full SHA for 16efd0b
View code at this point
Browse repository at this point
Commits on Dec 21, 2022
Merge pull request #70403 from rburing/fix_edge_map_capacity
Show description for 186f6f0
akien-mga
committed
186f6f0
View commit details
Copy full SHA for 186f6f0
View code at this point
Browse repository at this point
Fix edge map capacity in convex hull computer
Show description for e0e45e0
rburing
committed
e0e45e0
View commit details
Copy full SHA for e0e45e0
View code at this point
Browse repository at this point
Commits on Dec 20, 2022
Add `get_point_position` method to `AStarGrid2D`
Chaosus
committed
0bcbf8e
View commit details
Copy full SHA for 0bcbf8e
View code at this point
Browse repository at this point
Restore weight scale for `AStarGrid2D` (partially)
Chaosus
committed
8c478dc
View commit details
Copy full SHA for 8c478dc
View code at this point
Browse repository at this point
Commits on Dec 15, 2022
[RTL/TextServer] Add baseline inline alignment mode for objects and RTL tables.
bruvzg
committed
53c76fa
View commit details
Copy full SHA for 53c76fa
View code at this point
Browse repository at this point
Fix "p_zfar" to "p_znear" in Projection.create_orthogonal
Show description for cc245ff
Lielay9
authored
cc245ff
View commit details
Copy full SHA for cc245ff
View code at this point
Browse repository at this point
Commits on Nov 24, 2022
Merge pull request #68386 from MewPurPur/snappedi-snappedf
Show description for 4a8b725
akien-mga
committed
4a8b725
View commit details
Copy full SHA for 4a8b725
View code at this point
Browse repository at this point
Refactor interpolating functions in some classes to use Math class
TokageItLab
committed
b217c41
View commit details
Copy full SHA for b217c41
View code at this point
Browse repository at this point
Refactor Curve3D::_bake() method
Show description for f9fa182
xiongyaohua
committed
f9fa182
View commit details
Copy full SHA for f9fa182
View code at this point
Browse repository at this point
Commits on Nov 19, 2022
Implement snappedi, snappedf, and Vector[2/3/4]i.snapped
MewPurPur
committed
e26f090
View commit details
Copy full SHA for e26f090
View code at this point
Browse repository at this point
Commits on Nov 18, 2022
Static analysis: remove "break" after "return"
Show description for cb6cffb
asmaloney
committed
cb6cffb
View commit details
Copy full SHA for cb6cffb
View code at this point
Browse repository at this point
Commits on Nov 14, 2022
Fix periods in editor strings and messages
Show description for efe3220
Calinou
committed
efe3220
View commit details
Copy full SHA for efe3220
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.