.. |
msvc8
|
committed vcproj changes left around
|
2007-12-02 05:33:57 +00:00 |
systems
|
- added beefy new ReadMapList() native
|
2007-12-02 02:10:37 +00:00 |
thread
|
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 |
vm
|
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 |
zlib
|
finalized new structure and imported newly proposed plugin system API
|
2006-11-08 06:30:20 +00:00 |
AdminCache.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 |
AdminCache.h
|
fixed CheckAccess() in IAdminSystem having the wrong parameter type
|
2007-09-26 02:14:05 +00:00 |
ADTFactory.cpp
|
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 |
ADTFactory.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 |
bitbuf.cpp
|
ported SM's core to Orange Box
|
2007-10-14 00:04:21 +00:00 |
CDataPack.cpp
|
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 |
CDataPack.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 |
CellArray.h
|
Added sort functions for ADT Arrays, see sorting.inc
|
2007-11-20 03:02:11 +00:00 |
CellRecipientFilter.h
|
added GetGlobalTarget/SetGlobalTarget to g_pSM
|
2007-11-17 05:33:47 +00:00 |
ChatTriggers.cpp
|
various build fixes and vcproj changes
|
2007-10-14 18:53:29 +00:00 |
ChatTriggers.h
|
various build fixes and vcproj changes
|
2007-10-14 18:53:29 +00:00 |
concmd_cleaner.cpp
|
fixed build
|
2007-10-16 05:58:45 +00:00 |
concmd_cleaner.h
|
added amb1062, get/set command flags natives
|
2007-10-26 20:37:02 +00:00 |
ConCmdManager.cpp
|
concmd manager now uses the concmd cleaner
|
2007-10-16 05:30:41 +00:00 |
ConCmdManager.h
|
concmd manager now uses the concmd cleaner
|
2007-10-16 05:30:41 +00:00 |
convar_sm_ob.h
|
ported SM's core to Orange Box
|
2007-10-14 00:04:21 +00:00 |
convar_sm.h
|
Made some things const in convar_sm.h
|
2007-06-26 19:29:24 +00:00 |
ConVarManager.cpp
|
- added new system for detecting convar/concmd removals in one nice place
|
2007-10-16 01:17:08 +00:00 |
ConVarManager.h
|
- added new system for detecting convar/concmd removals in one nice place
|
2007-10-16 01:17:08 +00:00 |
CoreConfig.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 |
CoreConfig.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 |
CrazyDebugger.cpp
|
- added beefy new ReadMapList() native
|
2007-12-02 02:10:37 +00:00 |
Database.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 |
Database.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 |
DebugReporter.cpp
|
plugin name is now outputted in debug messages
|
2007-08-15 20:22:30 +00:00 |
DebugReporter.h
|
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 |
EventManager.cpp
|
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 |
EventManager.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 |
frame_hooks.cpp
|
- moved gameframe hook to timersys
|
2007-09-12 22:46:00 +00:00 |
frame_hooks.h
|
- moved gameframe hook to timersys
|
2007-09-12 22:46:00 +00:00 |
GameConfigs.cpp
|
gah forgot this
|
2007-11-23 23:24:40 +00:00 |
GameConfigs.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 |
HalfLife2.cpp
|
added GetGlobalTarget/SetGlobalTarget to g_pSM
|
2007-11-17 05:33:47 +00:00 |
HalfLife2.h
|
overhaul of the vsp listening code
|
2007-10-15 22:15:22 +00:00 |
Logger.cpp
|
fixed amb1164, SM was crashing due to interface changes from valve (this change is just to make the build update using the latest sdk)
|
2007-11-16 21:34:29 +00:00 |
Logger.h
|
- implemented amb855 - LogAction()
|
2007-08-27 02:00:37 +00:00 |
Makefile.ep1
|
fixed the build
|
2007-12-02 04:31:28 +00:00 |
Makefile.ep2
|
fixed the build
|
2007-12-02 04:31:28 +00:00 |
Makefile.orig
|
fixed the build
|
2007-12-02 04:31:28 +00:00 |
MemoryUtils.cpp
|
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 |
MemoryUtils.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 |
MenuManager.cpp
|
fixed amb1098 - SetMenuExitButton() did not work with MENU_NO_PAGINATION
|
2007-10-30 01:22:47 +00:00 |
MenuManager.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 |
MenuStyle_Base.cpp
|
fixed amb1098 - SetMenuExitButton() did not work with MENU_NO_PAGINATION
|
2007-10-30 01:22:47 +00:00 |
MenuStyle_Base.h
|
added API for menus to re-display from a previous page
|
2007-09-26 01:04:22 +00:00 |
MenuStyle_Radio.cpp
|
added new menu feature for old plugins
|
2007-11-20 17:16:50 +00:00 |
MenuStyle_Radio.h
|
added new menu feature for old plugins
|
2007-11-20 17:16:50 +00:00 |
MenuStyle_Valve.cpp
|
fixed a regression where valve-style menus stopped working
|
2007-10-18 01:08:48 +00:00 |
MenuStyle_Valve.h
|
fixed a regression where valve-style menus stopped working
|
2007-10-18 01:08:48 +00:00 |
MenuVoting.cpp
|
ported SM's core to Orange Box
|
2007-10-14 00:04:21 +00:00 |
MenuVoting.h
|
added API for menus to re-display from a previous page
|
2007-09-26 01:04:22 +00:00 |
PlayerManager.cpp
|
added amb1165 - exposed some plugin admin functionality to extensions
|
2007-11-17 02:54:44 +00:00 |
PlayerManager.h
|
added amb1165 - exposed some plugin admin functionality to extensions
|
2007-11-17 02:54:44 +00:00 |
sm_autonatives.cpp
|
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 |
sm_autonatives.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 |
sm_crc32.cpp
|
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 |
sm_crc32.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 |
sm_fastlink.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 |
sm_globals.h
|
overhaul of the vsp listening code
|
2007-10-15 22:15:22 +00:00 |
sm_memtable.cpp
|
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 |
sm_memtable.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 |
sm_queue.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 |
sm_simple_prioqueue.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 |
sm_srvcmds.cpp
|
added amb1169 - dumping handles to game logs
|
2007-11-17 01:43:25 +00:00 |
sm_srvcmds.h
|
various build fixes and vcproj changes
|
2007-10-14 18:53:29 +00:00 |
sm_stringutil.cpp
|
- added beefy new ReadMapList() native
|
2007-12-02 02:10:37 +00:00 |
sm_stringutil.h
|
- added beefy new ReadMapList() native
|
2007-12-02 02:10:37 +00:00 |
sm_trie.cpp
|
moved trie to public so extensions can use it easier
|
2007-08-29 05:22:47 +00:00 |
sm_trie.h
|
initial import of trie as a template; old file is now a wrapper
|
2007-08-29 05:20:48 +00:00 |
sm_version.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 |
sm_version.tpl
|
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 |
smn_admin.cpp
|
- completely overhauled the immunity system
|
2007-09-10 23:38:58 +00:00 |
smn_adt_array.cpp
|
New adt_array functions: CloneArray, FindStringInArray, FindCellInArray
|
2007-11-09 23:46:05 +00:00 |
smn_banning.cpp
|
moved IClient stuff around so OB changes are easier to manage
|
2007-10-15 18:51:56 +00:00 |
smn_bitbuffer.cpp
|
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 |
smn_console.cpp
|
added amb1062, get/set command flags natives
|
2007-10-26 20:37:02 +00:00 |
smn_core.cpp
|
- LibraryExists() now works on extensions
|
2007-10-15 04:27:56 +00:00 |
smn_database.cpp
|
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 |
smn_datapacks.cpp
|
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 |
smn_entities.cpp
|
fixed an indexing error in amb967
|
2007-09-25 15:14:29 +00:00 |
smn_events.cpp
|
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 |
smn_fakenatives.cpp
|
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 |
smn_filesystem.cpp
|
- added beefy new ReadMapList() native
|
2007-12-02 02:10:37 +00:00 |
smn_float.cpp
|
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 |
smn_functions.cpp
|
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 |
smn_gameconfigs.cpp
|
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 |
smn_halflife.cpp
|
- added ShowActivity2() which has a more convenient display algorithm
|
2007-10-21 20:06:30 +00:00 |
smn_handles.cpp
|
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 |
smn_keyvalues.cpp
|
added amb382, KV get/set vector natives
|
2007-12-01 00:37:47 +00:00 |
smn_lang.cpp
|
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 |
smn_maplists.cpp
|
fixed a crashbug when MAPLIST_FLAG_MAPSFOLDER was not present and all fallbacks failed
|
2007-12-02 16:47:10 +00:00 |
smn_menus.cpp
|
added new menu feature for old plugins
|
2007-11-20 17:16:50 +00:00 |
smn_player.cpp
|
fixed build, i suck
|
2007-11-16 18:23:04 +00:00 |
smn_profiler.cpp
|
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 |
smn_sorting.cpp
|
fixed small bug in SortADTArray
|
2007-11-20 04:36:38 +00:00 |
smn_string.cpp
|
header movement #1 - reduced usage of TextParsers.h
|
2007-09-11 15:10:18 +00:00 |
smn_textparse.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 |
smn_timers.cpp
|
added further error logging for timer closing
|
2007-11-11 20:40:08 +00:00 |
smn_usermsgs.cpp
|
ported SM's core to Orange Box
|
2007-10-14 00:04:21 +00:00 |
smn_usermsgs.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 |
smn_vector.cpp
|
fixed makefiles more
|
2007-10-14 19:48:26 +00:00 |
sourcemm_api.cpp
|
fixed bugs in the external extension system
|
2007-11-10 05:46:09 +00:00 |
sourcemm_api.h
|
added more "remote extension" stuff
|
2007-10-30 20:43:59 +00:00 |
sourcemod.cpp
|
added amb1191 - absolute paths
|
2007-11-27 02:19:39 +00:00 |
sourcemod.h
|
added GetGlobalTarget/SetGlobalTarget to g_pSM
|
2007-11-17 05:33:47 +00:00 |
TextParsers.cpp
|
fixed a rare parsing bug where too many tokens would be detected if the staging buffer was broken directly before the second quotation mark in a key string
|
2007-11-27 17:25:16 +00:00 |
TextParsers.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 |
ThreadSupport.cpp
|
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 |
ThreadSupport.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 |
TimerSys.cpp
|
addressed amb1201 - no_mapchange timers now get removed right after onmapend
|
2007-11-25 02:45:12 +00:00 |
TimerSys.h
|
addressed amb1201 - no_mapchange timers now get removed right after onmapend
|
2007-11-25 02:45:12 +00:00 |
Translator.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 |
Translator.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 |
UserMessages.cpp
|
added GetGlobalTarget/SetGlobalTarget to g_pSM
|
2007-11-17 05:33:47 +00:00 |
UserMessages.h
|
added GetGlobalTarget/SetGlobalTarget to g_pSM
|
2007-11-17 05:33:47 +00:00 |
version.rc
|
new versioning stuff
|
2007-03-03 07:50:01 +00:00 |