Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Restructure build process to simplify the wasm memory fragmentation #62

Merged
merged 41 commits into from
Apr 12, 2020

Commits on Mar 13, 2020

  1. Configuration menu
    Copy the full SHA
    94eaeaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0dad915 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2020

  1. cargo fmt

    konsumlamm committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    78b6980 View commit details
    Browse the repository at this point in the history
  2. update tests

    konsumlamm committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    7eb38f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26a5645 View commit details
    Browse the repository at this point in the history
  4. add EngineError

    konsumlamm committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    6ab1c9d View commit details
    Browse the repository at this point in the history
  5. Add ressources module

    TrueDoctor committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    28206c4 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2020

  1. Configuration menu
    Copy the full SHA
    67f5d2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa39a5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c81648a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3dd49cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    289cf56 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0285b25 View commit details
    Browse the repository at this point in the history
  7. various fixes

    fix typos
    fix Rbox::new
    fix From<&SRT> impl for RBox
    remove smallvec dependency
    add conversions from and to arrays for Vec2, Vec3
    update docs
    
    NOTE: the Collide impl is currently not working properly
    konsumlamm committed Mar 15, 2020
    Configuration menu
    Copy the full SHA
    667c729 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. Rework mem fregmentation

    TrueDoctor committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    766d7c5 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2020

  1. stable?

    TrueDoctor committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    f44a9fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa0c686 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1758b05 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e16f99 View commit details
    Browse the repository at this point in the history
  5. Cargo format

    TrueDoctor committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    6b4bcca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2178923 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    00eb373 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    257dbdf View commit details
    Browse the repository at this point in the history
  9. Remove unused dependencies

    TrueDoctor committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    1205cbf View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2020

  1. Fix collision detection

    rename variables in tests
    add ratatosk.iml to .gitignore
    konsumlamm committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    b6dfccf View commit details
    Browse the repository at this point in the history
  2. Fix color_type

    TrueDoctor committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    9d3c548 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43d744e View commit details
    Browse the repository at this point in the history
  4. Replace rbox aabox collision

    nat-rix committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    6b24c1f View commit details
    Browse the repository at this point in the history
  5. Run cargo make format

    :'(
    nat-rix committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    570c6f6 View commit details
    Browse the repository at this point in the history
  6. Start introducing ResourceTable

    * Calculate Length of memory areas at compile time
    TrueDoctor committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    21e2539 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d3aade6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    577f8be View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ec19728 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5cb078c View commit details
    Browse the repository at this point in the history
  11. Fix broke Cargo.lock

    TrueDoctor committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    a445563 View commit details
    Browse the repository at this point in the history
  12. Fix some minor issues

    TrueDoctor committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    cc451e3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a49727d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2610d0e View commit details
    Browse the repository at this point in the history
  15. Diversify ResourceErrors

    TrueDoctor committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    e03029d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d712d46 View commit details
    Browse the repository at this point in the history
  17. Fix minor issues

    TrueDoctor committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    5c7ed15 View commit details
    Browse the repository at this point in the history