summaryrefslogtreecommitdiff
path: root/Changelog.txt
diff options
context:
space:
mode:
authorcelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-13 19:02:17 +0000
committercelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-13 19:02:17 +0000
commitb15424b1be7020894f2d530636d77a32ec27e32c (patch)
treeb9a9c25e63cf236354a2275e0bdb2bee42ea6c1e /Changelog.txt
parentfd37fb3ca86a5cd557f137ba9d9c002c464e2250 (diff)
downloadhercules-b15424b1be7020894f2d530636d77a32ec27e32c.tar.gz
hercules-b15424b1be7020894f2d530636d77a32ec27e32c.tar.bz2
hercules-b15424b1be7020894f2d530636d77a32ec27e32c.tar.xz
hercules-b15424b1be7020894f2d530636d77a32ec27e32c.zip
* Added nullpo_retb
* Replaced some parts in skill.c with nullpo checks * Updated most of 12/14's skills patch git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@560 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog.txt')
-rw-r--r--Changelog.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/Changelog.txt b/Changelog.txt
index c95124ed2..6f9f872ed 100644
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -1,15 +1,21 @@
Date Added
12/14
+ * Added nullpo_retb to nullpo.c - does a break; if null [celest]
+ * Replaced some parts in skill.c with nullpo checks [celest]
+ * Corrected some typos - penaly -> penalty [celest]
+ * Skill Updates [celest]
+ - Most of 12/14's Sakray patch
* The SKILL_MAX_DB (yes, a different #define from the one below)
was not large enough for current skills causing memory
corruptions and crashes [MouseJstr]
* Fixed how socket handles EAGIN errors (retry instead of
disconnecting) [MouseJstr]
+
12/13
* Skill Updates [celest]
- Added the new 'Throw Tomahawk' skill (Requires Sakexe1129 or newer)
- Added some new monster skills - but still not complete.
- - Adjusted Palm Strike, Tiger Fist and Chain Crush based on 11/14's patch
+ - Adjusted Palm Strike, Tiger Fist and Chain Crush based on 12/14's patch
* Removed redundant 'sg_count' for map_session_data and mob_data [celest]
* Save both persons' data after trading in case a crash causes them to
rollback - fix by Freya [celest]