Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-20 | TOLTECS: Fixed compilation with the latest trunk changes. | Filippos Karapetis | |
This change also unveiled a serious problem: the same include files are used EVERYWHERE (e.g. code manipulating the screen is using sound includes). Added a FIXME concerning this | |||
2011-11-20 | TOLTECS: Misc fixes in the menu system | Benjamin Haisch | |
2011-11-20 | TOLTECS: Implemented scrolling in the savegame list | Benjamin Haisch | |
2011-11-20 | TOLTECS: More work on the menu; started the savegame page and implemented ↵ | Benjamin Haisch | |
editing of the savegame description | |||
2011-11-20 | TOLTECS: More work on the menu; started with the saveload menu page and ↵ | Benjamin Haisch | |
fixed some early bugs | |||
2011-11-20 | TOLTECS: More work on the menu | Benjamin Haisch | |
2011-11-20 | TOLTECS: Started implementing the menu from scratch | Benjamin Haisch | |
2011-11-20 | TOLTECS: Silenced some warnings | Filippos Karapetis | |
2011-11-20 | TOLTECS: Reworked the ArchiveReader and ResourceCache classes. | Benjamin Haisch | |
ResourceCache needs more work since resources are never freed (which is bad). | |||
2011-11-20 | TOLTECS: - Added menu system prototype (may change later) | Benjamin Haisch | |
- Added movie player (still incomplete, sound is not yet implemented) Both are not yet hooked to the engine. - Added code for microtile arrays (from the SEL - Simple DirectMedia Layer Extension Library project), under the LGPL This will be used as dirty rectangle "manager". This is experimental for now, it may be removed later. |