summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-06-21 18:30:39 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-06-21 18:30:39 +0000
commit2fffc25ea8895cbd7748b4a84565091a91490995 (patch)
tree5636e6c7a930c462adeec55f1e2029745db195d6 /Changelog-Trunk.txt
parent30eb0d043dff54ee877e408c53d7ecd547686a22 (diff)
downloadhercules-2fffc25ea8895cbd7748b4a84565091a91490995.tar.gz
hercules-2fffc25ea8895cbd7748b4a84565091a91490995.tar.bz2
hercules-2fffc25ea8895cbd7748b4a84565091a91490995.tar.xz
hercules-2fffc25ea8895cbd7748b4a84565091a91490995.zip
- Added function parse_hostbyname() which takes a hostname and a char[4]. The hostname is resolved to an ip, whose individual components are stored in char[], the return value of the function is the inet_addr result of the lookup (or returns 0 when failed). Meant to be used in the rest of the code without the need to do socket/network related includes.
- Applied use of parse_hostbyname() in chrif.c to fix compilation errors. - status_percent_change will now account for when the target's max hp/sp is above INT_MAX. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7281 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 6c4ebbb4c..c6807c272 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,10 @@ 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.
2006/06/21
+ * Applied use of parse_hostbyname() in chrif.c to fix compilation errors.
+ [Skotlex]
+ * status_percent_change will now account for when the target's max hp/sp is
+ above INT_MAX. [Skotlex]
* [Added]:
- DNS (WAN) sync for those pesky disconnections (dynamic ip renewal). [Lance]
2006/06/20