summaryrefslogtreecommitdiff
path: root/src/resources
AgeCommit message (Expand)AuthorFilesLines
2007-03-03Fixed auto-character-select and switch_character combination. Added svn-prope...Rogier Polak5-4/+5
2007-01-29Some trivial documentation work. Fixes all Doxygen warnings.Bjørn Lindeijer4-2/+6
2007-01-28Some work on documentation.Bjørn Lindeijer3-98/+104
2007-01-04Merged 0.0 changes from revision 2898 to 2988 to trunk.Bjørn Lindeijer15-32/+329
2007-01-03Modified handler for items on floor.Guillaume Melquiond1-1/+0
2006-12-11Merged 0.0 changes from revision 2825 to 2898 to trunk.Bjørn Lindeijer18-287/+1466
2006-11-05Merged 0.0 changes from revision 2800 to 2825 to trunk.Bjørn Lindeijer1-4/+4
2006-11-02Merged trunk changes from revision 2716 to 2756 into the 0.1.0 branch.Bjørn Lindeijer3-54/+204
2006-09-29Merged trunk changes from revision 2618 to 2716 into the 0.1.0 branch.Bjørn Lindeijer6-39/+71
2006-08-28Merged trunk development between revisions 2530 and 2618 to the 0.1.0 branch.Bjørn Lindeijer4-11/+88
2006-08-13Merged cleanups and content changes from the trunk. Also fixed compiling withBjørn Lindeijer4-120/+106
2006-08-01Fixed several compiler warnings and a linker error when compiling withoutBjørn Lindeijer1-0/+4
2006-07-30Updated TMW to be compatible with Guichan 0.5.0 (merged from guichan-0.5.0Bjørn Lindeijer6-53/+100
2006-07-25Added support for writing log to standard output.Bjørn Lindeijer1-1/+4
2006-07-24Implemented caching of spritesets, including a lot of cleanups to the newBjørn Lindeijer5-27/+190
2006-07-19Implemented loading for the way Tiled saves properties since version 0.6.0 andBjørn Lindeijer2-17/+43
2006-07-19Merged new_animation branch until r2415 into trunk. Eugenio Favalli2-2/+3
2006-07-18Updated the updating system. It will now only load those updatesBjørn Lindeijer2-39/+6
2006-05-22A bunch of updates to the world and disabled art and type xml parser checks s...Eugenio Favalli1-4/+4
2006-03-19Removed some useless null pointer checks.Björn Steinbrink1-4/+2
2006-03-16A bunch of cosmetic changes.Björn Steinbrink1-5/+7
2006-03-09Made all class members named like mClassMember.Björn Steinbrink6-73/+57
2006-03-08Some fixes for compiling with pedantic compiler settings and const char* checks.Bjørn Lindeijer1-2/+2
2006-03-08Removed some conditional code.Björn Steinbrink1-16/+4
2006-03-05Merged new_playerset branch into trunk.Eugenio Favalli1-2/+2
2006-02-24Another bunch of cosmetic cleanups, ie mostly typedefs...Björn Steinbrink2-134/+109
2006-02-19Added warnings when parameters are missing in the items xml file.Yohann Ferreira1-3/+48
2006-02-05Fixed a gcc 4.0 issue in the tradehandler. Strengthened the xml parser in the...Yohann Ferreira1-20/+35
2006-01-31Various small cleanups.Björn Steinbrink1-1/+0
2006-01-31Made ResourceManager a friend of Resource to avoid looping over decRef, which...Björn Steinbrink4-22/+19
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink1-3/+1
2005-10-19Fix empty lines not being read from text files.Björn Steinbrink1-8/+4
2005-10-16Use the ResourceManager to get spritesets.Björn Steinbrink2-0/+25
2005-10-15Some small cleanups.Björn Steinbrink2-14/+9
2005-10-10Introduced new window shortcuts and corrected position of job xp bar. AlsoBjørn Lindeijer2-117/+2
2005-10-10Updated docs for releaseEugenio Favalli1-0/+115
2005-10-09* Made Sprite into an interface implemented by both FloorItem and Being, whichBjørn Lindeijer8-241/+151
2005-10-07Modified finding NPC as by timonator's suggestion in order to allow NPCs to beBjørn Lindeijer2-5/+7
2005-10-05Fixed some resource cleanup and memory leaks. Also changed the way danglingBjørn Lindeijer2-7/+14
2005-10-02Added check for pthread library (needed for FreeBSD, still needs to be checkedBjørn Lindeijer2-6/+6
2005-09-29Moved tileset management into the map class and made sure the tilesets areBjørn Lindeijer4-143/+59
2005-09-23Merged most of the changes in biggeruniverse's second memory cleanup patch.Bjørn Lindeijer4-9/+23
2005-09-23Reverted the latst change that broke the screenshots facility.Eugenio Favalli1-1/+3
2005-09-22removed win2mac supportDuane Bailey1-2/+0
2005-09-18 Applyed biggeruniverse's patch to fix memory leaks.Eugenio Favalli1-3/+6
2005-09-18Small cleanups.Björn Steinbrink1-3/+6
2005-09-18Made the saveScreenShot makes its screenshots under user home dir in *nices, ...Yohann Ferreira2-8/+9
2005-09-18Added ImageWriter.Björn Steinbrink2-0/+141
2005-09-16Tiny error reporting improvement.Bjørn Lindeijer1-1/+1
2005-09-12Added SDLImageLoader class to make guichan support physfs.Björn Steinbrink4-12/+121