This website requires JavaScript.
Explore
Help
Sign In
UNLOZE
/
sourcemod
Watch
9
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
3ed5d1e8d73c052e1395c274d7273cace7e45fae
sourcemod
/
core
/
systems
T
History
Matt Woodrow
dd75e88cbb
Identities are now dropped before extensions unload.
...
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402415
2008-07-13 05:36:52 +00:00
..
ExtensionSys.cpp
Identities are now dropped before extensions unload.
2008-07-13 05:36:52 +00:00
ExtensionSys.h
- Interface dropping semantics are now changed, any pointer can be piped through.
2008-07-01 06:12:16 +00:00
ForwardSys.cpp
Fixed regression in ForwardSys with ET_LowEvent
2008-07-08 23:55:29 +00:00
ForwardSys.h
- Fixed amb1802: Crash when client was disconnected as a result of false being returned in OnClientConnect and a function that operated on this client was used. A client's connection state was not reset when this happened.
2008-07-08 09:20:47 +00:00
HandleSys.cpp
landed massive refactoring of the JIT. contexts are actually contexts now, and a higher level structure wraps sp_plugin_t info. on that note, both sp_plugin_t and sp_context_t are entirely opaque, and not even core has access to them. amazingly, i managed to keep binary compatibility here although a large number of functions are deprecated (and core should eventually stop calling them).
2008-07-11 08:18:43 +00:00
HandleSys.h
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
LibrarySys.cpp
Gah, finalized the revised ILibrarySys::GetFileExtension() code
2008-04-17 09:28:46 +00:00
LibrarySys.h
fix for amb1595
2008-04-08 23:35:58 +00:00
PluginInfoDatabase.cpp
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
PluginInfoDatabase.h
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
PluginSys.cpp
landed massive refactoring of the JIT. contexts are actually contexts now, and a higher level structure wraps sp_plugin_t info. on that note, both sp_plugin_t and sp_context_t are entirely opaque, and not even core has access to them. amazingly, i managed to keep binary compatibility here although a large number of functions are deprecated (and core should eventually stop calling them).
2008-07-11 08:18:43 +00:00
PluginSys.h
landed massive refactoring of the JIT. contexts are actually contexts now, and a higher level structure wraps sp_plugin_t info. on that note, both sp_plugin_t and sp_context_t are entirely opaque, and not even core has access to them. amazingly, i managed to keep binary compatibility here although a large number of functions are deprecated (and core should eventually stop calling them).
2008-07-11 08:18:43 +00:00
ShareSys.cpp
landed massive refactoring of the JIT. contexts are actually contexts now, and a higher level structure wraps sp_plugin_t info. on that note, both sp_plugin_t and sp_context_t are entirely opaque, and not even core has access to them. amazingly, i managed to keep binary compatibility here although a large number of functions are deprecated (and core should eventually stop calling them).
2008-07-11 08:18:43 +00:00
ShareSys.h
rewrite of the native and dependency binding/interaction code. this will ease the transition for native overrides, and greatly simplifies most of the logic. all native binding code now takes place almost entirely in ShareSys, and PluginSys supplements this logic where appropriate. extensionsys has been cleaned up
2008-05-26 07:51:11 +00:00