Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SimonN/LixD
base: 7dbb2277e984
Choose a base ref
...
head repository: SimonN/LixD
compare: 342b9220a8cb
Choose a head ref
  • 4 commits
  • 12 files changed
  • 1 contributor

Commits on Jan 2, 2022

  1. Copy the full SHA
    2ffbde5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1af83ba View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. Levels load/save TAG line, level search finds tags

    Enforced rules by the tag-loading code:
    * No whitespace at either end (this will get trimmed)
    * All-lowercase (we call .toLower on the tag)
    * Is not empty after trimming (we discard the empty tag)
    * Is not a duplicate (the tags form a set, not a list)
    
    To edit tags, use a text editor, one line per tag.
    Example: $TAG mytag
    The game and the editor recognize the tags: They load and save tags,
    but don't yet display them anywhere and don't offer to edit them.
    Order of tags doesn't matter. Lix will save them alphabetically.
    
    The level search (in the singleplayer or multiplayer browser) will find
    tags, but you have to enter the exact tag completely. Half-words that
    appear inside tags do not find that tag. Enter the complete tag.
    SimonN committed Jan 6, 2022
    Copy the full SHA
    6ec33f5 View commit details
    Browse the repository at this point in the history
  2. 0.9.41

    SimonN committed Jan 6, 2022
    Copy the full SHA
    342b922 View commit details
    Browse the repository at this point in the history