Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-10-09 | * Made Sprite into an interface implemented by both FloorItem and Being, which | Bjørn Lindeijer | 1 | -5/+7 | |
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/+3 | |
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/+78 | |
(added a new sfx to test the sound engine) |