sourcemod/core/systems
David Anderson fe8594a96a fixed linux build
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401645
2007-10-22 16:48:54 +00:00
..
ExtensionSys.cpp - LibraryExists() now works on extensions 2007-10-15 04:27:56 +00:00
ExtensionSys.h - LibraryExists() now works on extensions 2007-10-15 04:27:56 +00:00
ForwardSys.cpp SourceMod will now spit out errors for scripts that become corrupt and would otherwise be crashing Core. if you get these errors contact the dev team. 2007-08-15 20:18:15 +00:00
ForwardSys.h Updated license headers on virtually all files with extremely minor changes in the name of some sort of strange consistency. 2007-08-15 06:19:30 +00:00
HandleSys.cpp fixed linux build 2007-10-22 16:48:54 +00:00
HandleSys.h - sourcemod now intelligently unloads plugins which are leaking insane amounts of handles. these unloads get logged to sourcemod_fatal.log 2007-10-22 08:53:15 +00:00
LibrarySys.cpp - fixed a bug where CS:S Tools could be loaded more than once on mapchange 2007-10-01 18:04:37 +00:00
LibrarySys.h Updated license headers on virtually all files with extremely minor changes in the name of some sort of strange consistency. 2007-08-15 06:19:30 +00:00
PluginInfoDatabase.cpp added request amb948 - blocking of plugin loads 2007-09-18 17:44:17 +00:00
PluginInfoDatabase.h added request amb948 - blocking of plugin loads 2007-09-18 17:44:17 +00:00
PluginSys.cpp - sourcemod now intelligently unloads plugins which are leaking insane amounts of handles. these unloads get logged to sourcemod_fatal.log 2007-10-22 08:53:15 +00:00
PluginSys.h - sourcemod now intelligently unloads plugins which are leaking insane amounts of handles. these unloads get logged to sourcemod_fatal.log 2007-10-22 08:53:15 +00:00
ShareSys.cpp fixed an overall deficiency where libraries did not include extensions. extensions can now mark themselves as libraries, and they thus become fully optional just as plugins do. additionally, a bug was fixed where plugins could be accidentally marked as required instead of optional. these changes resulted in a bcompat API bump to the extension/sharesys interface. 2007-10-15 04:06:57 +00:00
ShareSys.h fixed an overall deficiency where libraries did not include extensions. extensions can now mark themselves as libraries, and they thus become fully optional just as plugins do. additionally, a bug was fixed where plugins could be accidentally marked as required instead of optional. these changes resulted in a bcompat API bump to the extension/sharesys interface. 2007-10-15 04:06:57 +00:00