Skip to content

Releases: dronelektron/sm-entity-manager

Entity manager 3.0.0

07 Mar 10:00

Choose a tag to compare

  • Use HammerID instead of the entity index (Fix #1)
  • Fix crash due to missing adminmenu plugin
  • Remove console variables

To convert old configs to new ones, follow these steps:

  1. Stop the server
  2. Make a backup of the configs/entity-manager folder
  3. Make sure that you have all the maps for which the config file is available
  4. Remove the old entity-manager (v2.*) plugin
  5. Install the entity-manager-v2-to-v3.smx plugin
  6. Install the hammer-id-generator
  7. Start the server
  8. Wait until the plugin stops showing activity
  9. Stop the server
  10. Remove the entity-manager-v2-to-v3.smx plugin
  11. Install the new entity-manager (v3.*) plugin
  12. Start the server

Entity manager 2.0.1

29 Jun 09:53

Choose a tag to compare

  • Apply action to entities on map start

Entity manager 2.0.0

29 Jun 08:21

Choose a tag to compare

  • 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

20 Oct 12:13

Choose a tag to compare

  • 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

07 Jul 13:16

Choose a tag to compare

  • Make code compatible with SM 1.11

Entity manager 1.2.0

26 Jun 08:55

Choose a tag to compare

  • Add admin menu support

Entity manager 1.1.0

28 Feb 08:39

Choose a tag to compare

  • Add option to show path to entities

Entity manager 1.0.2

26 Feb 12:09

Choose a tag to compare

  • Add plugin URL

Entity manager 1.0.1

24 Feb 20:26

Choose a tag to compare

  • Move function call "Storage_SaveCurrentMapName()" to "OnMapStart"

Entity manager 1.0.0

24 Feb 09:15

Choose a tag to compare

  • Use "ShowActivity2" instead of "ReplyToCommand" for performed admin actions