API Changes SC 5.01 - baso88/SC_AngelScript GitHub Wiki
Changelog
- Added FollowerPlayerUse to CBaseMonster.
- Changed slap player to use the world instead of the administrator for slapping. This should prevent friendly fire from blocking damage.
- Fixed a bug in the hook system that caused object methods to cause a crash if passed into RegisterHook.
- Fixed the text menu manager releasing references to text menus that it didn't have.
- Removed PreSpawn, Spawn and PostSpawn from the CBaseEntity API. (CEntityFuncs::DispatchSpawn should be used instead.)
- SayParameters now handles quotes in input correctly.
- SayParameters now uses CCommand instead of a string array.
- Updated various functionality to use the SteamPipe file system. (Globals, memory debugger, and server manager)
- Updated console output to also output the object type name.