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

🚀 2023.1.1 #197

Merged
merged 73 commits into from
Oct 15, 2024
Merged

🚀 2023.1.1 #197

merged 73 commits into from
Oct 15, 2024

Commits on Sep 16, 2023

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

Commits on Sep 17, 2023

  1. Configuration menu
    Copy the full SHA
    024ba0a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #195 from skelitheprogrammer/main

    Fixed WorldBrowser inability to update world view list
    olegmrzv authored Sep 17, 2023
    Configuration menu
    Copy the full SHA
    a1d06e0 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

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

Commits on Sep 26, 2023

  1. 🚀 Up version to 2023.1.1

    olegmrzv committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    99205e5 View commit details
    Browse the repository at this point in the history
  2. 🚧 Fix 40B alloc

    olegmrzv committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    dd62c7c View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

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

Commits on Oct 26, 2023

  1. Add IBoxedAspect

    vanifatovvlad committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    3ec2ea0 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Merge pull request #207 from scellecs/remove-all-fix

    Restored default element in Stash after RemoveAll()
    olegmrzv authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    9ca8294 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #208 from codewriter-packages/boxed-aspect

    Add IBoxedAspect
    olegmrzv authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    a2da21f View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    a39a6a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2971841 View commit details
    Browse the repository at this point in the history
  3. 🚧 Fix World.Dispose logic

    olegmrzv committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    34c100a View commit details
    Browse the repository at this point in the history
  4. 🚧 Fix Native Support

    olegmrzv committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    6dd1b10 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. 🚀 Stash clones

    olegmrzv committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    8edee71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8b98a1 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    olegmrzv committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    12250dd View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. 🚧 Fix Native Support

    olegmrzv committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    5ebaf81 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. 🚧 Fix Stash Ctor

    olegmrzv committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    0b4644c View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Reduce Il2cppMemoryAllocator memory usage from generics

    Gallardo994 committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    8944b57 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #217 from scellecs/igor/fix-generics-memory-usage

    Reduce Il2cppMemoryAllocator memory usage from generics
    olegmrzv authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    230da06 View commit details
    Browse the repository at this point in the history
  3. 🚧 Fix Entity Provider

    olegmrzv committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    bfa4ac2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f7a32a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc3e4d0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a8e89cd View commit details
    Browse the repository at this point in the history
  7. MORPEH_DISABLE_COMPONENT_DISPOSE readme

    Gallardo994 committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    252e0e0 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #218 from scellecs/igor/no-disposable-switch

    Ability to disable AsDisposable functionality for stashes
    olegmrzv authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    74df413 View commit details
    Browse the repository at this point in the history
  9. Store stashes in World directly

    Gallardo994 committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    3278c80 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Dispose all worlds in initialization by default

    Gallardo994 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    6757922 View commit details
    Browse the repository at this point in the history
  2. Fix for unity

    Gallardo994 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    ad5ef07 View commit details
    Browse the repository at this point in the history
  3. Rename

    Gallardo994 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    1da84ea View commit details
    Browse the repository at this point in the history
  4. One more rename

    Gallardo994 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    3543be3 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #219 from scellecs/igor/store-stashes-in-world

    Store stashes in World instance directly
    olegmrzv authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    3604d6c View commit details
    Browse the repository at this point in the history
  6. Update EntityViewer.cs

    Gallardo994 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    144a5e2 View commit details
    Browse the repository at this point in the history
  7. Stash Resize metric

    olegmrzv committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    b7f21b4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    203aff2 View commit details
    Browse the repository at this point in the history
  9. Stash Resize metric++

    olegmrzv committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    362df9f View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Devirtualize stashes

    Gallardo994 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    d2f0ae1 View commit details
    Browse the repository at this point in the history
  2. Cleanup

    Gallardo994 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    4832da8 View commit details
    Browse the repository at this point in the history
  3. Mark as internal

    Gallardo994 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    2b258a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02651a4 View commit details
    Browse the repository at this point in the history
  5. Rename for consistency

    Gallardo994 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    bb1238e View commit details
    Browse the repository at this point in the history
  6. Cleanup

    Gallardo994 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    adab441 View commit details
    Browse the repository at this point in the history
  7. Update StashMap.cs

    Gallardo994 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    e214c3d View commit details
    Browse the repository at this point in the history
  8. Update StashMap.cs

    Gallardo994 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    50887ee View commit details
    Browse the repository at this point in the history
  9. Remove ins

    Gallardo994 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    1ace6a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Fix missing attributes

    Gallardo994 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    3be8227 View commit details
    Browse the repository at this point in the history
  2. Update Stash.cs

    Gallardo994 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    3e603bd View commit details
    Browse the repository at this point in the history
  3. Update StashMap.cs

    Gallardo994 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    a6ab4d6 View commit details
    Browse the repository at this point in the history
  4. Update StashMap.cs

    Gallardo994 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    553c9c9 View commit details
    Browse the repository at this point in the history
  5. Update StashMap.cs

    Gallardo994 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    3d8b99b View commit details
    Browse the repository at this point in the history
  6. Update Stash.cs

    Gallardo994 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    d3e9687 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dd2adbb View commit details
    Browse the repository at this point in the history
  8. Allow iterating over stashes

    Gallardo994 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    406ceb0 View commit details
    Browse the repository at this point in the history
  9. Rename for consistency

    Gallardo994 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    4009158 View commit details
    Browse the repository at this point in the history
  10. Update StashMap.cs

    Gallardo994 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    30874ee View commit details
    Browse the repository at this point in the history
  11. Cleanup

    Gallardo994 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    c06b709 View commit details
    Browse the repository at this point in the history
  12. Remove unnecessary check

    Gallardo994 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    917101d View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Merge pull request #221 from scellecs/igor/devirtualize-stashes

    Devirtualize stashes
    olegmrzv authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    fe4cd45 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Add length property to Stash

    Gallardo994 committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    d021806 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Fix stash data leak on entity disposal

    Gallardo994 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    7acdf5c View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    608bc04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb2dd2d View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Fix in HashHelpers

    heymeepo committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    7f5c871 View commit details
    Browse the repository at this point in the history
  2. Fix in HashHelpers++

    heymeepo committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    d43d849 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0fc33c View commit details
    Browse the repository at this point in the history
  4. Update LICENSE.md

    heymeepo committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    1937f50 View commit details
    Browse the repository at this point in the history
  5. Up NuGet to 2023.1.1

    heymeepo committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    595e5c9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    70a60df View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    796b785 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    522c319 View commit details
    Browse the repository at this point in the history
  9. Update README.md

    heymeepo committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    06116d9 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

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