-
Notifications
You must be signed in to change notification settings - Fork 758
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
Hercules Ultimate Storage System #2724
Open
dastgirp
wants to merge
14
commits into
HerculesWS:master
Choose a base branch
from
dastgirp:sStorage
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Nov 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5fd2818 - Browse repository at this point
Copy the full SHA 5fd2818View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39fb0cd - Browse repository at this point
Copy the full SHA 39fb0cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f532a2 - Browse repository at this point
Copy the full SHA 2f532a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd5d8d5 - Browse repository at this point
Copy the full SHA fd5d8d5View commit details -
Implementation of the Hercules Ultimate Storage System
Storages can now be created through a configuration file that describes their attributes. Example storage configuration: ``` { Id: (int) (required|unique) Unique Identifier Name: (string) (required) Name of the storage sent to the client. Capacity: (int) (required) Maximum capacity of the storage. } ``` Additional storages are handled with dynamic arrays that will save a tonne of memory when created. They are saved in the same storage database (SQL) as the original. An infinite number of storages can be created, there are no limits. The current design implementation only allow saving/loading of approximately 1600 items per storage due to packet size limits. PS. Make sure you apply SQL upgrades for this patch!
Configuration menu - View commit details
-
Copy full SHA for 03a2fe3 - Browse repository at this point
Copy the full SHA 03a2fe3View commit details -
Added support for storage modes: STORAGE_ACCESS_VIEW STORAGE_ACCESS_GET STORAGE_ACCESS_PUT STORAGE_ACCESS_ALL
Configuration menu - View commit details
-
Copy full SHA for 3592a7e - Browse repository at this point
Copy the full SHA 3592a7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e99c68b - Browse repository at this point
Copy the full SHA e99c68bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f22404 - Browse repository at this point
Copy the full SHA 5f22404View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9011dcd - Browse repository at this point
Copy the full SHA 9011dcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1526090 - Browse repository at this point
Copy the full SHA 1526090View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9fa820 - Browse repository at this point
Copy the full SHA c9fa820View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5aaef0 - Browse repository at this point
Copy the full SHA b5aaef0View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa8a87e - Browse repository at this point
Copy the full SHA aa8a87eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26f4ec8 - Browse repository at this point
Copy the full SHA 26f4ec8View commit details
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.