Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Equipment fixes 2 #3052

Merged

Commits on Jul 14, 2014

  1. remove Ship::UpdateStats, because it only calls UpdateEquipStats anyway

    It might need to be re-introduced in the future to call some combination
    of UpdateEquipStats, UpdateLuaStats and UpdateFuelStats, but for now it's
    better to call UpdateEquipStats directly to avoid confusion.
    johnbartholomew committed Jul 14, 2014
    Copy the full SHA
    b3f682a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a3f8cf2 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0bc6080 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    096c724 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2014

  1. Copy the full SHA
    7cb454a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2a39860 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b1fb6a0 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    bc38d8d View commit details
    Browse the repository at this point in the history
  5. add a ship total mass limit check in EquipType.Install

    This prevents actions like scooping cargo from using more than the
    available space and hence giving you negative free capacity.
    johnbartholomew committed Jul 15, 2014
    Copy the full SHA
    7eeb6a5 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2014

  1. Copy the full SHA
    120f9b5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2d6b521 View commit details
    Browse the repository at this point in the history