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: 284f55581fff
Choose a base ref
...
head repository: SimonN/LixD
compare: 2240f05f41c5
Choose a head ref
  • 6 commits
  • 49 files changed
  • 1 contributor

Commits on Jul 31, 2018

  1. fix #344: guideline pieces selectable in editor

    The breadcrumb navigation is subclassable.
    SimonN committed Jul 31, 2018
    Copy the full SHA
    edb8ca0 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2018

  1. fix #354: erase 1-pixel garbage line at right edge

    Paint a thicker border by 1 pixel at the right edge before drawing the
    map (that typically erases this extra border width). But sometimes (A),
    the map is drawn 1 pixel too short, revealing this extra border width.
    
    Before this commit, when (A), the game would keep leftover pixels
    unerased from the previous drawing. Example of that bug:
    Set game window to 1280x800.
    Create a map sized 414x240.
    Look at the map in the game or editor, and zoom in and out.
    SimonN committed Aug 1, 2018
    Copy the full SHA
    95a9e0f View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2018

  1. RepForLev dialog: choose replay via basename

    If you have a level mylevel.txt, highlight that in the singleplayer
    browser. Enter the RepForLev dialog; this dialog will offer replays that
    start with mylevel-. This dialog matches only by the files' basenames.
    SimonN committed Aug 10, 2018
    Copy the full SHA
    9f64754 View commit details
    Browse the repository at this point in the history
  2. lemforum levels, remove some backroutes

    Get Hype: rm fling backroute
    Toccata, backroute fix
    Striking News: closer cacti, high water pit
    Behind Bars 8/10
    SimonN committed Aug 10, 2018
    Copy the full SHA
    f877ef9 View commit details
    Browse the repository at this point in the history
  3. Raymanni's and Flopsy's multiplayer levels

    Raymanni: 3 multiplayer levels
    Flopsy's Fire Escape, Harden the Paint
    SimonN committed Aug 10, 2018
    Copy the full SHA
    32674d9 View commit details
    Browse the repository at this point in the history
  4. 0.9.19

    SimonN committed Aug 10, 2018
    Copy the full SHA
    2240f05 View commit details
    Browse the repository at this point in the history