Commit History

Author SHA1 Message Date
  m9710797 1c389ce22b [1/6] apply fixes suggested by clang-tidy modernize-* 5 years ago
  m9710797 338ab9980e Replaced some '(unsigned) long' types with '(s)size_t' 8 years ago
  m9710797 c78bd93d2c [4/5] Mark virtual method overrides with new c++11 'override' keyword 10 years ago
  m9710797 167be8eb04 [3/5] Made destructors non-virtual where possible 10 years ago
  m9710797 fcbcac823e [1/5] Added final class annotations 10 years ago
  m9710797 dc09548de7 Simplify PostProcessor::rotateFrames() interface 10 years ago
  wouter 00d3654c73 Use c++11 way of generating gaussian random numbers 11 years ago
  wouter 4d483acfbb Rewrite drawNoiseLine asm routine using compiler intrinsics 11 years ago
  wouter d089095d55 Various text-processing stuff 11 years ago
  Wouter Vermaelen 566103ccbd Made videosource setting values dynamic 11 years ago
  Wouter Vermaelen d301f1573e C++11 allows to use '>>' (instead of '> >') to close a nested template 12 years ago
  Wouter Vermaelen 3979f87d52 Replace std::auto_ptr with std::unique_ptr 12 years ago
  Wouter Vermaelen 3787f4fbb0 SuperImposedFrame -> SuperImposedVideoFrame 12 years ago
  Wouter Vermaelen efa2a808ad Implement laserdisc super-impose as a ScalerOutput post-processing step 13 years ago
  Wouter Vermaelen 85814a6d5f Pass RawFrame objects around using auto_ptr's to make (transfer of) ownership explicit. 13 years ago
  Maarten ter Huurne 13186915a3 Renamed setSuperimposing() to setSuperimposeFrame(). Also removed one call that passed a boolean to this method instead of a pointer (amazing this compiled without even a warning). This fixes a crash when switching renderer or fullscreen while superimpose is active. Debugged on the Nijmegen 2010 fair with Wouter. 14 years ago
  Wouter Vermaelen e6333af6ab Removed TransparentNxScaler scalers 15 years ago
  Wouter Vermaelen c2b34697b0 Teach SDL-renderer-scalers about super-impose. 15 years ago
  Wouter Vermaelen 3344b82127 Preparation to implement superimpose for SDLGL-PP 15 years ago
  Sean Young c370cac248 First commit of Laserdisc code. Some of the outstanding issues are listed 15 years ago
  Wouter Vermaelen aad2860701 small simplification in the PostProcessor interface. 15 years ago
  Wouter Vermaelen 49c97ebf5c pass OutputSurface parameter to Layer::paint() 15 years ago
  Wouter Vermaelen f4eb30d3bd pass EmuTime by-value on 64-bit CPUs 16 years ago
  Wouter Vermaelen 31e7ac5323 implemented 'tabbed' machines (see ChangeLog) 16 years ago
  Wouter Vermaelen 6e5534b52c a few avi recording improvements (see ChangeLog) 18 years ago
  Joost Yervante Damad 2d8dcf4988 make MMX & SSE work on amd64 :) 18 years ago
  Wouter Vermaelen 367986ffd6 made a lot of classes noncopyable / small cleanups 18 years ago
  Maarten ter Huurne 408db5f0a0 Introduced new renderer "SDLGL-PP". 18 years ago