sourcemod/extensions/tf2
2014-01-22 22:40:57 -08:00
..
asm Fixed typo in TF2 ext asm.c causing accidental assignment instead of compare. 2012-12-26 12:19:15 -05:00
CDetour Fixed various areas where code was being compiled for Linux only, but should actually be used on OS X too (bug 4392, r=dvander). 2010-05-29 18:11:47 -04:00
msvc10 Fixed output name in msvc10 files for TF2 and CStrike exts. (NPOTB) (bug 5479). 2012-09-08 12:13:20 -04:00
sdk Imported support for new build system. 2009-08-30 00:21:42 -07:00
AMBuilder Merge AMBuild2 upgrade from sourcemod-1.6 to sourcemod-1.5. 2014-01-22 22:40:57 -08:00
conditions.cpp Fix build. 2013-11-01 09:58:07 -04:00
conditions.h Fixed TF2 OnConditionAdded/Removed forwards to catch all cases (bug 4982, r=fyren). 2011-07-06 17:37:35 -04:00
criticals.cpp Fix incorrect return and inability to block in TF2 OnCrit forward (r=FlaminSarge, VoiDeD). 2013-11-09 19:33:06 -05:00
criticals.h Fix incorrect return and inability to block in TF2 OnCrit forward (r=FlaminSarge, VoiDeD). 2013-11-09 19:33:06 -05:00
extension.cpp Merge AMBuild2 upgrade from sourcemod-1.6 to sourcemod-1.5. 2014-01-22 22:40:57 -08:00
extension.h Added TF2_CanPlayerTeleport forward to the TF2 game extension (bug 5283, r=asherkin). 2012-05-28 01:14:46 +01:00
gameplayrules.cpp Fixed CDetour crash in TF2 extension when last plugin using forward is unloaded (bug 4713, r=fyren). 2010-11-28 22:41:48 -05:00
gameplayrules.h Fixed CDetour crash in TF2 extension when last plugin using forward is unloaded (bug 4713, r=fyren). 2010-11-28 22:41:48 -05:00
holiday.cpp Updated TF2_OnIsHolidayActive ret behavior to match doc (bug 5155, r=fyren). 2011-11-04 10:01:33 -04:00
holiday.h TF2 ext fixes for TF2 holiday system changes (bug 5150, r=asherkin). 2011-10-28 19:07:40 -04:00
Makefile Updated Makefile for TF2 extension (NPOTB). 2012-12-26 12:19:15 -05:00
natives.cpp Updated TF2 ext Burn call with new parameter. 2013-10-29 18:59:12 -04:00
RegNatives.cpp Added amb1186 - TF2 Extension. 2008-04-04 22:37:14 +00:00
RegNatives.h Added amb1186 - TF2 Extension. 2008-04-04 22:37:14 +00:00
teleporter.cpp Added TF2_CanPlayerTeleport forward to the TF2 game extension (bug 5283, r=asherkin). 2012-05-28 01:14:46 +01:00
teleporter.h Added TF2_CanPlayerTeleport forward to the TF2 game extension (bug 5283, r=asherkin). 2012-05-28 01:14:46 +01:00
util.cpp Ported new TF2 critical hit detection logic from sm-central (bug 5894). 2013-10-03 10:44:53 -04:00
util.h Ported new TF2 critical hit detection logic from sm-central (bug 5894). 2013-10-03 10:44:53 -04:00
version.rc Overhauled versioning information (bug 5453, r=dvander). 2012-08-26 01:33:54 +01:00