diff options
author | Lance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-27 13:23:53 +0000 |
---|---|---|
committer | Lance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-27 13:23:53 +0000 |
commit | be9a68f5b1e78d7e5be21b7553179814c55613fa (patch) | |
tree | 357edbe5bb82f3ed082502e79101d0d1999ece07 /Changelog-Trunk.txt | |
parent | 1601db7f82d8eb49526c913ef1857185e32d2df2 (diff) | |
download | hercules-be9a68f5b1e78d7e5be21b7553179814c55613fa.tar.gz hercules-be9a68f5b1e78d7e5be21b7553179814c55613fa.tar.bz2 hercules-be9a68f5b1e78d7e5be21b7553179814c55613fa.tar.xz hercules-be9a68f5b1e78d7e5be21b7553179814c55613fa.zip |
* Refixed the fix with a constant list for Win32 users - limits.h (imported from MSVC)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5769 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 80f913774..11cb5985b 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -6,12 +6,18 @@ GOES INTO TRUNK AND WILL BE MERGED INTO STABLE BY VALARIS AND WIZPUTER. -- VALAR 2006/03/26
+ * Refixed the fix with a constant list for Win32 users - limits.h (imported from MSVC) [Lance]
* Fixed a problem in chrif.c where USHRT_MAX was undefined. [Codemaster]
* Added jAthena's new start and athena-start shell scripts. [Lance]
* Changed status_point/skill_point to unsigned short. Adjusted the code as - necessary to prevent overflows. [Skotlex] - * itemdb_exists and itemdb_searchname should now ignore dummy_item matches. [Skotlex] - * Fixed jstrescapecpy crashing when you pass a null string to parse. [Skotlex] +
+ necessary to prevent overflows. [Skotlex]
+ + * itemdb_exists and itemdb_searchname should now ignore dummy_item matches. [Skotlex]
+ + * Fixed jstrescapecpy crashing when you pass a null string to parse. [Skotlex]
+ +
2006/03/25
* Fixed the map-server freeze/crash on Warp Portal. [Skotlex] * Fixed Grandcross/Granddarkness showing no skill animation. [Skotlex] |