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

150 bones inventory slots and register_transfer_inventory_to_bones_on_player_death callback #3030

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

Commits on Mar 28, 2024

  1. bones: bones are now holding 150 item slots and register_transfer_inv…

    …entory_to_bones_on_player_death callback
    imre84 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    b0545dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3dad8a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eeec7d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5141c96 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b22280 View commit details
    Browse the repository at this point in the history
  6. Use Minetest's table.insert_all

    appgurueu authored and imre84 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    224ae80 View commit details
    Browse the repository at this point in the history
  7. Fix table.insert usage

    appgurueu authored and imre84 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    bd60bfb View commit details
    Browse the repository at this point in the history
  8. Refactor

    appgurueu authored and imre84 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    738e0d7 View commit details
    Browse the repository at this point in the history
  9. Make Luacheck happy

    appgurueu authored and imre84 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    9e52fc1 View commit details
    Browse the repository at this point in the history
  10. PR minetest#3030 fix

    imre84 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    b62713f View commit details
    Browse the repository at this point in the history
  11. as per minetest#3030 (review)

    imre84 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    5b35ea5 View commit details
    Browse the repository at this point in the history
  12. NS routine as per code review

    imre84 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    da3c36d View commit details
    Browse the repository at this point in the history
  13. fix for minetest#3030 (review)

    imre84 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    25ff385 View commit details
    Browse the repository at this point in the history
  14. doc clarification

    imre84 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    062fc46 View commit details
    Browse the repository at this point in the history
  15. as per minetest#3030 (comment)

    imre84 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    e27ad58 View commit details
    Browse the repository at this point in the history
  16. scrollbar vs bones formspec

    imre84 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    7c119fe View commit details
    Browse the repository at this point in the history
  17. debug code removed

    imre84 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    9d41427 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Configuration menu
    Copy the full SHA
    704f11d View commit details
    Browse the repository at this point in the history
  2. scroll fix

    imre84 committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    e7d483b View commit details
    Browse the repository at this point in the history
  3. whitespace fix

    imre84 committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    dfd0805 View commit details
    Browse the repository at this point in the history
  4. bones inventory reordering

    imre84 committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    5879783 View commit details
    Browse the repository at this point in the history
  5. luacheck fix

    imre84 committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    48099eb View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. whitespace fix

    imre84 committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    e62cfaa View commit details
    Browse the repository at this point in the history
  2. coding style fix

    imre84 committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    cd8cb78 View commit details
    Browse the repository at this point in the history
  3. coding style fix

    imre84 committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    cc6b859 View commit details
    Browse the repository at this point in the history
  4. coding style fix

    imre84 committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    5cc2b46 View commit details
    Browse the repository at this point in the history
  5. to make bones_mode = keep work

    imre84 committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    c2cfa87 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    357f87a View commit details
    Browse the repository at this point in the history
  7. cb renamed to callback

    imre84 committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    dbfaad4 View commit details
    Browse the repository at this point in the history
  8. debug code reverted

    imre84 committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    c29990b View commit details
    Browse the repository at this point in the history