Oh dear, lots of changes:
1) Added get_orig_retval for retrieving the original return value of an engine function 2) Fixed engfunc being called with EngFunc_CheckVisibility so that it now works as intended 3) Hooks should now also work with FM_WalkMove, FM_TraceToss, FM_TraceMonsterHull, FM_TraceHull, FM_TraceModel, FM_TraceTexture, FM_TraceSphere, FM_GetBonePosition, FM_GetAttachment, FM_RunPlayerMove, FM_StaticDecal, FM_BuildSoundMsg and FM_CheckVisibility 4) Reformatted comments in some header files so they look a bit neater
This commit is contained in:
		@@ -4,6 +4,7 @@
 | 
			
		||||
	Version="7.10"
 | 
			
		||||
	Name="fakemeta"
 | 
			
		||||
	ProjectGUID="{5E393C37-22F2-4CA2-9022-6400DC582447}"
 | 
			
		||||
	RootNamespace="fakemeta"
 | 
			
		||||
	Keyword="Win32Proj">
 | 
			
		||||
	<Platforms>
 | 
			
		||||
		<Platform
 | 
			
		||||
@@ -150,7 +151,7 @@
 | 
			
		||||
			</Filter>
 | 
			
		||||
		</Filter>
 | 
			
		||||
		<Filter
 | 
			
		||||
			Name="engfunc"
 | 
			
		||||
			Name="Engine Funcs"
 | 
			
		||||
			Filter="">
 | 
			
		||||
			<File
 | 
			
		||||
				RelativePath=".\dllfunc.cpp">
 | 
			
		||||
@@ -166,7 +167,7 @@
 | 
			
		||||
			</File>
 | 
			
		||||
		</Filter>
 | 
			
		||||
		<Filter
 | 
			
		||||
			Name="pev"
 | 
			
		||||
			Name="PEV"
 | 
			
		||||
			Filter="">
 | 
			
		||||
			<File
 | 
			
		||||
				RelativePath=".\pev.cpp">
 | 
			
		||||
@@ -181,7 +182,7 @@
 | 
			
		||||
			</File>
 | 
			
		||||
		</Filter>
 | 
			
		||||
		<Filter
 | 
			
		||||
			Name="forward"
 | 
			
		||||
			Name="Forwards"
 | 
			
		||||
			Filter="">
 | 
			
		||||
			<File
 | 
			
		||||
				RelativePath=".\forward.cpp">
 | 
			
		||||
@@ -194,11 +195,7 @@
 | 
			
		||||
			</File>
 | 
			
		||||
		</Filter>
 | 
			
		||||
		<Filter
 | 
			
		||||
			Name="hlsdk"
 | 
			
		||||
			Filter="">
 | 
			
		||||
		</Filter>
 | 
			
		||||
		<Filter
 | 
			
		||||
			Name="Pawn includes"
 | 
			
		||||
			Name="Pawn Includes"
 | 
			
		||||
			Filter="">
 | 
			
		||||
			<File
 | 
			
		||||
				RelativePath="..\..\plugins\include\fakemeta.inc">
 | 
			
		||||
@@ -211,7 +208,7 @@
 | 
			
		||||
			</File>
 | 
			
		||||
		</Filter>
 | 
			
		||||
		<Filter
 | 
			
		||||
			Name="global"
 | 
			
		||||
			Name="Globals"
 | 
			
		||||
			Filter="">
 | 
			
		||||
			<File
 | 
			
		||||
				RelativePath=".\glb.cpp">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user