summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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-18Fixed small mapping error, collision layer not changed.Bjørn Lindeijer0-0/+0
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
2007-11-11Fixed types of new items so that they can be equipped.Guillaume Melquiond1-0/+4
2007-11-10Merged revisions 3678-3680,3682-3685,3691-3714 via svnmerge from Bjørn Lindeijer1-0/+35
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r3678 | crush_tmw | 2007-10-24 17:53:54 +0200 (wo, 24 okt 2007) | 1 line Added a new quest loot item for the halloween event. ........ r3702 | crush_tmw | 2007-10-31 19:35:28 +0100 (wo, 31 okt 2007) | 1 line Added skirt item by Saphy. ViewID is 26, itemID is 632, item properties are c&p from jeans shorts. ........ r3703 | crush_tmw | 2007-10-31 21:58:36 +0100 (wo, 31 okt 2007) | 1 line Some additional fixes by Saphy at the skirt sprites. ........ r3704 | crush_tmw | 2007-11-01 03:21:30 +0100 (do, 01 nov 2007) | 1 line Improved fire particle effects by using animated particles. ........ r3714 | crush_tmw | 2007-11-09 02:51:55 +0100 (vr, 09 nov 2007) | 1 line Modifications at the back shading of shirt sprites by Pauan. ........
2007-11-10Merged revisions 3589 via svnmerge from Bjørn Lindeijer1-1/+14
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r3589 | umperio | 2007-09-20 21:56:35 +0200 (do, 20 sep 2007) | 1 line Added 4 new items and a new ice cave map. ........
2007-11-08Ensured "unequip" button is visible.Guillaume Melquiond2-1/+7
2007-11-08Fixed different line endings in the same file.Bjørn Lindeijer0-0/+0
2007-11-04Converted slimes to recoloring.Guillaume Melquiond1-0/+5
2007-11-04Applied recoloring to hair styles.Guillaume Melquiond2-1/+19
2007-11-04Experimented with scorpions again.Guillaume Melquiond1-0/+4
2007-11-04Tightened palette handling.Guillaume Melquiond6-27/+42
2007-11-03Experimented recoloring on scorpions.Guillaume Melquiond1-0/+7
2007-11-03Added automatic recoloring of images. Inspired by fungos' ideas (PR #41).Guillaume Melquiond8-17/+427
2007-11-03Fixed double load of hair graphics.Guillaume Melquiond6-50/+31
2007-10-28Updated german translation.Matthias Hartmann2-22/+24
2007-10-28Updated French translation.Guillaume Melquiond2-27/+24
2007-10-28Updated translation objects.Guillaume Melquiond8-595/+1044
2007-10-28Fixed display of trade window. Completed trade protocol.Guillaume Melquiond6-190/+118
2007-10-28Separated auto-resizing into two categories: "set" and "add". Removed ↵Guillaume Melquiond6-31/+59
useless code.
2007-10-28Fixed coordinates in the debug window and updated project file.Eugenio Favalli3-2/+17
2007-10-28Fixed a windows compilation problem caused by a define macro of the Windows ↵Philipp Sehmisch2-0/+8
API that conflicts with a guichan identifier.
2007-10-27Improved layout handler to support trees of nested arrays. Needed for ↵Guillaume Melquiond9-199/+407
converting and fixing the trade window.
2007-10-27Made it compile with GCC 4.3Guillaume Melquiond33-42/+95
2007-10-25I'll try not to forget the timestamps next time.Bjørn Lindeijer1-19/+16
2007-10-25Merged revisions 3608-3613,3615-3618,3620-3621,3623-3627,3629-3632,3634-3641 ↵Bjørn Lindeijer1-1/+20
via svnmerge from https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r3608 | crush_tmw | 2007-09-27 18:15:11 +0200 (Thu, 27 Sep 2007) | 1 line Added new desert tiles by Len. ........ r3609 | crush_tmw | 2007-09-27 18:34:35 +0200 (Thu, 27 Sep 2007) | 1 line Replaced an old version of the stone pillar with the new one. MSPaint is evil. ........ r3611 | crush_tmw | 2007-09-30 17:12:50 +0200 (Sun, 30 Sep 2007) | 1 line Removed the purple line from the ruin tile. ........ r3617 | crush_tmw | 2007-10-07 20:09:14 +0200 (Sun, 07 Oct 2007) | 1 line Fixed some collision layer problems on new_18-1 ........ r3641 | crush_tmw | 2007-10-19 15:17:08 +0200 (Fri, 19 Oct 2007) | 1 line added fog effect overlay graphic ........
2007-10-25Blocked revisions 3587-3588,3606,3628,3633,3675-3676,3681 via svnmergeBjørn Lindeijer0-0/+0
(the merges from trunk to 0.0 and the svnmerge commit on 0.0)
2007-10-25Initialized merge tracking via "svnmerge" with revisions "1-3585" from Bjørn Lindeijer0-0/+0
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0
2007-10-24Small typo fix.Bjørn Lindeijer1-1/+1