summaryrefslogtreecommitdiff
path: root/Changelog-Renewal.txt
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-11-23 11:13:49 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-11-23 11:13:49 +0000
commit959fcb568df0534989eba2f23870a12aaecb91a2 (patch)
tree430cee6221fbfd1b09a8ae5a16ac8c21284e7f42 /Changelog-Renewal.txt
parent7d7f935061145b4f387ce904ec3d1c44612341bb (diff)
downloadhercules-959fcb568df0534989eba2f23870a12aaecb91a2.tar.gz
hercules-959fcb568df0534989eba2f23870a12aaecb91a2.tar.bz2
hercules-959fcb568df0534989eba2f23870a12aaecb91a2.tar.xz
hercules-959fcb568df0534989eba2f23870a12aaecb91a2.zip
* Various small cleanups.
- Fixed truncation warnings in @statuspoint, @skillpoint and @str/@agi/@vit/@int/@dex/@luk (since r14436). - Fixed data type inconsistency in @statuspoint and @skillpoint (since r5762, related r13541). - Silenced truncation warnings in CR_ACIDDEMONSTRATION damage calculation and cardfix application (since r13700). - Reformatted unit_blown to make it look cleaner (follow up to r14492). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14493 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Renewal.txt')
-rw-r--r--Changelog-Renewal.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog-Renewal.txt b/Changelog-Renewal.txt
index 84fd9c869..c2619d632 100644
--- a/Changelog-Renewal.txt
+++ b/Changelog-Renewal.txt
@@ -3,6 +3,11 @@ Date Added
2010/11/23
* Added script command pushpc, which is required by newer scripts. [Ai4rei]
- Moved knockback-part of skill_blown into unit_blown, to allow unconditional knockback required by pushpc without copy-pasting code.
+ * Various small cleanups. [Ai4rei]
+ - Fixed truncation warnings in @statuspoint, @skillpoint and @str/@agi/@vit/@int/@dex/@luk (since r14436).
+ - Fixed data type inconsistency in @statuspoint and @skillpoint (since r5762, related r13541).
+ - Silenced truncation warnings in CR_ACIDDEMONSTRATION damage calculation and cardfix application (since r13700).
+ - Reformatted unit_blown to make it look cleaner (follow up to r14492).
2010/11/22
* mail_deliveryfail no longer attempts to log (since r12910) and give items (since r11855), when there is no item attached to the mail (bugreport:3239). [Ai4rei]
* Fixed a crash when shutting down char-server (TXT only), after it failed to load storage save data (since r1275). [Ai4rei]