sourcemod/core/systems
2008-10-21 23:52:50 -07: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 crash when TF2 extension couldn't load. 2008-08-23 09:46:52 +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 Fixed bounds checking in ReadHandle routine (bug 3359). 2008-10-21 23:52:50 -07: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 Added MaxClients public var to replace GetMaxClients (bug 3283, r=pred). 2008-10-05 15:20:17 -07:00
PluginSys.h Added MaxClients public var to replace GetMaxClients (bug 3283, r=pred). 2008-10-05 15:20:17 -07:00
ShareSys.cpp Landed sourcepawn-1.2. The big changes: 2008-08-15 05:22:26 +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