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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
Source-Python-Dev-Team
/
Source.Python
Public
Notifications
You must be signed in to change notification settings
Fork
38
Star
173
Code
Issues
8
Pull requests
9
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
Source.Python
src
core
on
master
User selector
All users
All time
Commit history
Commits on Jul 6, 2025
Fixed the eye angle property for HL2DM. (#523)
vinci6k
authored
3e5dd5d
View commit details
Copy full SHA for 3e5dd5d
View code at this point
Browse repository at this point
Commits on May 2, 2025
Updated TF2 data.
Show description for bf404c6
jordanbriere
committed
bf404c6
View commit details
Copy full SHA for bf404c6
View code at this point
Browse repository at this point
Commits on Apr 29, 2025
Fixed some erroneous data and removed the need to maintain some signatures.
jordanbriere
committed
da33151
View commit details
Copy full SHA for da33151
View code at this point
Browse repository at this point
Commits on Apr 24, 2025
Fixed #513.
jordanbriere
committed
ad51815
View commit details
Copy full SHA for ad51815
View code at this point
Browse repository at this point
Commits on Apr 19, 2025
Fixes an error caused when the name of BaseEntityOutput is overlapped with another DataDesc. (#501)
CookStar
authored
9050343
View commit details
Copy full SHA for 9050343
View code at this point
Browse repository at this point
Fix #482
Ayuto
committed
cb5d8d7
View commit details
Copy full SHA for cb5d8d7
View code at this point
Browse repository at this point
Commits on Apr 18, 2025
Python 3.13, site-packages and SDK 2013 update (#508)
Show description for 2727c77
Ayuto
authored
2727c77
View commit details
Copy full SHA for 2727c77
View code at this point
Browse repository at this point
Commits on Dec 6, 2024
Quickfix for hl2dm
Ayuto
committed
2bfe080
View commit details
Copy full SHA for 2bfe080
View code at this point
Browse repository at this point
Commits on Jul 2, 2023
Entity collision and transmission functionalities. (#484)
Show description for f129713
jordanbriere
authored
f129713
View commit details
Copy full SHA for f129713
View code at this point
Browse repository at this point
Commits on Jul 1, 2023
Dict traversal and CachedProperty updates. (#483)
jordanbriere
committed
fe82f6b
View commit details
Copy full SHA for fe82f6b
View code at this point
Browse repository at this point
Commits on May 27, 2023
Added support for Player.desired_player_class to DOD:S. (#475) (#477)
Show description for 43ae825
CookStar
authored
43ae825
View commit details
Copy full SHA for 43ae825
View code at this point
Browse repository at this point
Commits on Oct 16, 2022
Exported GetCommandIndex as commands.get_command_index.
jordanbriere
committed
3422d53
View commit details
Copy full SHA for 3422d53
View code at this point
Browse repository at this point
Commits on Aug 31, 2022
Fixed #455.
jordanbriere
committed
50ae599
View commit details
Copy full SHA for 50ae599
View code at this point
Browse repository at this point
Commits on Aug 26, 2022
Fixed OnServerOutput for #452.
jordanbriere
committed
fec03ca
View commit details
Copy full SHA for fec03ca
View code at this point
Browse repository at this point
Fixed #452.
jordanbriere
committed
9d17a69
View commit details
Copy full SHA for 9d17a69
View code at this point
Browse repository at this point
Commits on Dec 14, 2021
Removed Universe.RC.
jordanbriere
committed
d0ffd8c
View commit details
Copy full SHA for d0ffd8c
View code at this point
Browse repository at this point
Commits on Dec 8, 2021
Fixed #299.
jordanbriere
committed
5176807
View commit details
Copy full SHA for 5176807
View code at this point
Browse repository at this point
Commits on Dec 6, 2021
Fixed an ignored TypeError into Pointer.__del__.
jordanbriere
committed
aac2f59
View commit details
Copy full SHA for aac2f59
View code at this point
Browse repository at this point
Commits on Dec 4, 2021
Fixed Linux compile errors
Ayuto
committed
d1b3107
View commit details
Copy full SHA for d1b3107
View code at this point
Browse repository at this point
Commits on Dec 3, 2021
Updated CBaseEntityWrapper's dispatch table for BM:S.
jordanbriere
committed
da9a2b9
View commit details
Copy full SHA for da9a2b9
View code at this point
Browse repository at this point
Re-introduced memory leaks. :confounded: (Fixes #430)
jordanbriere
committed
312ecba
View commit details
Copy full SHA for 312ecba
View code at this point
Browse repository at this point
Improved performance of Function.__call__, Function.skip_hooks and Function.call_trampoline.
jordanbriere
committed
a2dd2ff
View commit details
Copy full SHA for a2dd2ff
View code at this point
Browse repository at this point
Fixed #400 and #404.
Show description for 046a3d4
jordanbriere
committed
046a3d4
View commit details
Copy full SHA for 046a3d4
View code at this point
Browse repository at this point
Exported more property and functions from IClient. (#438)
Show description for b00879b
CookStar
authored
b00879b
View commit details
Copy full SHA for b00879b
View code at this point
Browse repository at this point
Commits on Nov 23, 2021
Changed GetEffects/SetEffects to DatamapProperty. (#441)
Show description for af069f2
CookStar
authored
af069f2
View commit details
Copy full SHA for af069f2
View code at this point
Browse repository at this point
Commits on Oct 21, 2021
Improved Entity's initialization by pre-caching BaseEntity.pointer.
jordanbriere
committed
fd63cc1
View commit details
Copy full SHA for fd63cc1
View code at this point
Browse repository at this point
Commits on Oct 7, 2021
Fixed ConVar/ServerCommand registration conflicts.
Show description for 02e3490
jordanbriere
committed
02e3490
View commit details
Copy full SHA for 02e3490
View code at this point
Browse repository at this point
Commits on Oct 5, 2021
Added PlayerMixin.snap_to_position(origin=None, angles=None).
jordanbriere
committed
ff7819a
View commit details
Copy full SHA for ff7819a
View code at this point
Browse repository at this point
Commits on Oct 4, 2021
Fixed some crashes related to server commands unregistration.
jordanbriere
committed
1604995
View commit details
Copy full SHA for 1604995
View code at this point
Browse repository at this point
Commits on Oct 3, 2021
Improved performance of Player.view_angle.
Show description for 39ca701
jordanbriere
committed
39ca701
View commit details
Copy full SHA for 39ca701
View code at this point
Browse repository at this point
Commits on Sep 24, 2021
Moved on_convar_changed_listener_manager to C++. (#414)
Show description for 9cc17b6
CookStar
authored
9cc17b6
View commit details
Copy full SHA for 9cc17b6
View code at this point
Browse repository at this point
Commits on Sep 20, 2021
Update server functions for latest tf2 sdk branch (#411)
Show description for 70e71fe
Lauri Räsänen
authored
70e71fe
View commit details
Copy full SHA for 70e71fe
View code at this point
Browse repository at this point
Commits on Sep 5, 2021
Only filter outputs from the main thread. See issues #400 and #404.
jordanbriere
committed
e6920e1
View commit details
Copy full SHA for e6920e1
View code at this point
Browse repository at this point
Commits on Aug 26, 2021
Resolved memory management issues for CFunction. (#405)
CookStar
authored
590e6c2
View commit details
Copy full SHA for 590e6c2
View code at this point
Browse repository at this point
Commits on Jun 22, 2021
Updated copyright
Ayuto
authored
9974f3a
View commit details
Copy full SHA for 9974f3a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.