summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorParadox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-10-28 05:45:34 +0000
committerParadox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-10-28 05:45:34 +0000
commitb8930b01796ed45000a6929b56d1f3a92b8d40c0 (patch)
tree07a45283a4907f57cd8564ae9bb5c9ce2cf1f676 /Changelog-Trunk.txt
parent3a1fe6e9998f20f4daf5b1eb2aa5e515a81e3bd8 (diff)
downloadhercules-b8930b01796ed45000a6929b56d1f3a92b8d40c0.tar.gz
hercules-b8930b01796ed45000a6929b56d1f3a92b8d40c0.tar.bz2
hercules-b8930b01796ed45000a6929b56d1f3a92b8d40c0.tar.xz
hercules-b8930b01796ed45000a6929b56d1f3a92b8d40c0.zip
Fixed all overflow checks and made the code a bit cleaner from r13322.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13331 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index a5d2ab0c1..049e73428 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,7 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2008/10/27
+ * Fixed all overflow checks and made the code a bit cleaner from r13322. [Paradox924X]
* Removed leftovers of "bLoseSPWhenUnequip" and "bDamageWhenUnequip". [Paradox924X]
2008/10/24
* Added protection from segfault by int overflow in charcommand heal and fixed a typo in atcommand heal. (Follow-up to r13321) [Paradox924X]