summaryrefslogtreecommitdiff
path: root/src/resources
AgeCommit message (Expand)AuthorFilesLines
2009-02-09Mostly whitespace and formatting changesBjørn Lindeijer2-2/+5
2009-01-18Added current map filename to debug window.Philipp Sehmisch1-0/+2
2009-01-14Added linking to item's just using [Item Name] in chatDavid Athay3-0/+41
2008-12-17Code reformattingBjørn Lindeijer8-51/+41
2008-12-14Code reformattingBjørn Lindeijer6-114/+63
2008-12-13Mantis #406 by jaxad0127David Athay3-8/+8
2008-12-13Fixed crash when map layer has too many tiles.Bjørn Lindeijer1-1/+7
2008-12-13Delete resources after removing from the orphan list, to avoid double frees d...Fate1-1/+1
2008-12-07Removed unnecessary weight check in itemdb loaderLloyd Bryant1-3/+3
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer40-80/+0
2008-11-04Merged revisions 4332 via svnmerge from Bjørn Lindeijer2-3/+6
2008-11-01Merged revisions 4207-4209,4221-4222 via svnmerge from Bjørn Lindeijer1-1/+1
2008-10-31Merged revisions 4071,4093,4100,4363 via svnmerge from Bjørn Lindeijer1-1/+1
2008-10-25attack range fixes, highlight monsters in range (by Chuck Miller)Roderic Morris2-0/+39
2008-10-10Some old uncommitted cleanup.Bjørn Lindeijer1-2/+2
2008-10-09Merged the movement branch into trunkBjørn Lindeijer1-3/+2
2008-09-04Introduced another template to make deleting all values in a container easier.Bjørn Lindeijer3-8/+3
2008-05-20fixed some filename confusion messup in the last commit.Philipp Sehmisch2-172/+19
2008-05-19Added the possibility to add particle effects to NPCs in npcs.xml.Philipp Sehmisch2-1/+162
2008-05-04Merged revisions 4031-4044,4046-4058,4061-4062,4064,4066-4067,4069-4070,4072-...Bjørn Lindeijer1-3/+4
2008-04-23Fixed svn:keywords properties and added header to guild.h.Bjørn Lindeijer2-2/+2
2008-04-10Fixed some compiler warnings and don't try to load particle effects when noBjørn Lindeijer2-2/+6
2008-04-08Implemented support for an arbitrary number of map layers. The only layerBjørn Lindeijer4-74/+97
2008-04-07Added support for basing one sprite definition on another by including it.Bjørn Lindeijer2-38/+66
2008-04-07Added XML::Document class which simplifies parsing an XML document andBjørn Lindeijer7-284/+216
2008-04-01removed misspelled filePhilipp Sehmisch1-151/+0
2008-04-01misspelled filenamePhilipp Sehmisch1-0/+151
2008-03-31Implemented NPC XML database which maps NPC IDs to one or more animation file...Philipp Sehmisch2-0/+207
2008-03-23Merged revisions 3823,3825-3826,3829,3831-3839,3841-3842 via svnmerge from Bjørn Lindeijer5-54/+82
2008-03-09Actions and particle effect for monster attacks are now obtained from the mon...Philipp Sehmisch5-18/+98
2008-03-09Implemented possibility to rotate particle emitters. Implemented interpretati...Philipp Sehmisch2-0/+23
2008-02-22 Handling gender with an enum everywhere.Philipp Sehmisch3-7/+9
2008-02-20Merged revisions 3790,3799,3801-3807,3809-3810,3812-3813,3815-3816,3818-3821 ...Bjørn Lindeijer3-4/+11
2008-01-28Added weapon skill system and leveling system.Philipp Sehmisch3-18/+13
2008-01-24Fixed broken communication of attack directions.Philipp Sehmisch1-1/+1
2008-01-19Fixed interpretation of weapon types in items.xml.Philipp Sehmisch1-1/+1
2008-01-10Item types and weapon types are now identified by name instead of numbers in ...Philipp Sehmisch3-10/+86
2007-11-16Sped up recoloring of transparent pixels.Guillaume Melquiond1-5/+5
2007-11-16Reduced noise in log file.Guillaume Melquiond1-1/+9
2007-11-16Delayed resource deletion by 30 seconds.Guillaume Melquiond4-24/+87
2007-11-15Moved item icon from ItemInfo class to the Item class, so that it can be loadedBjørn Lindeijer3-48/+6
2007-11-04Tightened palette handling.Guillaume Melquiond5-27/+34
2007-11-03Added automatic recoloring of images. Inspired by fungos' ideas (PR #41).Guillaume Melquiond6-17/+419
2007-10-27Made it compile with GCC 4.3Guillaume Melquiond7-6/+16
2007-10-21Fixed double-free of sprite actions.Guillaume Melquiond1-8/+3
2007-10-21Plugged memory leak in equipment sound.Guillaume Melquiond2-12/+5
2007-10-21Plugged memory leak in sprites.Guillaume Melquiond1-0/+16
2007-10-21Plugged memory leak in database reader.Guillaume Melquiond1-0/+2
2007-10-19Factored code between resource handlers. Implemented failure-friendly sprite ...Guillaume Melquiond15-211/+156
2007-10-18Added automatic generation of description strings for item effects.Guillaume Melquiond1-23/+39