summaryrefslogtreecommitdiff
path: root/Changelog.txt
diff options
context:
space:
mode:
authorcelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-01-11 10:57:57 +0000
committercelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-01-11 10:57:57 +0000
commit689ff4485443705d31f896d057e2cc6701f7b612 (patch)
tree2f3fbe798046690cb0b2ffdf35602904ab9fed5c /Changelog.txt
parent39d93057ef2dc8b08f9036e7bfb845ce2b5e0074 (diff)
downloadhercules-689ff4485443705d31f896d057e2cc6701f7b612.tar.gz
hercules-689ff4485443705d31f896d057e2cc6701f7b612.tar.bz2
hercules-689ff4485443705d31f896d057e2cc6701f7b612.tar.xz
hercules-689ff4485443705d31f896d057e2cc6701f7b612.zip
* Added support for 2005-01-10Sakexe
* Updated packet functions for 2004-11-08 and 2004-12-06 * REMOVED support for clients before packet version 10 * Added a check to prevent crashing when trying to log in with 2005-01-10aSakexe in servers that don't support it git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@951 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog.txt')
-rw-r--r--Changelog.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/Changelog.txt b/Changelog.txt
index c42ce1f97..42774b03e 100644
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -1,11 +1,22 @@
Date Added
01/11
+ * Added support for 2005-01-10Sakexe [celest]
+ * Updated packet functions for 2004-11-08 and 2004-12-06 (Note: eA *can*
+ support 12-06, but still doesn't recognise it... so unless we find a way,
+ it is *not* supported yet) [celest]
+ * Updated packet_db, thanks to Sara-chan [celest]
+ * REMOVED support for clients before packet version 10 (2004-08-25 and
+ earlier) - the client will receive a 'Game Exe not latest version' message
+ [celest]
+ * Added a check to prevent crashing when trying to log in with
+ 2005-01-10aSakexe in servers that don't support it [celest]
* Added a fix to @sound where if you forgot the .wav exention, i'd attempt to play the file without it (it adds the .wav) [Codemaster] [SVN 949]
* Added @disguiseall / @undisguiseall [Codemaster] [SVN 949]
* Added misc. clif.c fixes (jAthena added alot of close(fd)'s, so i added them, too) [Codemaster] [SVN 949]
* Added bug reports - Celest, you might want to check one of those out [Codemaster] [SVN 949]
* Fixed a bug in clif.c which didn't allow to enther the map-server.
It worked under win32, but didn't under Linux. [Lupus]
+
01/10
* Completed adding packet DB reading... still needs (a lot) more work in
clif.c [celest]