summaryrefslogtreecommitdiff
path: root/src/resources/mapreader.cpp
AgeCommit message (Expand)AuthorFilesLines
2008-12-14Code reformattingBjørn Lindeijer1-18/+11
2008-12-13Fixed crash when map layer has too many tiles.Bjørn Lindeijer1-1/+7
2008-12-08Code reformattingBjørn Lindeijer1-16/+11
2008-12-08Code reformattingBjørn Lindeijer1-18/+11
2008-12-07Merge commit 'a7c21e6f8add37af7412449742ec55c8daa8571a'Ira Rice1-31/+38
2008-12-03Changed tileset code so that it removes all ... paths. This assumes thatIra Rice1-5/+4
2008-12-02Added the ability to use external tilesets in the client.Ira Rice1-3/+12
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-5/+2
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
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-09-25Merged the Tametomo branch into trunk.Ira Rice1-99/+119
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-07-18Import of client treeLloyd Bryant1-1/+1
2008-07-01Merged revisions 4044-4067 via svnmerge from Bjørn Lindeijer1-67/+97
2008-05-21Merged revisions 4013,4027,4043,4174,4250,4254 via svnmerge from Philipp Sehmisch1-8/+6
2008-04-10Fixed some compiler warnings and don't try to load particle effects when noBjørn Lindeijer1-0/+6
2008-04-08Implemented support for an arbitrary number of map layers. The only layerBjørn Lindeijer1-67/+84
2008-04-07Added XML::Document class which simplifies parsing an XML document andBjørn Lindeijer1-8/+6
2007-11-16Reduced noise in log file.Guillaume Melquiond1-1/+9
2007-09-19Merged 0.0 changes from revision 3362 to 3580 to trunk.Bjørn Lindeijer1-1/+1
2007-08-30Merged equipment database with items database and got rid of the unused itemBjørn Lindeijer1-1/+1
2007-08-27Ported patch from 0.0, in order to support missing extensions and uncompresse...Guillaume Melquiond1-7/+18
2007-08-27Made client search for both compressed and non-compressed map files.Bjørn Lindeijer1-7/+18
2007-06-04Merged 0.0 changes from revision 3234 to 3317 to trunk.Bjørn Lindeijer1-0/+24
2007-05-04Merged particle engine into main eAthena branch.Philipp Sehmisch1-0/+24
2007-04-23Merged Björn Steinbrinks improvements at the xml parsing from trunk version.Philipp Sehmisch1-23/+26
2007-04-22Added a macro for XML child node iterations to make the code more terse and e...Björn Steinbrink1-22/+26
2007-01-04Merged 0.0 changes from revision 2898 to 2988 to trunk.Bjørn Lindeijer1-1/+1
2007-01-03Modified handler for items on floor.Guillaume Melquiond1-1/+0
2006-12-12Moved base64 module into utils directory.Bjørn Lindeijer1-1/+1
2006-12-11Merged 0.0 changes from revision 2825 to 2898 to trunk.Bjørn Lindeijer1-22/+10
2006-12-08Downgraded to base64 codec from PHP 3 to resolve licensing issues. Now let'sBjørn Lindeijer1-1/+1
2006-11-15Separated getProperty method to an XML utility namespace.Bjørn Lindeijer1-21/+9
2006-10-07Added support for gzip compressed map layer data. Increased version to 0.0.22.Bjørn Lindeijer1-62/+68
2006-10-03Turned AmbientOverlay into a class. Cleaned up the associated code.Björn Steinbrink1-12/+26
2006-08-21added overlays and smooth scrolling. (someone who knows what he is doing has ...Philipp Sehmisch1-0/+27
2006-08-05Some cleanups, mostly lowering indentation levels.Björn Steinbrink1-116/+98
2006-07-24Implemented caching of spritesets, including a lot of cleanups to the newBjørn Lindeijer1-2/+1
2006-07-19Implemented loading for the way Tiled saves properties since version 0.6.0 andBjørn Lindeijer1-17/+33
2005-09-29Moved tileset management into the map class and made sure the tilesets areBjørn Lindeijer1-85/+27
2005-09-18 Applyed biggeruniverse's patch to fix memory leaks.Eugenio Favalli1-3/+6
2005-08-17Removed special #ifdefs for libxml2 linking issues in Win32.Eugenio Favalli1-7/+0
2005-08-13Huge header cleanup to reduce dependencies and compile time.Björn Steinbrink1-5/+8
2005-07-11Committed header dependencies reducing patch by DoenerBjørn Lindeijer1-2/+1
2005-06-24Adding missing #include. (Thanks to Scandium).Yohann Ferreira1-0/+2
2005-06-23Maps are now loaded through the resource manager.Bjørn Lindeijer1-11/+113