Skip to content
This repository has been archived by the owner on May 7, 2022. It is now read-only.

Add sparse and dense layers #16

Merged
merged 54 commits into from
Nov 20, 2020
Merged

Add sparse and dense layers #16

merged 54 commits into from
Nov 20, 2020

Commits on Nov 18, 2020

  1. Configuration menu
    Copy the full SHA
    c9620ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2748175 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e0cdc7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6af084e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b6611ee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    011d9e9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dbf9ce8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2465baa View commit details
    Browse the repository at this point in the history
  9. Add coord to Chunk

    joshuajbouw committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    3cc95ee View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0ac4ddc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    283ebdd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1512b6b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8b20356 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ae2be41 View commit details
    Browse the repository at this point in the history
  15. cargo fmt

    joshuajbouw committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    fb2b991 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. Add points

    joshuajbouw committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    c1cfe4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f596d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b778da8 View commit details
    Browse the repository at this point in the history
  4. Deprecate tile_setter

    joshuajbouw committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    16831ee View commit details
    Browse the repository at this point in the history
  5. Deprecate coord

    joshuajbouw committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    78314e2 View commit details
    Browse the repository at this point in the history
  6. cargo fmt

    joshuajbouw committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    8f3d0ed View commit details
    Browse the repository at this point in the history
  7. Add Tiles

    joshuajbouw committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    fce4a1c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    24cb2b8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6bc1be7 View commit details
    Browse the repository at this point in the history
  10. Rename TileMap to Tilemap

    joshuajbouw committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    5ab17ce View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4ac7925 View commit details
    Browse the repository at this point in the history
  12. Add derives

    joshuajbouw committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    6a50125 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0d9fc1f View commit details
    Browse the repository at this point in the history
  14. Remove deprecations

    joshuajbouw committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    1a2bc7e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1f04c04 View commit details
    Browse the repository at this point in the history
  16. Add default for Tilemap

    joshuajbouw committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    d7cdefd View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c1e2dfc View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    28a70fb View commit details
    Browse the repository at this point in the history
  19. pub(crate) dimensions

    joshuajbouw committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    cde247a View commit details
    Browse the repository at this point in the history
  20. pub(crate) point

    joshuajbouw committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    d6fd4d2 View commit details
    Browse the repository at this point in the history
  21. tilemap docs

    joshuajbouw committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    8e39a97 View commit details
    Browse the repository at this point in the history
  22. cargo fmt

    joshuajbouw committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    0058ca3 View commit details
    Browse the repository at this point in the history
  23. Add attributes

    joshuajbouw committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    0c55bc6 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    52c3ee8 View commit details
    Browse the repository at this point in the history
  25. Add common traits

    joshuajbouw committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    70a858a View commit details
    Browse the repository at this point in the history
  26. Add serde

    joshuajbouw committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    f947f2e View commit details
    Browse the repository at this point in the history
  27. Add Error impl

    joshuajbouw committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    cd9f5a9 View commit details
    Browse the repository at this point in the history
  28. Add Errors docs

    joshuajbouw committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    e6b5761 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    3039baa View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    5d380cc View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. Dimension cleanup

    joshuajbouw committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    d65863e View commit details
    Browse the repository at this point in the history
  2. Overhaul point with impl

    joshuajbouw committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    02bfbf6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0377bf9 View commit details
    Browse the repository at this point in the history
  4. Remove commented out code

    joshuajbouw committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    553e25c View commit details
    Browse the repository at this point in the history
  5. Add Tile impl Into

    joshuajbouw committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    6bcfd25 View commit details
    Browse the repository at this point in the history
  6. Add more impl to Point2

    joshuajbouw committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    d69a68c View commit details
    Browse the repository at this point in the history
  7. Add more tilemap docs

    joshuajbouw committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    d1b260d View commit details
    Browse the repository at this point in the history
  8. Add crate level docs

    joshuajbouw committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    1327ca7 View commit details
    Browse the repository at this point in the history
  9. Remove default features

    joshuajbouw committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    660773a View commit details
    Browse the repository at this point in the history