Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-10-19 | Factored code between resource handlers. Implemented failure-friendly sprite ↵ | Guillaume Melquiond | 1 | -5/+3 | |
loader. | |||||
2007-01-29 | Some trivial documentation work. Fixes all Doxygen warnings. | Bjørn Lindeijer | 1 | -0/+1 | |
2005-10-09 | * Made Sprite into an interface implemented by both FloorItem and Being, which | Bjørn Lindeijer | 1 | -8/+8 | |
hook themselves into the map on construction. The improved fringe layer is working as expected now. * Made sure TMW compiles without warnings even when using "-Wconversion -Wshadow -Wcast-qual -Wwrite-strings -ansi -pedantic", lots of cleanups. * Added two new small tilesets that contain the desert tiles that are twice and three times the height of a normal tile. One well in new_3-1 has been converted to use the new double tiles for testing purposes. | |||||
2005-08-29 | Clean up of the ConfigListener and Resource interfaces. | Björn Steinbrink | 1 | -2/+2 | |
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -2/+2 | |
2005-06-23 | Finishing resource manager ability to clean up resources. Still work to do on | Bjørn Lindeijer | 1 | -5/+0 | |
resources other than images. | |||||
2005-04-10 | Resource manager can now load sfx and music as samples. | Eugenio Favalli | 1 | -0/+87 | |
(added a new sfx to test the sound engine) |