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