From 7f2a504d7bcbc255616af97e050e59b0a2d99c12 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Mon, 11 Feb 2008 19:07:36 +0000 Subject: Merged revisions 3750-3751,3755-3759,3761,3766-3767,3773-3776,3779,3781,3783-3789,3791-3800,3807,3814-3815,3817,3819-3820,3822,3824-3825,3827,3829-3838,3840-3841,3843-3858,3860-3875 via svnmerge from https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r3750 | crush_tmw | 2007-11-20 00:36:02 +0100 (Tue, 20 Nov 2007) | 1 line Updated desert maps with new tiles by Len. ........ r3755 | crush_tmw | 2007-11-20 17:47:44 +0100 (Tue, 20 Nov 2007) | 1 line fixed a collision layer error ........ r3773 | crush_tmw | 2007-12-12 16:45:25 +0100 (Wed, 12 Dec 2007) | 2 lines Added my tmxcopy tool for copying parts of maps to other maps. ........ r3774 | b_lindeijer | 2007-12-12 20:06:49 +0100 (Wed, 12 Dec 2007) | 2 lines Added two new cave tiles by yosuhara. ........ r3775 | crush_tmw | 2007-12-12 20:25:40 +0100 (Wed, 12 Dec 2007) | 1 line Fixed the blurred outlines of the new tiles. ........ r3791 | b_lindeijer | 2007-12-18 17:19:53 +0100 (Tue, 18 Dec 2007) | 2 lines Added initial version of the update analysis tool upalyzer. ........ r3792 | b_lindeijer | 2007-12-18 17:22:27 +0100 (Tue, 18 Dec 2007) | 2 lines Small fix to the displayed obsolete data percentage. ........ r3793 | b_lindeijer | 2007-12-18 17:31:52 +0100 (Tue, 18 Dec 2007) | 2 lines Calculate usage percentage correctly and display zip file overhead. ........ r3794 | b_lindeijer | 2007-12-18 19:44:12 +0100 (Tue, 18 Dec 2007) | 4 lines Optimized with single loop approach and nicer printing calls, inspired by doener's version. Also added list of update entries and their respective update. ........ r3795 | b_lindeijer | 2007-12-19 10:26:21 +0100 (Wed, 19 Dec 2007) | 4 lines Fixed association of entries to update, added no-cache headers, added a bit of error reporting in case of invalid zip files, kept original ordering of the update list and sorted the list of entries on their filename. ........ r3796 | b_lindeijer | 2007-12-19 11:32:28 +0100 (Wed, 19 Dec 2007) | 3 lines Added list of files in each update with indication on whether they are still used. ........ r3797 | b_lindeijer | 2007-12-19 12:16:24 +0100 (Wed, 19 Dec 2007) | 2 lines Fixed weird problem with zip_open failing with relative path. ........ r3798 | b_lindeijer | 2007-12-19 12:22:50 +0100 (Wed, 19 Dec 2007) | 2 lines Incorporated some more of doener's leet PHP skills. ;) ........ r3800 | crush_tmw | 2007-12-19 19:11:22 +0100 (Wed, 19 Dec 2007) | 1 line Fixed a map bug (monster trap) on map 18 (woodland village surrounding) ........ r3814 | b_lindeijer | 2007-12-24 17:23:56 +0100 (Mon, 24 Dec 2007) | 2 lines Updated debian subfolder. ........ r3817 | b_lindeijer | 2007-12-25 15:26:22 +0100 (Tue, 25 Dec 2007) | 2 lines Fixed missing backslash. ........ r3822 | crush_tmw | 2007-12-28 01:26:57 +0100 (Fri, 28 Dec 2007) | 1 line Some mapping errors fixed by Zipon. ........ r3824 | crush_tmw | 2007-12-29 03:25:16 +0100 (Sat, 29 Dec 2007) | 1 line Added new map by 5t3v3 (east desert cave) and enhanced version of eastern desert by Len. ........ r3827 | crush_tmw | 2007-12-30 01:28:00 +0100 (Sun, 30 Dec 2007) | 1 line switched layer compression on. ........ r3830 | crush_tmw | 2008-01-03 18:17:00 +0100 (Thu, 03 Jan 2008) | 1 line Some map bugs reported by Strump, fixed by Zipon. ........ r3840 | crush_tmw | 2008-01-14 11:22:14 +0100 (Mon, 14 Jan 2008) | 1 line Added new versions of snow maps by 5t3v3 (with minor fixes) ........ r3845 | crush_tmw | 2008-01-19 12:43:32 +0100 (Sat, 19 Jan 2008) | 1 line Fixes for the new snowland maps by 5t3v3. ........ r3846 | crush_tmw | 2008-01-19 14:00:37 +0100 (Sat, 19 Jan 2008) | 1 line Added hot spring particle effect to pond south of snow village. ........ r3873 | crush_tmw | 2008-02-08 23:07:21 +0100 (Fri, 08 Feb 2008) | 1 line Added Dimonds Cove Restaurant maps. ........ r3875 | crush_tmw | 2008-02-10 15:40:00 +0100 (Sun, 10 Feb 2008) | 1 line Added Dimonds Cove outdoor map. ........ --- ChangeLog | 93 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 92 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 72b2cc0a..18607e99 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2008-02-10 Philipp Sehmisch + + * data/maps/new_23-1.tmx: Added Dimonds Cove outdoor map by MerlinX420. + +2008-02-08 Philipp Sehmisch + + * data/maps/new_14-1.tmx, data/maps/new_22-1.tmx: Added Dimonds Cove + outdoor map by MerlinX420. Fixed some map bugs in snake dungeon. + * data/items.xml: Added chicken leg meta information. + 2008-02-07 Philipp Sehmisch * src/gui/skill.cpp: Fixed unix compilation problem. @@ -13,7 +23,7 @@ scorpion (incomplete) for testing server-sided monster attribute parsing. -2007-01-28 Philipp Sehmisch +2008-01-28 Philipp Sehmisch * src/game.cpp, src/game.h, src/net/skillhandler.cpp, src/net/skillhandler.h, src/Makefile.am, src/CMakeLists.txt: @@ -54,9 +64,22 @@ 2008-01-19 Philipp Sehmisch + * data/maps/new_10-1.tmx, data/maps/new_11-1.tmx: Map fixes by 5t3v3 at + the new snow maps. Added hot spring particle effect to pond south of + snow village. + * data/graphics/particles/bubbles_32px, + data/graphics/particles/bubbles_12px, + data/graphics/particles/bubbles_8px, + data/graphics/particles/whirlpool.particle.xml: Added bubble particle + effect. * src/resources/itemdb.cpp: Fixed interpretation of weapon types in items.xml. +2008-01-14 Philipp Sehmisch + + * data/maps/new_10-1.tmx, data/maps/new_11-1.tmx: Added new versions of + snow maps by 5t3v3. + 2008-01-10 Philipp Sehmisch * src/resources/itemdb.cpp, src/resources/iteminfo.cpp, @@ -89,6 +112,46 @@ basic attribute modifiers. * tmw.cbp: Updated Code::Blocks project file to include libintl. +2008-01-03 Philipp Sehmisch + + * data/maps/new_1-1.tmx, data/maps/new_3-1.tmx: Some map bugs reported + by Strump, fixed by Zipon. + +2007-12-30 Philipp Sehmisch + + * data/maps/new_22-1.tmx: Some mapping fixes at snake dungeon map. + +2007-12-28 Philipp Sehmisch + + * data/maps/new_7-1.tmx, data/maps/new_22-1.tmx: Added new map by + 5t3v3 (east desert cave) and enhanced version of eastern desert by + Len. + * data/maps/new_3-1.tmx: Some mapping errors fixed by Zipon. + +2007-12-19 Philipp Sehmisch + + * data/maps/new_18-1.tmx: Fixed a map bug (monster trap) on + map 18 (woodland village surrounding) + +2007-12-19 Bjørn Lindeijer + + * tools/upalyzer/analyse.php: Fixed association of entries to update, + added no-cache headers, added a bit of error reporting in case of + invalid zip files, kept original ordering of the update list and + sorted the list of entries on their filename. + * tools/upalyzer/analyse.php: Added list of files in each update with + indication on whether they are still used. + +2007-12-18 Bjørn Lindeijer + + * src/main.cpp: Remember to delete the progressbar and label also when + the game was not started. + * tools/upalyzer/analyse.php: Added initial version of the update + analysis tool upalyzer. + * tools/upalyzer/analyse.php: Optimized with single loop approach and + nicer printing calls, inspired by doener's version. Also added list of + update entries and their respective update. + 2007-12-18 Philipp Sehmisch * src/gui/char_select.cpp, src/gui/char_select.h, @@ -98,6 +161,27 @@ Updated attribute system to the latest design decisions (removed charisma, kept agility in) +2007-12-12 Philipp Sehmisch + + * data/graphics/tiles/cave.png, data/graphics/tiles/cave_x2.png: + Fixed the blurred outlines of the new tiles. + +2007-12-12 Bjørn Lindeijer + + * data/graphics/tiles/cave.png, data/graphics/tiles/cave_x2.png, + data/maps/new_4-1.tmx: Added two new cave tiles by yosuhara. + +2007-12-12 Philipp Sehmisch + + * tools/tmxcopy/base64.cpp, + tools/tmxcopy/base64.h, tools/tmxcopy/main.cpp, + tools/tmxcopy/map.cpp, tools/tmxcopy/map.hpp, + tools/tmxcopy/readme.txt, tools/tmxcopy/tmxcopy.cbp, + tools/tmxcopy/tostring.h, tools/tmxcopy/xmlutils.cpp, + tools/tmxcopy/xmlutils.h, tools/tmxcopy/zlibutils.cpp, + tools/tmxcopy/zlibutils.h: Added my tmxcopy tool for copying + parts of maps to other maps. + 2007-12-09 Björn Steinbrink * src/CMakeLists.txt: Add missing source files. @@ -127,6 +211,13 @@ * src/being.cpp: Added interpolation of tile offset for intermediate steps in long moves. +2007-11-20 Philipp Sehmisch + + * data/graphics/maps/new_1-1.tmx, + data/graphics/maps/new_3-1.tmx, + data/graphics/maps/new_15-1.tmx: Updated desert maps with new + tiles by Len. + 2007-11-16 Guillaume Melquiond * src/resources/resourcemanager.h, src/resources/resource.h, -- cgit v1.2.3-70-g09d2