JoinedSenses
81dc80fbd1
Correct Plugin API Documentation Formatting ( #1019 )
2019-05-28 18:38:58 -07:00
Alfred Llagas
daee19d502
Changed "entiy" to "entity" in IsEntNetworkable ( #847 )
...
* Changed "entiy" to "entity" in IsEntNetworkable
* Update entity.inc
2018-07-08 11:11:35 -04:00
Nicholas Hastings
9374620b8b
Add RemoveEntity native. (bug 5714) ( #745 )
2018-01-07 13:52:36 -05:00
Nicholas Hastings
af9852a68f
Add support for getting and setting output variables with Get/SetEntProp*.
2017-02-07 07:52:00 -05:00
Nicholas Hastings
e127a55b0a
Clarified func doc for some edict/entity funcs.
2016-05-21 12:53:55 -04:00
ErikMinekus
f91d659c6f
Update large includes for transitional syntax #1 ( #510 )
2016-05-21 08:52:43 -04:00
Asher Baker
ef147860c2
Fix GetEntSendPropOffs returning 0 for missing props when actual=false
...
Issue introduced in #439 .
2015-11-21 01:46:35 +00:00
Asher Baker
c6323512ef
Deprecate FindSendPropOffs and FindDataMapOffs, add HasEntProp.
2015-11-04 20:26:55 +00:00
Asher Baker
4346e963e5
Correct spelling in API documentation.
2015-10-30 12:26:34 +00:00
Nicholas Hastings
e0a83ff7b2
Add support for setting string_t values with SetEntPropString.
...
Adds new AllowPooledString func to CHalfLife2 to allocate a string in the game's string pool.
Also fixes SetEntPropString using incorrect offset for nested sendprops.
2015-07-02 14:47:31 -04:00
David Anderson
c37174cb97
Fix some syntax errors in include files.
2014-11-09 02:03:09 -08:00
Kyle Sanderson
b9cd424186
Add support for nested datatables. (bug 5446, r=asherkin)
2013-08-12 00:54:21 +01:00
Erik Minekus
0e167ee85b
Numerous code documentation fixups (bug 5720, r=psychonic).
2013-08-01 09:26:34 -04:00
Michael Busby
a46dcd45d7
Added GetEntityAddress native (bug 5269, r=dvander).
2012-07-22 13:40:37 -04:00
Michael Busby
f2fb064ea6
Fixed typo in GetEntDataFloat function doc (bug 4993, r=psychonic).
2011-07-06 15:27:41 -04:00
Nicholas Hastings
80eb18a425
Moved GetEntityClassname to end of entity.inc to fix plugin compile errors (bug 4798).
2011-06-18 14:31:46 -04:00
Nicholas Hastings
243b7e25f8
Added array element selection with Get/SetEntProp* on arrays (bug 4160, r=fyren).
2011-06-05 21:52:36 -04:00
Berni
f2bcff69a9
Added GetEntityClassname stock (bug 4798, r=dvander).
2011-04-09 00:29:46 -04:00
David Anderson
04b7b7b9ff
Removed pointless performance warning.
2008-10-04 12:59:21 -07:00
Scott Ehlert
d595e020cd
Added #pragma deprecated to GetEntDataEnt() and SetEntDataEnt()
...
(these were already considered deprecated, but now the compiler will officially complain about them)
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402225
2008-05-30 22:42:30 +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