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

Remove all nulls #402

Merged
merged 4 commits into from
Oct 30, 2018
Merged

Remove all nulls #402

merged 4 commits into from
Oct 30, 2018

Commits on Oct 14, 2018

  1. Remove all nulls

    Refactors the entire code base to remove all usages for null as a
    values, and all null checks. When needed, data structures are updated to
    use java.util.Optional, but in a lot of cases null are removed without
    replacement.
    OlivierBlanvillain committed Oct 14, 2018
    Configuration menu
    Copy the full SHA
    89c87c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19d1150 View commit details
    Browse the repository at this point in the history
  3. Minor graphical adjustment

    Fix the Lizzie window not actually starting centered.
    
    Remove the 0.98 factor on board size to remove the small region of
    background above the board.
    
    Fix an exception when creating a BufferedImage with width zero.
    OlivierBlanvillain committed Oct 14, 2018
    Configuration menu
    Copy the full SHA
    3923312 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2018

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