Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-03-09 | Made all class members named like mClassMember. | Björn Steinbrink | 1 | -1/+1 | |
2005-12-29 | Added popup support to the Gui class. Moved all mouse input handling into ↵ | Björn Steinbrink | 1 | -2/+0 | |
the Gui class. | |||||
2005-10-18 | Added automatic widget cleanup to the window class. | Björn Steinbrink | 1 | -5/+0 | |
2005-10-09 | * Made Sprite into an interface implemented by both FloorItem and Being, which | Bjørn Lindeijer | 1 | -4/+3 | |
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-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -5/+6 | |
2005-07-28 | Cleaned up the showPopup() code, moved "map"-related code into game.cpp, ↵ | Björn Steinbrink | 1 | -5/+17 | |
made the popup show up at mouse coordinates instead of being aligned to tiles. | |||||
2005-07-22 | Merge between moi1392's branch and head | Cedric Borgese | 1 | -0/+7 | |
2005-07-16 | Updated changelog, got rid of remaining extern SDL_Surface *screen cases, | Bjørn Lindeijer | 1 | -7/+2 | |
fixed double free and cleaned up a bit. | |||||
2005-07-13 | * Committing some cleanups by Doener | Bjørn Lindeijer | 1 | -5/+0 | |
* Fixed some compiler warnings * Restored a USE_OPENGL check around OpenGL headers * Fixed error about FALSE not being defined * Fixed issue with font to become speechFont when the latter is not installed | |||||
2005-07-11 | Committed header dependencies reducing patch by Doener | Bjørn Lindeijer | 1 | -0/+2 | |
2005-06-17 | new BrowserBox widget with colors/links support | José Ávila | 1 | -0/+78 | |