diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-11-30 18:02:54 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-11-30 18:02:54 +0000 |
commit | 0b3a25080b95770f5447a0dbde4625d122b31fb3 (patch) | |
tree | c501015d8b6c3148339c16d4e447ab4b1408220d /Changelog-Trunk.txt | |
parent | 80907412c396e576da0a7fbdc3c6babbb2c16c02 (diff) | |
download | hercules-0b3a25080b95770f5447a0dbde4625d122b31fb3.tar.gz hercules-0b3a25080b95770f5447a0dbde4625d122b31fb3.tar.bz2 hercules-0b3a25080b95770f5447a0dbde4625d122b31fb3.tar.xz hercules-0b3a25080b95770f5447a0dbde4625d122b31fb3.zip |
* Moved function 'exists' (file presense check) to utils.c, so that it is available to code outside of lock.c
- Fixed associated F_OK and R_OK defines causing 'already defined' warnings on MinGW (since r1361).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14528 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 7a06f5e2f..4120a872d 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,11 +1,13 @@ Date Added 2010/11/30 + * Moved function 'exists' (file presense check) to utils.c, so that it is available to code outside of lock.c [Ai4rei] + - Fixed associated F_OK and R_OK defines causing 'already defined' warnings on MinGW (since r1361). * Resolved missing script documentation (bugreport:4578). [Ai4rei] - Added documentation for bonus bAutoSpellOnSkill (follow up to r13596). - Added documentation for script command progressbar (follow up to r14024). * Made job_db1.txt, job_db2.txt, size_fix.txt and refine_db.txt reading use sv_readdb. [Ai4rei] - - NOTE: Any MAX_LEVEL (map.h) increase requires at least same increase of SV_READDB_MAX_FIELDS as well. + - NOTE: Any MAX_LEVEL (map.h) increase requires at least same increase of SV_READDB_MAX_FIELDS (strlib.c) as well. * Added SV_READDB_MAX_FIELDS define for configuration of the sv_readdb limit. [Ai4rei] * Made skill_tree.txt reading use sv_readdb. [Ai4rei] - Added define for skill entry requirements. |