sourcemod/core/systems
Scott Ehlert 1a21832cbb Gah, finalized the revised ILibrarySys::GetFileExtension() code
--HG--
branch : sourcemod-1.0.x
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/branches/sourcemod-1.0.x%402077
2008-04-17 09:28:27 +00:00
..
ExtensionSys.cpp fixed crash bug (regression) when extensions failed to load 2008-04-13 04:00:28 +00:00
ExtensionSys.h experimental fix for amb1586 - team native crash 2008-04-12 01:47:38 +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 sm_dump_handles now shows memory usage 2007-12-05 18:07:18 +00:00
HandleSys.h sm_dump_handles now shows memory usage 2007-12-05 18:07:18 +00:00
LibrarySys.cpp Gah, finalized the revised ILibrarySys::GetFileExtension() code 2008-04-17 09:28:27 +00:00
LibrarySys.h fix for amb1595 2008-04-08 23:24:30 +00:00
PluginInfoDatabase.cpp fixed a number of memory complaints from valgrind. most of these were minor, but there was a rather disturbing memory over-read error in the SMC text parser. correcting this brought about a rewrite of its API. this change is BACKWARDS INCOMPATIBLE for C++ extensions, but it was sorely needed, and the API is now both future-extensible and much easier to work with. plugins didn't need any changes, but they will probably get the better API changes in a future release. as a special bonus, the RawLine() hook is now much less expensive since the entire stream buffer won't be shoved through it like before! 2007-10-31 05:04:07 +00:00
PluginInfoDatabase.h fixed a number of memory complaints from valgrind. most of these were minor, but there was a rather disturbing memory over-read error in the SMC text parser. correcting this brought about a rewrite of its API. this change is BACKWARDS INCOMPATIBLE for C++ extensions, but it was sorely needed, and the API is now both future-extensible and much easier to work with. plugins didn't need any changes, but they will probably get the better API changes in a future release. as a special bonus, the RawLine() hook is now much less expensive since the entire stream buffer won't be shoved through it like before! 2007-10-31 05:04:07 +00:00
PluginSys.cpp Added Load Failures to sm plugins list 2008-03-11 19:25:19 +00:00
PluginSys.h updated comment at top of pluginsys header 2008-03-12 02:12:47 +00:00
ShareSys.cpp - rewrote internal convar hooking mechanism to prevent crashes and potential "race conditions" 2007-12-06 03:28:02 +00:00
ShareSys.h - rewrote internal convar hooking mechanism to prevent crashes and potential "race conditions" 2007-12-06 03:28:02 +00:00