From 0b3a25080b95770f5447a0dbde4625d122b31fb3 Mon Sep 17 00:00:00 2001 From: ai4rei Date: Tue, 30 Nov 2010 18:02:54 +0000 Subject: * 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 --- Changelog-Trunk.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Changelog-Trunk.txt') 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. -- cgit v1.2.3-70-g09d2