Mikusch 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							278998f7d0 
							
						 
					 
					
						
						
							
							SDKTools: Add explode parameter to ForcePlayerSuicide native ( #1782 )  
						
						 
						
						... 
						
						
						
						* Expose CommitSuicide params
* A single space
* Validate param count
* Set force param to true by default 
						
					 
					
						2022-07-07 14:14:50 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Psykotikism 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7a3d4e70bf 
							
						 
					 
					
						
						
							
							Add "DispatchKeyValueInt" stock ( #1764 )  
						
						 
						
						
						
					 
					
						2022-05-06 14:53:57 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mikusch 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							afc9310704 
							
						 
					 
					
						
						
							
							Add LookupEntityAttachment & GetEntityAttachment natives ( #1653 )  
						
						 
						
						... 
						
						
						
						Using the virtual `CBaseAnimating::GetAttachment(int, matrix3x4_t &)` was a deliberate choice because virtual offsets are generally easier to maintain than signatures. The `matrix3x4_t` is converted to world position and world angles internally.
Some of the other overloads are also inlined on a few games, making this the best choice.
Since this call can only be used on classes inheriting `CBaseAnimating`, we check if the `DT_BaseAnimating` SendTable exists on the entity, throwing a native error if it doesn't.
This safeguard could be greatly improved with a call to `CBaseEntity::GetBaseAnimating`, but would require more gamedata (maybe something to consider for the future?) 
						
					 
					
						2022-01-03 13:13:54 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Benoist 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b38c9824fe 
							
						 
					 
					
						
						
							
							sdktools: Add EntityCollisionRulesChanged & SetEntityOwner natives ( #1620 )  
						
						 
						
						... 
						
						
						
						* Add EntityCollisionRulesChanged & SetEntityOwner natives
* fix win build, and unpushed changes
* Fixed bad world loop
* Requested changes + csgo offsets
* small copy paste mistake
* Strip the debug log lines
* Tiny clean up in comments
* line
* <dvander> try again
* sdktools: add default Param for owner.
Co-authored-by: Kenzzer <kenzzer@users.noreply.github.com>
Co-authored-by: Kyle Sanderson <kyle.leet@gmail.com> 
						
					 
					
						2021-11-21 23:03:35 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Adam Short 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5aedb73aae 
							
						 
					 
					
						
						
							
							sdktools: Rename SetCollisionGroup to SetEntityCollisionGroup ( #1513 )  
						
						 
						
						... 
						
						
						
						Better aligns the with other natives - makes more sense. 
						
					 
					
						2021-07-10 13:10:26 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Adam Short 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a9d3cf4574 
							
						 
					 
					
						
						
							
							sdktools: Add SetCollisionGroup native ( #1461 ) ( #1507 )  
						
						 
						
						... 
						
						
						
						* Add SetCollisionGroup native
* Add newline to end of file
* Fix gamedata locations
* Remove extra spaces
* Fix gamedata formatting
* Add Windows signature for CS:GO
* Fix native doc comment
* Revert formatting change
* Change references of client -> entity
* Moved CallWrapper into method
* typofix
Co-authored-by: Kyle Sanderson <kyle.leet@gmail.com> 
						
					 
					
						2021-06-24 15:04:10 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Natanel Shitrit 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d73f4e7eca 
							
						 
					 
					
						
						
							
							Documentation corrections and additions ( #1498 )  
						
						 
						
						... 
						
						
						
						* Added `@error` documentation for every function that's missing it.
* Changed tabs to spaces (text alignment) 
						
					 
					
						2021-06-24 15:45:01 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Impact 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e6129ab2d9 
							
						 
					 
					
						
						
							
							Update FindEntityByClassname docs ( #1491 )  
						
						 
						
						... 
						
						
						
						Makes it a little bit clearer that `startEnt` isn't just an index to start searching from and that passing an invalid one can throw an error 
						
					 
					
						2021-05-21 09:45:42 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Scags 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							625650c160 
							
						 
					 
					
						
						
							
							Add default values to TeleportEntity  
						
						 
						
						
						
					 
					
						2020-02-01 02:53:59 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								JoinedSenses 
							
						 
					 
					
						
						
						
						
							
						
						
							81dc80fbd1 
							
						 
					 
					
						
						
							
							Correct Plugin API Documentation Formatting ( #1019 )  
						
						 
						
						
						
					 
					
						2019-05-28 18:38:58 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ErikMinekus 
							
						 
					 
					
						
						
						
						
							
						
						
							542bb59978 
							
						 
					 
					
						
						
							
							Update large includes for transitional syntax  #2  ( #511 )  
						
						 
						
						
						
					 
					
						2016-05-21 09:16:49 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Asher Baker 
							
						 
					 
					
						
						
						
						
							
						
						
							4346e963e5 
							
						 
					 
					
						
						
							
							Correct spelling in API documentation.  
						
						 
						
						
						
					 
					
						2015-10-30 12:26:34 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicholas Hastings 
							
						 
					 
					
						
						
						
						
							
						
						
							7268987461 
							
						 
					 
					
						
						
							
							Merge pull request  #301  from alliedmodders/get-team-entity  
						
						 
						
						... 
						
						
						
						Add GetTeamEntity native to SDKTools. 
						
					 
					
						2015-04-01 22:30:18 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicholas Hastings 
							
						 
					 
					
						
						
						
						
							
						
						
							53f9bb0402 
							
						 
					 
					
						
						
							
							Add missing SetClientName description in function doc.  
						
						 
						
						
						
					 
					
						2015-03-22 18:56:02 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicholas Hastings 
							
						 
					 
					
						
						
						
						
							
						
						
							7d795b523e 
							
						 
					 
					
						
						
							
							Add SetClientName native.  
						
						 
						
						
						
					 
					
						2015-03-22 12:15:08 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicholas Hastings 
							
						 
					 
					
						
						
						
						
							
						
						
							ae8efdddcb 
							
						 
					 
					
						
						
							
							Add GetTeamEntity native to SDKTools.  
						
						 
						
						
						
					 
					
						2015-03-10 07:27:43 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Anderson 
							
						 
					 
					
						
						
						
						
							
						
						
							94bed806fe 
							
						 
					 
					
						
						
							
							Reserve many keywords.  
						
						 
						
						
						
					 
					
						2014-12-09 23:04:13 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Peace-Maker 
							
						 
					 
					
						
						
						
						
							
						
						
							75d950e4b0 
							
						 
					 
					
						
						
							
							Add GiveAmmo native to SDKTools (bug 6039, r=psychonic).  
						
						 
						
						
						
					 
					
						2014-02-10 10:49:19 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								FlaminSarge 
							
						 
					 
					
						
						
						
						
							
						
						
							7db280a666 
							
						 
					 
					
						
						
							
							Add GetPlayerJingleFile native. (bug 5690,  r=asherkin)  
						
						 
						
						
						
					 
					
						2013-08-12 02:08:34 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Erik Minekus 
							
						 
					 
					
						
						
						
						
							
						
						
							0e167ee85b 
							
						 
					 
					
						
						
							
							Numerous code documentation fixups (bug 5720, r=psychonic).  
						
						 
						
						
						
					 
					
						2013-08-01 09:26:34 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicholas Hastings 
							
						 
					 
					
						
						
						
						
							
						
						
							7527f441ae 
							
						 
					 
					
						
						
							
							Switched to using IServerTools in SDKTools where possible. (bug 4899, r=fyren).  
						
						 
						
						
						
					 
					
						2011-05-25 08:27:27 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Woodrow 
							
						 
					 
					
						
						
						
						
							
						
						
							22aa6561b5 
							
						 
					 
					
						
						
							
							Added SetUserInfo command to sdktools.  
						
						 
						
						... 
						
						
						
						--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402247 
						
					 
					
						2008-06-09 07:12:32 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Anderson 
							
						 
					 
					
						
						
						
						
							
						
						
							946834b868 
							
						 
					 
					
						
						
							
							added amb1620 - ActivateEntity  
						
						 
						
						... 
						
						
						
						--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402068 
						
					 
					
						2008-04-16 23:29:03 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Borja Ferrer 
							
						 
					 
					
						
						
						
						
							
						
						
							a483ec5dc5 
							
						 
					 
					
						
						
							
							experimental fix for amb1586 - team native crash  
						
						 
						
						... 
						
						
						
						--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402044 
						
					 
					
						2008-04-12 01:35:45 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Woodrow 
							
						 
					 
					
						
						
						
						
							
						
						
							fbe46934a4 
							
						 
					 
					
						
						
							
							Added EquipPlayerWeapon to SDKTools. Offsets for CS:S and TF2 added.  
						
						 
						
						... 
						
						
						
						--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401975 
						
					 
					
						2008-04-01 00:51:21 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Scott Ehlert 
							
						 
					 
					
						
						
						
						
							
						
						
							251cced1f8 
							
						 
					 
					
						
						
							
							Spring Cleaning, Part Ichi (1)  
						
						 
						
						... 
						
						
						
						Various minor things done to project files
Updated sample extension project file and updated makefile to the new unified version (more changes likely on the way)
Updated regex project file and makefile
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401971 
						
					 
					
						2008-03-30 07:00:22 +00:00