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 }}
jsza
/
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
src
core
on
engine_gmod
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 3, 2016
Merge remote-tracking branch 'refs/remotes/origin/master' into engine_gmod
Ayuto
committed
3635121
View commit details
Copy full SHA for 3635121
View code at this point
Browse repository at this point
Added _WeaponDatabase class
Show description for c04fd31
Ayuto
committed
c04fd31
View commit details
Copy full SHA for c04fd31
View code at this point
Browse repository at this point
Commits on Aug 31, 2016
Added more log messages to the loading process
Show description for f255f16
Ayuto
committed
f255f16
View commit details
Copy full SHA for f255f16
View code at this point
Browse repository at this point
Commits on Aug 26, 2016
Added server_version and create_fake_client_ex to engine_server for gmod.
satoon101
committed
4332636
View commit details
Copy full SHA for 4332636
View code at this point
Browse repository at this point
Added GetEntityFactoryDictionary to gmod.
satoon101
committed
6e5a09f
View commit details
Copy full SHA for 6e5a09f
View code at this point
Browse repository at this point
Commits on Aug 25, 2016
Merge branch 'engine_gmod' of github.com:Source-Python-Dev-Team/Source.Python into engine_gmod
satoon101
committed
3e2c385
View commit details
Copy full SHA for 3e2c385
View code at this point
Browse repository at this point
Removed cluster_count from other engines now that it is supported in GMod (therefore, all engines).
satoon101
committed
4ea2de5
View commit details
Copy full SHA for 4ea2de5
View code at this point
Browse repository at this point
Remove ../game/shared/collisionproperty.h patch
L'In20Cible
committed
dd8c3b5
View commit details
Copy full SHA for dd8c3b5
View code at this point
Browse repository at this point
Added back _EngineServer.get_cluster_sound
L'In20Cible
committed
fe98526
View commit details
Copy full SHA for fe98526
View code at this point
Browse repository at this point
Fixed EmitSound
L'In20Cible
committed
86940a5
View commit details
Copy full SHA for 86940a5
View code at this point
Browse repository at this point
Patched ../game/shared/collisionproperty.h
L'In20Cible
committed
cfc5a06
View commit details
Copy full SHA for cfc5a06
View code at this point
Browse repository at this point
Removed memalloc.h patch
L'In20Cible
committed
eae759e
View commit details
Copy full SHA for eae759e
View code at this point
Browse repository at this point
Commits on Aug 22, 2016
Patched memalloc.h
L'In20Cible
committed
c5f23eb
View commit details
Copy full SHA for c5f23eb
View code at this point
Browse repository at this point
Commits on Aug 21, 2016
Start of GMod support.
satoon101
committed
0c3294c
View commit details
Copy full SHA for 0c3294c
View code at this point
Browse repository at this point
Commits on Aug 16, 2016
Fixed equality comparison on entities
Show description for f7c0884
Ayuto
committed
f7c0884
View commit details
Copy full SHA for f7c0884
View code at this point
Browse repository at this point
Commits on Jul 30, 2016
Renamed _Cvar.(un)regsiter_command() to (un)register_base()
Ayuto
committed
f817d42
View commit details
Copy full SHA for f817d42
View code at this point
Browse repository at this point
Commits on Jul 19, 2016
Variant.get/set_entity methods and InputData.activator/caller attributes are now accepting BaseEntity instances.
L'In20Cible
committed
5d6a395
View commit details
Copy full SHA for 5d6a395
View code at this point
Browse repository at this point
Moved g_pInputKillFunc definition into local scope
L'In20Cible
committed
9478b83
View commit details
Copy full SHA for 9478b83
View code at this point
Browse repository at this point
InputKill pointer is now only retrieved once
L'In20Cible
committed
d13a31c
View commit details
Copy full SHA for d13a31c
View code at this point
Browse repository at this point
Commits on Jul 18, 2016
Removed engine check in BaseEntity.remove method.
L'In20Cible
committed
98d2e31
View commit details
Copy full SHA for 98d2e31
View code at this point
Browse repository at this point
Fixed #141
L'In20Cible
committed
496394a
View commit details
Copy full SHA for 496394a
View code at this point
Browse repository at this point
Commits on Jul 15, 2016
Fixed indent of DataMapSharedExt::find
L'In20Cible
committed
858d771
View commit details
Copy full SHA for 858d771
View code at this point
Browse repository at this point
Commits on Jul 13, 2016
Fixed creating copies of typedescription_t in DataMap.find()
Ayuto
committed
be442a6
View commit details
Copy full SHA for be442a6
View code at this point
Browse repository at this point
Commits on Jul 2, 2016
Forgot to add this one...
Ayuto
committed
8fe56a4
View commit details
Copy full SHA for 8fe56a4
View code at this point
Browse repository at this point
Added more properties/methods to PhysicsObject
Ayuto
committed
e29c142
View commit details
Copy full SHA for e29c142
View code at this point
Browse repository at this point
Added PhysicsObject.velocity
Show description for 838ef33
Ayuto
committed
838ef33
View commit details
Copy full SHA for 838ef33
View code at this point
Browse repository at this point
Fixed BM:S build
Show description for bd86847
Ayuto
committed
bd86847
View commit details
Copy full SHA for bd86847
View code at this point
Browse repository at this point
Added PhysicsObject
Ayuto
committed
97b4943
View commit details
Copy full SHA for 97b4943
View code at this point
Browse repository at this point
Added base for a physics module
Ayuto
committed
14302af
View commit details
Copy full SHA for 14302af
View code at this point
Browse repository at this point
Commits on Jun 26, 2016
Added check to stop loading if initializing the internal modules failed
Ayuto
committed
6761b8f
View commit details
Copy full SHA for 6761b8f
View code at this point
Browse repository at this point
Commits on Jun 25, 2016
Added KeyValues.next_key setter and KeyValues.make_copy()
Ayuto
committed
c464181
View commit details
Copy full SHA for c464181
View code at this point
Browse repository at this point
Commits on Jun 20, 2016
Fixed base of CServerCommandManager
Ayuto
committed
fcb27a3
View commit details
Copy full SHA for fcb27a3
View code at this point
Browse repository at this point
Commits on Jun 18, 2016
Fixed engine_server.insert_server_command()
Show description for 228c565
Ayuto
committed
228c565
View commit details
Copy full SHA for 228c565
View code at this point
Browse repository at this point
Exposed ConCommand
Show description for c13c3a3
Ayuto
committed
c13c3a3
View commit details
Copy full SHA for c13c3a3
View code at this point
Browse repository at this point
Commits on Jun 17, 2016
Added ICollideable
Ayuto
committed
1bc1dea
View commit details
Copy full SHA for 1bc1dea
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.