m9710797 eab61a6987 Fix boundary check in Scale_8on9 vor 3 Jahren
..
ld 80f67933cb [5/6] Generalize SDL_PixelFormat vor 4 Jahren
scalers eab61a6987 Fix boundary check in Scale_8on9 vor 3 Jahren
v9990 e285c528c1 fix (harmless) compiler warnings in non-assert build vor 4 Jahren
ADVram.cc 5d915cd38d Re-apply serialization improvements. vor 4 Jahren
ADVram.hh c78bd93d2c [4/5] Mark virtual method overrides with new c++11 'override' keyword vor 9 Jahren
AviRecorder.cc 0c6c272e85 [2/2] use constexpr to define constants vor 4 Jahren
AviRecorder.hh fe7fe40a1e Experiment: use float32 (instead of int16) audio sample format vor 5 Jahren
AviWriter.cc 631005eea7 AviWriter: replace macros with lambda functions vor 4 Jahren
AviWriter.hh fcc2ca6773 Ran include-what-you-use (iwyu) and remove some unnecessary #include's vor 5 Jahren
BaseImage.cc 9ee721e0f5 Implement structured bindings support gl::vec vor 4 Jahren
BaseImage.hh 8f6c34a3bd Merge branch 'master' into sdl2 vor 5 Jahren
BitmapConverter.cc 7798365712 removed ARM assembly code (fix crash on Android) vor 5 Jahren
BitmapConverter.hh f3e567c5f5 Replace 'typedef' with 'using' vor 9 Jahren
CharacterConverter.cc 7798365712 removed ARM assembly code (fix crash on Android) vor 5 Jahren
CharacterConverter.hh 6f30980c10 Implement that V99x8 does not support mixed modes vor 9 Jahren
Deflicker.cc 6c95a7d057 Use 'one_of()' to simplify code vor 4 Jahren
Deflicker.hh 80f67933cb [5/6] Generalize SDL_PixelFormat vor 4 Jahren
DeinterlacedFrame.cc 80f67933cb [5/6] Generalize SDL_PixelFormat vor 4 Jahren
DeinterlacedFrame.hh 80f67933cb [5/6] Generalize SDL_PixelFormat vor 4 Jahren
Display.cc b6fd832980 [6/6] Repaint via VideoSystem vor 4 Jahren
Display.hh b6fd832980 [6/6] Repaint via VideoSystem vor 4 Jahren
DisplayMode.hh 6c95a7d057 Use 'one_of()' to simplify code vor 4 Jahren
DoubledFrame.cc 80f67933cb [5/6] Generalize SDL_PixelFormat vor 4 Jahren
DoubledFrame.hh 80f67933cb [5/6] Generalize SDL_PixelFormat vor 4 Jahren
DummyRenderer.cc d089095d55 Various text-processing stuff vor 11 Jahren
DummyRenderer.hh c78bd93d2c [4/5] Mark virtual method overrides with new c++11 'override' keyword vor 9 Jahren
DummyVideoSystem.cc b6fd832980 [6/6] Repaint via VideoSystem vor 4 Jahren
DummyVideoSystem.hh b6fd832980 [6/6] Repaint via VideoSystem vor 4 Jahren
FBPostProcessor.cc e2aaec0583 Simplify the SDLOutputSurface interface vor 4 Jahren
FBPostProcessor.hh 1c389ce22b [1/6] apply fixes suggested by clang-tidy modernize-* vor 5 Jahren
FrameSource.cc 80f67933cb [5/6] Generalize SDL_PixelFormat vor 4 Jahren
FrameSource.hh 80f67933cb [5/6] Generalize SDL_PixelFormat vor 4 Jahren
GLContext.cc 39f5361836 use std::make_unique instead of our own version vor 5 Jahren
GLContext.hh 5d51ce37b1 Fix 4635b13 more cleanly vor 10 Jahren
GLImage.cc f0717eb30a [5/9] Add vertex buffers in GLImage vor 4 Jahren
GLImage.hh f0717eb30a [5/9] Add vertex buffers in GLImage vor 4 Jahren
GLPostProcessor.cc ed2b15685b [9/9] Use core FBO/PBO and remove fallback functions vor 4 Jahren
GLPostProcessor.hh b3c07306d5 [8/9] Add vertex buffers for noise and Snow vor 4 Jahren
GLSnow.cc b3c07306d5 [8/9] Add vertex buffers for noise and Snow vor 4 Jahren
GLSnow.hh b3c07306d5 [8/9] Add vertex buffers for noise and Snow vor 4 Jahren
GLUtil.cc a3f8aa14f7 apply fixes suggested by clang-tidy-10 -check=readability-make-member-function-const vor 4 Jahren
GLUtil.hh a3f8aa14f7 apply fixes suggested by clang-tidy-10 -check=readability-make-member-function-const vor 4 Jahren
Icon.cc d089095d55 Various text-processing stuff vor 11 Jahren
Icon.hh d089095d55 Various text-processing stuff vor 11 Jahren
Layer.cc 1c389ce22b [1/6] apply fixes suggested by clang-tidy modernize-* vor 5 Jahren
Layer.hh 1c389ce22b [1/6] apply fixes suggested by clang-tidy modernize-* vor 5 Jahren
LayerListener.hh 1c389ce22b [1/6] apply fixes suggested by clang-tidy modernize-* vor 5 Jahren
OutputSurface.cc 148c80cc0c Made SDLGLOffscreenSurface (more) SDL-independant vor 4 Jahren
OutputSurface.hh 148c80cc0c Made SDLGLOffscreenSurface (more) SDL-independant vor 4 Jahren
PNG.cc 6c95a7d057 Use 'one_of()' to simplify code vor 4 Jahren
PNG.hh 80f67933cb [5/6] Generalize SDL_PixelFormat vor 4 Jahren
PixelFormat.hh 80f67933cb [5/6] Generalize SDL_PixelFormat vor 4 Jahren
PixelOperations.hh 80f67933cb [5/6] Generalize SDL_PixelFormat vor 4 Jahren
PixelRenderer.cc 506f7d684d When throttle is off, repaint at 10 fps vor 3 Jahren
PixelRenderer.hh 506f7d684d When throttle is off, repaint at 10 fps vor 3 Jahren
PostProcessor.cc 80f67933cb [5/6] Generalize SDL_PixelFormat vor 4 Jahren
PostProcessor.hh fcc2ca6773 Ran include-what-you-use (iwyu) and remove some unnecessary #include's vor 5 Jahren
Rasterizer.hh 1c389ce22b [1/6] apply fixes suggested by clang-tidy modernize-* vor 5 Jahren
RawFrame.cc 80f67933cb [5/6] Generalize SDL_PixelFormat vor 4 Jahren
RawFrame.hh 80f67933cb [5/6] Generalize SDL_PixelFormat vor 4 Jahren
RenderSettings.cc 501dca4fe2 Enable vsync by default vor 3 Jahren
RenderSettings.hh 016f8f3aa1 Change sync_to_vblank_mode setting to vsync (boolean) vor 3 Jahren
Renderer.cc f85d68865c Fix all "clang-tidy -check=modernize-use-default" warnings vor 7 Jahren
Renderer.hh f85d68865c Fix all "clang-tidy -check=modernize-use-default" warnings vor 7 Jahren
RendererFactory.cc 49d519b26d Remove SDLGL-FB16/32 renderers vor 4 Jahren
RendererFactory.hh fcc2ca6773 Ran include-what-you-use (iwyu) and remove some unnecessary #include's vor 5 Jahren
SDLGLOffScreenSurface.cc 148c80cc0c Made SDLGLOffscreenSurface (more) SDL-independant vor 4 Jahren
SDLGLOffScreenSurface.hh 148c80cc0c Made SDLGLOffscreenSurface (more) SDL-independant vor 4 Jahren
SDLGLVisibleSurface.cc 016f8f3aa1 Change sync_to_vblank_mode setting to vsync (boolean) vor 3 Jahren
SDLGLVisibleSurface.hh 016f8f3aa1 Change sync_to_vblank_mode setting to vsync (boolean) vor 3 Jahren
SDLImage.cc 091a8a31c3 [4/6] Move SDL-specific functionality out of OutputSurface vor 4 Jahren
SDLImage.hh 56c2bed6f9 Move {GL,SDL}Image::getSize() to the base class vor 7 Jahren
SDLOffScreenSurface.cc e2aaec0583 Simplify the SDLOutputSurface interface vor 4 Jahren
SDLOffScreenSurface.hh 091a8a31c3 [4/6] Move SDL-specific functionality out of OutputSurface vor 4 Jahren
SDLOutputSurface.cc e2aaec0583 Simplify the SDLOutputSurface interface vor 4 Jahren
SDLOutputSurface.hh e2aaec0583 Simplify the SDLOutputSurface interface vor 4 Jahren
SDLRasterizer.cc 6c95a7d057 Use 'one_of()' to simplify code vor 4 Jahren
SDLRasterizer.hh ce8b869987 [3/6] Inherit OutputSurface in VisibleSurface derivations vor 4 Jahren
SDLSnow.cc e2aaec0583 Simplify the SDLOutputSurface interface vor 4 Jahren
SDLSnow.hh bc48c7d9b9 Replace our 'noncopyable' helper with c++11 '=delete' vor 8 Jahren
SDLSurfacePtr.hh c8c6a00bac Fix inconsistent #include guards vor 4 Jahren
SDLVideoSystem.cc b6fd832980 [6/6] Repaint via VideoSystem vor 4 Jahren
SDLVideoSystem.hh b6fd832980 [6/6] Repaint via VideoSystem vor 4 Jahren
SDLVisibleSurface.cc e2aaec0583 Simplify the SDLOutputSurface interface vor 4 Jahren
SDLVisibleSurface.hh 706793b5e2 SDLGL does not need renderer, surface and texture vor 4 Jahren
SDLVisibleSurfaceBase.cc bfe94456fb Only save window position if we're not full screen vor 3 Jahren
SDLVisibleSurfaceBase.hh 510738e406 Remember window position and restore it at recreation vor 4 Jahren
SpriteChecker.cc f929997eab Implemented difference between TMS99x8/V99x8 wrt color 0 sprite collision vor 4 Jahren
SpriteChecker.hh 169b320019 Fix issue#1198 'Labirint game: sprite collision falsely detected' vor 4 Jahren
SpriteConverter.hh 14d1fcf4e6 Fix behavior of TP bit in sprite mode 1 (thus only V99x8) vor 4 Jahren
SuperImposedFrame.cc 80f67933cb [5/6] Generalize SDL_PixelFormat vor 4 Jahren
SuperImposedFrame.hh 80f67933cb [5/6] Generalize SDL_PixelFormat vor 4 Jahren
SuperImposedVideoFrame.cc 80f67933cb [5/6] Generalize SDL_PixelFormat vor 4 Jahren
SuperImposedVideoFrame.hh c78bd93d2c [4/5] Mark virtual method overrides with new c++11 'override' keyword vor 9 Jahren
VDP.cc 3718ed7df4 Use 'one_of()' to simplify code vor 4 Jahren
VDP.hh fe4c1c1267 Add Yamaha/Sakhr AX-150 vor 4 Jahren
VDPAccessSlots.cc 0c6c272e85 [2/2] use constexpr to define constants vor 4 Jahren
VDPAccessSlots.hh 0c6c272e85 [2/2] use constexpr to define constants vor 4 Jahren
VDPCmdEngine.cc a3f8aa14f7 apply fixes suggested by clang-tidy-10 -check=readability-make-member-function-const vor 4 Jahren
VDPCmdEngine.hh a3f8aa14f7 apply fixes suggested by clang-tidy-10 -check=readability-make-member-function-const vor 4 Jahren
VDPVRAM.cc 9ed69b6516 [1/2] Use c++17 inline variables vor 4 Jahren
VDPVRAM.hh 9ed69b6516 [1/2] Use c++17 inline variables vor 4 Jahren
VRAMObserver.hh 1c389ce22b [1/6] apply fixes suggested by clang-tidy modernize-* vor 5 Jahren
VideoLayer.cc 6c95a7d057 Use 'one_of()' to simplify code vor 4 Jahren
VideoLayer.hh 8c0e73a411 Renamed signalEvent() to signalMSXEvent() vor 5 Jahren
VideoSystem.cc 8ec5ba729e Changed setWindowTitle() into updateWindowTitle() vor 7 Jahren
VideoSystem.hh b6fd832980 [6/6] Repaint via VideoSystem vor 4 Jahren
VideoSystemChangeListener.hh 1c389ce22b [1/6] apply fixes suggested by clang-tidy modernize-* vor 5 Jahren
VisibleSurface.cc e285c528c1 fix (harmless) compiler warnings in non-assert build vor 4 Jahren
VisibleSurface.hh 07f7ab684d fix(?) mistake in ba537d2def6 vor 4 Jahren
ZMBVEncoder.cc a3f8aa14f7 apply fixes suggested by clang-tidy-10 -check=readability-make-member-function-const vor 4 Jahren
ZMBVEncoder.hh a3f8aa14f7 apply fixes suggested by clang-tidy-10 -check=readability-make-member-function-const vor 4 Jahren
gl_mat.hh 396bf3721f Turn the adhoc gl_{vec,mat,transform} tests into actual unittests vor 5 Jahren
gl_transform.hh 8e3113dd1a Cleanup of whitespace and typos vor 4 Jahren
gl_vec.hh a447c905db Hide Clang pragmas from other compilers vor 4 Jahren