openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
T
theY4Kman's viper
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 3 hours
ago. based on code collected
about 3 hours
ago.
Sep 11, 2024 — Sep 11, 2025
Showing page 7 of 8
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fixed _PyBool_Type being NULL.
theY4Kman
More...
over 15 years ago
Added path argument to get_sourcemod_path; updated docs for it; and wrote tests for the sourcemod module.
theY4Kman
More...
over 15 years ago
Updated function names in testhalflife, and finished events module tests.
theY4Kman
More...
over 15 years ago
Added description of event callback prototype to docs.
theY4Kman
More...
over 15 years ago
Fixed Event.fire requiring an argument.
theY4Kman
More...
over 15 years ago
Fixed blemish in sourcemod.events docs.
theY4Kman
More...
over 15 years ago
Finished sourcemod.console tests
theY4Kman
More...
over 15 years ago
Fixed console__server_command using garbage string: forgot to copy old string into new string
theY4Kman
More...
over 15 years ago
Added console.ConCommandReply.name attribute to docs
theY4Kman
More...
over 15 years ago
Fixed glitch in create_convar: ConVar values are allowed to be blank.
theY4Kman
More...
over 15 years ago
Fixed docs/code inconsistency: Plugin_Continue, Plugin_Stop, and Plugin_Handled are in the sourcemod module, not sourcemod.console
theY4Kman
More...
over 15 years ago
Fixed docs/code inconsistency: it _is_ possible to grab entities from datamaps, because datamaps support the FIELD_EHANDLE type
theY4Kman
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.
U-Zach-Win7-Tower\theY4Kman
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.
U-Zach-Win7-Tower\theY4Kman
More...
over 15 years ago
Added __file__ to plugin dictionaries; fixed halflife module functions not being added; and began halflife test cases.
U-Zach-Win7-Tower\theY4Kman
More...
over 15 years ago
Began test suite plug-in.
U-Zach-Win7-Tower\theY4Kman
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.
U-Zach-Win7-Tower\theY4Kman
More...
over 15 years ago
Updated docs: added My First Viper Plug-in tutorial
U-Zach-Win7-Tower\theY4Kman
More...
over 15 years ago
Completed docs for sourcemod module
U-Zach-Win7-Tower\theY4Kman
More...
over 15 years ago
Began working on usermessages and bitbuffers
Zach "theY4Kman" Kanzler
More...
about 16 years ago
Completed keyvalues module, completed datatypes module, completed most TODOs, switched to SCons build system: use `scons` to build now.
Zach "theY4Kman" Kanzler
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.
Zach "theY4Kman" Kanzler
More...
about 16 years ago
Finished base entities, updated forwards to allow for Python callbacks, began working on C++ API, started documentation with Sphinx.
Zach "theY4Kman" Kanzler
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.
Zach "theY4Kman" Kanzler
More...
about 16 years ago
Fixed arseloads of memory errors, but introduced memory leaks. Fixing!
Zach "theY4Kman" Kanzler
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.
Zach "theY4Kman" Kanzler
More...
about 16 years ago
Began entities and added the client_pre_admin_check forward
Zach "theY4Kman" Kanzler
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.
Zach "theY4Kman" Kanzler
More...
over 16 years ago
Began sourcemod.clients module, fixed threading issues by using PyInterpreterStates instead of PyThreadStates, various other bugfixes.
Zach
More...
over 16 years ago
Finished the Event Manager and its Python objects and functions.
Zach
More...
over 16 years ago
←
1
2
3
4
5
6
7
8
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree