Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
to native for some files that were still missing this property. This is a feeble attempt to reduce the amount of conflicts for future merges. | |||||
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 | |
instance when Mix_Chunk loading failed. | |||||
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 | |
correct error message. | |||||
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 | |
from the 0.1.0 branch. | |||||
2006-07-24 | Implemented caching of spritesets, including a lot of cleanups to the new | Bjørn Lindeijer | 1 | -24/+50 | |
animation system. Action now refers to the Spriteset directly and AnimatedSprite refers to the current Action directly instead of using the std::map with a std::string constantly. Some methods and parameters are marked as const. The READ_PROP macro was replaced by static methods. Warnings are logged when unnamed actions are defined or when actions refer to undefined imagesets. Code is more tolerant towards missing actions. | |||||
2006-07-18 | Updated the updating system. It will now only load those updates | Bjørn Lindeijer | 1 | -30/+3 | |
specified in the downloaded resources.txt file, and in the order in which they are mentioned (the top one being the most significant). | |||||
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, ↵ | Björn Steinbrink | 1 | -15/+12 | |
which returns void now. | |||||
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 | |
clicked on their heads too. Also made start to tile engine improvement by adding the Sprite class that is now used by the floor items for being displayed on the map. Finally added documentation to Item class and splitted out Properties class from Map. | |||||
2005-10-05 | Fixed some resource cleanup and memory leaks. Also changed the way dangling | Bjørn Lindeijer | 1 | -7/+8 | |
references to resources are reported to be more informative. | |||||
2005-09-29 | Moved tileset management into the map class and made sure the tilesets are | Bjørn Lindeijer | 1 | -7/+14 | |
cleaned up properly on switching maps. | |||||
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 | |
in the search path. Added a first user of that function. Minor cleanup. | |||||
2005-07-30 | Fixed check for updates directory. Moved search/write path setup from ↵ | Björn Steinbrink | 1 | -36/+49 | |
resourcemanager to main initialization. | |||||
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 | |
the custom mouse cursor option, which is now also dynamically changeable through the setup window. | |||||
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 | |
2005-06-24 | Adding missing #include. (Thanks to Scandium). | Yohann Ferreira | 1 | -0/+2 | |
2005-06-23 | Finishing resource manager ability to clean up resources. Still work to do on | Bjørn Lindeijer | 1 | -33/+45 | |
resources other than images. | |||||
2005-06-21 | Image loader now automatically determines whether to use masked drawing or | Bjørn Lindeijer | 1 | -6/+6 | |
an alpha layer. | |||||
2005-05-16 | This little workaround necessary to prevent crashes for now. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-05-14 | Added framerate limiter, off by default (0 means no limit) | Bjørn Lindeijer | 1 | -1/+1 | |
2005-05-02 | Made config.xml, tmw.log and chatlog.txt always appear in ~/.tmw on *nix. | Bjørn Lindeijer | 1 | -13/+13 | |
2005-05-01 | - Added installation of game data, install required on *nix systems | Rodney Dawes | 1 | -0/+1 | |
- Updated desktop file to work better - Install the desktop file to the standard location - Install the icon as tmw.png in the standard pixmaps data dir | |||||
2005-04-26 | Changed keyboard control to integrate better with mouse walk, changed location | Bjørn Lindeijer | 1 | -4/+7 | |
of packet.list and chatlog.txt and removed name from player chat "balloon". | |||||
2005-04-19 | A few random changes. | Bjørn Lindeijer | 1 | -6/+3 | |
2005-04-10 | Resource manager can now load sfx and music as samples. | Eugenio Favalli | 1 | -4/+46 | |
(added a new sfx to test the sound engine) | |||||
2005-03-26 | Images are now exclusively loaded through PhysFS, and Tiled maps should load | Bjørn Lindeijer | 1 | -38/+31 | |
fine again. | |||||
2005-03-25 | Fix compile issues on Windows. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-03-24 | Logger Implemented. (3/3) | Yohann Ferreira | 1 | -8/+9 | |
2005-03-13 | Converted ChatBox into a proper ChatWindow in response to changes by Chetic. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-03-12 | Made PhysFS code a bit more generic for later additions. | Eric Scrivner | 1 | -18/+41 | |
2005-03-01 | Changed around recent additions to Image class a bit and fixed OpenGL compile. | Bjørn Lindeijer | 1 | -2/+2 | |
2005-02-19 | Fixed searching for zip files in Linux, fixed initialization of PhysFS to be | Bjørn Lindeijer | 1 | -38/+33 | |
before it is used and added a start on the map reader. | |||||
2005-02-19 | Integrated PhysicsFS for TMW package system | Eric Scrivner | 1 | -7/+101 | |
2005-02-14 | Simplified logging for the sake of simplicity. | Bjørn Lindeijer | 1 | -11/+8 | |
2005-02-13 | Now the resource manager will log a bit about images and cleanup. | Bjørn Lindeijer | 1 | -4/+4 | |