summaryrefslogtreecommitdiff
path: root/Changelog.txt
diff options
context:
space:
mode:
authoramber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-26 19:44:00 +0000
committeramber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-26 19:44:00 +0000
commitd73cbd4c778f408ce3e06c57ad6418b99e2b9c51 (patch)
tree7e0eccf71218102b49424879e1ff6d8bf5ae05af /Changelog.txt
parent23180e04bdb7a2dfb95da6fb6ab0026fb4ea8b0d (diff)
downloadhercules-d73cbd4c778f408ce3e06c57ad6418b99e2b9c51.tar.gz
hercules-d73cbd4c778f408ce3e06c57ad6418b99e2b9c51.tar.bz2
hercules-d73cbd4c778f408ce3e06c57ad6418b99e2b9c51.tar.xz
hercules-d73cbd4c778f408ce3e06c57ad6418b99e2b9c51.zip
updates
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@793 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog.txt')
-rw-r--r--Changelog.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/Changelog.txt b/Changelog.txt
index 9c70a25f2..bffbac0f2 100644
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -1,5 +1,26 @@
Date Added
12/26
+ * @mapexit (and do_final) now persist all data to the
+ char server before exiting to eliminate storage/inventory
+ inconsistancies.. [MouseJstr] (SVN 793)
+ * Some cleanup of spiritball memory management [MouseJstr]
+ * Dramatic performance work for exp updates to sql. Previously, [MouseJstr]
+ when u killed a mob (in party share), it would cause the char_server to
+
+ 1) Delete all guilds for all members of your party
+ 2) Re-create all guilds for all members of your party with the new exp
+ values.
+
+ Now it just generates 2 sql statements per party member,
+
+ 1) update the guild exp,
+ 2) update the guild_member exp.
+
+
+ src/common/socket.c src/common/socket.h src/char_sql/char.c
+ src/char_sql/int_guild.c src/map/chrif.h src/map/pc.c
+ src/map/map.c src/map/chrif.c
+
* Disabled import charcommand_conf.txt by default [celest]
* Added Bitmap File system from jA 1086 - automatically generates a cache
from maps in the GRF to speed up loading. You can enable/disable it with