├── .gitattributes ├── .gitignore ├── CompleteDistroNT.bat ├── Config.tds ├── Config ├── AboutUnit.cpp ├── AboutUnit.dfm ├── AboutUnit.h ├── CharSetForm.cpp ├── CharSetForm.dfm ├── CharSetForm.h ├── CompileResources.md ├── Config.bpr ├── Config.cpp ├── Config.mak ├── ConfigForm.cpp ├── ConfigForm.dfm ├── ConfigForm.h ├── ConfigResources.rc ├── ConfigResources.res ├── HireFormImage.bmp ├── HireUnit.cpp ├── HireUnit.dfm ├── HireUnit.h ├── comments.html ├── default.bmk ├── happy_dude.wav ├── hire.html ├── me.bmp └── resource.h ├── CreateDistro.bat ├── CreateDistro9x.bat ├── CreateDistroNT.bat ├── CreateDistroSRC.bat ├── Help └── help.zmatrix.n3.net │ ├── scripts │ ├── XCopyExclusions.txt │ └── html_module.pm │ └── src │ ├── BodyEnd.in │ ├── BodyStart.in │ ├── Config │ ├── BackgroundOptions.html │ ├── ColorOptions.html │ ├── Globals.in │ ├── LoadingAndSaving.html │ ├── OtherOptions │ │ ├── Cleanup.html │ │ ├── General.html │ │ ├── Globals.in │ │ └── Overview.html │ ├── Overview.html │ ├── ProcessPriorityOptions.html │ └── TextOptions.html │ ├── FAQ.html │ ├── Globals.in │ ├── PreHead.in │ ├── RightClick │ ├── Autostart.html │ ├── Globals.in │ ├── Main.html │ ├── Overview.html │ └── ScreenSaver.html │ ├── ScreenSaver │ ├── Globals.in │ ├── Overview.html │ ├── ScreenSaverAndBackground.html │ └── ScreenSaverOnly.html │ ├── Uninstall.html │ ├── WinampVis │ ├── CommonConfiguration.html │ ├── Globals.in │ ├── Modules.html │ └── Overview.html │ ├── ZMatrixHelp.hhc │ ├── ZMatrixHelp.hhk │ ├── ZMatrixHelp.hhp │ ├── images │ ├── Config │ │ ├── Background.gif │ │ ├── CharSet.gif │ │ ├── Colors.gif │ │ ├── File.gif │ │ ├── General.gif │ │ ├── Main.gif │ │ ├── Monotonous.gif │ │ ├── Priority.gif │ │ ├── Randomized.gif │ │ └── Text.gif │ ├── DesktopNormal.jpg │ ├── DesktopScreenSave.gif │ ├── FAQ │ │ ├── BlankAreas.jpg │ │ ├── BlendAfter.jpg │ │ ├── BlendBefore.jpg │ │ └── BlendConfig.gif │ ├── RightClick │ │ ├── AutoStart.gif │ │ ├── Main.gif │ │ ├── ScreenSaver.gif │ │ └── SystrayIcon.gif │ ├── WinampVis │ │ └── Main.gif │ └── css1.png │ ├── index.html │ └── make.bat ├── JapaneseSet.txt ├── LICENSE.TXT ├── Matrix Code Font ReadMe.txt ├── Matrix Code Font.ttf ├── MatrixCodeFontSet.txt ├── MsgHook ├── MsgHook.cpp ├── MsgHook.dsp ├── MsgHook.h ├── MsgHook.rc ├── MsgHook.vcxproj ├── MsgHook.vcxproj.filters └── resource.h ├── ORIGINALREADME.md ├── README.md ├── RegistryListenerThread.cpp ├── RegistryListenerThread.h ├── ScreenSaver ├── ZMatrix.ico ├── ZMatrixSS.cpp ├── ZMatrixSS.dsp ├── ZMatrixSS.ini ├── ZMatrixSS.rc ├── ZMatrixSS.vcxproj ├── ZMatrixSS.vcxproj.filters └── resource.h ├── Setup ├── ZMatrix.ise ├── ZMatrix.iss ├── ZMatrixVis.psc └── ZMatrix_payalord.iss ├── SourceCodeReadme.txt ├── TopLevelListenerWindow.cpp ├── TopLevelListenerWindow.h ├── UpgradeLog.htm ├── Web ├── ZMatrixHelp.chm ├── ZMatrixHelp.chw └── zmatrix.n3.net │ ├── scripts │ ├── XCopyExclusions.txt │ ├── ZipRelease.bat │ ├── ZipReleaseAndUploadToSourceForge.bat │ ├── css_module.pm │ └── html_module.pm │ └── src │ ├── BodyEnd.in │ ├── BodyStart.in │ ├── Globals.in │ ├── MatrixBar.html │ ├── MatrixBar.psd │ ├── PreHead.in │ ├── ZMatrix9x.htm │ ├── ZMatrix9x.xml │ ├── ZMatrix9x_Upgrade.xml │ ├── ZMatrixNT.htm │ ├── ZMatrixNT.xml │ ├── ZMatrixNT_Upgrade.xml │ ├── donate.html │ ├── help │ ├── BodyEnd.in │ ├── BodyStart.in │ ├── DialogLayout.class │ ├── Element.class │ ├── ElementList.class │ ├── Globals.in │ ├── HHCtrl.cab │ ├── HHCtrl.class │ ├── IndexPanel.class │ ├── RelatedDialog.class │ ├── SitemapParser.class │ ├── TreeCanvas.class │ ├── TreeView.class │ ├── aplcnt.html │ ├── aplidx.html │ ├── apltabs.html │ ├── cntimage.gif │ ├── frames_index.html │ └── images │ │ ├── cntidx.gif │ │ └── cnttab.gif │ ├── images │ ├── Desktop-640x480.jpg │ ├── Desktop.jpg │ ├── MatrixBar │ │ ├── Development.jpg │ │ ├── Donate.jpg │ │ ├── Download.jpg │ │ ├── Help.jpg │ │ ├── History.jpg │ │ ├── MatrixBar_01.jpg │ │ ├── MatrixBar_02.jpg │ │ ├── MatrixBar_04.jpg │ │ ├── MatrixBar_05.jpg │ │ ├── MatrixBar_06.jpg │ │ ├── MatrixBar_08.jpg │ │ ├── MatrixBar_09.jpg │ │ ├── MatrixBar_11.jpg │ │ ├── MatrixBar_12.jpg │ │ ├── MatrixBar_13.jpg │ │ ├── MatrixBar_15.jpg │ │ ├── MatrixBar_16.jpg │ │ ├── MatrixBar_18.jpg │ │ ├── MatrixBar_19.jpg │ │ ├── MatrixBar_21.jpg │ │ ├── MatrixBar_22.jpg │ │ ├── MatrixBar_24.jpg │ │ ├── MatrixBar_25.jpg │ │ ├── MatrixBar_27.jpg │ │ ├── MatrixBar_28.jpg │ │ ├── MatrixBar_30.jpg │ │ ├── MatrixBar_31.jpg │ │ ├── News.jpg │ │ ├── Preview.jpg │ │ ├── Requirements.jpg │ │ ├── WallpaperGallery.jpg │ │ └── spacer.gif │ ├── PayPalDonateCC.gif │ ├── Simtel.gif │ ├── radioparadise.gif │ └── wallpaper │ │ ├── fullsize │ │ ├── DeusEx.bmp │ │ ├── ProdigyJilted.bmp │ │ └── SystemShock.bmp │ │ └── thumbs │ │ ├── DeusEx.jpg │ │ ├── ProdigyJilted.jpg │ │ └── SystemShock.jpg │ ├── index.html │ ├── make.bat │ └── wallpaper.html ├── WinampVis ├── main.cpp ├── vis.h ├── vis_zmx.bpf ├── vis_zmx.bpr ├── vis_zmx.cpp ├── vis_zmx.h ├── vis_zmx.res ├── vis_zmx.tds ├── zmxCommonConfigUnit.cpp ├── zmxCommonConfigUnit.dfm ├── zmxCommonConfigUnit.h ├── zmxFreqModulateModule.cpp ├── zmxFreqModulateModule.h ├── zmxVUModulateModule.cpp └── zmxVUModulateModule.h ├── ZMatrix.ico ├── ZMatrixHelp.chm ├── default.cfg ├── globals.cpp ├── globals.h ├── manifest.xml ├── matrix.cpp ├── matrix.dsp ├── matrix.dsw ├── matrix.rc ├── matrix.sln ├── matrix.vcxproj ├── matrix.vcxproj.filters ├── mem_manager_readme.txt ├── mmgr.cpp ├── mmgr.h ├── nommgr.h ├── resource.h ├── scripts ├── ReVersionAll.bat ├── ReVersionBPR.pl ├── ReVersionISS.pl ├── ReVersionPSC.pl └── ReVersionRC.pl └── zsMatrix ├── IzsMatrix.h ├── resource.h ├── zsMatrix.cpp ├── zsMatrix.def ├── zsMatrix.dsp ├── zsMatrix.h ├── zsMatrix.rc ├── zsMatrix.vcxproj └── zsMatrix.vcxproj.filters /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/.gitignore -------------------------------------------------------------------------------- /CompleteDistroNT.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/CompleteDistroNT.bat -------------------------------------------------------------------------------- /Config.tds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Config.tds -------------------------------------------------------------------------------- /Config/AboutUnit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Config/AboutUnit.cpp -------------------------------------------------------------------------------- /Config/AboutUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Config/AboutUnit.dfm -------------------------------------------------------------------------------- /Config/AboutUnit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Config/AboutUnit.h -------------------------------------------------------------------------------- /Config/CharSetForm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Config/CharSetForm.cpp -------------------------------------------------------------------------------- /Config/CharSetForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Config/CharSetForm.dfm -------------------------------------------------------------------------------- /Config/CharSetForm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Config/CharSetForm.h -------------------------------------------------------------------------------- /Config/CompileResources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Config/CompileResources.md -------------------------------------------------------------------------------- /Config/Config.bpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Config/Config.bpr -------------------------------------------------------------------------------- /Config/Config.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Config/Config.cpp -------------------------------------------------------------------------------- /Config/Config.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Config/Config.mak -------------------------------------------------------------------------------- /Config/ConfigForm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Config/ConfigForm.cpp -------------------------------------------------------------------------------- /Config/ConfigForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Config/ConfigForm.dfm -------------------------------------------------------------------------------- /Config/ConfigForm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Config/ConfigForm.h -------------------------------------------------------------------------------- /Config/ConfigResources.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Config/ConfigResources.rc -------------------------------------------------------------------------------- /Config/ConfigResources.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Config/ConfigResources.res -------------------------------------------------------------------------------- /Config/HireFormImage.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Config/HireFormImage.bmp -------------------------------------------------------------------------------- /Config/HireUnit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Config/HireUnit.cpp -------------------------------------------------------------------------------- /Config/HireUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Config/HireUnit.dfm -------------------------------------------------------------------------------- /Config/HireUnit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Config/HireUnit.h -------------------------------------------------------------------------------- /Config/comments.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Config/comments.html -------------------------------------------------------------------------------- /Config/default.bmk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Config/default.bmk -------------------------------------------------------------------------------- /Config/happy_dude.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Config/happy_dude.wav -------------------------------------------------------------------------------- /Config/hire.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Config/hire.html -------------------------------------------------------------------------------- /Config/me.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Config/me.bmp -------------------------------------------------------------------------------- /Config/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Config/resource.h -------------------------------------------------------------------------------- /CreateDistro.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/CreateDistro.bat -------------------------------------------------------------------------------- /CreateDistro9x.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/CreateDistro9x.bat -------------------------------------------------------------------------------- /CreateDistroNT.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/CreateDistroNT.bat -------------------------------------------------------------------------------- /CreateDistroSRC.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/CreateDistroSRC.bat -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/scripts/XCopyExclusions.txt: -------------------------------------------------------------------------------- 1 | CVS 2 | .psd 3 | .iwi 4 | -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/scripts/html_module.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/scripts/html_module.pm -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/BodyEnd.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/src/BodyEnd.in -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/BodyStart.in: -------------------------------------------------------------------------------- 1 | 2 |

