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 }}
CookStar
/
Source.Python
Public
forked from
Source-Python-Dev-Team/Source.Python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
Source.Python
src
on
convar_changed
User selector
All users
All time
Commit history
Commits on Oct 4, 2021
Changed to raise an exception if ConCommand already exists when creating ConVar.
CookStar
committed
080d8ca
View commit details
Copy full SHA for 080d8ca
View code at this point
Browse repository at this point
Commits on Oct 3, 2021
Merge branch 'master' into convar_changed
CookStar
committed
9a6330f
View commit details
Copy full SHA for 9a6330f
View code at this point
Browse repository at this point
Changed ConVarExt::ClearCallback.
CookStar
committed
3f07345
View commit details
Copy full SHA for 3f07345
View code at this point
Browse repository at this point
Added callbacks clean-up.
CookStar
committed
04de099
View commit details
Copy full SHA for 04de099
View code at this point
Browse repository at this point
Fixed incorrect type of ConVarExt::GetMax.
CookStar
committed
3672a3b
View commit details
Copy full SHA for 3672a3b
View code at this point
Browse repository at this point
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 Oct 2, 2021
Added the ability to add callbacks to ConVar that will be called when ConVar is changed.
CookStar
committed
ea5fab5
View commit details
Copy full SHA for ea5fab5
View code at this point
Browse repository at this point
Commits on Sep 25, 2021
Fixed a problem with Boolean in CFunction::Call. (#419)
Show description for 45b24d8
CookStar
authored
45b24d8
View commit details
Copy full SHA for 45b24d8
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
Commits on May 24, 2021
Added ProtobufMessage.parse_to_abstract_pointer (#390/#399).
jordanbriere
committed
1917db6
View commit details
Copy full SHA for 1917db6
View code at this point
Browse repository at this point
Commits on May 23, 2021
Added ProtobufMessage.from_abstract_pointer (#390/#399).
jordanbriere
committed
c6cd5b5
View commit details
Copy full SHA for c6cd5b5
View code at this point
Browse repository at this point
Commits on May 21, 2021
Updated InputFunction to use Function's copy constructor.
jordanbriere
committed
7881a17
View commit details
Copy full SHA for 7881a17
View code at this point
Browse repository at this point
Fixed MemberFunction not returning the correct return type. (#396)
Show description for 08635a3
CookStar
authored
08635a3
View commit details
Copy full SHA for 08635a3
View code at this point
Browse repository at this point
Commits on Apr 28, 2021
Improved the -console parameter lookup as well as making it case-insensitive.
jordanbriere
committed
6d8a89c
View commit details
Copy full SHA for 6d8a89c
View code at this point
Browse repository at this point
Commits on Apr 27, 2021
Fixed a startup crash for servers affected by #175 that are launched without a console. (#392)
jordanbriere
committed
dfc2c28
View commit details
Copy full SHA for dfc2c28
View code at this point
Browse repository at this point
Commits on Mar 8, 2021
Removed a redundant export/extraction.
jordanbriere
committed
d97b5ce
View commit details
Copy full SHA for d97b5ce
View code at this point
Browse repository at this point
Commits on Mar 6, 2021
Added RecipientFilter.from_abstract_pointer constructor to fix #314.
jordanbriere
committed
86f57c5
View commit details
Copy full SHA for 86f57c5
View code at this point
Browse repository at this point
Commits on Feb 11, 2021
Fixed referencing of released m_pCallingConvention on Source.Python unload. (#387)
CookStar
authored
bb0a3e8
View commit details
Copy full SHA for bb0a3e8
View code at this point
Browse repository at this point
Commits on Feb 10, 2021
Fixed #379.
Show description for 89273cd
jordanbriere
committed
89273cd
View commit details
Copy full SHA for 89273cd
View code at this point
Browse repository at this point
Commits on Feb 6, 2021
Fixed #385. (#386)
jordanbriere
authored
18e214a
View commit details
Copy full SHA for 18e214a
View code at this point
Browse repository at this point
Added the possibility to access pre-registers in a post-hook (#384)
Show description for bcea09e
Ayuto
authored
bcea09e
View commit details
Copy full SHA for bcea09e
View code at this point
Browse repository at this point
Commits on Jan 31, 2021
Fixed a crash when using user messages incorrectly (issue #315)
Ayuto
committed
cfd2f22
View commit details
Copy full SHA for cfd2f22
View code at this point
Browse repository at this point
Added KeyValues.load_from_buffer/buffer2 (issue #379)
Ayuto
committed
3d1789d
View commit details
Copy full SHA for 3d1789d
View code at this point
Browse repository at this point
Commits on Dec 30, 2020
Different approach to fix errors fixed in #376
Ayuto
committed
fc2a659
View commit details
Copy full SHA for fc2a659
View code at this point
Browse repository at this point
Fixed a problem with dangling references around ExtractPointer. (#334, #372, #373) (#375)
Show description for 4a791d6
CookStar
authored
4a791d6
View commit details
Copy full SHA for 4a791d6
View code at this point
Browse repository at this point
Commits on Dec 21, 2020
Add access to CGameRules and its properties (#363)
Show description for b5bb646
Ayuto
authored
b5bb646
View commit details
Copy full SHA for b5bb646
View code at this point
Browse repository at this point
Commits on Dec 11, 2020
Updated DynamicHooks library
Ayuto
committed
d87b2fc
View commit details
Copy full SHA for d87b2fc
View code at this point
Browse repository at this point
Add default convention to CallingConvention. (#344)
Show description for 227e954
CookStar
and
jordanbriere
authored
227e954
View commit details
Copy full SHA for 227e954
View code at this point
Browse repository at this point
Commits on Dec 10, 2020
Added CSendProxyRecipients function definitions to undefined_symbols.h. (#371)
Show description for 5d02e54
CookStar
authored
5d02e54
View commit details
Copy full SHA for 5d02e54
View code at this point
Browse repository at this point
Commits on Nov 15, 2020
Exposed ArrayLengthProxyFn
Ayuto
committed
1e5c4bd
View commit details
Copy full SHA for 1e5c4bd
View code at this point
Browse repository at this point
Exposed CSendProxyRecipients
Ayuto
committed
15b7bbb
View commit details
Copy full SHA for 15b7bbb
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.