diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-18 15:20:31 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-18 15:20:31 +0000 |
commit | 9d7d036456ad886c3a60aa73c4db37822923bf60 (patch) | |
tree | 24da1b6036d6015426ffd8b55604f86115c3c569 /Changelog-Trunk.txt | |
parent | 2ce4ea3324da64930c77076194e2e8b2b8ab2e49 (diff) | |
download | hercules-9d7d036456ad886c3a60aa73c4db37822923bf60.tar.gz hercules-9d7d036456ad886c3a60aa73c4db37822923bf60.tar.bz2 hercules-9d7d036456ad886c3a60aa73c4db37822923bf60.tar.xz hercules-9d7d036456ad886c3a60aa73c4db37822923bf60.zip |
* Fixed character storage no longer being sorted (bugreport:1982, since r12950).
- Guild storage is now sorted before being displayed rather than after being saved...
- Merged storage_gsortitem into storage_sortitem.
- Added option 'client_sort_storage' to control storage sorting.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14605 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 4f1ceedb2..9e2d86998 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,6 +1,10 @@ Date Added 2010/12/18 + * Fixed character storage no longer being sorted (bugreport:1982, since r12950). [Ai4rei] + - Guild storage is now sorted before being displayed rather than after being saved... + - Merged storage_gsortitem into storage_sortitem. + - Added option 'client_sort_storage' to control storage sorting (disabled by default, like on official servers). * Updates to handling of hair color/style and cloth color of characters. [Ai4rei] - Moved limit shortcut defines from mmo.h to battle.h, as they are only required in files, which include battle.h (since pre-svn 2004/10/15). - Moved hair style/color validation from char-server to map-server. This enables use of non-default limits as specified in battle config, rather than being restricted to hard-coded ones (bugreport:150). |