Conversation
* Added 'any', 'count' to HashMap containers * Implemented 'try_get' for mutable HashMap containers * Implemented merge sort for linked list nodes `AtomicLinkedList`
* The utf8-to-wide utility functions are now available publicly. * Updated code in affected projects.
* This includes the move to Conan v2
* Returns valid pointer from a 'consteval' created object.
* added 'wait_for' and 'wait_for_all' and their 'manual_' versions. * updated all affected source code.
* added 'schedule_on' and variants. * added 'resume_on' and variants.
* Still keeping /O1 as the main workaround * Waiting for next VS 2022 release.
* Split iceshard core entry points into separate stages.
* Renamed 'ManualResetSemaphore' to 'ManualResetBarrier'
* Removed old custom types.
Member
Author
|
Finishing up the milestone. |
Dandielo
commented
May 13, 2023
Dandielo
commented
May 13, 2023
Dandielo
commented
May 13, 2023
Member
Author
There was a problem hiding this comment.
Create a ticket to properly integrate Chipmunk2d
Dandielo
commented
May 13, 2023
| { | ||
| for (ice::AssetEntry* entry : _asset_resources) | ||
| { | ||
| //if (entry->refcount.load(std::memory_order_relaxed) > 0) |
Member
Author
There was a problem hiding this comment.
Create task to check for proper asset releasing or at least warnings in dev-ui
Dandielo
commented
May 13, 2023
Dandielo
commented
May 13, 2023
| ice::AssetType type, | ||
| ice::String name, | ||
| ice::String name | ||
| ) noexcept -> ice::Asset |
Member
Author
There was a problem hiding this comment.
Create a brainstorming task to see if the 'bind' method of asset system can be changed
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.