sourcemod/core/systems
David Anderson a8ecd7fea4 - added beefy new ReadMapList() native
- admin menu now uses ReadMapList()
- added UTIL_TrimWhitespace() to stringutils
- moved GetFileTime() implementation to ILibrarySys
- cleaned up sorting include a bit
- removed adminmenu_maplist.ini, since it's specified by maplists.cfg
- added maplists.cfg

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401744
2007-12-02 02:10:37 +00:00
..
ExtensionSys.cpp added a quick experimental system for overriding core natives 2007-11-17 04:31:01 +00:00
ExtensionSys.h added a quick experimental system for overriding core natives 2007-11-17 04:31:01 +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 added amb1169 - dumping handles to game logs 2007-11-17 01:43:25 +00:00
HandleSys.h added amb1169 - dumping handles to game logs 2007-11-17 01:43:25 +00:00
LibrarySys.cpp - added beefy new ReadMapList() native 2007-12-02 02:10:37 +00:00
LibrarySys.h - added beefy new ReadMapList() native 2007-12-02 02:10:37 +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 a quick experimental system for overriding core natives 2007-11-17 04:31:01 +00:00
PluginSys.h added a quick experimental system for overriding core natives 2007-11-17 04:31:01 +00:00
ShareSys.cpp added a quick experimental system for overriding core natives 2007-11-17 04:31:01 +00:00
ShareSys.h added a quick experimental system for overriding core natives 2007-11-17 04:31:01 +00:00