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: 5a566b5ab6e8
Choose a base ref
...
head repository: SimonN/LixD
compare: 0c4a013dac7e
Choose a head ref
  • 13 commits
  • 98 files changed
  • 1 contributor

Commits on Jan 5, 2019

  1. Refactor: Alcol ctors -> al_map_rgba_f

    This clarifies order of arguments.
    SimonN committed Jan 5, 2019
    Copy the full SHA
    d42e244 View commit details
    Browse the repository at this point in the history
  2. Refactor graphic.color

    SimonN committed Jan 5, 2019
    Copy the full SHA
    673d205 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    2fa9b89 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

  1. Fix deprecated casts in loop indices

    All enumerating loops index by size_t or const size_t.
    The body of the loop is responsible for explicit conversion to int.
    Methods should still be written to accept int, not size_t.
    SimonN committed Jan 16, 2019
    Copy the full SHA
    8100c86 View commit details
    Browse the repository at this point in the history
  2. Fix DMD 2.084's warning for MarkedOcc.toHash

    Lix should now compile without warnings with DMD 2.084.
    The warning might be a problem in DMD 2.084:
    https://issues.dlang.org/show_bug.cgi?id=19517
    SimonN committed Jan 16, 2019
    Copy the full SHA
    566d8c7 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

  1. Tutorials, selected 15 basic maps

    Cooperation of Wuzzy, Simon, and F.
    SimonN committed Jan 17, 2019
    Copy the full SHA
    d38746e View commit details
    Browse the repository at this point in the history
  2. Anything Can Work, easier

    SimonN committed Jan 17, 2019
    Copy the full SHA
    11fbbd2 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2019

  1. Copy the full SHA
    7ced625 View commit details
    Browse the repository at this point in the history
  2. game.score -> gui.score

    Reason for the move: The lobby shall eventually display score bars after
    a game. The lobby shall get scores from the game, but not the entire GUI
    widget. The lobby shall create the widget itself.
    
    The lobby doesn't display any GUI widget for scores yet; instead, the
    lobby still prints the scores to the chat.
    SimonN committed Jan 25, 2019
    Copy the full SHA
    2c8d88f View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2019

  1. Nessy's 10 singleplayer levels

    SimonN committed Jan 28, 2019
    Copy the full SHA
    bcf4bf9 View commit details
    Browse the repository at this point in the history
  2. Mobius's singleplayer levels

    SimonN committed Jan 28, 2019
    Copy the full SHA
    c97d708 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2019

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

Commits on Feb 4, 2019

  1. 0.9.25

    SimonN committed Feb 4, 2019
    Copy the full SHA
    0c4a013 View commit details
    Browse the repository at this point in the history