summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-12-18Updated attribute system to the latest design decisions (removed charisma, ↵Philipp Sehmisch9-32/+33
kept agility in)
2007-12-17Fixed the item tags.Bjørn Lindeijer0-0/+0
2007-12-14Put new items in equipment.xml for backward compatibility with the last ↵Philipp Sehmisch1-1/+2
client release.
2007-12-14fixed some more screwups with the new items.Philipp Sehmisch1-3/+6
2007-12-14Fixed some errors with the filenames of the new items (unrelated to my ↵Philipp Sehmisch1-0/+5
eAthena problems).
2007-12-12Fixed the blurred outlines of the new tiles.Philipp Sehmisch1-0/+5
2007-12-12Added two new cave tiles by yosuhara.Bjørn Lindeijer1-0/+5
2007-12-12Added my tmxcopy tool for copying parts of maps to other maps.Philipp Sehmisch13-0/+1145
2007-12-10Include cassert header.Bjørn Lindeijer2-1/+6
2007-12-10Implemented female hairstyles.Philipp Sehmisch1-0/+44
2007-12-10Added an option to show log messages in the chat console.Philipp Sehmisch6-1/+29
2007-12-10Simplified player subsprite handling by treating equipment, hairstyle and ↵Philipp Sehmisch8-60/+58
base sprites alike. Implementing female hairstyles is now a purely content-sided task.
2007-12-09New versions of funky hat and elf hat by QOAL.Philipp Sehmisch1-0/+8
2007-12-09Add missing source files to the CMake configuration.Björn Steinbrink2-0/+6
2007-12-07Added a new drop item for the christmas event.Philipp Sehmisch1-0/+5
2007-12-05Fix drawing of very high fringe tiles by keeping track of the maximum tileBjørn Lindeijer9-73/+65
height.
2007-12-04tophead -> tophatPhilipp Sehmisch1-1/+1
2007-12-03 Added/renamed some headgears for the christmas event.Philipp Sehmisch1-0/+18
2007-11-21Merged revisions 3705-3711,3714,3718,3721-3722,3729-3731,3735,3742 via ↵Bjørn Lindeijer20-116/+646
svnmerge from https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/trunk (dynamic recoloring of sprites and related changes) ........ r3705 | gmelquio | 2007-11-03 10:58:25 +0100 (Sat, 03 Nov 2007) | 1 line Fixed double load of hair graphics. ........ r3706 | gmelquio | 2007-11-03 22:04:51 +0100 (Sat, 03 Nov 2007) | 1 line Added automatic recoloring of images. Inspired by fungos' ideas (PR #41). ........ r3707 | gmelquio | 2007-11-03 22:08:21 +0100 (Sat, 03 Nov 2007) | 1 line Experimented recoloring on scorpions. ........ r3708 | gmelquio | 2007-11-04 12:52:44 +0100 (Sun, 04 Nov 2007) | 1 line Tightened palette handling. ........ r3709 | gmelquio | 2007-11-04 12:54:31 +0100 (Sun, 04 Nov 2007) | 1 line Experimented with scorpions again. ........ r3710 | gmelquio | 2007-11-04 16:40:37 +0100 (Sun, 04 Nov 2007) | 1 line Applied recoloring to hair styles. ........ r3711 | gmelquio | 2007-11-04 17:50:37 +0100 (Sun, 04 Nov 2007) | 1 line Converted slimes to recoloring. ........ r3742 | gmelquio | 2007-11-16 14:16:00 +0100 (Fri, 16 Nov 2007) | 1 line Sped up recoloring of transparent pixels. ........
2007-11-21Renamed {read,write}{Byte,Short,Long} to {read,write}{Int8,Int16,Int32}. ThisBjørn Lindeijer24-234/+249
is less confusing in 64-bit context and less conflicting with the 0.0 client.
2007-11-21Small lingering changes made while merging to 0.0.Bjørn Lindeijer4-13/+14
2007-11-21Added interpolation of tile offset for intermediate steps in long moves.Guillaume Melquiond2-5/+27
2007-11-20fixed a collision layer errorPhilipp Sehmisch0-0/+0
2007-11-20Merged revisions 3692 via svnmerge from Bjørn Lindeijer28-34/+89
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/trunk ........ r3692 | gmelquio | 2007-10-27 11:03:13 +0200 (Sat, 27 Oct 2007) | 1 line Made it compile with GCC 4.3 ........
2007-11-20Merged revisions 3642,3662-3664,3667 via svnmerge from Bjørn Lindeijer24-229/+196
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/trunk ........ r3642 | gmelquio | 2007-10-19 19:46:46 +0200 (Fri, 19 Oct 2007) | 1 line Factored code between resource handlers. Implemented failure-friendly sprite loader. ........ r3662 | gmelquio | 2007-10-21 21:01:16 +0200 (Sun, 21 Oct 2007) | 1 line Added persistent positioning. ........ r3663 | gmelquio | 2007-10-21 21:03:43 +0200 (Sun, 21 Oct 2007) | 1 line Fixed missing pixels at bottom and right. ........ r3664 | gmelquio | 2007-10-21 21:05:56 +0200 (Sun, 21 Oct 2007) | 1 line Changed to use default values when restoring missing settings. ........ r3667 | gmelquio | 2007-10-21 22:09:08 +0200 (Sun, 21 Oct 2007) | 1 line Fixed invisible text in dropboxes and shopboxes. ........
2007-11-20Merged revisions 3629-3630 via svnmerge from Bjørn Lindeijer22-149/+146
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/trunk (but kept looks in Being class, since eAthena works that way) ........ r3629 | gmelquio | 2007-10-18 21:00:38 +0200 (Thu, 18 Oct 2007) | 1 line Removed player looks from generic beings. Prevented client termination on missing sprites. Merged weapon-type and attack-type fields for items. ........ r3630 | gmelquio | 2007-10-18 21:30:57 +0200 (Thu, 18 Oct 2007) | 1 line Fixed changelog message. ........
2007-11-19Updated desert maps with new tiles by Len.Philipp Sehmisch1-0/+7
2007-11-19Merged revisions 3739,3743-3744,3746-3747 via svnmerge from Bjørn Lindeijer4-119/+20
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/trunk ........ r3739 | umperio | 2007-11-16 11:49:58 +0100 (Fri, 16 Nov 2007) | 1 line Removed useless win32 implementation of gettimeofday. ........ r3743 | umperio | 2007-11-16 15:14:00 +0100 (Fri, 16 Nov 2007) | 1 line Fixed minor issues. ........ r3747 | b_lindeijer | 2007-11-18 23:05:16 +0100 (Sun, 18 Nov 2007) | 2 lines Fixed small mapping error, collision layer not changed. ........
2007-11-18Fixed small mapping error, collision layer not changed.Bjørn Lindeijer0-0/+0
2007-11-18Blocked revisions 3683,3712,3719-3720,3723-3724,3732-3734,3736-3737 via svnmergeBjørn Lindeijer0-0/+0
........ r3683 | b_lindeijer | 2007-10-25 17:02:09 +0200 (Thu, 25 Oct 2007) | 3 lines Blocked revisions 3587-3588,3606,3628,3633,3675-3676,3681 via svnmerge (the merges from trunk to 0.0 and the svnmerge commit on 0.0) ........ r3712 | b_lindeijer | 2007-11-08 09:03:52 +0100 (Thu, 08 Nov 2007) | 2 lines Fixed different line endings in the same file. ........ r3719 | umperio | 2007-11-13 21:47:47 +0100 (Tue, 13 Nov 2007) | 1 line Started porting warps to the new server, updated project file. ........ r3720 | gmelquio | 2007-11-13 22:11:04 +0100 (Tue, 13 Nov 2007) | 1 line Removed merge duplicate. ........ r3723 | umperio | 2007-11-13 22:50:09 +0100 (Tue, 13 Nov 2007) | 1 line Fixed object type and added npcs. ........ r3724 | umperio | 2007-11-13 23:14:20 +0100 (Tue, 13 Nov 2007) | 1 line Fixed shop on map 1 and added npcs on map 2. ........ r3732 | umperio | 2007-11-15 20:33:34 +0100 (Thu, 15 Nov 2007) | 1 line Added npc. ........ r3733 | umperio | 2007-11-15 21:47:45 +0100 (Thu, 15 Nov 2007) | 1 line Added npcs. ........ r3734 | umperio | 2007-11-15 22:27:57 +0100 (Thu, 15 Nov 2007) | 1 line Added monsters on map 5 and some fixes, added npcs to map 6. ........ r3736 | gmelquio | 2007-11-15 22:48:33 +0100 (Thu, 15 Nov 2007) | 1 line Removed dead code and fixed quest name. Removed redundant message. ........ r3737 | gmelquio | 2007-11-15 23:09:19 +0100 (Thu, 15 Nov 2007) | 1 line Temporarily disabled update loading. ........
2007-11-18Blocked revisions 3686,3718 via svnmergeBjørn Lindeijer0-0/+0
........ r3686 | crush_tmw | 2007-10-26 01:47:10 +0200 (Fri, 26 Oct 2007) | 1 line Item amount dialog is now skipped when there is only one item on the stack. ........ r3718 | b_lindeijer | 2007-11-11 15:46:33 +0100 (Sun, 11 Nov 2007) | 2 lines Moved check on dropping 1 item to the inventory dialog. ........
2007-11-16Fixed minor issues.Eugenio Favalli3-2/+13
2007-11-16Sped up recoloring of transparent pixels.Guillaume Melquiond2-5/+6
2007-11-16Reduced noise in log file.Guillaume Melquiond4-4/+14
2007-11-16Delayed resource deletion by 30 seconds.Guillaume Melquiond5-24/+93
2007-11-16Removed useless win32 implementation of gettimeofday.Eugenio Favalli3-118/+8
2007-11-15Moved item icon from ItemInfo class to the Item class, so that it can be loadedBjørn Lindeijer27-164/+279
on demand. Results in faster startup time and reduced memory usage.
2007-11-15Temporarily disabled update loading.Guillaume Melquiond2-1/+6
2007-11-15Removed dead code and fixed quest name. Removed redundant message.Guillaume Melquiond0-0/+0
2007-11-15Added monsters on map 5 and some fixes, added npcs to map 6.Eugenio Favalli1-0/+2
2007-11-15Added npcs.Eugenio Favalli1-0/+5
2007-11-15Added npc.Eugenio Favalli0-0/+0
2007-11-14Updated Italian translation.Eugenio Favalli2-67/+126
2007-11-14Experimented with non-stuck gaming when talking to NPCs.Guillaume Melquiond4-7/+3
2007-11-14Improved item amount dialog box.Guillaume Melquiond4-43/+47
2007-11-14Fixed up and down arrows in chat box.Guillaume Melquiond2-5/+9
2007-11-13Fixed shop on map 1 and added npcs on map 2.Eugenio Favalli1-0/+2
2007-11-13Fixed object type and added npcs.Eugenio Favalli1-0/+1
2007-11-13Removed merge duplicate.Guillaume Melquiond0-0/+0
2007-11-13Started porting warps to the new server, updated project file.Eugenio Favalli2-0/+31