summaryrefslogtreecommitdiff
path: root/src/resources
AgeCommit message (Expand)AuthorFilesLines
2009-01-06Added support for animated tiles.Philipp Sehmisch1-23/+65
2009-01-06Added support for internationalizationIra Rice1-2/+3
2009-01-05Handling gender with an enum everywhere.Philipp Sehmisch3-7/+9
2008-12-27Remove ../ from tileset files.Ira Rice1-1/+3
2008-12-20Enabled video mode switching, as well as got rid of an old, unneededIra Rice1-2/+0
2008-12-08Code reformattingBjørn Lindeijer6-102/+59
2008-12-07Merge commit 'a7c21e6f8add37af7412449742ec55c8daa8571a'Ira Rice3-40/+44
2008-12-06Removed unnecessary weight check in itemdb loaderLloyd Bryant1-3/+3
2008-12-03Changed tileset code so that it removes all ... paths. This assumes thatIra Rice1-5/+4
2008-12-03Check doc before deleting, and make sure it's deleted when both xmlIra Rice1-2/+11
2008-12-02Added the ability to use external tilesets in the client.Ira Rice1-3/+12
2008-12-02Didn't clean up after myself in the last commit.Ira Rice1-0/+2
2008-12-02Changed colordb to only use one XML::Document pointer, instead ofIra Rice1-4/+4
2008-11-30Delete resources after removing from the orphan list, to avoid double frees d...Fate1-1/+1
2008-11-25Miscellaneous TMW change commits. Missed these changes before because of Ira Rice1-1/+1
2008-11-23Delete resources after removing from the orphan list, to avoid double frees d...Fate1-1/+1
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice41-128/+35
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer40-80/+0
2008-11-12Applied a fix that fixes TMW loading.Ira Rice1-6/+9
2008-11-02Fixed a potential crash.Ira Rice1-0/+5
2008-11-02Since TMW de-hardcoded their hair colors, I have since removed the hard coded...Ira Rice1-27/+17
2008-11-02This correctly fixes the attack problem. Apparently, I didn't realize a bit a...Ira Rice1-2/+2
2008-10-27De-hardcoded the number of hair styles.Ira Rice1-1/+1
2008-10-23Cleaned up ColorDB code so that it loads with all other databases, as Ira Rice1-1/+2
2008-10-19Fixed a small error that I didn't notice before with de-hardcoding the Ira Rice2-2/+2
2008-10-15De-hardcoded colors in trunk. Now, all colors are loaded from Ira Rice2-0/+171
2008-10-13Added mob particle attack effects to mobs. Inspired by the TMW patch in Ira Rice2-0/+14
2008-10-12Added in a new tileset, as well as some new artwork, changed the update Ira Rice1-4/+4
2008-10-12This commit contains three things: one, after looking over how TMW was Ira Rice1-7/+7
2008-10-10Did a little bit of code cleanup (mostly from TMW changes) as well as Ira Rice1-3/+2
2008-10-07Fixed some compiler warnings. This probably also fixed the logging of severalBjørn Lindeijer1-3/+2
2008-10-07Fixed a compile error that I accidently caused (sorry).Ira Rice1-2/+2
2008-10-06Changed map reader code to allow for pixel offsets, based on TMW's trunk Ira Rice1-3/+9
2008-10-04Added support for object groups that have an offsetBjørn Lindeijer1-4/+13
2008-10-01Fixed female sprites not showing all equipment.Ira Rice1-1/+1
2008-09-25Merged the Tametomo branch into trunk.Ira Rice10-163/+203
2008-08-29Committed complex (multi-sprite) monster patch - from TMW Mantis, by Jaxad0127Lloyd Bryant3-8/+7
2008-08-29#406 by jaxad0127v0.0.26David Athay3-8/+7
2008-08-29Added fix from TMW to prevent crash if a map layer has too many tilesLloyd Bryant1-1/+7
2008-08-28Fixed crash when map layer has too many tiles.Bjørn Lindeijer1-1/+7
2008-08-07Rebranding TME to AethyraKraant1-1/+1
2008-07-27Changed files to tmeDouglas Boffey1-3/+3
2008-07-19removed unnecessary (weight) check in itemdb loaderLloyd Bryant1-3/+3
2008-07-18Import of client treeLloyd Bryant34-34/+34
2008-07-01Merged revisions 4044-4067 via svnmerge from Bjørn Lindeijer6-112/+176
2008-06-12Merged revisions 3738 via svnmerge from Bjørn Lindeijer4-49/+11
2008-06-05Added command line argument to specify the update host (-H). Also, to avoidBjørn Lindeijer3-5/+6
2008-05-21Merged revisions 4013,4027,4043,4174,4250,4254 via svnmerge from Philipp Sehmisch7-79/+223
2008-04-29When compiling with GCC, use the printf format attribute for the log method soBjørn Lindeijer1-1/+1
2008-04-14Fixed multi-channel image dyeing (patch by fate)Philipp Sehmisch1-3/+4