sourcemod/core/logic
2022-12-20 16:58:14 -05:00
..
AdminCache.cpp Fix sm_dump_admcache with command group overrides (#1519) 2021-07-01 22:19:50 +01:00
AdminCache.h
ADTFactory.cpp
ADTFactory.h
AMBuilder Add functions for working with entity lumps (#1673) 2022-11-25 19:55:43 +00:00
BaseWorker.cpp Start using Github Actions (#1488) 2021-05-09 01:46:08 +02:00
BaseWorker.h Pare down ThreadSupport and remove ancient thread code. 2020-05-13 00:35:29 -07:00
CDataPack.cpp Fix out of bounds write in CDataPack::Write*Array (#1554) 2021-07-28 22:19:16 +01:00
CDataPack.h datapack: remove legacy cache (#1357) 2020-10-02 16:04:30 -07:00
CellArray.h Fix crash when ArrayList runs out of memory (#1235) 2020-04-30 17:59:54 +01:00
common_logic.cpp Add functions for working with entity lumps (#1673) 2022-11-25 19:55:43 +00:00
common_logic.h
Database.cpp Lift raw pointers out of DatabaseConfBuilder (#1637) 2022-05-24 11:41:15 +02:00
Database.h Lift raw pointers out of DatabaseConfBuilder (#1637) 2022-05-24 11:41:15 +02:00
DatabaseConfBuilder.cpp Lift raw pointers out of DatabaseConfBuilder (#1637) 2022-05-24 11:41:15 +02:00
DatabaseConfBuilder.h Lift raw pointers out of DatabaseConfBuilder (#1637) 2022-05-24 11:41:15 +02:00
DebugReporter.cpp Fix vote menu handler to work with direct arrays. 2021-12-09 18:10:35 -08:00
DebugReporter.h Fix vote menu handler to work with direct arrays. 2021-12-09 18:10:35 -08:00
ExtensionSys.cpp Mark unloaded extensions as not fully loaded (fixes #1574). 2021-10-24 08:52:32 -05:00
ExtensionSys.h
ForwardSys.cpp Replace ke::LinkedList with std::list. 2020-05-31 23:19:41 -07:00
ForwardSys.h
frame_tasks.cpp Replace ke::Vector with std::vector. 2020-05-31 11:35:51 -07:00
frame_tasks.h Rename ke::Lambda to ke::Function. 2020-05-17 12:33:52 -07:00
FrameIterator.cpp Replace ke::Vector with std::vector. 2020-05-31 11:35:51 -07:00
FrameIterator.h Fix crash in FrameIterator. 2021-07-16 18:33:10 -07:00
GameConfigs.cpp Ensure gameconfig file uniqueness when reading master.games (#1859) 2022-12-01 21:52:05 -05:00
GameConfigs.h Update CGameConfig members to use std::string instead of fixed-size char arrays (#1495) 2021-06-03 11:27:16 -05:00
handle_helpers.h
HandleSys.cpp Bump handle limit to 1MB. 2021-10-26 07:05:34 -10:00
HandleSys.h Bump handle limit to 1MB. 2021-10-26 07:05:34 -10:00
LibrarySys.cpp
LibrarySys.h
Logger.cpp Replace AString with std::string. 2020-05-20 17:57:18 -07:00
Logger.h Replace AString with std::string. 2020-05-20 17:57:18 -07:00
LumpManager.cpp entitylump: Output separator as spaces instead of tabs 2022-12-06 20:43:46 +00:00
LumpManager.h Add functions for working with entity lumps (#1673) 2022-11-25 19:55:43 +00:00
MemoryUtils.cpp Cache copy of library on first symbol/signature lookup (#1642) 2021-11-18 17:55:32 +01:00
MemoryUtils.h Cache copy of library on first symbol/signature lookup (#1642) 2021-11-18 17:55:32 +01:00
MersenneTwister.h
Native.h sourcepawn: uplift FakeNative to DynamicNative. (#1338) 2020-10-02 16:42:31 -07:00
NativeOwner.cpp Replace ke::Vector with std::vector. 2020-05-31 11:35:51 -07:00
NativeOwner.h Replace ke::LinkedList with std::list. 2020-05-31 23:19:41 -07:00
PhraseCollection.cpp
PhraseCollection.h
PluginSys.cpp Update PluginSys.cpp 2021-05-24 14:30:16 -07:00
PluginSys.h Add OnNotifyPluginUnloaded forward 2021-05-24 14:30:16 -07:00
ProfileTools.cpp Replace ke::Vector with std::vector. 2020-05-31 11:35:51 -07:00
ProfileTools.h Replace ke::Vector with std::vector. 2020-05-31 11:35:51 -07:00
PseudoAddrManager.cpp
PseudoAddrManager.h
RootConsoleMenu.cpp Update credits (#1367) 2020-10-16 21:41:21 +01:00
RootConsoleMenu.h
ShareSys.cpp sourcepawn: uplift FakeNative to DynamicNative. (#1338) 2020-10-02 16:42:31 -07:00
ShareSys.h Bump handle limit to 1MB. 2021-10-26 07:05:34 -10:00
sm_crc32.cpp Invert CRC to match most popular implementations. 2021-11-01 13:04:23 -04:00
sm_crc32.h
sm_simple_prioqueue.h
sm_symtable.h
sm_trie.cpp
sm_trie.h
smn_admin.cpp
smn_adt_array.cpp Fix silent error on large ArrayList startsize (#1705) 2022-01-31 22:07:32 +01:00
smn_adt_stack.cpp Add ArrayStack.Clear native (#1676) 2022-01-22 03:26:21 -08:00
smn_adt_trie.cpp Add new trie native: ContainsKey() (#1390) 2020-11-30 20:51:47 -08:00
smn_banning.cpp
smn_console.cpp core: Call SetGlobalTarget in PrintToConsole (#1448) 2021-03-20 22:24:06 -07:00
smn_core.cpp Add a PluginIterator methodmap (#1779) 2022-06-24 11:46:03 +02:00
smn_database.cpp Replace ke::Vector with std::vector. 2020-05-31 11:35:51 -07:00
smn_datapacks.cpp datapack: remove legacy cache (#1357) 2020-10-02 16:04:30 -07:00
smn_entitylump.cpp Add functions for working with entity lumps (#1673) 2022-11-25 19:55:43 +00:00
smn_entitylump.h Add functions for working with entity lumps (#1673) 2022-11-25 19:55:43 +00:00
smn_fakenatives.cpp Fix error return of FormatNativeString. (#1613) 2021-10-26 22:31:58 -07:00
smn_filesystem.cpp Add File.Flush methodmap (#1056) 2019-07-31 22:18:07 +00:00
smn_float.cpp
smn_functions.cpp Update AMTL; replace AutoPtr/UniquePtr with STL. 2020-05-18 18:19:16 -07:00
smn_gameconfigs.cpp gamedata: implement GetMemSig (#1345) 2020-10-02 16:40:13 -07:00
smn_halflife.cpp
smn_handles.cpp
smn_lang.cpp
smn_maplists.cpp Fix ReadMapList ignoring file's last modified time (#1891) 2022-12-20 16:58:14 -05:00
smn_menus.cpp Merge branch 'fix-menu-vote-handler' 2021-12-09 18:13:30 -08:00
smn_players.cpp core: Add client id to MultiTargetFilter forward (#1070) 2021-03-08 10:04:11 -08:00
smn_profiler.cpp
smn_sorting.cpp Update to the new SourcePawn compiler. 2021-10-26 17:45:48 -10:00
smn_string.cpp Fix Int64ToString producing incorrect output (#1723) 2022-03-04 03:03:35 -08:00
smn_textparse.cpp
smn_timers.cpp
sprintf.cpp Fix translations getting truncated prematurely (#1640) 2021-11-16 16:09:30 +00:00
sprintf.h
stringutil.cpp
stringutil.h
TextParsers.cpp
TextParsers.h
ThreadSupport.cpp Fix crash when creating threads with Thread_AutoRelease 2021-03-11 09:48:39 +01:00
ThreadSupport.h Replace all uses of AMTL threads with STL threads. 2020-05-16 22:35:56 -07:00
Translator.cpp
Translator.h
version.rc