ZMatrix

3 | 4 | 5 | -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/Config/BackgroundOptions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/src/Config/BackgroundOptions.html -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/Config/ColorOptions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/src/Config/ColorOptions.html -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/Config/Globals.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/src/Config/Globals.in -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/Config/LoadingAndSaving.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/src/Config/LoadingAndSaving.html -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/Config/OtherOptions/Cleanup.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/src/Config/OtherOptions/Cleanup.html -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/Config/OtherOptions/General.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/src/Config/OtherOptions/General.html -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/Config/OtherOptions/Globals.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/src/Config/OtherOptions/Globals.in -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/Config/OtherOptions/Overview.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/src/Config/OtherOptions/Overview.html -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/Config/Overview.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/src/Config/Overview.html -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/Config/ProcessPriorityOptions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/src/Config/ProcessPriorityOptions.html -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/Config/TextOptions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/src/Config/TextOptions.html -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/FAQ.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/src/FAQ.html -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/Globals.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/src/Globals.in -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/PreHead.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/src/PreHead.in -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/RightClick/Autostart.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/src/RightClick/Autostart.html -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/RightClick/Globals.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/src/RightClick/Globals.in -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/RightClick/Main.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/src/RightClick/Main.html -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/RightClick/Overview.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/src/RightClick/Overview.html -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/RightClick/ScreenSaver.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/src/RightClick/ScreenSaver.html -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/ScreenSaver/Globals.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/src/ScreenSaver/Globals.in -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/ScreenSaver/Overview.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/src/ScreenSaver/Overview.html -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/ScreenSaver/ScreenSaverAndBackground.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/src/ScreenSaver/ScreenSaverAndBackground.html -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/ScreenSaver/ScreenSaverOnly.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/src/ScreenSaver/ScreenSaverOnly.html -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/Uninstall.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/src/Uninstall.html -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/WinampVis/CommonConfiguration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/src/WinampVis/CommonConfiguration.html -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/WinampVis/Globals.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/src/WinampVis/Globals.in -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/WinampVis/Modules.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/src/WinampVis/Modules.html -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/WinampVis/Overview.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/src/WinampVis/Overview.html -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/ZMatrixHelp.hhc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/src/ZMatrixHelp.hhc -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/ZMatrixHelp.hhk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/src/ZMatrixHelp.hhk -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/ZMatrixHelp.hhp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/src/ZMatrixHelp.hhp -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/images/Config/Background.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/src/images/Config/Background.gif -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/images/Config/CharSet.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/src/images/Config/CharSet.gif -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/images/Config/Colors.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/src/images/Config/Colors.gif -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/images/Config/File.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/src/images/Config/File.gif -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/images/Config/General.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/src/images/Config/General.gif -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/images/Config/Main.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/src/images/Config/Main.gif -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/images/Config/Monotonous.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/src/images/Config/Monotonous.gif -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/images/Config/Priority.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/src/images/Config/Priority.gif -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/images/Config/Randomized.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/src/images/Config/Randomized.gif -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/images/Config/Text.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/src/images/Config/Text.gif -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/images/DesktopNormal.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/src/images/DesktopNormal.jpg -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/images/DesktopScreenSave.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/src/images/DesktopScreenSave.gif -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/images/FAQ/BlankAreas.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/src/images/FAQ/BlankAreas.jpg -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/images/FAQ/BlendAfter.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/src/images/FAQ/BlendAfter.jpg -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/images/FAQ/BlendBefore.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/src/images/FAQ/BlendBefore.jpg -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/images/FAQ/BlendConfig.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/src/images/FAQ/BlendConfig.gif -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/images/RightClick/AutoStart.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/src/images/RightClick/AutoStart.gif -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/images/RightClick/Main.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/src/images/RightClick/Main.gif -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/images/RightClick/ScreenSaver.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/src/images/RightClick/ScreenSaver.gif -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/images/RightClick/SystrayIcon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/src/images/RightClick/SystrayIcon.gif -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/images/WinampVis/Main.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/src/images/WinampVis/Main.gif -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/images/css1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/src/images/css1.png -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/src/index.html -------------------------------------------------------------------------------- /Help/help.zmatrix.n3.net/src/make.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Help/help.zmatrix.n3.net/src/make.bat -------------------------------------------------------------------------------- /JapaneseSet.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/JapaneseSet.txt -------------------------------------------------------------------------------- /LICENSE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/LICENSE.TXT -------------------------------------------------------------------------------- /Matrix Code Font ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Matrix Code Font ReadMe.txt -------------------------------------------------------------------------------- /Matrix Code Font.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Matrix Code Font.ttf -------------------------------------------------------------------------------- /MatrixCodeFontSet.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/MatrixCodeFontSet.txt -------------------------------------------------------------------------------- /MsgHook/MsgHook.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/MsgHook/MsgHook.cpp -------------------------------------------------------------------------------- /MsgHook/MsgHook.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/MsgHook/MsgHook.dsp -------------------------------------------------------------------------------- /MsgHook/MsgHook.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/MsgHook/MsgHook.h -------------------------------------------------------------------------------- /MsgHook/MsgHook.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/MsgHook/MsgHook.rc -------------------------------------------------------------------------------- /MsgHook/MsgHook.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/MsgHook/MsgHook.vcxproj -------------------------------------------------------------------------------- /MsgHook/MsgHook.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/MsgHook/MsgHook.vcxproj.filters -------------------------------------------------------------------------------- /MsgHook/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/MsgHook/resource.h -------------------------------------------------------------------------------- /ORIGINALREADME.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/ORIGINALREADME.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/README.md -------------------------------------------------------------------------------- /RegistryListenerThread.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/RegistryListenerThread.cpp -------------------------------------------------------------------------------- /RegistryListenerThread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/RegistryListenerThread.h -------------------------------------------------------------------------------- /ScreenSaver/ZMatrix.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/ScreenSaver/ZMatrix.ico -------------------------------------------------------------------------------- /ScreenSaver/ZMatrixSS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/ScreenSaver/ZMatrixSS.cpp -------------------------------------------------------------------------------- /ScreenSaver/ZMatrixSS.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/ScreenSaver/ZMatrixSS.dsp -------------------------------------------------------------------------------- /ScreenSaver/ZMatrixSS.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/ScreenSaver/ZMatrixSS.ini -------------------------------------------------------------------------------- /ScreenSaver/ZMatrixSS.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/ScreenSaver/ZMatrixSS.rc -------------------------------------------------------------------------------- /ScreenSaver/ZMatrixSS.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/ScreenSaver/ZMatrixSS.vcxproj -------------------------------------------------------------------------------- /ScreenSaver/ZMatrixSS.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/ScreenSaver/ZMatrixSS.vcxproj.filters -------------------------------------------------------------------------------- /ScreenSaver/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/ScreenSaver/resource.h -------------------------------------------------------------------------------- /Setup/ZMatrix.ise: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Setup/ZMatrix.ise -------------------------------------------------------------------------------- /Setup/ZMatrix.iss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Setup/ZMatrix.iss -------------------------------------------------------------------------------- /Setup/ZMatrixVis.psc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Setup/ZMatrixVis.psc -------------------------------------------------------------------------------- /Setup/ZMatrix_payalord.iss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Setup/ZMatrix_payalord.iss -------------------------------------------------------------------------------- /SourceCodeReadme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/SourceCodeReadme.txt -------------------------------------------------------------------------------- /TopLevelListenerWindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/TopLevelListenerWindow.cpp -------------------------------------------------------------------------------- /TopLevelListenerWindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/TopLevelListenerWindow.h -------------------------------------------------------------------------------- /UpgradeLog.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/UpgradeLog.htm -------------------------------------------------------------------------------- /Web/ZMatrixHelp.chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/ZMatrixHelp.chm -------------------------------------------------------------------------------- /Web/ZMatrixHelp.chw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/ZMatrixHelp.chw -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/scripts/XCopyExclusions.txt: -------------------------------------------------------------------------------- 1 | CVS 2 | .psd 3 | .iwi 4 | -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/scripts/ZipRelease.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/scripts/ZipRelease.bat -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/scripts/ZipReleaseAndUploadToSourceForge.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/scripts/ZipReleaseAndUploadToSourceForge.bat -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/scripts/css_module.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/scripts/css_module.pm -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/scripts/html_module.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/scripts/html_module.pm -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/BodyEnd.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/BodyEnd.in -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/BodyStart.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/BodyStart.in -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/Globals.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/Globals.in -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/MatrixBar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/MatrixBar.html -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/MatrixBar.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/MatrixBar.psd -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/PreHead.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/PreHead.in -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/ZMatrix9x.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/ZMatrix9x.htm -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/ZMatrix9x.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/ZMatrix9x.xml -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/ZMatrix9x_Upgrade.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/ZMatrix9x_Upgrade.xml -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/ZMatrixNT.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/ZMatrixNT.htm -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/ZMatrixNT.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/ZMatrixNT.xml -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/ZMatrixNT_Upgrade.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/ZMatrixNT_Upgrade.xml -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/donate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/donate.html -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/help/BodyEnd.in: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/help/BodyStart.in: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/help/DialogLayout.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/help/DialogLayout.class -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/help/Element.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/help/Element.class -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/help/ElementList.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/help/ElementList.class -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/help/Globals.in: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/help/HHCtrl.cab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/help/HHCtrl.cab -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/help/HHCtrl.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/help/HHCtrl.class -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/help/IndexPanel.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/help/IndexPanel.class -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/help/RelatedDialog.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/help/RelatedDialog.class -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/help/SitemapParser.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/help/SitemapParser.class -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/help/TreeCanvas.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/help/TreeCanvas.class -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/help/TreeView.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/help/TreeView.class -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/help/aplcnt.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/help/aplcnt.html -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/help/aplidx.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/help/aplidx.html -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/help/apltabs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/help/apltabs.html -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/help/cntimage.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/help/cntimage.gif -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/help/frames_index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/help/frames_index.html -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/help/images/cntidx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/help/images/cntidx.gif -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/help/images/cnttab.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/help/images/cnttab.gif -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/images/Desktop-640x480.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/images/Desktop-640x480.jpg -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/images/Desktop.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/images/Desktop.jpg -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/images/MatrixBar/Development.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/images/MatrixBar/Development.jpg -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/images/MatrixBar/Donate.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/images/MatrixBar/Donate.jpg -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/images/MatrixBar/Download.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/images/MatrixBar/Download.jpg -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/images/MatrixBar/Help.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/images/MatrixBar/Help.jpg -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/images/MatrixBar/History.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/images/MatrixBar/History.jpg -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/images/MatrixBar/MatrixBar_01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/images/MatrixBar/MatrixBar_01.jpg -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/images/MatrixBar/MatrixBar_02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/images/MatrixBar/MatrixBar_02.jpg -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/images/MatrixBar/MatrixBar_04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/images/MatrixBar/MatrixBar_04.jpg -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/images/MatrixBar/MatrixBar_05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/images/MatrixBar/MatrixBar_05.jpg -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/images/MatrixBar/MatrixBar_06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/images/MatrixBar/MatrixBar_06.jpg -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/images/MatrixBar/MatrixBar_08.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/images/MatrixBar/MatrixBar_08.jpg -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/images/MatrixBar/MatrixBar_09.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/images/MatrixBar/MatrixBar_09.jpg -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/images/MatrixBar/MatrixBar_11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/images/MatrixBar/MatrixBar_11.jpg -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/images/MatrixBar/MatrixBar_12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/images/MatrixBar/MatrixBar_12.jpg -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/images/MatrixBar/MatrixBar_13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/images/MatrixBar/MatrixBar_13.jpg -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/images/MatrixBar/MatrixBar_15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/images/MatrixBar/MatrixBar_15.jpg -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/images/MatrixBar/MatrixBar_16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/images/MatrixBar/MatrixBar_16.jpg -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/images/MatrixBar/MatrixBar_18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/images/MatrixBar/MatrixBar_18.jpg -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/images/MatrixBar/MatrixBar_19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/images/MatrixBar/MatrixBar_19.jpg -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/images/MatrixBar/MatrixBar_21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/images/MatrixBar/MatrixBar_21.jpg -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/images/MatrixBar/MatrixBar_22.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/images/MatrixBar/MatrixBar_22.jpg -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/images/MatrixBar/MatrixBar_24.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/images/MatrixBar/MatrixBar_24.jpg -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/images/MatrixBar/MatrixBar_25.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/images/MatrixBar/MatrixBar_25.jpg -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/images/MatrixBar/MatrixBar_27.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/images/MatrixBar/MatrixBar_27.jpg -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/images/MatrixBar/MatrixBar_28.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/images/MatrixBar/MatrixBar_28.jpg -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/images/MatrixBar/MatrixBar_30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/images/MatrixBar/MatrixBar_30.jpg -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/images/MatrixBar/MatrixBar_31.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/images/MatrixBar/MatrixBar_31.jpg -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/images/MatrixBar/News.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/images/MatrixBar/News.jpg -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/images/MatrixBar/Preview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/images/MatrixBar/Preview.jpg -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/images/MatrixBar/Requirements.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/images/MatrixBar/Requirements.jpg -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/images/MatrixBar/WallpaperGallery.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/images/MatrixBar/WallpaperGallery.jpg -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/images/MatrixBar/spacer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/images/MatrixBar/spacer.gif -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/images/PayPalDonateCC.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/images/PayPalDonateCC.gif -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/images/Simtel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/images/Simtel.gif -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/images/radioparadise.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/images/radioparadise.gif -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/images/wallpaper/fullsize/DeusEx.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/images/wallpaper/fullsize/DeusEx.bmp -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/images/wallpaper/fullsize/ProdigyJilted.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/images/wallpaper/fullsize/ProdigyJilted.bmp -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/images/wallpaper/fullsize/SystemShock.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/images/wallpaper/fullsize/SystemShock.bmp -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/images/wallpaper/thumbs/DeusEx.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/images/wallpaper/thumbs/DeusEx.jpg -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/images/wallpaper/thumbs/ProdigyJilted.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/images/wallpaper/thumbs/ProdigyJilted.jpg -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/images/wallpaper/thumbs/SystemShock.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/images/wallpaper/thumbs/SystemShock.jpg -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/index.html -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/make.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/make.bat -------------------------------------------------------------------------------- /Web/zmatrix.n3.net/src/wallpaper.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/Web/zmatrix.n3.net/src/wallpaper.html -------------------------------------------------------------------------------- /WinampVis/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/WinampVis/main.cpp -------------------------------------------------------------------------------- /WinampVis/vis.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/WinampVis/vis.h -------------------------------------------------------------------------------- /WinampVis/vis_zmx.bpf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/WinampVis/vis_zmx.bpf -------------------------------------------------------------------------------- /WinampVis/vis_zmx.bpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/WinampVis/vis_zmx.bpr -------------------------------------------------------------------------------- /WinampVis/vis_zmx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/WinampVis/vis_zmx.cpp -------------------------------------------------------------------------------- /WinampVis/vis_zmx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/WinampVis/vis_zmx.h -------------------------------------------------------------------------------- /WinampVis/vis_zmx.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/WinampVis/vis_zmx.res -------------------------------------------------------------------------------- /WinampVis/vis_zmx.tds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/WinampVis/vis_zmx.tds -------------------------------------------------------------------------------- /WinampVis/zmxCommonConfigUnit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/WinampVis/zmxCommonConfigUnit.cpp -------------------------------------------------------------------------------- /WinampVis/zmxCommonConfigUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/WinampVis/zmxCommonConfigUnit.dfm -------------------------------------------------------------------------------- /WinampVis/zmxCommonConfigUnit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/WinampVis/zmxCommonConfigUnit.h -------------------------------------------------------------------------------- /WinampVis/zmxFreqModulateModule.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/WinampVis/zmxFreqModulateModule.cpp -------------------------------------------------------------------------------- /WinampVis/zmxFreqModulateModule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/WinampVis/zmxFreqModulateModule.h -------------------------------------------------------------------------------- /WinampVis/zmxVUModulateModule.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/WinampVis/zmxVUModulateModule.cpp -------------------------------------------------------------------------------- /WinampVis/zmxVUModulateModule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/WinampVis/zmxVUModulateModule.h -------------------------------------------------------------------------------- /ZMatrix.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/ZMatrix.ico -------------------------------------------------------------------------------- /ZMatrixHelp.chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/ZMatrixHelp.chm -------------------------------------------------------------------------------- /default.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/default.cfg -------------------------------------------------------------------------------- /globals.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/globals.cpp -------------------------------------------------------------------------------- /globals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/globals.h -------------------------------------------------------------------------------- /manifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/manifest.xml -------------------------------------------------------------------------------- /matrix.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/matrix.cpp -------------------------------------------------------------------------------- /matrix.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/matrix.dsp -------------------------------------------------------------------------------- /matrix.dsw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/matrix.dsw -------------------------------------------------------------------------------- /matrix.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/matrix.rc -------------------------------------------------------------------------------- /matrix.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/matrix.sln -------------------------------------------------------------------------------- /matrix.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/matrix.vcxproj -------------------------------------------------------------------------------- /matrix.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/matrix.vcxproj.filters -------------------------------------------------------------------------------- /mem_manager_readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/mem_manager_readme.txt -------------------------------------------------------------------------------- /mmgr.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/mmgr.cpp -------------------------------------------------------------------------------- /mmgr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/mmgr.h -------------------------------------------------------------------------------- /nommgr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/nommgr.h -------------------------------------------------------------------------------- /resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/resource.h -------------------------------------------------------------------------------- /scripts/ReVersionAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/scripts/ReVersionAll.bat -------------------------------------------------------------------------------- /scripts/ReVersionBPR.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/scripts/ReVersionBPR.pl -------------------------------------------------------------------------------- /scripts/ReVersionISS.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/scripts/ReVersionISS.pl -------------------------------------------------------------------------------- /scripts/ReVersionPSC.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/scripts/ReVersionPSC.pl -------------------------------------------------------------------------------- /scripts/ReVersionRC.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/scripts/ReVersionRC.pl -------------------------------------------------------------------------------- /zsMatrix/IzsMatrix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/zsMatrix/IzsMatrix.h -------------------------------------------------------------------------------- /zsMatrix/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/zsMatrix/resource.h -------------------------------------------------------------------------------- /zsMatrix/zsMatrix.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/zsMatrix/zsMatrix.cpp -------------------------------------------------------------------------------- /zsMatrix/zsMatrix.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/zsMatrix/zsMatrix.def -------------------------------------------------------------------------------- /zsMatrix/zsMatrix.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/zsMatrix/zsMatrix.dsp -------------------------------------------------------------------------------- /zsMatrix/zsMatrix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/zsMatrix/zsMatrix.h -------------------------------------------------------------------------------- /zsMatrix/zsMatrix.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/zsMatrix/zsMatrix.rc -------------------------------------------------------------------------------- /zsMatrix/zsMatrix.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/zsMatrix/zsMatrix.vcxproj -------------------------------------------------------------------------------- /zsMatrix/zsMatrix.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/payalord/ZMatrix/HEAD/zsMatrix/zsMatrix.vcxproj.filters --------------------------------------------------------------------------------