Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Allow modAPI (script) access to OnGridChanged events. #519

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Apr 29, 2016

  1. Allow modAPI (script) access to OnGridChanged events.

    OnGridChanged is used in the cargoship code to detect when a Player has
    taken over a ship so it doesn't despawn.
    
    It's not possible to create the same functionality with other available
    events, which can be triggered by things like minor damage to ships, or
    unpowered ships drifting.
    fabricator77 committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    ccc215b View commit details
    Browse the repository at this point in the history

Commits on May 3, 2016

  1. expose CreateNewNpcIdentity

    exposes CreateNewNpcIdentity to IMyPlayerCollection
    IMyIdentity IMyPlayerCollection.CreateNewNpcIdentity(string name)
    
    Note this can only be used to create NPCs, not faked players.
    fabricator77 committed May 3, 2016
    Configuration menu
    Copy the full SHA
    4f36ab8 View commit details
    Browse the repository at this point in the history
  2. Revert "expose CreateNewNpcIdentity"

    This reverts commit 4f36ab8.
    fabricator77 committed May 3, 2016
    Configuration menu
    Copy the full SHA
    445125f View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2016

  1. Configuration menu
    Copy the full SHA
    cffced2 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2016

  1. Configuration menu
    Copy the full SHA
    527dd59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0f0773 View commit details
    Browse the repository at this point in the history