sourcemod/core/logic
2014-09-02 18:11:36 -07:00
..
msvc9 vcproj crap (NPOTB) 2010-10-20 05:13:48 -07:00
msvc10 Move scared guts of core into logic (bug 5680, r=fyren). 2013-03-29 11:37:29 -07:00
thread Fix windows build. 2013-08-22 17:55:49 -07:00
AdminCache.cpp Move Logger and Core natives to Logic 2014-08-13 14:24:35 -07:00
AdminCache.h Move adminsys and more natives from core to logic. 2014-05-29 13:31:12 -04:00
ADTFactory.cpp Move ADTFactory from core to logic (bug 5953, r=fyren). 2013-10-09 08:43:08 -04:00
ADTFactory.h Move ADTFactory from core to logic (bug 5953, r=fyren). 2013-10-09 08:43:08 -04:00
AMBuilder Move Logger and Core natives to Logic 2014-08-13 14:24:35 -07:00
CellArray.h Import of core modularization plan (bug 3599). 2009-05-13 21:55:50 -04:00
common_logic.cpp Fix link errors. 2014-08-17 11:11:55 -04:00
common_logic.h Move Logger and Core natives to Logic 2014-08-13 14:24:35 -07:00
Database.cpp Move Logger and Core natives to Logic 2014-08-13 14:24:35 -07:00
Database.h Move DBManager and DB natives from core to logic (bug 5953, r=fyren). 2013-10-09 08:43:08 -04:00
DebugReporter.cpp Convert missed files in logic to use logger from logic. 2014-08-17 11:06:43 -04:00
DebugReporter.h Move DebugReporter from core to logic (bug 5607, r=psychonic). 2013-02-16 15:57:00 -08:00
ExtensionSys.cpp Merge pull request #133 from alliedmodders/logger-logic 2014-08-20 06:43:31 -04:00
ExtensionSys.h Add OnCoreMapEnd to extension's interface. 2014-08-08 01:01:47 -04:00
ForwardSys.cpp Remove unmanaged forwards from lookup list on Release (bug 6025, r=psychonic). 2014-02-08 14:51:44 -07:00
ForwardSys.h Move ForwardSys from core to logic (bug 5953, r=fyren). 2013-10-09 08:43:08 -04:00
GameConfigs.cpp Eliminate Newborn/NoAddRef (bug 5907, r=ds). 2014-08-22 22:50:25 -07:00
GameConfigs.h Use Linux game data for offsets and signatures/symbols on OS X if Mac-specific data is not available (bug 6056, r=dvander). 2014-02-15 23:23:53 -06:00
HandleSys.cpp Move Logger and Core natives to Logic 2014-08-13 14:24:35 -07:00
HandleSys.h AMTL updates and changes to adapt for them to fix menu crashes (bug 5921, r=psychonic). 2013-11-30 10:51:28 -05:00
intercom.h Merge pull request #120 from alliedmodders/wip-valve-fs2 2014-08-30 14:25:53 -04:00
Logger.cpp Fix link errors. 2014-08-17 11:11:55 -04:00
Logger.h Fix link errors. 2014-08-17 11:11:55 -04:00
Makefile Added missing files to each core and logic makefiles (NPOTB). 2012-07-15 12:31:06 -04:00
MemoryUtils.cpp Fixed potential for reading out of library bounds in MemoryUtils;:FindPattern (r=asherkin). 2013-01-23 14:05:35 -05:00
MemoryUtils.h Fixed crash in MemoryUtils::ResolveSymbol() on OS X Lion (10.7) (bug 4951, r=dvander). 2011-06-15 16:02:05 -05:00
MersenneTwister.h Added better random number generator (bug 3831, r=fyren). 2009-10-26 23:59:59 -07:00
Native.h Use Refcounted to manage to NativeEntry (bug 5852 part 4, r=ds). 2013-08-30 10:16:28 -07:00
NativeInvoker.cpp Use Refcounted to manage to NativeEntry (bug 5852 part 4, r=ds). 2013-08-30 10:16:28 -07:00
NativeInvoker.h Remove native override API (bug 5852 part 1, r=ds). 2013-08-30 10:10:57 -07:00
NativeOwner.cpp Use Refcounted to manage to NativeEntry (bug 5852 part 4, r=ds). 2013-08-30 10:16:28 -07:00
NativeOwner.h Use Refcounted to manage to NativeEntry (bug 5852 part 4, r=ds). 2013-08-30 10:16:28 -07:00
PhraseCollection.cpp Move translator from logic to core (bug 4406 part 6, r=ds). 2010-05-14 19:43:53 -07:00
PhraseCollection.h Move translator from logic to core (bug 4406 part 6, r=ds). 2010-05-14 19:43:53 -07:00
PluginSys.cpp Convert missed files in logic to use logger from logic. 2014-08-17 11:06:43 -04:00
PluginSys.h Call OnLibraryAdded for all available libraries (bug 5925, PR #4) 2014-05-27 19:26:58 -07:00
ProfileTools.cpp Add a command to dump profiling output. 2014-08-09 13:32:05 -05:00
ProfileTools.h Improve usability of start/stop. 2014-06-24 20:55:53 -07:00
ShareSys.cpp Eliminate Newborn/NoAddRef (bug 5907, r=ds). 2014-08-22 22:50:25 -07:00
ShareSys.h Use Refcounted to manage to NativeEntry (bug 5852 part 4, r=ds). 2013-08-30 10:16:28 -07:00
sm_crc32.cpp Mercurial queues... oh, how terrible. 2010-01-18 03:20:44 -08:00
sm_crc32.h Mercurial queues... oh, how terrible. 2010-01-18 03:20:44 -08:00
sm_simple_prioqueue.h Move DBManager and DB natives from core to logic (bug 5953, r=fyren). 2013-10-09 08:43:08 -04:00
sm_symtable.h Move memutils from core to logic (bug 4406, r=ds). 2010-05-14 16:14:59 -07:00
sm_trie.cpp Move adminsys and more natives from core to logic. 2014-05-29 13:31:12 -04:00
sm_trie.h Move adminsys and more natives from core to logic. 2014-05-29 13:31:12 -04:00
smn_admin.cpp Added FindFlagChar native. (bug 3776, r=dvander) 2010-06-27 19:17:25 -04:00
smn_adt_array.cpp Import of core modularization plan (bug 3599). 2009-05-13 21:55:50 -04:00
smn_adt_stack.cpp Import of core modularization plan (bug 3599). 2009-05-13 21:55:50 -04:00
smn_adt_trie.cpp Eliminate Newborn/NoAddRef (bug 5907, r=ds). 2014-08-22 22:50:25 -07:00
smn_banning.cpp Fixed BanClient always banning by IP address (bug 4626, r=fyren). 2010-11-30 13:09:30 -05:00
smn_console.cpp Move adminsys and more natives from core to logic. 2014-05-29 13:31:12 -04:00
smn_core.cpp Add missing files 2014-08-13 14:26:18 -07:00
smn_database.cpp Fix a Handle leak when reporting transaction errors. 2014-06-22 11:05:20 -07:00
smn_datapacks.cpp Add WritePackFunction and ReadPackFunction natives 2014-08-04 02:05:25 +02:00
smn_fakenatives.cpp Add GetNativeFunction (bug 6200). 2014-07-23 23:36:11 -07:00
smn_filesystem.cpp Merge pull request #120 from alliedmodders/wip-valve-fs2 2014-08-30 14:25:53 -04:00
smn_float.cpp Fix typo pointed out by Nephrite (bug 6107, comment #7). 2014-04-23 10:18:56 -07:00
smn_functions.cpp Fix bad handle Forward handling in RequstFrame (irc, r=psychonic). 2014-02-08 15:10:35 -07:00
smn_gameconfigs.cpp Moved gameconf code from core to logic (bug 4406 part 11, r=ds). 2010-05-14 23:35:42 -07:00
smn_handles.cpp Allow CloseHandle() on nulls. 2014-07-05 13:52:44 -07:00
smn_lang.cpp Moved client language detection to be earlier (on connect) (bug 3714, r=psychonic). 2011-10-15 12:07:55 -04:00
smn_maplists.cpp Move Logger and Core natives to Logic 2014-08-13 14:24:35 -07:00
smn_players.cpp Rename GetClientAuthString2 to GetClientAuthId 2014-09-02 18:11:36 -07:00
smn_profiler.cpp Add a general profiling abstraction layer. 2014-06-24 01:04:13 -07:00
smn_sorting.cpp Fixed Sort_Random not including first value in array sorting functions (bug 4292, r=psychonic). 2013-01-23 12:51:19 -05:00
smn_string.cpp Switch StringToInt(Ex) from strtol to strtoul (bug 5939, r=psychonic). 2013-10-06 15:40:03 -04:00
smn_textparse.cpp Added many missing handle security checks (bug 5595, r=psychonic). 2013-07-18 20:34:43 -04:00
smn_timers.cpp Fix crash creating a timer when there are no handles available. (bug 5317, r=asherkin) 2013-08-12 00:57:26 +01:00
stringutil.cpp Fixed build for real. 2013-07-04 11:28:32 -04:00
stringutil.h Fixed ReadMapList not seeing maps in all valveFS paths (bug 5715, r=asherkin). 2013-07-03 23:14:55 -04:00
TextParsers.cpp Added detection for clang compiler and fixed various warnings triggered by it (bug 4878, r=dvander). 2011-04-23 21:53:53 -05:00
TextParsers.h Import of core modularization plan (bug 3599). 2009-05-13 21:55:50 -04:00
ThreadSupport.cpp Import of core modularization plan (bug 3599). 2009-05-13 21:55:50 -04:00
ThreadSupport.h Rename ke_* headers to am-* 2013-08-22 17:10:59 -07:00
Translator.cpp Move Logger and Core natives to Logic 2014-08-13 14:24:35 -07:00
Translator.h Add sm_reload_translations command (bug 5750, r=asherkin). 2014-03-30 12:08:11 -04:00
version.rc Overhauled versioning information (bug 5453, r=dvander). 2012-08-26 01:33:54 +01:00