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 }}
arthurdead
/
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
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
Source.Python
addons
source-python
on
engine_import
User selector
All users
All time
Commit history
Commits on Jun 14, 2019
Fixed wrap_entity_mem_func decorated methods from being documented as properties.
jordanbriere
committed
fdc2ab8
View commit details
Copy full SHA for fdc2ab8
View code at this point
Browse repository at this point
Reverted 74765ad and d231c8a because if private class members are skipped they becomes unusable outside of the extension class scope meaning they can no longer be retrieved from an instance which c…
Show description for 1fdca4f
jordanbriere
committed
1fdca4f
View commit details
Copy full SHA for 1fdca4f
View code at this point
Browse repository at this point
Never skip Python's magic methods/members.
jordanbriere
committed
d231c8a
View commit details
Copy full SHA for d231c8a
View code at this point
Browse repository at this point
Fixed private class members not being skipped when skip_privates is enabled.
jordanbriere
committed
74765ad
View commit details
Copy full SHA for 74765ad
View code at this point
Browse repository at this point
Fixed a TypeError when skippables is not a tuple.
jordanbriere
committed
179f62b
View commit details
Copy full SHA for 179f62b
View code at this point
Browse repository at this point
Added missing documentation for PlayerMixin.
jordanbriere
committed
be58c5b
View commit details
Copy full SHA for be58c5b
View code at this point
Browse repository at this point
Commits on Jun 13, 2019
Added default fallback for Player.give_named_item and Player.has_c4.
Show description for 9be41d6
jordanbriere
committed
9be41d6
View commit details
Copy full SHA for 9be41d6
View code at this point
Browse repository at this point
Removed a redundant import.
jordanbriere
committed
d8ff646
View commit details
Copy full SHA for d8ff646
View code at this point
Browse repository at this point
Removed the players._language module.
jordanbriere
committed
f6cc81f
View commit details
Copy full SHA for f6cc81f
View code at this point
Browse repository at this point
Fixed a TypeError when the __all__ attribute is not a tuple and made sure that the original container type is retained after the merge has been performed.
jordanbriere
committed
985109d
View commit details
Copy full SHA for 985109d
View code at this point
Browse repository at this point
Commits on Jun 12, 2019
Added an optional self parameter to get_wrapped in order to properly bind the wrapped method before returning it.
jordanbriere
committed
c3e92d4
View commit details
Copy full SHA for c3e92d4
View code at this point
Browse repository at this point
Fixed wrappers for method descriptors.
Show description for d311073
jordanbriere
committed
d311073
View commit details
Copy full SHA for d311073
View code at this point
Browse repository at this point
Improved documentation of engine_import by adding information about get_wrapped used to emulate hierarchical calls.
jordanbriere
committed
e95924e
View commit details
Copy full SHA for e95924e
View code at this point
Browse repository at this point
The imported files are inheriting the caller's scope so importing the class in the example of engine_import was redundant.
jordanbriere
committed
b5d3566
View commit details
Copy full SHA for b5d3566
View code at this point
Browse repository at this point
Merge branch 'master' into engine_import
jordanbriere
committed
df646bd
View commit details
Copy full SHA for df646bd
View code at this point
Browse repository at this point
NoWeaponManager will now raise a NotImplementedError into __getattr__, __getitem__ and __setitem__ rather than __getattribute__.
jordanbriere
committed
ac114bc
View commit details
Copy full SHA for ac114bc
View code at this point
Browse repository at this point
Added an example for engine_import.
jordanbriere
committed
739870a
View commit details
Copy full SHA for 739870a
View code at this point
Browse repository at this point
Commits on Jun 5, 2019
Fixed an issue introduced by last commit while printing some messages.
jordanbriere
committed
d24c8f2
View commit details
Copy full SHA for d24c8f2
View code at this point
Browse repository at this point
Commits on Jun 4, 2019
Improved performance of core.echo_console (approximately 600 times faster).
jordanbriere
committed
5a3f215
View commit details
Copy full SHA for 5a3f215
View code at this point
Browse repository at this point
Commits on Jun 1, 2019
Added "ENGINE_IMPORT_SKIPPABLES" containing names to always skip when loading engine/game specific files.
Show description for 3096e59
jordanbriere
committed
3096e59
View commit details
Copy full SHA for 3096e59
View code at this point
Browse repository at this point
Commits on May 31, 2019
Added engine_import implementation.
jordanbriere
committed
01c11bb
View commit details
Copy full SHA for 01c11bb
View code at this point
Browse repository at this point
Commits on May 12, 2019
Switch MRO again
Ayuto
committed
21dab45
View commit details
Copy full SHA for 21dab45
View code at this point
Browse repository at this point
Commits on May 11, 2019
Dump proper send prop type
Ayuto
committed
e094c8e
View commit details
Copy full SHA for e094c8e
View code at this point
Browse repository at this point
Commits on May 5, 2019
Added core.get_core_modules()
Ayuto
committed
ae51b4c
View commit details
Copy full SHA for ae51b4c
View code at this point
Browse repository at this point
Commits on May 2, 2019
Updated documentation of WeaponMixin
Show description for 30614e4
Ayuto
committed
30614e4
View commit details
Copy full SHA for 30614e4
View code at this point
Browse repository at this point
Changed Player's base classes order to correct the MRO
Ayuto
committed
d9b7b6b
View commit details
Copy full SHA for d9b7b6b
View code at this point
Browse repository at this point
Commits on May 1, 2019
Player class updates (#276)
Show description for 8506e1f
Ayuto
authored
8506e1f
View commit details
Copy full SHA for 8506e1f
View code at this point
Browse repository at this point
Commits on Mar 31, 2019
Update settings.py
Show description for 797a84f
Ayuto
committed
797a84f
View commit details
Copy full SHA for 797a84f
View code at this point
Browse repository at this point
Commits on Mar 7, 2019
Update hooks.py
invincibleqc
authored
5d3f2b4
View commit details
Copy full SHA for 5d3f2b4
View code at this point
Browse repository at this point
Update templates.py
Show description for 22e07b4
invincibleqc
authored
22e07b4
View commit details
Copy full SHA for 22e07b4
View code at this point
Browse repository at this point
Update hooks.py
Show description for 29c9271
invincibleqc
authored
29c9271
View commit details
Copy full SHA for 29c9271
View code at this point
Browse repository at this point
Fixed a dead link
Ayuto
committed
21b8146
View commit details
Copy full SHA for 21b8146
View code at this point
Browse repository at this point
Commits on Mar 5, 2019
Update CTEFireBullets.ini
Show description for 611850d
invincibleqc
authored
611850d
View commit details
Copy full SHA for 611850d
View code at this point
Browse repository at this point
Update templates.py
Show description for f9e1c22
invincibleqc
authored
f9e1c22
View commit details
Copy full SHA for f9e1c22
View code at this point
Browse repository at this point
Update templates.py
Show description for abb6362
invincibleqc
authored
abb6362
View commit details
Copy full SHA for abb6362
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.