0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Sep 11, 2024 — Sep 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed _PyBool_Type being NULL. More... over 15 years ago
Added path argument to get_sourcemod_path; updated docs for it; and wrote tests for the sourcemod module. More... over 15 years ago
Updated function names in testhalflife, and finished events module tests. More... over 15 years ago
Added description of event callback prototype to docs. More... over 15 years ago
Fixed Event.fire requiring an argument. More... over 15 years ago
Fixed blemish in sourcemod.events docs. More... over 15 years ago
Finished sourcemod.console tests More... over 15 years ago
Fixed console__server_command using garbage string: forgot to copy old string into new string More... over 15 years ago
Added console.ConCommandReply.name attribute to docs More... over 15 years ago
Fixed glitch in create_convar: ConVar values are allowed to be blank. More... over 15 years ago
Fixed docs/code inconsistency: Plugin_Continue, Plugin_Stop, and Plugin_Handled are in the sourcemod module, not sourcemod.console More... over 15 years ago
Fixed docs/code inconsistency: it _is_ possible to grab entities from datamaps, because datamaps support the FIELD_EHANDLE type More... over 15 years ago
Fixed segfault when retrieving an entity from another entity's sendprops -- was creating new objects with PyObject_New, instead of objtype.tp_new. More... over 15 years ago
Began forwards test suite. Fixed segfault in CPluginFunction::ForwardCallback. Fixed inconsistency between docs and source code -- forward callbacks have two parameters. Fixed incorrect error message when supplying incorrect types to fwd.fire(). Fixed forward registration glitch when reloading a plugin -- was using trie.insert instead of replace. More... over 15 years ago
Added __file__ to plugin dictionaries; fixed halflife module functions not being added; and began halflife test cases. More... over 15 years ago
Began test suite plug-in. More... over 15 years ago
Updated copyright years in all source files. Updated documentation. Solved unloading of all concommands/convars: extra calls to META_REGCVAR and undefined g_pCVar. Fixed datamap retrieval. Fixed compilation issues on Windows: delayed data now in python_delay_data.h. Added Episode 1 configuration to vcproj. More... over 15 years ago
Updated docs: added My First Viper Plug-in tutorial More... over 15 years ago
Completed docs for sourcemod module More... over 15 years ago
Began working on usermessages and bitbuffers More... about 16 years ago
Completed keyvalues module, completed datatypes module, completed most TODOs, switched to SCons build system: use `scons` to build now. More... about 16 years ago
Began datatypes module to expose generic data types to plug-ins, began KeyValues module and class, using a dict-like interface. More... about 16 years ago
Finished base entities, updated forwards to allow for Python callbacks, began working on C++ API, started documentation with Sphinx. More... about 16 years ago
The memory leaks are as fixed as they'll ever be. I blame CPython. That damn El Guido del Rosario. More... about 16 years ago
Fixed arseloads of memory errors, but introduced memory leaks. Fixing! More... about 16 years ago
Entity type almost finished, updated Python forwards.Forward object and the underlying C++ forwards interface, fixed a few runtime memory errors/segfaults, gaben. More... about 16 years ago
Began entities and added the client_pre_admin_check forward More... about 16 years ago
Updated Source engine control system, began sourcemod.entities module, completed basic sourcemod.clients.Client properties, fixed ConCommandReply.reply, updated console.ConVar, updated events.Event, wrote PlayerManager, client-related forwards, and ate sawce. More... over 16 years ago
Began sourcemod.clients module, fixed threading issues by using PyInterpreterStates instead of PyThreadStates, various other bugfixes. More... over 16 years ago
Finished the Event Manager and its Python objects and functions. More... over 16 years ago