- Fixes:
- Fixed wrong type for WeaponInfo.muzzle_flash_scale on CS:S.
- Fixed a KeyError in Array.get_offset().
- Fixed issue #98.
- Fixed angles/normal attributes for CTEEffectDispatch on CS:GO.
- Fixed RuntimeException when *_from_baseentity failed.
- Fixed Entity.create() raising an error, but not deleting the entity when creating a non-networked entity.
- Fixed engine_server.insert_server_command() not accepting strings that do not end with a newline or semi-colon.
- Fixed base of CServerCommandManager.
- Fixed issue #132.
- Fixed issue #133.
- Fixed wrong type for WeaponInfo.muzzle_flash_scale on CS:S.
- Additions:
- Added pickle support for mathlib classes.
- Added from_userid() for PlayerDictionary.
- Added methods to modify memory protection.
- Added BinaryFile.symbols.
- Added StackData.return_address.
- Added the ability to get/set network/datamap properties from BaseEntity instances.
- Added find, create, find_or_create to BaseEntity.
- Added BaseEntity.destroy(), factory and _size.
- Added BaseEntity.spawn().
- Added Client.steamid and Client.disconnect().
- Added server_game_dll.game_description.
- Added Collideable.
- Added ConCommand.
- Added KeyValues.next_key setter and KeyValues.make_copy().
- Added decorators for adding callbacks to menus.
- Added pickle support for mathlib classes.
- Removals:
- Changes:
- Moved effects.constants to effects.
- Updated effects module to use the new TempEntity class.
- Changed index argument of OnClientConnect and OnClientPutInServer to edict.
- Changed SendProp.get_proxy_function() to SendProp.proxy_function.
- Changed TypeDescription.get_input_function() to TypeDescription.input_function.
- Renamed cvar.find_command() to cvar.find_base() and added the proper cvar.find_command().
- Entity/Player/WeaponDictionary classes are now accepting default arguments/keywords to be passed to their factory class upon creation of a missing object.
- Moved effects.constants to effects.
The full changelog can be found here:
https://github.com/Source-Python-Dev-Team/Source.Python/compare/master@%7B2016-06-01%7D...master@%7B2016-07-01%7D