- Member FIFE::Console::execute (std::string cmd)
- generalize the generated command and the regexp used.
- Class FIFE::DAT2
- maybe merge common DAT1/DAT2 code in a common base class
- Class FIFE::GLeImage
- Check the correctness of the generateTexture function on big endian systems (ppc)
- Class FIFE::GLImage
- Check the correctness of the generateTexture function on big endian systems (ppc)
- Member FIFE::ImageManager::get (ResourceHandle handle)
- This should throw an exception instead of an empty ImagePtr
- Member FIFE::ImageManager::reloadAll ()
- It might be beneficial to supply a parameter to only reload resources that are already loaded
- Member FIFE::SoundClipManager::get (ResourceHandle handle)
- This should throw an exception instead of an empty SoundClipPtr
- Member FIFE::SoundClipManager::reloadAll ()
- It might be beneficial to supply a parameter to only reload resources that are already loaded
- Class FIFE::TextRenderPool
- Should probably use a
std::map
instead of a std::list