summaryrefslogtreecommitdiff
path: root/Changelog.txt
diff options
context:
space:
mode:
authoramber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-18 05:51:46 +0000
committeramber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-18 05:51:46 +0000
commitc782ab3c206324ce4e9f92939db5c218f3830476 (patch)
tree67395cf55df33f2b0612f8fe4348acb511f6c2cc /Changelog.txt
parentb1688563811b869b03e77b9b40424c7f1a06532f (diff)
downloadhercules-c782ab3c206324ce4e9f92939db5c218f3830476.tar.gz
hercules-c782ab3c206324ce4e9f92939db5c218f3830476.tar.bz2
hercules-c782ab3c206324ce4e9f92939db5c218f3830476.tar.xz
hercules-c782ab3c206324ce4e9f92939db5c218f3830476.zip
update
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@601 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog.txt')
-rw-r--r--Changelog.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Changelog.txt b/Changelog.txt
index 53d018e1a..d91399ec6 100644
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -1,4 +1,13 @@
Date Added
+12/18
+ * Added concept of dirty storage to reduce saves/load
+ to the char server (do a clean build!) [MouseJstr]
+ * Eliminated storage_storageopen2 as unused [MouseJstr]
+ * Switched to account2storage2() whenever possible
+ to eliminate the possibility of saving empty storage
+ back to the character server (storage wipes) [MouseJstr]
+ * Made it save storage as soon as you close the storage
+ window to reduce possibility of loss/abuse [MouseJstr]
12/17
* Added #item [MC Cameri]
* Added #storagelist, removed @charstoragelist [MC Cameri]