m9710797 7798365712 removed ARM assembly code (fix crash on Android) 5 年之前
..
ld 39f5361836 use std::make_unique instead of our own version 5 年之前
scalers 7798365712 removed ARM assembly code (fix crash on Android) 5 年之前
v9990 d9ae9c7e5a fix clang-tidy-7 'readability-non-const-parameter' 5 年之前
.gitignore 24d2a5fcf0 Cleanup in .gitignore files 10 年之前
ADVram.cc 9f2312e3d0 Make use of strCat() and strAppend() 5 年之前
ADVram.hh c78bd93d2c [4/5] Mark virtual method overrides with new c++11 'override' keyword 9 年之前
AviRecorder.cc 39f5361836 use std::make_unique instead of our own version 5 年之前
AviRecorder.hh fbd2d80bbb Mark single-parameter constructors 'implicit' 8 年之前
AviWriter.cc 39f5361836 use std::make_unique instead of our own version 5 年之前
AviWriter.hh eaaed8c994 Replace 'short' with 'int16_t' 8 年之前
BaseImage.cc 9f2312e3d0 Make use of strCat() and strAppend() 5 年之前
BaseImage.hh bc48c7d9b9 Replace our 'noncopyable' helper with c++11 '=delete' 8 年之前
BitmapConverter.cc 7798365712 removed ARM assembly code (fix crash on Android) 5 年之前
BitmapConverter.hh f3e567c5f5 Replace 'typedef' with 'using' 9 年之前
CharacterConverter.cc 7798365712 removed ARM assembly code (fix crash on Android) 5 年之前
CharacterConverter.hh 6f30980c10 Implement that V99x8 does not support mixed modes 9 年之前
Deflicker.cc 39f5361836 use std::make_unique instead of our own version 5 年之前
Deflicker.hh ca29283212 fixed clang-tidy warnings about virtual destructors 5 年之前
DeinterlacedFrame.cc 7f058fb365 Refactor buffer management in video scaling code 11 年之前
DeinterlacedFrame.hh c78bd93d2c [4/5] Mark virtual method overrides with new c++11 'override' keyword 9 年之前
Display.cc ac039c81b6 Renamed string_ref to string_view 5 年之前
Display.hh 756684c913 Changed Display::setWindowTitle() into getWindowTitle() 7 年之前
DisplayMode.hh 5e22a98485 Fix border drawing in text mode with YJK/YAE bits 8 年之前
DoubledFrame.cc 7f058fb365 Refactor buffer management in video scaling code 11 年之前
DoubledFrame.hh c78bd93d2c [4/5] Mark virtual method overrides with new c++11 'override' keyword 9 年之前
DummyRenderer.cc d089095d55 Various text-processing stuff 11 年之前
DummyRenderer.hh c78bd93d2c [4/5] Mark virtual method overrides with new c++11 'override' keyword 9 年之前
DummyVideoSystem.cc d089095d55 Various text-processing stuff 11 年之前
DummyVideoSystem.hh c78bd93d2c [4/5] Mark virtual method overrides with new c++11 'override' keyword 9 年之前
FBPostProcessor.cc e436981231 apply clang-tidy-7 'modernize-use-auto' 5 年之前
FBPostProcessor.hh 338ab9980e Replaced some '(unsigned) long' types with '(s)size_t' 8 年之前
FrameSource.cc 363502b6bf Inline trivial getter/setters 9 年之前
FrameSource.hh bc48c7d9b9 Replace our 'noncopyable' helper with c++11 '=delete' 8 年之前
GLContext.cc 39f5361836 use std::make_unique instead of our own version 5 年之前
GLContext.hh 5d51ce37b1 Fix 4635b13 more cleanly 10 年之前
GLImage.cc 19514f1f8b pair glEnableVertexAttribArray() with glDisableVertexAttribArray() 5 年之前
GLImage.hh 05945a682d [9/10] scaler -> vector calculations for SDLImage/GLImage 9 年之前
GLPostProcessor.cc 19514f1f8b pair glEnableVertexAttribArray() with glDisableVertexAttribArray() 5 年之前
GLPostProcessor.hh 42ca83e030 Cleanup move-constructor, move-assignment-operator 8 年之前
GLSnow.cc 19514f1f8b pair glEnableVertexAttribArray() with glDisableVertexAttribArray() 5 年之前
GLSnow.hh fbd2d80bbb Mark single-parameter constructors 'implicit' 8 年之前
GLUtil.cc 9f2312e3d0 Make use of strCat() and strAppend() 5 年之前
GLUtil.hh ad4e0046a4 fixed clang-7 compiler warnings 5 年之前
Icon.cc d089095d55 Various text-processing stuff 11 年之前
Icon.hh d089095d55 Various text-processing stuff 11 年之前
Layer.cc f85d68865c Fix all "clang-tidy -check=modernize-use-default" warnings 7 年之前
Layer.hh f85d68865c Fix all "clang-tidy -check=modernize-use-default" warnings 7 年之前
LayerListener.hh 167be8eb04 [3/5] Made destructors non-virtual where possible 9 年之前
OutputRectangle.hh 213c4d58e6 Eliminate some SDL_GetVideoSurface() calls 7 年之前
OutputSurface.cc f85d68865c Fix all "clang-tidy -check=modernize-use-default" warnings 7 年之前
OutputSurface.hh f85d68865c Fix all "clang-tidy -check=modernize-use-default" warnings 7 年之前
PNG.cc 0d1ec8e593 fix clang-tidy-7 'readability-inconsistent-declaration-parameter-name' 5 年之前
PNG.hh 0d1ec8e593 fix clang-tidy-7 'readability-inconsistent-declaration-parameter-name' 5 年之前
PixelOperations.hh eaaed8c994 Replace 'short' with 'int16_t' 8 年之前
PixelRenderer.cc e9e97c0288 Possibly fix(?) excessive delay on 'reverse goto' with ram-watch enabled. 8 年之前
PixelRenderer.hh bc48c7d9b9 Replace our 'noncopyable' helper with c++11 '=delete' 8 年之前
PostProcessor.cc 39f5361836 use std::make_unique instead of our own version 5 年之前
PostProcessor.hh 9bad18c57c Compiled with -Wsuggest-override and fixed all warnings 9 年之前
Rasterizer.hh 167be8eb04 [3/5] Made destructors non-virtual where possible 9 年之前
RawFrame.cc f7db4b7ba2 [1/3] Enable/fix -Wshadow compiler warnings 8 年之前
RawFrame.hh 79aeb0df59 Make more use of MemBuffer 9 年之前
RenderSettings.cc 9f2312e3d0 Make use of strCat() and strAppend() 5 年之前
RenderSettings.hh 469f335d59 [8/10] Use vector instead of scalar calculations in video/ 9 年之前
Renderer.cc f85d68865c Fix all "clang-tidy -check=modernize-use-default" warnings 7 年之前
Renderer.hh f85d68865c Fix all "clang-tidy -check=modernize-use-default" warnings 7 年之前
RendererFactory.cc 39f5361836 use std::make_unique instead of our own version 5 年之前
RendererFactory.hh c2a8cb3594 [1/9] unique_ptr->value, setting objects 9 年之前
SDLGLOffScreenSurface.cc f85d68865c Fix all "clang-tidy -check=modernize-use-default" warnings 7 年之前
SDLGLOffScreenSurface.hh f85d68865c Fix all "clang-tidy -check=modernize-use-default" warnings 7 年之前
SDLGLOutputSurface.cc 19514f1f8b pair glEnableVertexAttribArray() with glDisableVertexAttribArray() 5 年之前
SDLGLOutputSurface.hh f85d68865c Fix all "clang-tidy -check=modernize-use-default" warnings 7 年之前
SDLGLVisibleSurface.cc 39f5361836 use std::make_unique instead of our own version 5 年之前
SDLGLVisibleSurface.hh 213c4d58e6 Eliminate some SDL_GetVideoSurface() calls 7 年之前
SDLImage.cc 91ac515fb0 Enabled -Wmissing-declarations and fixed all warnings 9 年之前
SDLImage.hh 05945a682d [9/10] scaler -> vector calculations for SDLImage/GLImage 9 年之前
SDLOffScreenSurface.cc d663d6c118 Fix Coverity#1191181: incorrect sign extension 6 年之前
SDLOffScreenSurface.hh 79aeb0df59 Make more use of MemBuffer 9 年之前
SDLRasterizer.cc 39f5361836 use std::make_unique instead of our own version 5 年之前
SDLRasterizer.hh 70affad004 Tweak SDLRasterizer::translateX() 7 年之前
SDLSnow.cc 6b397523ae applied cleanups/tweaks suggested by clang-tidy modernize-* 5 年之前
SDLSnow.hh bc48c7d9b9 Replace our 'noncopyable' helper with c++11 '=delete' 8 年之前
SDLSurfacePtr.hh bc48c7d9b9 Replace our 'noncopyable' helper with c++11 '=delete' 8 年之前
SDLVideoSystem.cc 39f5361836 use std::make_unique instead of our own version 5 年之前
SDLVideoSystem.hh 8ec5ba729e Changed setWindowTitle() into updateWindowTitle() 7 年之前
SDLVisibleSurface.cc 39f5361836 use std::make_unique instead of our own version 5 年之前
SDLVisibleSurface.hh 213c4d58e6 Eliminate some SDL_GetVideoSurface() calls 7 年之前
SpriteChecker.cc 5eeafd7495 Fixed bug#497 Ashiguine 3 sprite bug 5 年之前
SpriteChecker.hh f3e567c5f5 Replace 'typedef' with 'using' 9 年之前
SpriteConverter.hh 5eeafd7495 Fixed bug#497 Ashiguine 3 sprite bug 5 年之前
SuperImposedFrame.cc 0d1ec8e593 fix clang-tidy-7 'readability-inconsistent-declaration-parameter-name' 5 年之前
SuperImposedFrame.hh ca29283212 fixed clang-tidy warnings about virtual destructors 5 年之前
SuperImposedVideoFrame.cc 7f058fb365 Refactor buffer management in video scaling code 11 年之前
SuperImposedVideoFrame.hh c78bd93d2c [4/5] Mark virtual method overrides with new c++11 'override' keyword 9 年之前
VDP.cc 39f5361836 use std::make_unique instead of our own version 5 年之前
VDP.hh df7302a9e3 Fix(?) issue#1080 crash with Z80@150MHz and CPU/CmdEngine VRAM writes 6 年之前
VDPAccessSlots.cc 6b397523ae applied cleanups/tweaks suggested by clang-tidy modernize-* 5 年之前
VDPAccessSlots.hh 7fa5149e2e Move initialization of VDPAccessSlots from run-time to compile-time 6 年之前
VDPCmdEngine.cc d5eb387a14 small cleanups 5 年之前
VDPCmdEngine.hh df7302a9e3 Fix(?) issue#1080 crash with Z80@150MHz and CPU/CmdEngine VRAM writes 6 年之前
VDPVRAM.cc 9f2312e3d0 Make use of strCat() and strAppend() 5 年之前
VDPVRAM.hh df7302a9e3 Fix(?) issue#1080 crash with Z80@150MHz and CPU/CmdEngine VRAM writes 6 年之前
VRAMObserver.hh 167be8eb04 [3/5] Made destructors non-virtual where possible 9 年之前
VideoLayer.cc f7db4b7ba2 [1/3] Enable/fix -Wshadow compiler warnings 8 年之前
VideoLayer.hh bc48c7d9b9 Replace our 'noncopyable' helper with c++11 '=delete' 8 年之前
VideoSystem.cc 8ec5ba729e Changed setWindowTitle() into updateWindowTitle() 7 年之前
VideoSystem.hh 8ec5ba729e Changed setWindowTitle() into updateWindowTitle() 7 年之前
VideoSystemChangeListener.hh 167be8eb04 [3/5] Made destructors non-virtual where possible 9 年之前
VisibleSurface.cc 0d1ec8e593 fix clang-tidy-7 'readability-inconsistent-declaration-parameter-name' 5 年之前
VisibleSurface.hh 8ec5ba729e Changed setWindowTitle() into updateWindowTitle() 7 年之前
ZMBVEncoder.cc 0d1ec8e593 fix clang-tidy-7 'readability-inconsistent-declaration-parameter-name' 5 年之前
ZMBVEncoder.hh f85d68865c Fix all "clang-tidy -check=modernize-use-default" warnings 7 年之前
gl_mat.hh 396bf3721f Turn the adhoc gl_{vec,mat,transform} tests into actual unittests 5 年之前
gl_transform.hh 396bf3721f Turn the adhoc gl_{vec,mat,transform} tests into actual unittests 5 年之前
gl_vec.hh 396bf3721f Turn the adhoc gl_{vec,mat,transform} tests into actual unittests 5 年之前