Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-12-28 | Some mapping errors fixed by Zipon. | Philipp Sehmisch | 1 | -0/+4 | |
2007-12-26 | Fixed year in README too. | Bjørn Lindeijer | 2 | -1/+5 | |
2007-12-25 | Updated CMake file. | Bjørn Lindeijer | 2 | -0/+3 | |
2007-12-25 | Fixed missing backslash. | Bjørn Lindeijer | 2 | -1/+2 | |
2007-12-25 | Fixed year. :) | Bjørn Lindeijer | 2 | -1/+5 | |
2007-12-24 | Updated debian subfolder. | Bjørn Lindeijer | 18 | -308/+985 | |
2007-12-24 | Fixed compile warning. | Bjørn Lindeijer | 2 | -0/+3 | |
2007-12-24 | Minor update, fixed disconnection dialog | David Athay | 3 | -8/+16 | |
2007-12-24 | Disabled non-functional item shortcut window. | Bjørn Lindeijer | 8 | -35/+28 | |
2007-12-24 | Updated release date. | Bjørn Lindeijer | 5 | -15/+33 | |
2007-12-23 | Particle images are now reference-counted properly. Avoided attempts to load ↵ | Philipp Sehmisch | 6 | -5/+77 | |
"data/graphics/" when a monster or equipment piece has no sprite. Error placeholder is now used when attempting to load a sprite definition file that doesn't exist. | |||||
2007-12-22 | Merged revisions 3740 via svnmerge from | Bjørn Lindeijer | 5 | -24/+90 | |
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/trunk ........ r3740 | gmelquio | 2007-11-16 12:06:46 +0100 (vr, 16 nov 2007) | 1 line Delayed resource deletion by 30 seconds. ........ | |||||
2007-12-22 | Make sure chat messages are also trimmed for the local player. | Bjørn Lindeijer | 3 | -0/+4 | |
2007-12-22 | Updated version to 0.0.24. Release data set to tomorrow, we'll see. | Bjørn Lindeijer | 8 | -16/+26 | |
2007-12-21 | Attempted to fix client freeze when unable to connect to update host, and ↵ | David Athay | 3 | -7/+29 | |
added exit dialog | |||||
2007-12-21 | Fixed inventory size not matching the size assumed by eAthena and related | Bjørn Lindeijer | 7 | -6/+16 | |
memory corruption and increased default chat log length. | |||||
2007-12-21 | Added logging of error on PHYSFS_addToSearchPath. | Bjørn Lindeijer | 3 | -3/+11 | |
2007-12-21 | Fixed shop list box not to scroll up when the selection is removed. | Bjørn Lindeijer | 2 | -2/+7 | |
2007-12-19 | Fixed a map bug (monster trap) on map 18 (woodland village surrounding) | Philipp Sehmisch | 1 | -0/+5 | |
2007-12-19 | Incorporated some more of doener's leet PHP skills. ;) | Bjørn Lindeijer | 1 | -3/+2 | |
2007-12-19 | Fixed weird problem with zip_open failing with relative path. | Bjørn Lindeijer | 1 | -4/+6 | |
2007-12-19 | Added list of files in each update with indication on whether they are still | Bjørn Lindeijer | 2 | -5/+42 | |
used. | |||||
2007-12-19 | Fixed association of entries to update, added no-cache headers, added a bit of | Bjørn Lindeijer | 2 | -6/+27 | |
error reporting in case of invalid zip files, kept original ordering of the update list and sorted the list of entries on their filename. | |||||
2007-12-18 | Optimized with single loop approach and nicer printing calls, inspired by | Bjørn Lindeijer | 2 | -45/+37 | |
doener's version. Also added list of update entries and their respective update. | |||||
2007-12-18 | Calculate usage percentage correctly and display zip file overhead. | Bjørn Lindeijer | 1 | -5/+12 | |
2007-12-18 | Small fix to the displayed obsolete data percentage. | Bjørn Lindeijer | 1 | -1/+1 | |
2007-12-18 | Added initial version of the update analysis tool upalyzer. | Bjørn Lindeijer | 2 | -0/+133 | |
2007-12-18 | Remember to delete the progressbar and label also when the game was not | Bjørn Lindeijer | 2 | -0/+7 | |
started. | |||||
2007-12-17 | Fixed the item tags. | Bjørn Lindeijer | 0 | -0/+0 | |
2007-12-14 | Put new items in equipment.xml for backward compatibility with the last ↵ | Philipp Sehmisch | 1 | -1/+2 | |
client release. | |||||
2007-12-14 | fixed some more screwups with the new items. | Philipp Sehmisch | 1 | -3/+6 | |
2007-12-14 | Fixed some errors with the filenames of the new items (unrelated to my ↵ | Philipp Sehmisch | 1 | -0/+5 | |
eAthena problems). | |||||
2007-12-12 | Fixed the blurred outlines of the new tiles. | Philipp Sehmisch | 1 | -0/+5 | |
2007-12-12 | Added two new cave tiles by yosuhara. | Bjørn Lindeijer | 1 | -0/+5 | |
2007-12-12 | Added my tmxcopy tool for copying parts of maps to other maps. | Philipp Sehmisch | 13 | -0/+1145 | |
2007-12-10 | Include cassert header. | Bjørn Lindeijer | 2 | -1/+6 | |
2007-12-10 | Implemented female hairstyles. | Philipp Sehmisch | 1 | -0/+44 | |
2007-12-10 | Added an option to show log messages in the chat console. | Philipp Sehmisch | 6 | -1/+29 | |
2007-12-10 | Simplified player subsprite handling by treating equipment, hairstyle and ↵ | Philipp Sehmisch | 8 | -60/+58 | |
base sprites alike. Implementing female hairstyles is now a purely content-sided task. | |||||
2007-12-09 | New versions of funky hat and elf hat by QOAL. | Philipp Sehmisch | 1 | -0/+8 | |
2007-12-07 | Added a new drop item for the christmas event. | Philipp Sehmisch | 1 | -0/+5 | |
2007-12-05 | Fix drawing of very high fringe tiles by keeping track of the maximum tile | Bjørn Lindeijer | 9 | -73/+65 | |
height. | |||||
2007-12-04 | tophead -> tophat | Philipp Sehmisch | 1 | -1/+1 | |
2007-12-03 | Added/renamed some headgears for the christmas event. | Philipp Sehmisch | 1 | -0/+18 | |
2007-11-21 | Merged revisions 3705-3711,3714,3718,3721-3722,3729-3731,3735,3742 via ↵ | Bjørn Lindeijer | 20 | -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-20 | fixed a collision layer error | Philipp Sehmisch | 0 | -0/+0 | |
2007-11-20 | Merged revisions 3692 via svnmerge from | Bjørn Lindeijer | 28 | -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-20 | Merged revisions 3642,3662-3664,3667 via svnmerge from | Bjørn Lindeijer | 24 | -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-20 | Merged revisions 3629-3630 via svnmerge from | Bjørn Lindeijer | 22 | -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-19 | Updated desert maps with new tiles by Len. | Philipp Sehmisch | 1 | -0/+7 | |