stella/src/common
thrust26 72c6f30b52 enabled messages in continuous snapshots mode (fixes #714)
changed hotkey for continuous snapshots mode
2020-10-25 16:22:46 +01:00
..
audio Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
repository Almost all file I/O now goes through FilesystemNode::read/write, instead of raw C++ fstreams. 2020-07-25 12:57:12 -02:30
sdl_blitter Fairly huge refactoring of FrameBuffer class into FBBackend and friends. 2020-10-23 10:27:06 -02:30
tv_filters changed all adjustable steps to 1% 2020-06-11 17:30:27 +02:00
AudioQueue.cxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
AudioQueue.hxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
AudioSettings.cxx added option to select audio device (resolves #682) 2020-07-27 09:43:31 +02:00
AudioSettings.hxx added option to select audio device (resolves #682) 2020-07-27 09:43:31 +02:00
Base.cxx add total and delta cycle counter (resolves #565) 2020-02-03 13:09:19 +01:00
Base.hxx add total and delta cycle counter (resolves #565) 2020-02-03 13:09:19 +01:00
EventHandlerSDL2.cxx Added basic (entire and single line only) text cut/copy and paste (partially implements #105) 2020-10-11 10:12:42 +02:00
EventHandlerSDL2.hxx Added basic (entire and single line only) text cut/copy and paste (partially implements #105) 2020-10-11 10:12:42 +02:00
FBBackendSDL2.cxx Fairly huge refactoring of FrameBuffer class into FBBackend and friends. 2020-10-23 10:27:06 -02:30
FBBackendSDL2.hxx Fairly huge refactoring of FrameBuffer class into FBBackend and friends. 2020-10-23 10:27:06 -02:30
FBSurfaceSDL2.cxx Fairly huge refactoring of FrameBuffer class into FBBackend and friends. 2020-10-23 10:27:06 -02:30
FBSurfaceSDL2.hxx Fairly huge refactoring of FrameBuffer class into FBBackend and friends. 2020-10-23 10:27:06 -02:30
FSNodeFactory.hxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
FSNodeZIP.cxx Make FSNodeZIP::exists() actually inspect the ZIP contents, and not just the ZIP file itself. 2020-07-27 23:27:21 -02:30
FSNodeZIP.hxx Make FSNodeZIP::exists() actually inspect the ZIP contents, and not just the ZIP file itself. 2020-07-27 23:27:21 -02:30
FpsMeter.cxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
FpsMeter.hxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
JoyMap.cxx order KeyMap and JoyMap when saving 2020-04-21 17:22:50 +02:00
JoyMap.hxx Some more header file cleanups, hopefully resulting in faster compile 2020-05-12 13:52:33 -02:30
KeyMap.cxx order KeyMap and JoyMap when saving 2020-04-21 17:22:50 +02:00
KeyMap.hxx remove palette functionality from NTSCFilter 2020-05-09 21:36:22 +02:00
LinkedObjectPool.hxx Revert "Fix compiler warnings: uInt32 to size_t." 2020-08-15 17:37:23 -02:30
Logger.cxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
Logger.hxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
MediaFactory.hxx Fairly huge refactoring of FrameBuffer class into FBBackend and friends. 2020-10-23 10:27:06 -02:30
MouseControl.cxx First shot at configurable paddle input (#522) 2020-03-25 09:32:12 +01:00
MouseControl.hxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
PJoystickHandler.cxx fix attempt for #692 2020-08-23 10:58:36 +02:00
PJoystickHandler.hxx fix #563 (double mapping) 2020-01-26 19:58:29 +01:00
PKeyboardHandler.cxx enabled messages in continuous snapshots mode (fixes #714) 2020-10-25 16:22:46 +01:00
PKeyboardHandler.hxx another final fix for #620 2020-04-22 08:25:35 +02:00
PNGLibrary.cxx enabled messages in continuous snapshots mode (fixes #714) 2020-10-25 16:22:46 +01:00
PNGLibrary.hxx Almost all file I/O now goes through FilesystemNode::read/write, instead of raw C++ fstreams. 2020-07-25 12:57:12 -02:30
PaletteHandler.cxx Almost all file I/O now goes through FilesystemNode::read/write, instead of raw C++ fstreams. 2020-07-25 12:57:12 -02:30
PaletteHandler.hxx Fix warnings from Clang 11. 2020-08-17 10:38:43 -02:30
PhosphorHandler.cxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
PhosphorHandler.hxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
PhysicalJoystick.cxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
PhysicalJoystick.hxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
Rect.hxx A few more cleanups relating to Common::Size vs. separate components. 2020-10-13 21:26:05 -02:30
RewindManager.cxx started adding playback mode (see #678) 2020-07-23 12:39:22 +02:00
RewindManager.hxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
SDL_lib.hxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
SoundNull.hxx Fix warnings from Clang 11. 2020-08-17 10:38:43 -02:30
SoundSDL2.cxx libretro: Fix compile error with recent sound code changes. 2020-07-27 10:53:43 -02:30
SoundSDL2.hxx Fix warnings from Clang 11. 2020-08-17 10:38:43 -02:30
Stack.hxx Fix 'ovveride' warning from clang. 2020-04-13 17:30:36 -02:30
StaggeredLogger.cxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
StaggeredLogger.hxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
StateManager.cxx added four global hotkeys which allow selecting and changing several adjustable settings (addresses #631) 2020-05-16 09:50:16 +02:00
StateManager.hxx Updated various files for 6.2.1 release. 2020-06-19 20:20:56 -02:30
StellaKeys.hxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
StringParser.hxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
ThreadDebugging.cxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
ThreadDebugging.hxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
TimerManager.cxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
TimerManager.hxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
Variant.hxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
Vec.hxx Fix 'ovveride' warning from clang. 2020-04-13 17:30:36 -02:30
Version.hxx Started cleanup of FrameBuffer class. 2020-10-13 10:47:37 -02:30
VideoModeHandler.cxx A few more FrameBuffer cleanups. 2020-10-16 14:19:15 -02:30
VideoModeHandler.hxx A few more FrameBuffer cleanups. 2020-10-16 14:19:15 -02:30
ZipHandler.cxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
ZipHandler.hxx Add CartCreator to VS project, and fix a few warnings. 2020-05-30 17:34:44 -02:30
bspf.hxx Added autodetection for AVox-USB adaptor to UI (fixes #688). 2020-09-29 16:10:59 -02:30
main.cxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
module.mk Fairly huge refactoring of FrameBuffer class into FBBackend and friends. 2020-10-23 10:27:06 -02:30
smartmod.hxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
stella-16x16.png Added better icons for Linux/UNIX. 2011-12-27 01:57:06 +00:00
stella-22x22.png Added better icons for Linux/UNIX. 2011-12-27 01:57:06 +00:00
stella-24x24.png Added better icons for Linux/UNIX. 2011-12-27 01:57:06 +00:00
stella-32x32.png Added better icons for Linux/UNIX. 2011-12-27 01:57:06 +00:00
stella-48x48.png Added better icons for Linux/UNIX. 2011-12-27 01:57:06 +00:00
stella-64x64.png Added better icons for Linux/UNIX. 2011-12-27 01:57:06 +00:00
stella-128x128.png Added better icons for Linux/UNIX. 2011-12-27 01:57:06 +00:00
stella.png Repo reorganization: move main Stella files directly into 'trunk'. 2009-05-21 12:53:06 +00:00
stella_icon.hxx And yet more fixes for warnings from clang-tidy. 2019-12-28 00:45:09 -03:30