.. |
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 |
AMBuilder
|
Move ke_ headers to new public/amtl folder.
|
2013-08-22 16:30:44 -07:00 |
CellArray.h
|
Import of core modularization plan (bug 3599).
|
2009-05-13 21:55:50 -04:00 |
common_logic.cpp
|
Fix various problems with unloading ClientPrefs and SourceMod (bug 5874, r=ds).
|
2013-08-22 14:05:44 -07:00 |
common_logic.h
|
Move scared guts of core into logic (bug 5680, r=fyren).
|
2013-03-29 11:37:29 -07:00 |
DebugReporter.cpp
|
Fix more build bustage.
|
2013-02-16 17:28:17 -08:00 |
DebugReporter.h
|
Move DebugReporter from core to logic (bug 5607, r=psychonic).
|
2013-02-16 15:57:00 -08:00 |
ExtensionSys.cpp
|
Fixed optional dependencies logging errors (again) (bug 5739, r=dvander).
|
2013-08-24 00:12:21 -04:00 |
ExtensionSys.h
|
Fixed optional dependencies logging errors (again) (bug 5739, r=dvander).
|
2013-08-24 00:12:21 -04:00 |
GameConfigs.cpp
|
Add reference counting and use it for CGameConfig (bug 5876 part 1, r=ds).
|
2013-08-23 00:18:11 -07:00 |
GameConfigs.h
|
Add reference counting and use it for CGameConfig (bug 5876 part 1, r=ds).
|
2013-08-23 00:18:11 -07:00 |
HandleSys.cpp
|
Dump handle information when a plugin is forcefully unloaded. (bug 5666, r=asherkin)
|
2013-08-12 00:45:29 +01:00 |
HandleSys.h
|
Move scared guts of core into logic (bug 5680, r=fyren).
|
2013-03-29 11:37:29 -07:00 |
intercom.h
|
Fixed optional dependencies logging errors (again) (bug 5739, r=dvander).
|
2013-08-24 00:12:21 -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 |
NativeInvoker.cpp
|
Move scared guts of core into logic (bug 5680, r=fyren).
|
2013-03-29 11:37:29 -07:00 |
NativeInvoker.h
|
Move scared guts of core into logic (bug 5680, r=fyren).
|
2013-03-29 11:37:29 -07:00 |
NativeOwner.cpp
|
Move scared guts of core into logic (bug 5680, r=fyren).
|
2013-03-29 11:37:29 -07:00 |
NativeOwner.h
|
Move scared guts of core into logic (bug 5680, r=fyren).
|
2013-03-29 11:37:29 -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
|
Fixed optional dependencies logging errors (again) (bug 5739, r=dvander).
|
2013-08-24 00:12:21 -04:00 |
PluginSys.h
|
Don't allocate/delete across static CRTs (no bug, irc r=fyren+psychonic).
|
2013-03-31 13:30:22 -07:00 |
Profiler.cpp
|
Fixed profiler flush not clearing, added 'report' and 'clear' (bug 4674, r=dvander).
|
2010-11-30 13:08:30 -05:00 |
Profiler.h
|
Fixed profiler being set to NULL (bug 4143, r=fyren).
|
2009-12-14 23:08:15 -08:00 |
ShareSys.cpp
|
Move scared guts of core into logic (bug 5680, r=fyren).
|
2013-03-29 11:37:29 -07:00 |
ShareSys.h
|
Move scared guts of core into logic (bug 5680, r=fyren).
|
2013-03-29 11:37:29 -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_memtable.h
|
Move translator from logic to core (bug 4406 part 6, r=ds).
|
2010-05-14 19:43:53 -07:00 |
sm_symtable.h
|
Move memutils from core to logic (bug 4406, r=ds).
|
2010-05-14 16:14:59 -07: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
|
Moved profiler and adt_trie to logic binary.
|
2009-05-14 11:24:07 -04:00 |
smn_banning.cpp
|
Fixed BanClient always banning by IP address (bug 4626, r=fyren).
|
2010-11-30 13:09:30 -05:00 |
smn_datapacks.cpp
|
Moved datapack natives from core to logic (bug 4406 part 10, r=ds).
|
2010-05-14 21:16:35 -07:00 |
smn_fakenatives.cpp
|
Fixed typo in too-many-params native error message (r=psychonic).
|
2013-07-17 08:05:42 -04:00 |
smn_filesystem.cpp
|
Fix build bustage.
|
2013-02-16 16:50:47 -08:00 |
smn_float.cpp
|
Added better random number generator (bug 3831, r=fyren).
|
2009-10-26 23:59:59 -07:00 |
smn_functions.cpp
|
Added many missing handle security checks (bug 5595, r=psychonic).
|
2013-07-18 20:34:43 -04: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
|
Moved handle natives from core to logic (bug 4406 part 9, r=ds).
|
2010-05-14 21:06:06 -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
|
Fixed a path not using updated mapcycle file detection (bug 5719).
|
2013-08-05 11:36:59 -04:00 |
smn_players.cpp
|
Move scared guts of core into logic (bug 5680, r=fyren).
|
2013-03-29 11:37:29 -07:00 |
smn_profiler.cpp
|
Fixed resolution of GetProfilerTime on non-Windows platforms (r=me).
|
2012-08-29 16:35:08 +01: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
|
Move string natives from logic to core (bug 4406 part 8, r=fyren).
|
2010-05-14 20:04:44 -07: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
|
Switch Translator to hash tables (bug 5878 part 2, r=ds).
|
2013-08-25 01:42:15 -07:00 |
Translator.h
|
Switch Translator to hash tables (bug 5878 part 2, r=ds).
|
2013-08-25 01:42:15 -07:00 |
version.rc
|
Overhauled versioning information (bug 5453, r=dvander).
|
2012-08-26 01:33:54 +01:00 |