summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authoreathenabot <eathenabot@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-11 21:06:25 +0000
committereathenabot <eathenabot@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-11 21:06:25 +0000
commit415e738feb188909dea60831aef07c4fb0fe0f17 (patch)
tree655d59ab571962a2b3fa2fdc492bee3b83b024cc /Changelog-Trunk.txt
parentd187830a9f19239d7f43729a51198ed9dd8c176f (diff)
downloadhercules-415e738feb188909dea60831aef07c4fb0fe0f17.tar.gz
hercules-415e738feb188909dea60831aef07c4fb0fe0f17.tar.bz2
hercules-415e738feb188909dea60831aef07c4fb0fe0f17.tar.xz
hercules-415e738feb188909dea60831aef07c4fb0fe0f17.zip
* Merged changes up to eAthena 15032.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15065 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt28
1 files changed, 25 insertions, 3 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 8082888f6..82b4831c0 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -1,11 +1,33 @@
Date Added
+2011-12-10
+ * Updated pcre3.dll and related files from 7.0 to 8.20 (bugreport:4948). [Ai4rei]
+2011-12-09
+ * Updated PACKETVER and packet_db_ver to the most recent fully supported and stable client (2010-07-28aRagexeRE). [Ai4rei]
+2011-12-08
+ * Updated zlib1.dll and related files from 1.2.3 to 1.2.5 (bugreport:4948). [Ai4rei]
+2011-12-04
+ * Random procrastinating in map.c/map.h [Ai4rei]
+ - Rewrote command line option parser. Now reports invalid options and missing option values.
+ - Dropped some alternative option names.
+ - Renamed option --grf-path-file to --grf-path.
+ - Enabled option --inter-config for TXT builds as well (mapreg_txt, party_share_level, etc.).
+ - Fixed outdated website url in version screen.
+ - Replaced 'puts' with 'ShowInfo' in help screen and reformatted it a bit.
+ - Added explanation for option --run-once to help screen (follow up to r789).
+ - Fixed option --inter-config was called --sql-config in help screen (follow up to r930).
+ - Removed orphaned extern variable 'map_server_dns' declaration from map.h (since r7275, follow up to r7360).
+2011-12-03
+ * Preparation clean up in clif.h [Ai4rei]
+ - Synced function declarations and argument names with clif.c including whitespace.
+ - Removed orphaned function declarations.
+ - Removed include to storage.h and put it into .c files that need it instead.
+2011-11-28
+ * Fixed novending cell check using misleading error message (bugreport:2592, since r11572 and r14724, related r11580). [Ai4rei]
+ * Fixed removing item scripts through script command *setitemscript not working the way it is stated in script_commands.txt (related r9831). [Ai4rei]
2011-11-27
* Welcome to RAthena! http://rathena.org/board/topic/53704-rathena-the-fork/
-2011/11/28
- * Fixed novending cell check using misleading error message (bugreport:2592, since r11572 and r14724, related r11580). [Ai4rei]
- * Fixed removing item scripts through script command *setitemscript not working the way it is stated in script_commands.txt (related r9831). [Ai4rei]
2011/11/19
* Fixed wrong damage numbers being displayed when the damage source was disguised (bugreport:5093, since r14979). [Ai4rei]
2011/11/17