Historial de Commits

Autor SHA1 Mensaje Fecha
  D15C0DE b6fd832980 [6/6] Repaint via VideoSystem hace 4 años
  D15C0DE 9c44775d8e [2/6] Move SDL-specific functionality out of VisibleSurface hace 4 años
  m9710797 1c389ce22b [1/6] apply fixes suggested by clang-tidy modernize-* hace 5 años
  Maarten ter Huurne 8ec5ba729e Changed setWindowTitle() into updateWindowTitle() hace 7 años
  m9710797 167be8eb04 [3/5] Made destructors non-virtual where possible hace 9 años
  wouter d089095d55 Various text-processing stuff hace 11 años
  Wouter Vermaelen eece8cb825 Return unique_ptr instead of raw pointer from factory functions hace 11 años
  Maarten ter Huurne 64bdbfd7f3 When taking a screenshot fails, throw MSXException instead of CommandException. Inside ScreenShotCmd, take the message from MSXException and throw a CommandException. Motivation: Even though the color PNG saving code is currently only used for creating screenshots, that knowledge should not be spread all over the video system, since it may not be true forever. Also, this is a preparation to allow the use of our File class for writing the PNG file, since FileException is an MSXException but not a CommandException. hace 14 años
  Maarten ter Huurne 43840964cb If a component is not present, #define it to 0 instead of not defining it. This way if you forget to include the right header, you get a compile error instead of an object with the wrong contents. hace 15 años
  Sean Young c370cac248 First commit of Laserdisc code. Some of the outstanding issues are listed hace 15 años
  Wouter Vermaelen 7ae1e4dffe fixed Doxygen warning hace 15 años
  Wouter Vermaelen 3d7322e5a1 Added support for taking screenshots without OSD elements hace 15 años
  Wouter Vermaelen e2ce2d59c8 removed VisibleSurface::init() and VideoSystem::prepare() hace 15 años
  Wouter Vermaelen 809fb1acd6 fixed assert on "unset renderer ; loadstate" hace 15 años
  Wouter Vermaelen 9c4e4e6f23 initial version of low level OSD commands hace 16 años
  Wouter Vermaelen 4ee2426d42 refactored OutputSurface, see ChangeLog hace 16 años
  Wouter Vermaelen c56ece68e3 fixed various whitespace errors: trailing whitespace, space before tab, indent with spaces (iso tab) hace 16 años
  Wouter Vermaelen 73cbad2d85 removed HardwareConfig singleton hace 18 años
  Wouter Vermaelen 295e9127ca use references iso pointers where possible in VDP code hace 19 años
  Wouter Vermaelen a91b7c61c2 Changed include guards from __FOO_HH__ to FOO_HH hace 19 años
  Wouter Vermaelen c2e9dc16b9 large cleanup, see ChangeLog for details hace 19 años
  Wouter Vermaelen 3e509a5b5f Created V9990DummyRasterizer hace 19 años
  Maarten ter Huurne d300699908 Cleanup of layer system, continued. hace 20 años
  Maarten ter Huurne 25c3e07286 Removed all SDL specific code from SDLGLRenderer. Moved video subsystem init and shutdown to SDLGLVideoSystem. hace 20 años
  Maarten ter Huurne f8220a884d Moved all SDL surface locking to SDLVideoSystem. hace 20 años
  Maarten ter Huurne 95d82c6b46 Put VideoSystem class in its own files. hace 20 años