diff options
author | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-22 05:01:20 +0000 |
---|---|---|
committer | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-22 05:01:20 +0000 |
commit | b292e29e093cb3b1cba367e6b4644abe68108ae0 (patch) | |
tree | d48b4730f66bd2412ecf4c95163dc915bdac825e /Changelog-SVN.txt | |
parent | f22af3e4a05b0b902f99bde638dd5464fc2d1a03 (diff) | |
download | hercules-b292e29e093cb3b1cba367e6b4644abe68108ae0.tar.gz hercules-b292e29e093cb3b1cba367e6b4644abe68108ae0.tar.bz2 hercules-b292e29e093cb3b1cba367e6b4644abe68108ae0.tar.xz hercules-b292e29e093cb3b1cba367e6b4644abe68108ae0.zip |
PCRE updates
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1157 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-SVN.txt')
-rw-r--r-- | Changelog-SVN.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Changelog-SVN.txt b/Changelog-SVN.txt index 84b0bb6fb..7e5d7258d 100644 --- a/Changelog-SVN.txt +++ b/Changelog-SVN.txt @@ -1,5 +1,10 @@ Date Added +02/22 + * Added perl regular expression support.. look at src/map/npc_chat.c + for all the dirt on the new features. To build it, you have + to enable the PCRE_SUPPORT #define and you also have to + build/install the pcre library. [SVN 1157: MouseJstr] 02/21 * Added actual item_db.sql into sql-files. [Lupus] * Added actual mob_db.sql into sql-files. If you use SQL Mob DB then update it [Lupus] @@ -2000,4 +2005,4 @@ Date Added router or a firewall since there is no way of determining the external IP address. On the other hand, we should be able to eliminate the lan_conf file since we know our IP addresses as well - as our netmask.
\ No newline at end of file + as our netmask. |