Commit History

Author SHA1 Message Date
  Maarten ter Huurne 1bd0547631 Move the "speed" setting into new class SpeedManager 3 years ago
  m9710797 28e4dba70f Implement callback for 'invalid PPI mode' 4 years ago
  m9710797 37b83ea8e7 Move pause_on_lost_focus from c++ to Tcl 4 years ago
  Wouter Vermaelen bc48c7d9b9 Replace our 'noncopyable' helper with c++11 '=delete' 9 years ago
  m9710797 d97e74abe8 [7/9] unique_ptr->value, remaining stuff 9 years ago
  m9710797 c2a8cb3594 [1/9] unique_ptr->value, setting objects 9 years ago
  Wouter Vermaelen 85a6ed05a0 Take joystick-deadzone into account in the OSD menu 9 years ago
  m9710797 c78bd93d2c [4/5] Mark virtual method overrides with new c++11 'override' keyword 9 years ago
  m9710797 fcbcac823e [1/5] Added final class annotations 9 years ago
  wouter d089095d55 Various text-processing stuff 11 years ago
  Wouter Vermaelen d2d032f6fe Made GlobalSettings getter methods inline 11 years ago
  Wouter Vermaelen d301f1573e C++11 allows to use '>>' (instead of '> >') to close a nested template 11 years ago
  Wouter Vermaelen 3979f87d52 Replace std::auto_ptr with std::unique_ptr 11 years ago
  Wouter Vermaelen 0a0dd9407d Fixed assert when using the MegaFlashRomSCCPlus extension 12 years ago
  Wouter Vermaelen 0e0cffce3b Refactored Resample -> ResampledSoundDevice 12 years ago
  Wouter Vermaelen e3b59ab5a1 Removed 'user_directories' setting from code 13 years ago
  Maarten ter Huurne aca2a09df0 Removed getSettingsConfig() from CommandController and MSXCommandController, left it on GlobalCommandController. 14 years ago
  Maarten ter Huurne c24b81cafa Moved "DirAsDSKmode" and "bootsector" setting from GlobalSettings to DiskFactory. 14 years ago
  Maarten ter Huurne 7f4f68d594 Moved ResampleType from GlobalSettings to Resample. 14 years ago
  Maarten ter Huurne fb63988eba Moved SyncMode and BootSectorType enums from GlobalSettings to DirAsDSK, since that is a much more logical home for them. 14 years ago
  Maarten ter Huurne 58765dbe45 Introduced an enum for boot sector type: it has just two elements, but a dedicated enum is more descriptive than a bool. 14 years ago
  Maarten ter Huurne a05d4352aa Moved "console" setting from GlobalSettings to CommandConsole. 15 years ago
  Manuel Bilderbeek 9c38d8e4e7 Added pause_on_lost_focus setting: enable to pause when leaving the openMSX window with your cursor 15 years ago
  Wouter Vermaelen 37e9f0c2aa removed sectorcache code from DirAsDSK 15 years ago
  Wouter Vermaelen 693d294a3a DirAsDSK cleanups (no functional changes yes, so this shouldn't break anything ;) 16 years ago
  David Heremans 63da4d261c Fixed dedecting erased/moved Host OS files... 16 years ago
  David Heremans 7e926b91a6 It works.. 16 years ago
  Wouter Vermaelen 5e80561f0b added BlipBuffer based resampler (see ChangeLog) 17 years ago
  Wouter Vermaelen dc1cf43ab2 added fast/low-quality resample algo plus a setting named 'resampler' to switch between the resample algos 17 years ago
  Wouter Vermaelen 367986ffd6 made a lot of classes noncopyable / small cleanups 17 years ago