Releases: dronelektron/sm-entity-manager
Releases · dronelektron/sm-entity-manager
Entity manager 3.0.0
- Use
HammerIDinstead of the entity index (Fix #1) - Fix crash due to missing
adminmenuplugin - Remove console variables
To convert old configs to new ones, follow these steps:
- Stop the server
- Make a backup of the
configs/entity-managerfolder - Make sure that you have all the maps for which the config file is available
- Remove the old
entity-manager (v2.*)plugin - Install the
entity-manager-v2-to-v3.smxplugin - Install the hammer-id-generator
- Start the server
- Wait until the plugin stops showing activity
- Stop the server
- Remove the
entity-manager-v2-to-v3.smxplugin - Install the new
entity-manager (v3.*)plugin - Start the server
Entity manager 2.0.1
- Apply action to entities on map start
Entity manager 2.0.0
- Add "event" module
- Add entity filter by class name
- Add entity identification by position
- Change beam color
- Disable entity damage when it is frozen or removed
- Draw object bounds
- Generate a unique random name for an entity
- Show path to only one entity
Entity manager 1.3.0
- Split configuration file by maps
- Combine identical messages by type
- Change console variables
- Remove unnecessary constants, move constants to the right files
Entity manager 1.2.1
- Make code compatible with SM 1.11
Entity manager 1.2.0
- Add admin menu support
Entity manager 1.1.0
- Add option to show path to entities
Entity manager 1.0.2
- Add plugin URL
Entity manager 1.0.1
- Move function call "Storage_SaveCurrentMapName()" to "OnMapStart"
Entity manager 1.0.0
- Use "ShowActivity2" instead of "ReplyToCommand" for performed admin actions