summaryrefslogtreecommitdiff
path: root/src/resources
AgeCommit message (Expand)AuthorFilesLines
2009-05-28Merge branch '0.0.29'Bjørn Lindeijer1-2/+1
2009-05-28Made two error strings untranslatableBjørn Lindeijer1-2/+1
2009-05-24Merge branch '0.0.29'Bjørn Lindeijer1-3/+8
2009-05-24Fixed item links that aren't written in lowercaseBjørn Lindeijer1-3/+8
2009-05-23Merge branch '0.0.29'Bjørn Lindeijer2-16/+17
2009-05-23Fixed a few strings for better translationKess Vargavind2-2/+2
2009-05-23Fixed the empty item link crash differentlyBjørn Lindeijer2-16/+17
2009-05-21Fixed a few strings for better translationKess Vargavind2-2/+2
2009-05-19Fixed targeting and warn on attack-range not being found in itemdb.David Athay1-0/+4
2009-05-14Fixed the fallback on colors.xml to be more neutralBjørn Lindeijer1-11/+8
2009-05-14Make sure to use our hair color file firstJared Adams1-5/+5
2009-05-14Fixed the fallback on colors.xml to be more neutralBjørn Lindeijer1-11/+8
2009-05-14Make sure to use our hair color file firstJared Adams1-5/+5
2009-05-11Fixed the memory issues with the pointers to item stat modifiersBjørn Lindeijer2-7/+14
2009-05-08Don't complain in the logger about not having an image attribute forTametomo1-1/+1
2009-05-04Replaced emote window with a new emote popupBjørn Lindeijer1-5/+6
2009-05-03Fixed compile warnings and other tweaksBjørn Lindeijer1-2/+2
2009-05-03Moved strprintf into stringutils.{h,cpp}Bjørn Lindeijer2-2/+1
2009-04-18Don't leak the music file after copying itBjørn Lindeijer1-1/+3
2009-04-16Merge branch '0.0.29'Bjørn Lindeijer2-5/+3
2009-04-16Some more cleanupsBjørn Lindeijer2-5/+3
2009-04-16Renamed ResourceManager::moveFile to ResourceManager::copyFile and catched er...Philipp Sehmisch2-2/+2
2009-04-16Merge branch 'master' of git@gitorious.org:tmw/mainlinePhilipp Sehmisch2-5/+27
2009-04-16Added support for playing music in zip files.Philipp Sehmisch2-0/+37
2009-04-16Remove last support #ifdef in the resource codeJared Adams2-5/+27
2009-04-15Fix some memory problemsJared Adams1-0/+1
2009-04-14Unduplicated the code that draws a quadBjørn Lindeijer1-0/+4
2009-04-10Introduced a Desktop widget to handle the wallpaperBjørn Lindeijer3-10/+7
2009-04-10Some tweaks to wallpaper loading codeBjørn Lindeijer3-31/+32
2009-04-09Actually use ItemType instead of shortBjørn Lindeijer2-5/+4
2009-04-09Fixed some warningsBjørn Lindeijer1-4/+13
2009-04-08Add a more flexible wallpaper systemJared Adams2-0/+152
2009-03-30Add a logging statement before trying to load mapsJared Adams1-0/+1
2009-03-30Merge weapon typesJared Adams3-27/+0
2009-03-30Merge item types to remove more #ifdefsJared Adams2-15/+0
2009-03-27Merge branch 'aethyra/master'Bjørn Lindeijer3-13/+34
2009-03-26Some code style commits influenced by TMW commitIra Rice5-24/+46
2009-03-27Removed the unused BuddyList classBjørn Lindeijer2-200/+0
2009-03-27Fixed include structure in resource/ directoryBjørn Lindeijer39-203/+199
2009-03-26Fixed duplicate check for item namesBjørn Lindeijer1-4/+4
2009-03-27Fixed duplicate check for item namesBjørn Lindeijer1-4/+4
2009-03-26Fixes to file headers and header guardsBjørn Lindeijer2-11/+11
2009-03-25A host of code style fixesBjørn Lindeijer9-18/+18
2009-03-25Merge branch 'origin/master'Bjørn Lindeijer2-4/+0
2009-03-25Merge branch 'eathena/master'Bjørn Lindeijer8-34/+145
2009-03-25Relaxed collision and fringe naming slightly so that they just need toIra Rice1-3/+4
2009-03-24Remove some unneeded #ifdefs in SpriteDefJared Adams2-4/+0
2009-03-23Merge branch 'aethyra/master'Bjørn Lindeijer5-14/+102
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer13-75/+526
2009-03-17Added an image merge feature loosely based on a merge function found inIra Rice2-2/+87