This website requires JavaScript.
Explore
Help
Register
Sign In
UNLOZE
/
sourcemod
Watch
9
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
d2b288fd6a28182e07416fda699ce873bf2bfe83
sourcemod
/
extensions
/
topmenus
T
History
David Anderson
172f28d676
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!
...
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401662
2007-10-31 05:04:07 +00:00
..
msvc8
added proper versioning to topmenus
2007-10-15 00:41:29 +00:00
sdk
mirroed sdk fixes
2007-10-28 08:25:56 +00:00
extension.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
extension.h
whoops, forgot to set svn:keywords
2007-09-26 14:49:10 +00:00
Makefile
fixed linux build for topmenus extension
2007-10-01 20:01:14 +00:00
smn_topmenus.cpp
fixed a compatibility bug in AddToTopMenu()
2007-10-22 07:27:48 +00:00
smn_topmenus.h
- TOPMENUS ARE STILL UNTESTED
2007-09-26 20:34:50 +00:00
svn_version.h
added proper versioning to topmenus
2007-10-15 00:41:29 +00:00
svn_version.tpl
added proper versioning to topmenus
2007-10-15 00:41:29 +00:00
TopMenu.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
TopMenu.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
TopMenuManager.cpp
- TOPMENUS ARE STILL UNTESTED
2007-09-26 20:34:50 +00:00
TopMenuManager.h
- TOPMENUS ARE STILL UNTESTED
2007-09-26 20:34:50 +00:00
version.rc
added proper versioning to topmenus
2007-10-15 00:41:29 +00:00