Age | Commit message (Expand) | Author | Files | Lines |
2009-02-10 | Removed many pointless comparisons with NULL | Bjørn Lindeijer | 1 | -1/+1 |
2009-02-10 | Fixed header files, as well as removed the unused buddy list class (not | Ira Rice | 1 | -2/+3 |
2009-02-09 | Changed AETHYRA_DATADIR to PKG_DATADIR. | Ira Rice | 1 | -1/+1 |
2009-01-23 | Removed unnecessary references to The Mana World in code headers | Bjørn Lindeijer | 1 | -4/+4 |
2009-01-19 | Fixed a directory creation error reported by our Windows users (why | Ira Rice | 1 | -2/+2 |
2009-01-15 | Style cleanups throughout most of the code. Splitting function type from | Ira Rice | 1 | -2/+1 |
2008-12-08 | Code reformatting | Bjørn Lindeijer | 1 | -31/+18 |
2008-11-30 | Delete resources after removing from the orphan list, to avoid double frees d... | Fate | 1 | -1/+1 |
2008-11-18 | Pedantic fixes to the client, where I alphabetized all of the include | Ira Rice | 1 | -8/+4 |
2008-08-07 | Rebranding TME to Aethyra | Kraant | 1 | -1/+1 |
2008-07-27 | Changed files to tme | Douglas Boffey | 1 | -3/+3 |
2008-07-18 | Import of client tree | Lloyd Bryant | 1 | -1/+1 |
2008-06-12 | Merged revisions 3738 via svnmerge from | Bjørn Lindeijer | 1 | -1/+5 |
2008-06-05 | Added command line argument to specify the update host (-H). Also, to avoid | Bjørn Lindeijer | 1 | -2/+1 |
2008-01-13 | Fixed non-default location music loading | David Athay | 1 | -0/+21 |
2007-12-22 | Merged revisions 3740 via svnmerge from | Bjørn Lindeijer | 1 | -13/+66 |
2007-12-21 | Added logging of error on PHYSFS_addToSearchPath. | Bjørn Lindeijer | 1 | -2/+6 |
2007-11-21 | Merged revisions 3705-3711,3714,3718,3721-3722,3729-3731,3735,3742 via svnmer... | Bjørn Lindeijer | 1 | -8/+35 |
2007-11-20 | Merged revisions 3642,3662-3664,3667 via svnmerge from | Bjørn Lindeijer | 1 | -83/+61 |
2007-11-20 | Merged revisions 3629-3630 via svnmerge from | Bjørn Lindeijer | 1 | -0/+7 |
2007-09-20 | Merged a bunch of small changes from trunk to 0.0 and set svn:eol-style | Bjørn Lindeijer | 1 | -1/+4 |
2007-03-21 | Renamed Spriteset to ImageSet. | Bjørn Lindeijer | 1 | -11/+11 |
2007-02-20 | Added support for customdata directory. | Philipp Sehmisch | 1 | -0/+27 |
2006-12-03 | Don't try to play empty strings as sounds, and don't return a SoundEffect | Bjørn Lindeijer | 1 | -2/+2 |
2006-11-26 | Higher precision log timestamps, some more logging and support for TGA images. | Bjørn Lindeijer | 1 | -0/+1 |
2006-11-26 | Remove unnecessary check for file existance, loading will just fail with the ... | Björn Steinbrink | 1 | -7/+2 |
2006-11-19 | Separated sprite definition from playback. | Bjørn Lindeijer | 1 | -4/+43 |
2006-11-05 | Reverted wallpaper and added more useful logging to ResourceManager. | Bjørn Lindeijer | 1 | -4/+4 |
2006-08-13 | Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updates | Bjørn Lindeijer | 1 | -0/+17 |
2006-07-24 | Implemented caching of spritesets, including a lot of cleanups to the new | Bjørn Lindeijer | 1 | -24/+50 |
2006-07-18 | Updated the updating system. It will now only load those updates | Bjørn Lindeijer | 1 | -30/+3 |
2006-03-19 | Removed some useless null pointer checks. | Björn Steinbrink | 1 | -4/+2 |
2006-01-31 | Made ResourceManager a friend of Resource to avoid looping over decRef, which... | Björn Steinbrink | 1 | -15/+12 |
2005-10-19 | Fix empty lines not being read from text files. | Björn Steinbrink | 1 | -8/+4 |
2005-10-16 | Use the ResourceManager to get spritesets. | Björn Steinbrink | 1 | -0/+18 |
2005-10-07 | Modified finding NPC as by timonator's suggestion in order to allow NPCs to be | Bjørn Lindeijer | 1 | -2/+0 |
2005-10-05 | Fixed some resource cleanup and memory leaks. Also changed the way dangling | Bjørn Lindeijer | 1 | -7/+8 |
2005-09-29 | Moved tileset management into the map class and made sure the tilesets are | Bjørn Lindeijer | 1 | -7/+14 |
2005-09-12 | Added SDLImageLoader class to make guichan support physfs. | Björn Steinbrink | 1 | -7/+0 |
2005-08-29 | Clean up of the ConfigListener and Resource interfaces. | Björn Steinbrink | 1 | -4/+3 |
2005-08-25 | Fixed line length in ChangeLog and some other small changes. | Bjørn Lindeijer | 1 | -8/+5 |
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -10/+8 |
2005-08-04 | Added a method to the resource mananger to determine the real path of a file ... | Björn Steinbrink | 1 | -0/+7 |
2005-07-30 | Fixed check for updates directory. Moved search/write path setup from resourc... | Björn Steinbrink | 1 | -36/+49 |
2005-07-28 | Fix usage of a wrong dir-separator. | Björn Steinbrink | 1 | -1/+1 |
2005-07-27 | Added support for updates to the resource manager. | Björn Steinbrink | 1 | -59/+25 |
2005-07-15 | Fixed compiler warnings and added plain text file loading to resource manager. | Bjørn Lindeijer | 1 | -0/+29 |
2005-07-14 | Committed resource manager cleanup patch by Doener, and properly implemented | Bjørn Lindeijer | 1 | -56/+18 |
2005-07-12 | windows compilation fixes | Eugenio Favalli | 1 | -0/+2 |
2005-07-11 | Committed header dependencies reducing patch by Doener | Bjørn Lindeijer | 1 | -1/+0 |