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
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 }}
Source-Python-Dev-Team
/
Source.Python
Public
Notifications
You must be signed in to change notification settings
Fork
38
Star
173
Code
Issues
9
Pull requests
10
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Added the ability to add callbacks to ConVar that will be called when ConVar is changed.
- #421
#421
Open
CookStar
wants to merge 10 commits into
Source-Python-Dev-Team:master
Source-Python-Dev-Team/Source.Python:master
from
CookStar:convar_changed
CookStar/Source.Python:convar_changed
Copy head branch name to clipboard
Conversation
Commits
10
(10)
Checks
Files changed
Open
Added the ability to add callbacks to ConVar that will be called when ConVar is changed.
#421
CookStar
wants to merge 10 commits into
Source-Python-Dev-Team:master
Source-Python-Dev-Team/Source.Python:master
from
CookStar:convar_changed
CookStar/Source.Python:convar_changed
Copy head branch name to clipboard
Commits
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
Browse repository at this point
Added ConVarChanged decorator class to cvars.
CookStar
committed
759953f
View commit details
Copy full SHA for 759953f
Browse repository at this point
Commits on Oct 3, 2021
Fixed incorrect type of ConVarExt::GetMax.
CookStar
committed
3672a3b
View commit details
Copy full SHA for 3672a3b
Browse repository at this point
Added callbacks clean-up.
CookStar
committed
04de099
View commit details
Copy full SHA for 04de099
Browse repository at this point
Changed ConVarExt::ClearCallback.
CookStar
committed
3f07345
View commit details
Copy full SHA for 3f07345
Browse repository at this point
Merge branch 'master' into convar_changed
CookStar
committed
9a6330f
View commit details
Copy full SHA for 9a6330f
Browse repository at this point
Commits on Oct 4, 2021
Check if the callback can be called.
CookStar
committed
96145c7
View commit details
Copy full SHA for 96145c7
Browse repository at this point
Changed to check if ConVar is a valid ConVar.
CookStar
committed
94e24ba
View commit details
Copy full SHA for 94e24ba
Browse repository at this point
Revert "Changed to check if ConVar is a valid ConVar."
Show description for 6fea4b5
CookStar
committed
6fea4b5
View commit details
Copy full SHA for 6fea4b5
Browse repository at this point
Changed to raise an exception if ConCommand already exists when creating ConVar.
CookStar
committed
080d8ca
View commit details
Copy full SHA for 080d8ca
Browse repository at this point
You can’t perform that action at this time.