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
drivers
on
2.1
User selector
All users
All time
Commit history
Commits on Dec 19, 2019
Fallback to the dummy audio driver if no other driver works
Show description for 400e273
xsellier
committed
400e273
View commit details
Copy full SHA for 400e273
View code at this point
Browse repository at this point
Commits on Jun 12, 2019
If WASAPI driver not initialized, fail the init
xsellier
committed
ea595c2
View commit details
Copy full SHA for ea595c2
View code at this point
Browse repository at this point
Commits on Jun 4, 2019
Update copyright statements to 2019
akien-mga
committed
7562ce0
View commit details
Copy full SHA for 7562ce0
View code at this point
Browse repository at this point
Update libpng (1.6.35 --> 1.6.36)
Show description for 3112f50
Chaosus
authored and
akien-mga
committed
3112f50
View commit details
Copy full SHA for 3112f50
View code at this point
Browse repository at this point
Commits on Jul 18, 2018
Style: Format code with clang-format 6.0.1
akien-mga
committed
bb13fa8
View commit details
Copy full SHA for bb13fa8
View code at this point
Browse repository at this point
Commits on Apr 3, 2018
Fix more -Wc++11-narrowing errors with clang
Show description for b29b35c
akien-mga
committed
b29b35c
View commit details
Copy full SHA for b29b35c
View code at this point
Browse repository at this point
Commits on Feb 14, 2018
Merge pull request #15874 from marcelofg55/wasapi_device_change_21
Show description for e21eb2c
akien-mga
authored
e21eb2c
View commit details
Copy full SHA for e21eb2c
View code at this point
Browse repository at this point
Commits on Feb 13, 2018
fix buffer write performance on Windows and Unix
dragmz
authored and
Xavier Sellier
committed
70e7a38
View commit details
Copy full SHA for 70e7a38
View code at this point
Browse repository at this point
Commits on Jan 19, 2018
Improved WASAPI driver so that it always uses the default audio device
marcelofg55
committed
18490e8
View commit details
Copy full SHA for 18490e8
View code at this point
Browse repository at this point
Commits on Jan 2, 2018
resolve_hostname_addresses: retrieve every addresses associated with a hostname
gotnospirit
authored and
akien-mga
committed
010a343
View commit details
Copy full SHA for 010a343
View code at this point
Browse repository at this point
Update copyright statements to 2018
Show description for 2712014
akien-mga
committed
2712014
View commit details
Copy full SHA for 2712014
View code at this point
Browse repository at this point
Commits on Dec 11, 2017
Remove funny output during when exporting a project or loading Godot Engine
Xavier Sellier
committed
487773e
View commit details
Copy full SHA for 487773e
View code at this point
Browse repository at this point
Style: apply clang-format (5.0.0) to current source
akien-mga
committed
6a4e719
View commit details
Copy full SHA for 6a4e719
View code at this point
Browse repository at this point
Style: apply clang-format (3.9.1) to current source
akien-mga
committed
acb7107
View commit details
Copy full SHA for acb7107
View code at this point
Browse repository at this point
Commits on Nov 29, 2017
Fix wasapi going silent when number of channels are not supported
marcelofg55
committed
dc26585
View commit details
Copy full SHA for dc26585
View code at this point
Browse repository at this point
Commits on Nov 28, 2017
disable caching for targets using helper functions
rraallvv
committed
714e02c
View commit details
Copy full SHA for 714e02c
View code at this point
Browse repository at this point
use the same cache for all branches for appveyor
rraallvv
committed
388249c
View commit details
Copy full SHA for 388249c
View code at this point
Browse repository at this point
Commits on Nov 1, 2017
Improved WASAPI driver logic when devices are connected or disconnected
marcelofg55
committed
9dfdddd
View commit details
Copy full SHA for 9dfdddd
View code at this point
Browse repository at this point
Commits on Oct 24, 2017
Make build scripts Scons 3.0/Python3 compatible
Show description for fb23604
hoelzl
committed
fb23604
View commit details
Copy full SHA for fb23604
View code at this point
Browse repository at this point
Commits on Sep 21, 2017
OS::execute can now read from stderr too when executing with a pipe.
marcelofg55
committed
253db95
View commit details
Copy full SHA for 253db95
View code at this point
Browse repository at this point
Commits on Sep 17, 2017
Fix x11 exported executables not getting the +x flag
marcelofg55
committed
b48704c
View commit details
Copy full SHA for b48704c
View code at this point
Browse repository at this point
Commits on Sep 12, 2017
Fix WASAPI cleanup
Show description for 868211e
RandomShaper
committed
868211e
View commit details
Copy full SHA for 868211e
View code at this point
Browse repository at this point
Commits on Sep 3, 2017
Added new WASAPI driver for Windows
marcelofg55
committed
68dd103
View commit details
Copy full SHA for 68dd103
View code at this point
Browse repository at this point
Commits on Aug 27, 2017
Use HTTPS URL for Godot's website in the headers
akien-mga
committed
9d59883
View commit details
Copy full SHA for 9d59883
View code at this point
Browse repository at this point
Re-apply clang-format to all files
Show description for 886c7d8
akien-mga
committed
886c7d8
View commit details
Copy full SHA for 886c7d8
View code at this point
Browse repository at this point
RtAudio: Restore previous (incorrect but safer) buffer size
Show description for cf80fbc
akien-mga
committed
cf80fbc
View commit details
Copy full SHA for cf80fbc
View code at this point
Browse repository at this point
Commits on Aug 20, 2017
Correct hash behavior for floating point numbers
Show description for 364f2e8
hpvb
committed
364f2e8
View commit details
Copy full SHA for 364f2e8
View code at this point
Browse repository at this point
Commits on Aug 18, 2017
Add closest_power_of_2 func and implement mix_rate/latency on OS X
marcelofg55
committed
647c4ae
View commit details
Copy full SHA for 647c4ae
View code at this point
Browse repository at this point
Commits on Aug 17, 2017
Merge pull request #7912 from RandomShaper/pause-rasterizer-2.1
Show description for 938dc07
akien-mga
authored
938dc07
View commit details
Copy full SHA for 938dc07
View code at this point
Browse repository at this point
Commits on Aug 13, 2017
Explicitily unsed AI_NUMERICHOST flag to fix HTML5
Show description for 82b7fca
Faless
authored and
akien-mga
committed
82b7fca
View commit details
Copy full SHA for 82b7fca
View code at this point
Browse repository at this point
Commits on Aug 6, 2017
Add missing NULL checks to prevent possible crashes on _add_geometry
marcelofg55
committed
45096ee
View commit details
Copy full SHA for 45096ee
View code at this point
Browse repository at this point
Commits on Jul 30, 2017
get_executable_path slight change to make it work under OpenBSD
Show description for 14392c9
devnexen
authored and
akien-mga
committed
14392c9
View commit details
Copy full SHA for 14392c9
View code at this point
Browse repository at this point
Commits on Jun 25, 2017
BuildSystem: generated files have .gen.ext
Poommetee Ketson
committed
4a0dc52
View commit details
Copy full SHA for 4a0dc52
View code at this point
Browse repository at this point
Commits on Jun 17, 2017
Merge pull request #9022 from RandomShaper/improve-mem-class-2.1
Show description for ff002ad
akien-mga
authored
ff002ad
View commit details
Copy full SHA for ff002ad
View code at this point
Browse repository at this point
Commits on Jun 15, 2017
Merge pull request #9100 from RandomShaper/optimize-2d-lighting-2.1
Show description for 7340456
akien-mga
authored
7340456
View commit details
Copy full SHA for 7340456
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.