-
Notifications
You must be signed in to change notification settings - Fork 785
Implementation of Hercules Ultimate Storage System (HUSS) #3330
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
Open
jasonch35
wants to merge
32
commits into
HerculesWS:master
Choose a base branch
from
jasonch35:huss
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
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
1ffe6ad
Implementation of the Hercules Ultimate Storage System
jasonch35 0a930b5
Add SQL files for main db and upgrades
jasonch35 d403047
Add data on message tables for the updated atcommands
jasonch35 520001b
Storage configuration
jasonch35 95d6f76
Update NPC scripts to comply with new command
jasonch35 98ad026
Update script and atcommand documentation
jasonch35 0cb567d
Update HPM Hooks
jasonch35 4aea3a4
Show warning if storage capacity is over MAX_STORAGE
jasonch35 c8947dc
Use cart function when storing from cart
jasonch35 c5e746a
Indexed storage_id column from storage sql table
jasonch35 41528de
Char-server to ignore storage sizes and hardcoded to MAX_STORAGE instead
jasonch35 6e485b3
Moved storage_settings struct from mmo to storage header
jasonch35 1dccefc
Added access modes argument for storage->open
jasonch35 8baf55b
Refactored atcommands logic
jasonch35 973f6f6
Missed name parameter in clif.c
jasonch35 dcdd63c
Fixed invalid storage(0) assertion
jasonch35 49997aa
Indentation/space fix
jasonch35 645b77a
PCCHECK_STORAGE check fix
jasonch35 d6adf1b
Initialization logic fix
jasonch35 007a858
Removed unnecessary cleaning of VECTOR
jasonch35 1c34316
Removed full storage checks for functions that calls storage->additem()
jasonch35 a919fd8
Set constant at the end of every iteration at config reading
jasonch35 53baf8b
Update HPM Hooks
jasonch35 e882183
Messagetable update
jasonch35 dc85a3e
Proper code styling for asterisks
jasonch35 3ec152b
Clif update storage amount window to capacity
jasonch35 8df6252
Corrected documentation
jasonch35 9f08c77
Storage config reading
jasonch35 8eaf684
Removed redundant assignment
jasonch35 761ea97
Clear item list for every storage at unit freeing
jasonch35 f2c4ffe
Allocate only required number of rows retrieved from SQL
jasonch35 1bb030c
Reverted storage availability assertion
jasonch35 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.