Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-12-10 | Simplified player subsprite handling by treating equipment, hairstyle and ↵ | Philipp Sehmisch | 7 | -60/+50 | |
base sprites alike. Implementing female hairstyles is now a purely content-sided task. | |||||
2007-12-09 | Add missing source files to the CMake configuration. | Björn Steinbrink | 1 | -0/+2 | |
2007-12-05 | Fix drawing of very high fringe tiles by keeping track of the maximum tile | Bjørn Lindeijer | 8 | -73/+57 | |
height. | |||||
2007-11-21 | Merged revisions 3705-3711,3714,3718,3721-3722,3729-3731,3735,3742 via ↵ | Bjørn Lindeijer | 19 | -116/+596 | |
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-21 | Renamed {read,write}{Byte,Short,Long} to {read,write}{Int8,Int16,Int32}. This | Bjørn Lindeijer | 23 | -234/+234 | |
is less confusing in 64-bit context and less conflicting with the 0.0 client. | |||||
2007-11-21 | Small lingering changes made while merging to 0.0. | Bjørn Lindeijer | 3 | -13/+9 | |
2007-11-21 | Added interpolation of tile offset for intermediate steps in long moves. | Guillaume Melquiond | 1 | -5/+22 | |
2007-11-20 | Merged revisions 3692 via svnmerge from | Bjørn Lindeijer | 27 | -34/+72 | |
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 | 23 | -229/+176 | |
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 | 21 | -148/+134 | |
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 | Merged revisions 3739,3743-3744,3746-3747 via svnmerge from | Bjørn Lindeijer | 2 | -118/+3 | |
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-16 | Fixed minor issues. | Eugenio Favalli | 1 | -1/+1 | |
2007-11-16 | Sped up recoloring of transparent pixels. | Guillaume Melquiond | 1 | -5/+5 | |
2007-11-16 | Reduced noise in log file. | Guillaume Melquiond | 3 | -4/+12 | |
2007-11-16 | Delayed resource deletion by 30 seconds. | Guillaume Melquiond | 4 | -24/+87 | |
2007-11-16 | Removed useless win32 implementation of gettimeofday. | Eugenio Favalli | 2 | -118/+3 | |
2007-11-15 | Moved item icon from ItemInfo class to the Item class, so that it can be loaded | Bjørn Lindeijer | 26 | -164/+264 | |
on demand. Results in faster startup time and reduced memory usage. | |||||
2007-11-15 | Temporarily disabled update loading. | Guillaume Melquiond | 1 | -1/+2 | |
2007-11-14 | Experimented with non-stuck gaming when talking to NPCs. | Guillaume Melquiond | 3 | -7/+1 | |
2007-11-14 | Improved item amount dialog box. | Guillaume Melquiond | 3 | -43/+44 | |
2007-11-14 | Fixed up and down arrows in chat box. | Guillaume Melquiond | 1 | -5/+5 | |
2007-11-11 | Moved check on dropping 1 item to the inventory dialog. | Bjørn Lindeijer | 3 | -11/+8 | |
2007-11-08 | Ensured "unequip" button is visible. | Guillaume Melquiond | 1 | -1/+3 | |
2007-11-04 | Applied recoloring to hair styles. | Guillaume Melquiond | 1 | -1/+15 | |
2007-11-04 | Tightened palette handling. | Guillaume Melquiond | 5 | -27/+34 | |
2007-11-03 | Added automatic recoloring of images. Inspired by fungos' ideas (PR #41). | Guillaume Melquiond | 7 | -17/+421 | |
2007-11-03 | Fixed double load of hair graphics. | Guillaume Melquiond | 5 | -50/+25 | |
2007-10-28 | Fixed display of trade window. Completed trade protocol. | Guillaume Melquiond | 5 | -190/+114 | |
2007-10-28 | Separated auto-resizing into two categories: "set" and "add". Removed ↵ | Guillaume Melquiond | 5 | -31/+52 | |
useless code. | |||||
2007-10-28 | Fixed coordinates in the debug window and updated project file. | Eugenio Favalli | 1 | -2/+2 | |
2007-10-28 | Fixed a windows compilation problem caused by a define macro of the Windows ↵ | Philipp Sehmisch | 1 | -0/+2 | |
API that conflicts with a guichan identifier. | |||||
2007-10-27 | Improved layout handler to support trees of nested arrays. Needed for ↵ | Guillaume Melquiond | 8 | -199/+401 | |
converting and fixing the trade window. | |||||
2007-10-27 | Made it compile with GCC 4.3 | Guillaume Melquiond | 32 | -42/+78 | |
2007-10-26 | Implemented monster hurt sounds and added new sound effects by Cosmostrator. | Philipp Sehmisch | 2 | -0/+14 | |
2007-10-26 | Removed some completely useless code from the chat class. | Philipp Sehmisch | 2 | -11/+0 | |
2007-10-26 | Added possibility of length limitation to browserbox and used it for the ↵ | Philipp Sehmisch | 4 | -8/+26 | |
chatlog (length set by the config option "ChatLogLength"). | |||||
2007-10-25 | Item amount dialog is now skipped when there is only one item on the stack. | Philipp Sehmisch | 1 | -0/+8 | |
2007-10-23 | Merged changesets 3653, 3655-3657, 3659-3560, 3671-3672 from trunk to | Bjørn Lindeijer | 11 | -28/+50 | |
0.0. Mostly memory leak fixes by Guillaume. | |||||
2007-10-22 | Merged changesets 3631, 3645 and 3648 from trunk to 0.0 branch. | Bjørn Lindeijer | 5 | -50/+47 | |
2007-10-22 | Added Layout source files to CMake list. | Bjørn Lindeijer | 1 | -2/+4 | |
2007-10-22 | Plugged memory leak. Simplified code. Removed annoying reset of text fields. ↵ | Guillaume Melquiond | 2 | -65/+22 | |
Changed error message and marked it as translatable. | |||||
2007-10-22 | Not sure how I was able to mess this one. | Guillaume Melquiond | 1 | -4/+5 | |
2007-10-22 | Plugged memory leak. Cleaned code. | Guillaume Melquiond | 2 | -7/+10 | |
2007-10-22 | Some insignificant small changes. | Bjørn Lindeijer | 3 | -8/+8 | |
2007-10-22 | Plugged memory leak in connection dialog box. | Guillaume Melquiond | 2 | -25/+19 | |
2007-10-22 | Plugged memory leak in particle engine. | Guillaume Melquiond | 1 | -0/+3 | |
2007-10-21 | Fixed invisible text in dropboxes and shopboxes. | Guillaume Melquiond | 2 | -0/+2 | |
2007-10-21 | Converted sell dialog box to layout handler. Removed some useless code from ↵ | Guillaume Melquiond | 3 | -71/+19 | |
buy dialog box. | |||||
2007-10-21 | Converted dialog box to layout handler. | Guillaume Melquiond | 2 | -62/+17 | |
2007-10-21 | Changed to use default values when restoring missing settings. | Guillaume Melquiond | 2 | -11/+11 | |