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
modules
on
master
User selector
All users
All time
Commit history
Commits on Feb 4, 2023
Merge pull request #71860 from GeroVeni/master
Show description for 8753b07
YuriSizov
authored
8753b07
View commit details
Copy full SHA for 8753b07
View code at this point
Browse repository at this point
Improve docs for rpc annotations
GeroVeni
committed
54f2226
View commit details
Copy full SHA for 54f2226
View code at this point
Browse repository at this point
Commits on Feb 3, 2023
Merge pull request #71786 from raulsntos/dotnet/array
Show description for bbff9fd
akien-mga
committed
bbff9fd
View commit details
Copy full SHA for bbff9fd
View code at this point
Browse repository at this point
Merge pull request #65910 from KoBeWi/gdsus
Show description for 604493e
akien-mga
authored
604493e
View commit details
Copy full SHA for 604493e
View code at this point
Browse repository at this point
Merge pull request #72554 from RedworkDE/net-appcontext-basedirectory
Show description for 1ff2204
akien-mga
committed
1ff2204
View commit details
Copy full SHA for 1ff2204
View code at this point
Browse repository at this point
Merge pull request #72635 from RedworkDE/net-nodepath-iequatable
Show description for 5a41389
akien-mga
committed
5a41389
View commit details
Copy full SHA for 5a41389
View code at this point
Browse repository at this point
Merge pull request #72633 from RedworkDE/net-stringname-iequatable
Show description for 91dfd64
akien-mga
committed
91dfd64
View commit details
Copy full SHA for 91dfd64
View code at this point
Browse repository at this point
Merge pull request #72604 from rbessems/rbessems/env_blend_mode
Show description for 8ef01ee
akien-mga
committed
8ef01ee
View commit details
Copy full SHA for 8ef01ee
View code at this point
Browse repository at this point
Commits on Feb 2, 2023
C#: Declare `IEquatable<>` interface for `StringName`
RedworkDE
committed
ac96af1
View commit details
Copy full SHA for ac96af1
View code at this point
Browse repository at this point
C#: Implement `IEquatable<>` and equality operators in `NodePath`
Show description for 7403a3a
RedworkDE
committed
7403a3a
View commit details
Copy full SHA for 7403a3a
View code at this point
Browse repository at this point
Add XR Environment Blend Mode Support
rbessems
committed
d7d171c
View commit details
Copy full SHA for d7d171c
View code at this point
Browse repository at this point
Merge pull request #72398 from vnen/gdscript-setter-chain
Show description for a43ec33
akien-mga
committed
a43ec33
View commit details
Copy full SHA for a43ec33
View code at this point
Browse repository at this point
C#: Set AppContext.BaseDirectory for editor builds
RedworkDE
committed
b9d1462
View commit details
Copy full SHA for b9d1462
View code at this point
Browse repository at this point
GDScript: Improve usability of setter chains
Show description for 5fc7918
vnen
committed
5fc7918
View commit details
Copy full SHA for 5fc7918
View code at this point
Browse repository at this point
Merge pull request #72592 from EricEzaM/67008-autocomplete-crash-virtual-fn
Show description for 5002248
akien-mga
committed
5002248
View commit details
Copy full SHA for 5002248
View code at this point
Browse repository at this point
Merge pull request #72468 from rbessems/rbessems/add_ml2_controller
Show description for 8978196
akien-mga
committed
8978196
View commit details
Copy full SHA for 8978196
View code at this point
Browse repository at this point
Merge pull request #72553 from RedworkDE/net-output-directory
Show description for c5c6f2d
akien-mga
committed
c5c6f2d
View commit details
Copy full SHA for c5c6f2d
View code at this point
Browse repository at this point
Fix crash in gdscript when autocompleting virtual function and signature does not match base.
EricEzaM
committed
9b93bdb
View commit details
Copy full SHA for 9b93bdb
View code at this point
Browse repository at this point
Add Magic Leap 2 OpenXR Interaction Profile
rbessems
committed
e78088c
View commit details
Copy full SHA for e78088c
View code at this point
Browse repository at this point
Merge pull request #72557 from vonagam/fix-make-value-protection
Show description for 824784f
akien-mga
committed
824784f
View commit details
Copy full SHA for 824784f
View code at this point
Browse repository at this point
Merge pull request #72542 from smix8/rvoagent_to_navagent_rename_4.x
Show description for 65cbe89
akien-mga
committed
65cbe89
View commit details
Copy full SHA for 65cbe89
View code at this point
Browse repository at this point
GDScript: Fix crash in export group annotations
dalexeev
committed
4311836
View commit details
Copy full SHA for 4311836
View code at this point
Browse repository at this point
GDScript: Fix getting reduced value of incomplete subscript
vonagam
committed
7b04e38
View commit details
Copy full SHA for 7b04e38
View code at this point
Browse repository at this point
Commits on Feb 1, 2023
Rename NavigationServer internal RvoAgent to NavAgent
Show description for 0d80705
smix8
committed
0d80705
View commit details
Copy full SHA for 0d80705
View code at this point
Browse repository at this point
Merge pull request #71800 from akien-mga/ci-codespell-action
Show description for 0a9e6e4
akien-mga
committed
0a9e6e4
View commit details
Copy full SHA for 0a9e6e4
View code at this point
Browse repository at this point
Merge pull request #72434 from Treer/master
Show description for c461d38
akien-mga
committed
c461d38
View commit details
Copy full SHA for c461d38
View code at this point
Browse repository at this point
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
Merge pull request #72440 from V-Sekai/gltf_embed_as_uncompressed
Show description for c400205
akien-mga
authored
c400205
View commit details
Copy full SHA for c400205
View code at this point
Browse repository at this point
Merge pull request #72499 from vonagam/fix-typed-array-disassembly
Show description for 061b046
akien-mga
committed
061b046
View commit details
Copy full SHA for 061b046
View code at this point
Browse repository at this point
Revert "GDScript: Add warnings that are set to error by default"
Show description for afe3b94
akien-mga
committed
afe3b94
View commit details
Copy full SHA for afe3b94
View code at this point
Browse repository at this point
gltf: Add GLTFHandleBinary::HANDLE_BINARY_EMBED_AS_UNCOMPRESSED
Show description for bc24d01
lyuma
committed
bc24d01
View commit details
Copy full SHA for bc24d01
View code at this point
Browse repository at this point
GDScript: Fix disassembly of typed array assignment and construction
vonagam
committed
56aedb2
View commit details
Copy full SHA for 56aedb2
View code at this point
Browse repository at this point
Fix blend runner copyright headers
akien-mga
committed
9b0f194
View commit details
Copy full SHA for 9b0f194
View code at this point
Browse repository at this point
Merge pull request #72487 from vnen/gdscript-warning-default-error
Show description for e101305
akien-mga
committed
e101305
View commit details
Copy full SHA for e101305
View code at this point
Browse repository at this point
Merge pull request #69319 from RedMser/blender-import-rpc
Show description for d29036b
akien-mga
committed
d29036b
View commit details
Copy full SHA for d29036b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.