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 }}
Necavi
/
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
packages
source-python
on
master
User selector
All users
All time
Commit history
Commits on May 23, 2015
Fixed paginated menus in CS:GO
Show description for 6620da9
Necavi
committed
6620da9
View commit details
Copy full SHA for 6620da9
View code at this point
Browse repository at this point
Added new hooking decorators
Ayuto
committed
7482638
View commit details
Copy full SHA for 7482638
View code at this point
Browse repository at this point
Commits on May 22, 2015
Added PlayerEntity.slay()
Ayuto
committed
5b6b499
View commit details
Copy full SHA for 5b6b499
View code at this point
Browse repository at this point
Added PlayerEntity.client_command()
Ayuto
committed
418ffa5
View commit details
Copy full SHA for 418ffa5
View code at this point
Browse repository at this point
Patch fix for weapon_scripts import due to incompatibility with bms branch.
satoon101
committed
90bf270
View commit details
Copy full SHA for 90bf270
View code at this point
Browse repository at this point
Commits on May 21, 2015
Merge remote-tracking branch 'origin/master' into bms_update
Ayuto
committed
9d33115
View commit details
Copy full SHA for 9d33115
View code at this point
Browse repository at this point
- Added a WORLD_ENTITY_INDEX constant (forwarded to entities.constants).
Show description for 7701491
L'In20Cible
committed
7701491
View commit details
Copy full SHA for 7701491
View code at this point
Browse repository at this point
Merge remote-tracking branch 'origin/master' into bms_update
Ayuto
committed
78a8cd4
View commit details
Copy full SHA for 78a8cd4
View code at this point
Browse repository at this point
- Bouhouuh.
L'In20Cible
committed
0730852
View commit details
Copy full SHA for 0730852
View code at this point
Browse repository at this point
Commits on May 20, 2015
Fixed index validation in _PlayerWeapons.weapon_indexes
ThaPwned
committed
378898a
View commit details
Copy full SHA for 378898a
View code at this point
Browse repository at this point
Fixed last compiler error
Show description for 4b0c8b7
Ayuto
committed
4b0c8b7
View commit details
Copy full SHA for 4b0c8b7
View code at this point
Browse repository at this point
- Key values are now also added as property.
L'In20Cible
committed
8f73bfe
View commit details
Copy full SHA for 8f73bfe
View code at this point
Browse repository at this point
Added global pointer for CGlobalEntityList
Show description for f56793b
Ayuto
committed
f56793b
View commit details
Copy full SHA for f56793b
View code at this point
Browse repository at this point
Commits on May 8, 2015
- Added missing import.
L'In20Cible
committed
1dd7d0f
View commit details
Copy full SHA for 1dd7d0f
View code at this point
Browse repository at this point
Commits on May 7, 2015
- Moved data files from ../entities/managers/ to ../entities/.
L'In20Cible
committed
41a5360
View commit details
Copy full SHA for 41a5360
View code at this point
Browse repository at this point
- Moved global pointers to a single file.
L'In20Cible
committed
d7c716b
View commit details
Copy full SHA for d7c716b
View code at this point
Browse repository at this point
Commits on May 6, 2015
Removed some unused imports. Other standards fixes.
satoon101
committed
d9f1570
View commit details
Copy full SHA for d9f1570
View code at this point
Browse repository at this point
- Moved get/set_key_value_type method from Edict to BaseEntity.
Show description for a6c6e39
L'In20Cible
committed
a6c6e39
View commit details
Copy full SHA for a6c6e39
View code at this point
Browse repository at this point
Commits on May 5, 2015
- Renamed some types to avoir confusion/ambiguity.
Show description for b06be0f
L'In20Cible
committed
b06be0f
View commit details
Copy full SHA for b06be0f
View code at this point
Browse repository at this point
Commits on May 4, 2015
- Replaced Entity/PlayerEntity's __init__ methods to __new__.
L'In20Cible
committed
af2a57a
View commit details
Copy full SHA for af2a57a
View code at this point
Browse repository at this point
Commits on Apr 28, 2015
Merge branch 'master' into baseentity
L'In20Cible
committed
17d2989
View commit details
Copy full SHA for 17d2989
View code at this point
Browse repository at this point
Commits on Apr 27, 2015
Changed Callback to subclass Function
Show description for fc89e5d
Ayuto
committed
fc89e5d
View commit details
Copy full SHA for fc89e5d
View code at this point
Browse repository at this point
- After debating myself, TypeDescription.input has been replaced by get_input_function which wrap CFunction constructor.
L'In20Cible
committed
96d2837
View commit details
Copy full SHA for 96d2837
View code at this point
Browse repository at this point
Merge branch 'master' into baseentity
L'In20Cible
committed
37f4ca9
View commit details
Copy full SHA for 37f4ca9
View code at this point
Browse repository at this point
- TypeDescription.input is now returning a CFunction instance directly. While I was against hard-coding such info, I believe this is still the best approach rather than hacking the tp_dict of the o…
Show description for 0087deb
L'In20Cible
committed
0087deb
View commit details
Copy full SHA for 0087deb
View code at this point
Browse repository at this point
Added Callback._ptr()
Ayuto
committed
5144594
View commit details
Copy full SHA for 5144594
View code at this point
Browse repository at this point
Revert "Revert "Merge remote-tracking branch 'origin/DynamicHooksUpdate'""
Show description for 2934a9b
Ayuto
committed
2934a9b
View commit details
Copy full SHA for 2934a9b
View code at this point
Browse repository at this point
Revert "Merge remote-tracking branch 'origin/DynamicHooksUpdate'"
Show description for dcada40
Ayuto
committed
dcada40
View commit details
Copy full SHA for dcada40
View code at this point
Browse repository at this point
Merge remote-tracking branch 'origin/DynamicHooksUpdate'
Show description for fa0de84
Ayuto
committed
fa0de84
View commit details
Copy full SHA for fa0de84
View code at this point
Browse repository at this point
Updated __all__ definition
Ayuto
committed
29083b5
View commit details
Copy full SHA for 29083b5
View code at this point
Browse repository at this point
Implemented new callback method
Ayuto
committed
0d7430c
View commit details
Copy full SHA for 0d7430c
View code at this point
Browse repository at this point
Commits on Apr 26, 2015
- Removed TypeDescription.input_pointer (instead, the Pointer instance is bound to the returned Function of TypeDescription.input).
L'In20Cible
committed
49c2ce4
View commit details
Copy full SHA for 49c2ce4
View code at this point
Browse repository at this point
- Added from/to BaseEntity conversion functions.
L'In20Cible
committed
9d827d3
View commit details
Copy full SHA for 9d827d3
View code at this point
Browse repository at this point
Removed memory callback functions from the Python file
Ayuto
committed
b8b726e
View commit details
Copy full SHA for b8b726e
View code at this point
Browse repository at this point
- Added TypeDescription.input_pointer as we still need it for hooking purpose.
L'In20Cible
committed
a2fbe42
View commit details
Copy full SHA for a2fbe42
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.