├── .gitignore ├── 7z.dll ├── 7z.exe ├── D3Dcompiler_47.dll ├── GameDevTools.exe ├── GameDevTools_resource_res.o ├── Qt5Core.dll ├── Qt5Gui.dll ├── Qt5Network.dll ├── Qt5Svg.dll ├── Qt5Widgets.dll ├── README.md ├── Tools ├── ADBConsole │ ├── .gitignore │ └── info.json ├── ADBConsole_Nox │ ├── .gitignore │ └── info.json ├── APKTool │ ├── .gitignore │ └── info.json ├── AssetStudio │ ├── .gitignore │ └── info.json ├── Autoruns │ ├── .gitignore │ └── info.json ├── CHBRenamerPro │ ├── .gitignore │ └── info.json ├── Everything │ ├── .gitignore │ └── info.json ├── FBXReview │ ├── .gitignore │ └── info.json ├── Fiddler │ ├── .gitignore │ └── info.json ├── FileActivityWatch │ ├── .gitignore │ └── info.json ├── FileListSortPrint │ ├── .gitignore │ └── info.json ├── FileZilla_3.42.1_win64 │ ├── .gitignore │ └── info.json ├── FolderSizePortable │ ├── .gitignore │ └── info.json ├── GeoGebra │ ├── .gitignore │ └── info.json ├── GetFileMD5 │ ├── .gitignore │ └── info.json ├── GetStrMD5 │ ├── .gitignore │ └── info.json ├── HxD │ ├── .gitignore │ └── info.json ├── LICEcap │ ├── .gitignore │ └── info.json ├── LuaMemoryProfiler │ ├── .gitignore │ └── info.json ├── Minifont │ ├── .gitignore │ └── info.json ├── MultiSizeIcon │ ├── .gitignore │ └── info.json ├── NeorProfileSQL │ ├── .gitignore │ └── info.json ├── PNGoo.0.1.1 │ ├── .gitignore │ └── info.json ├── PVRShaderEditor │ ├── .gitignore │ └── info.json ├── PVRTexTool │ ├── .gitignore │ └── info.json ├── PickDiff │ ├── .gitignore │ └── info.json ├── Postman │ ├── .gitignore │ └── info.json ├── ProcessMonitor │ ├── .gitignore │ └── info.json ├── Q-Dir │ ├── .gitignore │ └── info.json ├── Redis-x64-3.0.504 │ ├── .gitignore │ └── info.json ├── RedisStudio-en-0.1.5 │ ├── .gitignore │ └── info.json ├── RenderDoc │ ├── .gitignore │ └── info.json ├── Riot │ ├── .gitignore │ └── info.json ├── SQLyogCommunity │ ├── .gitignore │ └── info.json ├── ServerPortMonitor │ ├── .gitignore │ └── info.json ├── Shadowsocks │ ├── .gitignore │ └── info.json ├── Snipaste-1.16.2-x64 │ ├── .gitignore │ └── info.json ├── SortTextLog │ ├── .gitignore │ └── info.json ├── TCPView │ ├── .gitignore │ └── info.json ├── TextAnalysisTool.NET │ ├── .gitignore │ └── info.json ├── TextureMerger │ ├── .gitignore │ └── info.json ├── UELogtagCounter │ ├── .gitignore │ └── info.json ├── Unicode2Chinese │ ├── .gitignore │ └── info.json ├── UnityRemoveManifestFile │ ├── .gitignore │ └── info.json ├── UpLowStr │ ├── .gitignore │ └── info.json ├── VerySleepy │ ├── .gitignore │ └── info.json ├── Win32DiskImager │ ├── .gitignore │ └── info.json ├── WinMerge │ ├── .gitignore │ └── info.json ├── WinSCP │ ├── .gitignore │ └── info.json ├── WindowsPerformanceToolkit │ ├── .gitignore │ └── info.json ├── YUView │ ├── .gitignore │ └── info.json ├── ZeroBraneStudio │ ├── .gitignore │ └── info.json ├── advanced_ip_scanner │ ├── .gitignore │ └── info.json ├── bsdiff-v4.3 │ ├── .gitignore │ └── info.json ├── clumsy-0.2-win64 │ ├── .gitignore │ └── info.json ├── dnSpy-net472 │ ├── .gitignore │ └── info.json ├── draw.io-14.6.13-windows-no-installer │ ├── .gitignore │ └── info.json ├── emed64_17.9.0 │ ├── .gitignore │ └── info.json ├── foobar2000 │ ├── .gitignore │ └── info.json ├── jsonviewer │ ├── .gitignore │ └── info.json ├── netcat-win32-1.12 │ ├── .gitignore │ └── info.json ├── phpStudy20161103 │ ├── .gitignore │ └── info.json ├── putty │ ├── .gitignore │ └── info.json ├── qcachegrind074-x86 │ ├── .gitignore │ └── info.json ├── sqlitestudio-2.1.5 │ ├── .gitignore │ └── info.json ├── treeNMS-1.7.4 │ ├── .gitignore │ └── info.json └── vokoscreenNG │ ├── .gitignore │ └── info.json ├── doc ├── 1.png └── minifont.png ├── iconengines └── qsvgicon.dll ├── imageformats ├── qgif.dll ├── qicns.dll ├── qico.dll ├── qjpeg.dll ├── qsvg.dll ├── qtga.dll ├── qtiff.dll ├── qwbmp.dll └── qwebp.dll ├── libEGL.dll ├── libGLESV2.dll ├── libcrypto-1_1-x64.dll ├── libgcc_s_seh-1.dll ├── libssl-1_1-x64.dll ├── libstdc++-6.dll ├── libwinpthread-1.dll ├── logo.trayico ├── opengl32sw.dll ├── platforms └── qwindows.dll ├── styles └── qwindowsvistastyle.dll └── translations ├── qt_ar.qm ├── qt_bg.qm ├── qt_ca.qm ├── qt_cs.qm ├── qt_da.qm ├── qt_de.qm ├── qt_en.qm ├── qt_es.qm ├── qt_fi.qm ├── qt_fr.qm ├── qt_gd.qm ├── qt_he.qm ├── qt_hu.qm ├── qt_it.qm ├── qt_ja.qm ├── qt_ko.qm ├── qt_lv.qm ├── qt_pl.qm ├── qt_ru.qm ├── qt_sk.qm ├── qt_uk.qm └── qt_zh_TW.qm /.gitignore: -------------------------------------------------------------------------------- 1 | log -------------------------------------------------------------------------------- /7z.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisisGame/GameDevTools/fb95744d281e48b02061d762f50ce4fb679a35ce/7z.dll -------------------------------------------------------------------------------- /7z.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisisGame/GameDevTools/fb95744d281e48b02061d762f50ce4fb679a35ce/7z.exe -------------------------------------------------------------------------------- /D3Dcompiler_47.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisisGame/GameDevTools/fb95744d281e48b02061d762f50ce4fb679a35ce/D3Dcompiler_47.dll -------------------------------------------------------------------------------- /GameDevTools.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisisGame/GameDevTools/fb95744d281e48b02061d762f50ce4fb679a35ce/GameDevTools.exe -------------------------------------------------------------------------------- /GameDevTools_resource_res.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisisGame/GameDevTools/fb95744d281e48b02061d762f50ce4fb679a35ce/GameDevTools_resource_res.o -------------------------------------------------------------------------------- /Qt5Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisisGame/GameDevTools/fb95744d281e48b02061d762f50ce4fb679a35ce/Qt5Core.dll -------------------------------------------------------------------------------- /Qt5Gui.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisisGame/GameDevTools/fb95744d281e48b02061d762f50ce4fb679a35ce/Qt5Gui.dll -------------------------------------------------------------------------------- /Qt5Network.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisisGame/GameDevTools/fb95744d281e48b02061d762f50ce4fb679a35ce/Qt5Network.dll -------------------------------------------------------------------------------- /Qt5Svg.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisisGame/GameDevTools/fb95744d281e48b02061d762f50ce4fb679a35ce/Qt5Svg.dll -------------------------------------------------------------------------------- /Qt5Widgets.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisisGame/GameDevTools/fb95744d281e48b02061d762f50ce4fb679a35ce/Qt5Widgets.dll -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # GameDevTools 2 | 游戏开发日常用到的工具集 3 | 4 | ![Image](https://github.com/ThisisGame/GameDevTools/blob/master/doc/1.png) 5 | 6 | 7 | # 使用方式 8 | 在搜索框输入关键字,例如你想找 ttf精简工具,搜索font 即可。 9 | 10 | ![Image text](https://github.com/ThisisGame/GameDevTools/blob/master/doc/minifont.png) 11 | 12 | # 愿景 13 | 14 | 以后不想在公司有以下对话: 15 | 16 | 问 "你有好的截图工具吗?" 17 | 18 | 答 "搜 screenshoot" 19 | 20 | 问 "ttf好大,怎么减少体积?" 21 | 22 | 答 "搜 minifont" 23 | 24 | 问 "鹏哥,打出来的包好大,怎么看是哪个文件最占体积?" 25 | 26 | 答 "搜 filesize,用工具给assetbundle文件大小排序,用unitystudio解析assetbundle查看ab内容" 27 | 28 | 问 "xx事情有没有工具啊?" 29 | 30 | 答 "搜 xxx关键字" 31 | -------------------------------------------------------------------------------- /Tools/ADBConsole/.gitignore: -------------------------------------------------------------------------------- 1 | ADBConsole* -------------------------------------------------------------------------------- /Tools/ADBConsole/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "ADBConsole", 3 | "desc": "查看Android手机Log的工具,再也不用打开AndroidStudio了", 4 | "keyword": ["ADBConsole logcat android ddms"], 5 | "7zfile": "ADBConsole/ADBConsole.7z", 6 | "exepath": "ADBConsole/ADBConsole/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/ADBConsole.7z" 8 | } -------------------------------------------------------------------------------- /Tools/ADBConsole_Nox/.gitignore: -------------------------------------------------------------------------------- 1 | ADBConsole_Nox* -------------------------------------------------------------------------------- /Tools/ADBConsole_Nox/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "ADBConsole_Nox", 3 | "desc": "查看夜神模拟器Log的工具", 4 | "keyword": ["ADBConsole_Nox logcat android ddms"], 5 | "7zfile": "ADBConsole_Nox/ADBConsole_Nox.7z", 6 | "exepath": "ADBConsole_Nox/ADBConsole_Nox/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/ADBConsole_Nox.7z" 8 | } -------------------------------------------------------------------------------- /Tools/APKTool/.gitignore: -------------------------------------------------------------------------------- 1 | APKTool* -------------------------------------------------------------------------------- /Tools/APKTool/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "APKTool", 3 | "desc": "APK反编译工具套装", 4 | "keyword": ["apktools","adb","jdgui","aapt"], 5 | "7zfile": "APKTool/APKTool.7z", 6 | "exepath": "APKTool/APKTool/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/APKTool.7z" 8 | } -------------------------------------------------------------------------------- /Tools/AssetStudio/.gitignore: -------------------------------------------------------------------------------- 1 | AssetStudio.x64.v0.12.49* -------------------------------------------------------------------------------- /Tools/AssetStudio/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "UnityAssetStudio", 3 | "desc": "Unity 资源导出工具", 4 | "keyword": ["unityassetstudiogui","unitystudio","unityassetbundleexport"], 5 | "7zfile": "AssetStudio/AssetStudio.x64.v0.12.49.7z", 6 | "exepath": "AssetStudio/AssetStudio.x64.v0.12.49/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/AssetStudio.x64.v0.12.49.7z" 8 | } -------------------------------------------------------------------------------- /Tools/Autoruns/.gitignore: -------------------------------------------------------------------------------- 1 | Autoruns* -------------------------------------------------------------------------------- /Tools/Autoruns/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Autoruns", 3 | "desc": "查看开机自启动软件", 4 | "keyword": ["Autoruns","show which soft start with system boot"], 5 | "7zfile": "Autoruns/Autoruns.7z", 6 | "exepath": "Autoruns/Autoruns/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/Autoruns.7z" 8 | } -------------------------------------------------------------------------------- /Tools/CHBRenamerPro/.gitignore: -------------------------------------------------------------------------------- 1 | CHBRenamerPro* -------------------------------------------------------------------------------- /Tools/CHBRenamerPro/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "CHBRenamerPro", 3 | "desc": "文件批量重命名工具", 4 | "keyword": ["CHBRenamerPro","CHBRenamerPro used to batch rename,change file extention"], 5 | "7zfile": "CHBRenamerPro/CHBRenamerPro.7z", 6 | "exepath": "CHBRenamerPro/CHBRenamerPro/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/CHBRenamerPro.7z" 8 | } -------------------------------------------------------------------------------- /Tools/Everything/.gitignore: -------------------------------------------------------------------------------- 1 | Everything-1.4.1.935.x64* -------------------------------------------------------------------------------- /Tools/Everything/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Everything", 3 | "desc": "极速搜索电脑文件", 4 | "keyword": ["everything","find","search","file","dir","sousuo"], 5 | "7zfile": "Everything/Everything-1.4.1.935.x64.7z", 6 | "exepath": "Everything/Everything-1.4.1.935.x64/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/Everything-1.4.1.935.x64.7z" 8 | } -------------------------------------------------------------------------------- /Tools/FBXReview/.gitignore: -------------------------------------------------------------------------------- 1 | FBXReview* -------------------------------------------------------------------------------- /Tools/FBXReview/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "FBXReview", 3 | "desc": "3d模型查看工具 Autodesk官方出品", 4 | "keyword": ["FBX Review A cross-platform 3D model viewer,Open files in a variety of common 3D formats to help improve the speed of asset review: .zip, .abc* .fbx, .3ds, .obj, .dxf, .dae, .bvh, .htr, .trc, .asf, .amc, .c3d, .aoa, .mcd."], 5 | "7zfile": "FBXReview/FBXReview.7z", 6 | "exepath": "FBXReview/FBXReview/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/FBXReview.7z" 8 | } -------------------------------------------------------------------------------- /Tools/Fiddler/.gitignore: -------------------------------------------------------------------------------- 1 | Fiddler* -------------------------------------------------------------------------------- /Tools/Fiddler/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Fiddler", 3 | "desc": "http抓包分析工具", 4 | "keyword": ["Fiddler Log all HTTP(S) traffic between your computer and the Internet. Inspect traffic, set breakpoints, and fiddle with request/response. "], 5 | "7zfile": "Fiddler/Fiddler.7z", 6 | "exepath": "Fiddler/Fiddler/start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/Fiddler.7z" 8 | } -------------------------------------------------------------------------------- /Tools/FileActivityWatch/.gitignore: -------------------------------------------------------------------------------- 1 | fileactivitywatch-x64* -------------------------------------------------------------------------------- /Tools/FileActivityWatch/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "FileActivityWatch", 3 | "desc": "监控文件读写", 4 | "keyword": ["FileActivityWatch","FileActivityWatch pulls and displays the read/write/delete operation that occurs for every file on your system."], 5 | "7zfile": "FileActivityWatch/fileactivitywatch-x64.7z", 6 | "exepath": "FileActivityWatch/fileactivitywatch-x64/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/fileactivitywatch-x64.7z" 8 | } -------------------------------------------------------------------------------- /Tools/FileListSortPrint/.gitignore: -------------------------------------------------------------------------------- 1 | FileListSortPrint* -------------------------------------------------------------------------------- /Tools/FileListSortPrint/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "FileListSortPrint", 3 | "desc": "将文件按大小排序,并输出文件列表到软件目录的 files.txt", 4 | "keyword": ["sort file by filesize,export to files.txt"], 5 | "7zfile": "FileListSortPrint/FileListSortPrint.7z", 6 | "exepath": "FileListSortPrint/FileListSortPrint/start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/FileListSortPrint.7z" 8 | } -------------------------------------------------------------------------------- /Tools/FileZilla_3.42.1_win64/.gitignore: -------------------------------------------------------------------------------- 1 | FileZilla_3.42.1_win64* -------------------------------------------------------------------------------- /Tools/FileZilla_3.42.1_win64/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "FileZilla", 3 | "desc": "FTP SFTP 文件上传下载工具", 4 | "keyword": ["FileZilla® is a cross-platform FTP, SFTP, and FTPS client with a vast list of features, which supports Windows, Mac OS X, Linux, and more. ","download"], 5 | "7zfile": "FileZilla_3.42.1_win64/FileZilla_3.42.1_win64.7z", 6 | "exepath": "FileZilla_3.42.1_win64/FileZilla_3.42.1_win64/FileZilla-3.42.1/start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/FileZilla_3.42.1_win64.7z" 8 | } -------------------------------------------------------------------------------- /Tools/FolderSizePortable/.gitignore: -------------------------------------------------------------------------------- 1 | FolderSizePortable* -------------------------------------------------------------------------------- /Tools/FolderSizePortable/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "FolderSizePortable", 3 | "desc": "文件夹大小查看工具,看看是谁占用了我的C盘", 4 | "keyword": ["FolderSizePortable","show folder size"], 5 | "7zfile": "FolderSizePortable/FolderSizePortable.7z", 6 | "exepath": "FolderSizePortable/FolderSizePortable/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/FolderSizePortable.7z" 8 | } -------------------------------------------------------------------------------- /Tools/GeoGebra/.gitignore: -------------------------------------------------------------------------------- 1 | GeoGebra* -------------------------------------------------------------------------------- /Tools/GeoGebra/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "GeoGebra 数学应用", 3 | "desc": "免费在线数学工具: 绘图, 几何, 3D及更多内容", 4 | "keyword": ["GeoGebra Math Apps:Get our free online math tools for graphing, geometry, 3D, and more!"], 5 | "7zfile": "GeoGebra/GeoGebra.7z", 6 | "exepath": "GeoGebra/GeoGebra/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/GeoGebra.7z" 8 | } -------------------------------------------------------------------------------- /Tools/GetFileMD5/.gitignore: -------------------------------------------------------------------------------- 1 | GetFileMD5* -------------------------------------------------------------------------------- /Tools/GetFileMD5/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "GetFileMD5", 3 | "desc": "获取文件MD5", 4 | "keyword": ["get file md5"], 5 | "7zfile": "GetFileMD5/GetFileMD5.7z", 6 | "exepath": "GetFileMD5/GetFileMD5/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/GetFileMD5.7z" 8 | } -------------------------------------------------------------------------------- /Tools/GetStrMD5/.gitignore: -------------------------------------------------------------------------------- 1 | GetStrMD5* -------------------------------------------------------------------------------- /Tools/GetStrMD5/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "GetStrMD5", 3 | "desc": "获取字符串MD5", 4 | "keyword": ["get str md5"], 5 | "7zfile": "GetStrMD5/GetStrMD5.7z", 6 | "exepath": "GetStrMD5/GetStrMD5/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/GetStrMD5.7z" 8 | } -------------------------------------------------------------------------------- /Tools/HxD/.gitignore: -------------------------------------------------------------------------------- 1 | HxD* -------------------------------------------------------------------------------- /Tools/HxD/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "HxD", 3 | "desc": "十六进制编辑器", 4 | "keyword": ["HxD is a carefully designed and fast hex editor"], 5 | "7zfile": "HxD/HxD.7z", 6 | "exepath": "HxD/HxD/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/HxD.7z" 8 | } -------------------------------------------------------------------------------- /Tools/LICEcap/.gitignore: -------------------------------------------------------------------------------- 1 | LICEcap* -------------------------------------------------------------------------------- /Tools/LICEcap/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "LICEcap", 3 | "desc": "屏幕录制Gif", 4 | "keyword": ["gif","screen","capture","rec","url","licecap","cap"], 5 | "7zfile": "LICEcap/LICEcap.7z", 6 | "exepath": "LICEcap/LICEcap/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/LICEcap.7z" 8 | } -------------------------------------------------------------------------------- /Tools/LuaMemoryProfiler/.gitignore: -------------------------------------------------------------------------------- 1 | LuaMemoryProfiler* -------------------------------------------------------------------------------- /Tools/LuaMemoryProfiler/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "LuaMemoryProfiler", 3 | "desc": "获取Lua数据表内存占用,非精准数据,只作为优化的时候进行对比参考。基于lua5.3.5。", 4 | "keyword": ["LuaMemoryProfiler get lua table memory"], 5 | "7zfile": "LuaMemoryProfiler/LuaMemoryProfiler.7z", 6 | "exepath": "LuaMemoryProfiler/LuaMemoryProfiler/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/LuaMemoryProfiler.7z" 8 | } -------------------------------------------------------------------------------- /Tools/Minifont/.gitignore: -------------------------------------------------------------------------------- 1 | Minifont* -------------------------------------------------------------------------------- /Tools/Minifont/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Minifont", 3 | "desc": "字体精简工具", 4 | "keyword": ["Minifont","Minifont used to generator mini ttf font file"], 5 | "7zfile": "Minifont/Minifont.7z", 6 | "exepath": "Minifont/Minifont/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/Minifont.7z" 8 | } -------------------------------------------------------------------------------- /Tools/MultiSizeIcon/.gitignore: -------------------------------------------------------------------------------- 1 | MultiSizeIcon* -------------------------------------------------------------------------------- /Tools/MultiSizeIcon/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "MultiSizeIcon", 3 | "desc": "一键生成Android、IOS 多尺寸Icon", 4 | "keyword": ["icon","icon size"], 5 | "7zfile": "MultiSizeIcon/MultiSizeIcon.7z", 6 | "exepath": "MultiSizeIcon/MultiSizeIcon/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/MultiSizeIcon.7z" 8 | } -------------------------------------------------------------------------------- /Tools/NeorProfileSQL/.gitignore: -------------------------------------------------------------------------------- 1 | NeorProfileSQL* -------------------------------------------------------------------------------- /Tools/NeorProfileSQL/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Neor Profile SQL", 3 | "desc": "可视化 Mysql性能监测工具 显示查询语句", 4 | "keyword": ["Neor Profile SQL,profiler mysql querys with gui"], 5 | "7zfile": "NeorProfileSQL/NeorProfileSQL.7z", 6 | "exepath": "NeorProfileSQL/NeorProfileSQL/4.1.1/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/NeorProfileSQL.7z" 8 | } -------------------------------------------------------------------------------- /Tools/PNGoo.0.1.1/.gitignore: -------------------------------------------------------------------------------- 1 | PNGoo.0.1.1* -------------------------------------------------------------------------------- /Tools/PNGoo.0.1.1/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "PNGoo_Win", 3 | "desc": "PNG无损压缩", 4 | "keyword": ["png","compress","png compress","image","image compress","yasuo"], 5 | "7zfile": "PNGoo.0.1.1/PNGoo.0.1.1.7z", 6 | "exepath": "PNGoo.0.1.1/PNGoo.0.1.1/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/PNGoo.0.1.1.7z" 8 | } -------------------------------------------------------------------------------- /Tools/PVRShaderEditor/.gitignore: -------------------------------------------------------------------------------- 1 | PVRShaderEditor* -------------------------------------------------------------------------------- /Tools/PVRShaderEditor/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "PVRShaderEditor", 3 | "desc": "Shader代码编辑器,具有错误检查、代码高亮功能", 4 | "keyword": ["PVRShaderEditor is shader code editor,support code highlight,error check"], 5 | "7zfile": "PVRShaderEditor/PVRShaderEditor.7z", 6 | "exepath": "PVRShaderEditor/PVRShaderEditor/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/PVRShaderEditor.7z" 8 | } -------------------------------------------------------------------------------- /Tools/PVRTexTool/.gitignore: -------------------------------------------------------------------------------- 1 | PVRTexTool* -------------------------------------------------------------------------------- /Tools/PVRTexTool/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "PVRTexTool", 3 | "desc": "贴图压缩工具,PNG压缩成ETC、PVR等格式", 4 | "keyword": ["PVRTexTool convert(encode/compress) images textures(png/jpg) to gpu texture format like pvr(etc/ast)','Mali Texture Compression Tool"], 5 | "7zfile": "PVRTexTool/PVRTexTool.7z", 6 | "exepath": "PVRTexTool/PVRTexTool/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/PVRTexTool.7z" 8 | } -------------------------------------------------------------------------------- /Tools/PickDiff/.gitignore: -------------------------------------------------------------------------------- 1 | PickDiff* -------------------------------------------------------------------------------- /Tools/PickDiff/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "PickDiff", 3 | "desc": "对比文件夹,挑选出不同文件。", 4 | "keyword": ["compare two folder,pick up different file and new file。"], 5 | "7zfile": "PickDiff/PickDiff.7z", 6 | "exepath": "PickDiff/PickDiff/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/PickDiff.7z" 8 | } -------------------------------------------------------------------------------- /Tools/Postman/.gitignore: -------------------------------------------------------------------------------- 1 | Postman-win64-7.2.2-Setup* -------------------------------------------------------------------------------- /Tools/Postman/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Postman", 3 | "desc": "网页调试与发送网页HTTP请求工具", 4 | "keyword": ["Postman HTTP requests Get Post Patch Delete Put"], 5 | "7zfile": "Postman/Postman-win64-7.2.2-Setup.7z", 6 | "exepath": "Postman/Postman-win64-7.2.2-Setup/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/Postman-win64-7.2.2-Setup.7z" 8 | } -------------------------------------------------------------------------------- /Tools/ProcessMonitor/.gitignore: -------------------------------------------------------------------------------- 1 | ProcessMonitor* -------------------------------------------------------------------------------- /Tools/ProcessMonitor/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "ProcessMonitor", 3 | "desc": "系统事件查看工具", 4 | "keyword": ["ProcessMonitor","show system event like read file,modify register"], 5 | "7zfile": "ProcessMonitor/ProcessMonitor.7z", 6 | "exepath": "ProcessMonitor/ProcessMonitor/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/ProcessMonitor.7z" 8 | } -------------------------------------------------------------------------------- /Tools/Q-Dir/.gitignore: -------------------------------------------------------------------------------- 1 | Q-Dir* -------------------------------------------------------------------------------- /Tools/Q-Dir/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Q-Dir", 3 | "desc": "开启多个文件夹窗口,以四格平铺在屏幕上,方便同时浏览多个文件夹图片。", 4 | "keyword": ["Q-Dir","open four dir show in window,easy to view pictures files in multi dir"], 5 | "7zfile": "Q-Dir/Q-Dir.7z", 6 | "exepath": "Q-Dir/Q-Dir/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/Q-Dir.7z" 8 | } -------------------------------------------------------------------------------- /Tools/Redis-x64-3.0.504/.gitignore: -------------------------------------------------------------------------------- 1 | Redis-x64-3.0.504* -------------------------------------------------------------------------------- /Tools/Redis-x64-3.0.504/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Redis-x64-3.0.504", 3 | "desc": "Redis win版本,微软出品", 4 | "keyword": ["redis windows,powerd by microsoft."], 5 | "7zfile": "Redis-x64-3.0.504/Redis-x64-3.0.504.7z", 6 | "exepath": "Redis-x64-3.0.504/Redis-x64-3.0.504/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/Redis-x64-3.0.504.7z" 8 | } -------------------------------------------------------------------------------- /Tools/RedisStudio-en-0.1.5/.gitignore: -------------------------------------------------------------------------------- 1 | RedisStudio-en-0.1.5* -------------------------------------------------------------------------------- /Tools/RedisStudio-en-0.1.5/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "RedisStudio-en-0.1.5", 3 | "desc": "Redis桌面客户端,提供轻量级 友好 高效的Redis管理", 4 | "keyword": ["RedisStudio,redis gui client"], 5 | "7zfile": "RedisStudio-en-0.1.5/RedisStudio-en-0.1.5.7z", 6 | "exepath": "RedisStudio-en-0.1.5/RedisStudio-en-0.1.5/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/RedisStudio-en-0.1.5.7z" 8 | } -------------------------------------------------------------------------------- /Tools/RenderDoc/.gitignore: -------------------------------------------------------------------------------- 1 | RenderDoc* -------------------------------------------------------------------------------- /Tools/RenderDoc/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "RenderDoc", 3 | "desc": "GPU分析工具,PC、Android免root,支持Unity插件", 4 | "keyword": ["RenderDoc is a free MIT licensed stand-alone graphics debugger that allows quick and easy single-frame capture and detailed introspection of any application using Vulkan, D3D11, OpenGL & OpenGL ES or D3D12 across Windows 7 - 10, Linux, Android, Stadia, or Nintendo Switch™."], 5 | "7zfile": "RenderDoc/RenderDoc.7z", 6 | "exepath": "RenderDoc/RenderDoc/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/RenderDoc.7z" 8 | } -------------------------------------------------------------------------------- /Tools/Riot/.gitignore: -------------------------------------------------------------------------------- 1 | Riot* -------------------------------------------------------------------------------- /Tools/Riot/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Riot", 3 | "desc": "有损压缩 JPG PNG GIF", 4 | "keyword": ["jpg png gif compress","png compress","image","Lossy compression","yasuo"], 5 | "7zfile": "Riot/Riot.7z", 6 | "exepath": "Riot/Riot/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/Riot.7z" 8 | } -------------------------------------------------------------------------------- /Tools/SQLyogCommunity/.gitignore: -------------------------------------------------------------------------------- 1 | SQLyogCommunity* -------------------------------------------------------------------------------- /Tools/SQLyogCommunity/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SQLyogCommunity", 3 | "desc": "免费的Mysql管理工具", 4 | "keyword": ["SQLyogCommunity","free gui tools manager mysql"], 5 | "7zfile": "SQLyogCommunity/SQLyogCommunity.7z", 6 | "exepath": "SQLyogCommunity/SQLyogCommunity/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/SQLyogCommunity.7z" 8 | } -------------------------------------------------------------------------------- /Tools/ServerPortMonitor/.gitignore: -------------------------------------------------------------------------------- 1 | ServerPortMonitor* -------------------------------------------------------------------------------- /Tools/ServerPortMonitor/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "ServerPortMonitor", 3 | "desc": "监控服务器端口", 4 | "keyword": ["ServerPortMonitor check server port is open"], 5 | "7zfile": "ServerPortMonitor/ServerPortMonitor.7z", 6 | "exepath": "ServerPortMonitor/ServerPortMonitor/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/ServerPortMonitor.7z" 8 | } -------------------------------------------------------------------------------- /Tools/Shadowsocks/.gitignore: -------------------------------------------------------------------------------- 1 | Shadowsocks* -------------------------------------------------------------------------------- /Tools/Shadowsocks/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Shadowsocks", 3 | "desc": "代理 翻墙 VPN", 4 | "keyword": ["shadowsocks","vpn","fanqiang","daili","proxy"], 5 | "7zfile": "Shadowsocks/Shadowsocks.7z", 6 | "exepath": "Shadowsocks/Shadowsocks/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/Shadowsocks.7z" 8 | } -------------------------------------------------------------------------------- /Tools/Snipaste-1.16.2-x64/.gitignore: -------------------------------------------------------------------------------- 1 | Snipaste-1.16.2-x64* -------------------------------------------------------------------------------- /Tools/Snipaste-1.16.2-x64/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Snipaste", 3 | "desc": "截图工具", 4 | "keyword": ["Snipaste is tools to screenshoot", "Snipaste","capture"], 5 | "7zfile": "Snipaste-1.16.2-x64/Snipaste-1.16.2-x64.7z", 6 | "exepath": "Snipaste-1.16.2-x64/Snipaste-1.16.2-x64/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/Snipaste-1.16.2-x64.7z" 8 | } -------------------------------------------------------------------------------- /Tools/SortTextLog/.gitignore: -------------------------------------------------------------------------------- 1 | SortTextLog* -------------------------------------------------------------------------------- /Tools/SortTextLog/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SortTextLog", 3 | "desc": "性能测试,profiler,trace,stat", 4 | "keyword": ["log","sort","netlog","SortTextLog sort log by line length,use to sort net protocal txt to find which actor replicate oversize bunchsize"], 5 | "7zfile": "SortTextLog/SortTextLog.7z", 6 | "exepath": "SortTextLog/SortTextLog/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/SortTextLog.7z" 8 | } -------------------------------------------------------------------------------- /Tools/TCPView/.gitignore: -------------------------------------------------------------------------------- 1 | TCPView* -------------------------------------------------------------------------------- /Tools/TCPView/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "TCPView", 3 | "desc": "网络连接查看器,列出本地监听端口,连入端口,链出端口", 4 | "keyword": ["TCPView","network status","port","listen","connect to"], 5 | "7zfile": "TCPView/TCPView.7z", 6 | "exepath": "TCPView/TCPView/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/TCPView.7z" 8 | } -------------------------------------------------------------------------------- /Tools/TextAnalysisTool.NET/.gitignore: -------------------------------------------------------------------------------- 1 | TextAnalysisTool.NET* -------------------------------------------------------------------------------- /Tools/TextAnalysisTool.NET/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "TextAnalysisTool", 3 | "desc": "看log神器,根据指定内容过滤", 4 | "keyword": ["android logcat search by tag"], 5 | "7zfile": "TextAnalysisTool.NET/TextAnalysisTool.NET.7z", 6 | "exepath": "TextAnalysisTool.NET/TextAnalysisTool.NET/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/TextAnalysisTool.NET.7z" 8 | } -------------------------------------------------------------------------------- /Tools/TextureMerger/.gitignore: -------------------------------------------------------------------------------- 1 | TextureMerger* -------------------------------------------------------------------------------- /Tools/TextureMerger/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "TextureMerger", 3 | "desc": "打图集工具 提取自Egret", 4 | "keyword": ["png","jpg","texturepacker","texturemerger"], 5 | "7zfile": "TextureMerger/TextureMerger.7z", 6 | "exepath": "TextureMerger/TextureMerger/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/TextureMerger.7z" 8 | } -------------------------------------------------------------------------------- /Tools/UELogtagCounter/.gitignore: -------------------------------------------------------------------------------- 1 | UELogtagCounter* -------------------------------------------------------------------------------- /Tools/UELogtagCounter/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "UELogtagCounter", 3 | "desc": "统计UE Logtag Log行数并排序", 4 | "keyword": ["UELogtagCounter"], 5 | "7zfile": "UELogtagCounter/UELogtagCounter.7z", 6 | "exepath": "UELogtagCounter/UELogtagCounter/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/UELogtagCounter.7z" 8 | } -------------------------------------------------------------------------------- /Tools/Unicode2Chinese/.gitignore: -------------------------------------------------------------------------------- 1 | Unicode2Chinese* -------------------------------------------------------------------------------- /Tools/Unicode2Chinese/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Unicode2Chinese", 3 | "desc": "Unicode 转 普通中文显示 \u4eba\u751f\u82e6\u77ed\uff0cpy\u662f\u5cb8 人生苦短,py是岸", 4 | "keyword": ["unicode","gbk","chinese","\\u","url","urlencode","code","codec"], 5 | "7zfile": "Unicode2Chinese/Unicode2Chinese.7z", 6 | "exepath": "Unicode2Chinese/Unicode2Chinese/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/Unicode2Chinese.7z" 8 | } -------------------------------------------------------------------------------- /Tools/UnityRemoveManifestFile/.gitignore: -------------------------------------------------------------------------------- 1 | UnityRemoveManifestFile* -------------------------------------------------------------------------------- /Tools/UnityRemoveManifestFile/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "UnityRemoveManifestFile", 3 | "desc": "删掉Unity打Assetbundle生成的Manifest文件。", 4 | "keyword": ["remove/delete unity build assetbundle generator manifest file"], 5 | "7zfile": "UnityRemoveManifestFile/UnityRemoveManifestFile.7z", 6 | "exepath": "UnityRemoveManifestFile/UnityRemoveManifestFile/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/UnityRemoveManifestFile.7z" 8 | } -------------------------------------------------------------------------------- /Tools/UpLowStr/.gitignore: -------------------------------------------------------------------------------- 1 | UpLowStr* -------------------------------------------------------------------------------- /Tools/UpLowStr/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "UpLowStr", 3 | "desc": "英文大小写转换", 4 | "keyword": ["UpLowStr Converts characters(words)(string) to uppercase(lowercase)"], 5 | "7zfile": "UpLowStr/UpLowStr.7z", 6 | "exepath": "UpLowStr/UpLowStr/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/UpLowStr.7z" 8 | } -------------------------------------------------------------------------------- /Tools/VerySleepy/.gitignore: -------------------------------------------------------------------------------- 1 | VerySleepy* -------------------------------------------------------------------------------- /Tools/VerySleepy/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "VerySleepy", 3 | "desc": "性能测试,profiler,trace,stat", 4 | "keyword": ["profiler","trace","stat"], 5 | "7zfile": "VerySleepy/VerySleepy.7z", 6 | "exepath": "VerySleepy/VerySleepy/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/VerySleepy.7z" 8 | } -------------------------------------------------------------------------------- /Tools/Win32DiskImager/.gitignore: -------------------------------------------------------------------------------- 1 | Win32DiskImager* -------------------------------------------------------------------------------- /Tools/Win32DiskImager/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Win32DiskImager", 3 | "desc": "写入ISO系统到U盘 树莓派安装系统", 4 | "keyword": ["win32diskimager","iso","shumeipai","raspberrypi","raspberry pi"], 5 | "7zfile": "Win32DiskImager/Win32DiskImager.7z", 6 | "exepath": "Win32DiskImager/Win32DiskImager/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/Win32DiskImager.7z" 8 | } -------------------------------------------------------------------------------- /Tools/WinMerge/.gitignore: -------------------------------------------------------------------------------- 1 | WinMerge* -------------------------------------------------------------------------------- /Tools/WinMerge/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "WinMerge", 3 | "desc": "对比代码工具,也可以对比文件夹 文件,替代beyond compare", 4 | "keyword": ["diff","beyond compare","winmerge"], 5 | "7zfile": "WinMerge/WinMerge.7z", 6 | "exepath": "WinMerge/WinMerge/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/WinMerge.7z" 8 | } -------------------------------------------------------------------------------- /Tools/WinSCP/.gitignore: -------------------------------------------------------------------------------- 1 | WinSCP* -------------------------------------------------------------------------------- /Tools/WinSCP/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "WinSCP", 3 | "desc": "远程linux文件管理", 4 | "keyword": ["linux","file","winscp","sftp","ftp","ssh"], 5 | "7zfile": "WinSCP/WinSCP.7z", 6 | "exepath": "WinSCP/WinSCP/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/WinSCP.7z" 8 | } -------------------------------------------------------------------------------- /Tools/WindowsPerformanceToolkit/.gitignore: -------------------------------------------------------------------------------- 1 | WindowsPerformanceToolkit* -------------------------------------------------------------------------------- /Tools/WindowsPerformanceToolkit/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "WindowsPerformanceToolkit", 3 | "desc": "WindowsPerformanceToolkit", 4 | "keyword": ["WindowsPerformanceToolkit"], 5 | "7zfile": "WindowsPerformanceToolkit/WindowsPerformanceToolkit.7z", 6 | "exepath": "WindowsPerformanceToolkit/WindowsPerformanceToolkit/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/WindowsPerformanceToolkit.7z" 8 | } -------------------------------------------------------------------------------- /Tools/YUView/.gitignore: -------------------------------------------------------------------------------- 1 | YUView* -------------------------------------------------------------------------------- /Tools/YUView/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "YUView", 3 | "desc": "查看YUV图像文件", 4 | "keyword": ["YUView"], 5 | "7zfile": "YUView/YUView.7z", 6 | "exepath": "YUView/YUView/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/YUView.7z" 8 | } -------------------------------------------------------------------------------- /Tools/ZeroBraneStudio/.gitignore: -------------------------------------------------------------------------------- 1 | ZeroBraneStudioEduPack-1.80-win32* -------------------------------------------------------------------------------- /Tools/ZeroBraneStudio/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "TestLuaCode", 3 | "desc": "测试lua代码片段", 4 | "keyword": ["TestLuaCode open ZeroBraneStudio(luaeditor) to test lua code copied from the web"], 5 | "7zfile": "ZeroBraneStudio/ZeroBraneStudioEduPack-1.80-win32.7z", 6 | "exepath": "ZeroBraneStudio/ZeroBraneStudioEduPack-1.80-win32/TestLuaCode.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/ZeroBraneStudioEduPack-1.80-win32.7z" 8 | } -------------------------------------------------------------------------------- /Tools/advanced_ip_scanner/.gitignore: -------------------------------------------------------------------------------- 1 | advanced_ip_scanner* -------------------------------------------------------------------------------- /Tools/advanced_ip_scanner/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "advanced_ip_scanner", 3 | "desc": "扫描指定网段IP,获取开放端口、网卡信息", 4 | "keyword": ["advanced_ip_scanner scan lan ip,get port status and network card info"], 5 | "7zfile": "advanced_ip_scanner/advanced_ip_scanner.7z", 6 | "exepath": "advanced_ip_scanner/advanced_ip_scanner/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/advanced_ip_scanner.7z" 8 | } -------------------------------------------------------------------------------- /Tools/bsdiff-v4.3/.gitignore: -------------------------------------------------------------------------------- 1 | bsdiff-v4.3* -------------------------------------------------------------------------------- /Tools/bsdiff-v4.3/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "bsdiff", 3 | "desc": "BSDiff是一个差量更新算法,一般用来做增量更新", 4 | "keyword": ["bsdiff","bspatch","hotfix","compare","bsdiff and bspatch are libraries for building and applying patches to binary files."], 5 | "7zfile": "bsdiff-v4.3/bsdiff-v4.3.7z", 6 | "exepath": "bsdiff-v4.3/bsdiff-v4.3/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/bsdiff-v4.3.7z" 8 | } -------------------------------------------------------------------------------- /Tools/clumsy-0.2-win64/.gitignore: -------------------------------------------------------------------------------- 1 | clumsy-0.2-win64* -------------------------------------------------------------------------------- /Tools/clumsy-0.2-win64/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "clumsy-0.2-win64", 3 | "desc": "clumsy弱网测试工具,创建网络丢包、乱序、重发环境", 4 | "keyword": ["clumsy","udp","tcp","Lag, hold the packets for a short period of time to emulate network lagging.","Drop, randomly discard packets.","Throttle, block traffic for a given time frame, then send them in a single batch.","Duplicate, send cloned packets right after to the original one.","Out of order, re-arrange the order of packets.","Tamper, nudge bits of packet's content."], 5 | "7zfile": "clumsy-0.2-win64/clumsy-0.2-win64.7z", 6 | "exepath": "clumsy-0.2-win64/clumsy-0.2-win64/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/clumsy-0.2-win64.7z" 8 | } -------------------------------------------------------------------------------- /Tools/dnSpy-net472/.gitignore: -------------------------------------------------------------------------------- 1 | dnSpy-net472* -------------------------------------------------------------------------------- /Tools/dnSpy-net472/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "dnSpy-net472", 3 | "desc": "C#.net 反编译工具", 4 | "keyword": ["dnSpy is a debugger and .NET assembly editor. You can use it to edit and debug assemblies even if you don't have any source code available. ","Debug .NET and Unity assemblies","Debug .NET Framework, .NET Core and Unity game assemblies, no source code required"], 5 | "7zfile": "dnSpy-net472/dnSpy-net472.7z", 6 | "exepath": "dnSpy-net472/dnSpy-net472/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/dnSpy-net472.7z" 8 | } -------------------------------------------------------------------------------- /Tools/draw.io-14.6.13-windows-no-installer/.gitignore: -------------------------------------------------------------------------------- 1 | draw.io-14.6.13-windows-no-installer* -------------------------------------------------------------------------------- /Tools/draw.io-14.6.13-windows-no-installer/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "draw.io-14.6.13-windows-no-installer", 3 | "desc": "http抓包分析工具", 4 | "keyword": ["diagrams.net (formerly draw.io) is free online diagram software. You can use it as a flowchart maker, network diagram software, to create UML online, as an ER diagram tool, to design database schema, to build BPMN online, as a circuit diagram maker, and more. draw.io can import .vsdx, Gliffy™ and Lucidchart™ files . "], 5 | "7zfile": "draw.io-14.6.13-windows-no-installer/draw.io-14.6.13-windows-no-installer.7z", 6 | "exepath": "draw.io-14.6.13-windows-no-installer/draw.io-14.6.13-windows-no-installer/start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/draw.io-14.6.13-windows-no-installer.7z" 8 | } -------------------------------------------------------------------------------- /Tools/emed64_17.9.0/.gitignore: -------------------------------------------------------------------------------- 1 | emed64_17.9.0* -------------------------------------------------------------------------------- /Tools/emed64_17.9.0/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "emed64_17.9.0", 3 | "desc": "超大文本查看,查看几G日志文件", 4 | "keyword": ["very big log file viewer"], 5 | "7zfile": "emed64_17.9.0/emed64_17.9.0.7z", 6 | "exepath": "emed64_17.9.0/emed64_17.9.0/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/emed64_17.9.0.7z" 8 | } -------------------------------------------------------------------------------- /Tools/foobar2000/.gitignore: -------------------------------------------------------------------------------- 1 | foobar2000* -------------------------------------------------------------------------------- /Tools/foobar2000/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "foobar2000", 3 | "desc": "音乐播放器", 4 | "keyword": ["foobar2000 is an advanced freeware audio player for the Windows platform.Supported audio formats: MP3, MP4, AAC, CD Audio, WMA, Vorbis, Opus, FLAC, WavPack, WAV, AIFF, Musepack, Speex, AU, SND... and more with additional components."], 5 | "7zfile": "foobar2000/foobar2000.7z", 6 | "exepath": "foobar2000/foobar2000/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/foobar2000.7z" 8 | } -------------------------------------------------------------------------------- /Tools/jsonviewer/.gitignore: -------------------------------------------------------------------------------- 1 | jsonviewer* -------------------------------------------------------------------------------- /Tools/jsonviewer/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "jsonviewer", 3 | "desc": "json格式化校验工具", 4 | "keyword": ["jsonviewer is json format and error check tool with visual gui", "jsonviewer"], 5 | "7zfile": "jsonviewer/jsonviewer.7z", 6 | "exepath": "jsonviewer/jsonviewer/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/jsonviewer.7z" 8 | } -------------------------------------------------------------------------------- /Tools/netcat-win32-1.12/.gitignore: -------------------------------------------------------------------------------- 1 | netcat-win32-1.12* -------------------------------------------------------------------------------- /Tools/netcat-win32-1.12/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "netcat-win32-1.12", 3 | "desc": "网络工具测试网络联通、文件传输、端口扫描、反代、数据转发", 4 | "keyword": ["netcat-win32-1.12s","nc","Network Debugging and Testing","File Transfer","Port Scanning","Network Proxy","Listening to Network Data","Security Auditing and Penetration Testing","Data Forwarding","Persistent Backdoors"], 5 | "7zfile": "netcat-win32-1.12/netcat-win32-1.12.7z", 6 | "exepath": "netcat-win32-1.12/netcat-win32-1.12/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/netcat-win32-1.12.7z" 8 | } -------------------------------------------------------------------------------- /Tools/phpStudy20161103/.gitignore: -------------------------------------------------------------------------------- 1 | phpStudy* -------------------------------------------------------------------------------- /Tools/phpStudy20161103/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "PhpStudy", 3 | "desc": "phpStudy 2016版 集成最新的Apache+Nginx+LightTPD+PHP+MySQL+phpMyAdmin+Zend Optimizer+Zend Loader", 4 | "keyword": ["Apache+Nginx+LightTPD+PHP+MySQL+phpMyAdmin+Zend Optimizer+Zend Loader"], 5 | "7zfile": "phpStudy20161103/phpStudy.7z", 6 | "exepath": "phpStudy20161103/phpStudy/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/phpStudy.7z" 8 | } -------------------------------------------------------------------------------- /Tools/putty/.gitignore: -------------------------------------------------------------------------------- 1 | putty* -------------------------------------------------------------------------------- /Tools/putty/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "putty", 3 | "desc": "远程Linux", 4 | "keyword": ["putty","ssh"], 5 | "7zfile": "putty/putty.7z", 6 | "exepath": "putty/putty/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/putty.7z" 8 | } -------------------------------------------------------------------------------- /Tools/qcachegrind074-x86/.gitignore: -------------------------------------------------------------------------------- 1 | qcachegrind074-x86* -------------------------------------------------------------------------------- /Tools/qcachegrind074-x86/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "qcachegrind074-x86", 3 | "desc": "从VerySleep导出函数性能数据到QCacheGrind进行树状分析", 4 | "keyword": ["This tool allows visualisation of profiling data in the callgrind-format.KCachegrind visualizes traces generated by profiling, including a tree map and a call graph visualization of the calls happening. It's designed to be fast for very large programs like KDE applications.","profile","call tree","flamegraph","state","perf","verysleepy export to qcachegrind"], 5 | "7zfile": "qcachegrind074-x86/qcachegrind074-x86.7z", 6 | "exepath": "qcachegrind074-x86/qcachegrind074-x86/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/qcachegrind074-x86.7z" 8 | } -------------------------------------------------------------------------------- /Tools/sqlitestudio-2.1.5/.gitignore: -------------------------------------------------------------------------------- 1 | sqlitestudio-2.1.5* -------------------------------------------------------------------------------- /Tools/sqlitestudio-2.1.5/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SqliteStudio_2_1_5", 3 | "desc": "sqlite3管理软件", 4 | "keyword": ["sqlitestudio_2_1_5","db","sqlite3"], 5 | "7zfile": "sqlitestudio-2.1.5/sqlitestudio-2.1.5.7z", 6 | "exepath": "sqlitestudio-2.1.5/sqlitestudio-2.1.5/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/sqlitestudio-2.1.5.7z" 8 | } -------------------------------------------------------------------------------- /Tools/treeNMS-1.7.4/.gitignore: -------------------------------------------------------------------------------- 1 | treeNMS-1.7.4* 2 | logs -------------------------------------------------------------------------------- /Tools/treeNMS-1.7.4/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "treeNMS", 3 | "desc": "redis管理后台,可在内外网部署", 4 | "keyword": ["treeNMS is back-end management,use to manager redis or memcache"], 5 | "7zfile": "treeNMS-1.7.4/treeNMS-1.7.4.7z", 6 | "exepath": "treeNMS-1.7.4/treeNMS-1.7.4/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/treeNMS-1.7.4.7z" 8 | } -------------------------------------------------------------------------------- /Tools/vokoscreenNG/.gitignore: -------------------------------------------------------------------------------- 1 | vokoscreenNG* -------------------------------------------------------------------------------- /Tools/vokoscreenNG/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "vokoscreenNG", 3 | "desc": "屏幕录制视频", 4 | "keyword": ["vokoscreenNG record screen to video"], 5 | "7zfile": "vokoscreenNG/vokoscreenNG.7z", 6 | "exepath": "vokoscreenNG/vokoscreenNG/Start.bat", 7 | "7zurl":"https://gamedevtools-tools-1251125626.cos.ap-guangzhou.myqcloud.com/vokoscreenNG.7z" 8 | } -------------------------------------------------------------------------------- /doc/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisisGame/GameDevTools/fb95744d281e48b02061d762f50ce4fb679a35ce/doc/1.png -------------------------------------------------------------------------------- /doc/minifont.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisisGame/GameDevTools/fb95744d281e48b02061d762f50ce4fb679a35ce/doc/minifont.png -------------------------------------------------------------------------------- /iconengines/qsvgicon.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisisGame/GameDevTools/fb95744d281e48b02061d762f50ce4fb679a35ce/iconengines/qsvgicon.dll -------------------------------------------------------------------------------- /imageformats/qgif.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisisGame/GameDevTools/fb95744d281e48b02061d762f50ce4fb679a35ce/imageformats/qgif.dll -------------------------------------------------------------------------------- /imageformats/qicns.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisisGame/GameDevTools/fb95744d281e48b02061d762f50ce4fb679a35ce/imageformats/qicns.dll -------------------------------------------------------------------------------- /imageformats/qico.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisisGame/GameDevTools/fb95744d281e48b02061d762f50ce4fb679a35ce/imageformats/qico.dll -------------------------------------------------------------------------------- /imageformats/qjpeg.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisisGame/GameDevTools/fb95744d281e48b02061d762f50ce4fb679a35ce/imageformats/qjpeg.dll -------------------------------------------------------------------------------- /imageformats/qsvg.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisisGame/GameDevTools/fb95744d281e48b02061d762f50ce4fb679a35ce/imageformats/qsvg.dll -------------------------------------------------------------------------------- /imageformats/qtga.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisisGame/GameDevTools/fb95744d281e48b02061d762f50ce4fb679a35ce/imageformats/qtga.dll -------------------------------------------------------------------------------- /imageformats/qtiff.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisisGame/GameDevTools/fb95744d281e48b02061d762f50ce4fb679a35ce/imageformats/qtiff.dll -------------------------------------------------------------------------------- /imageformats/qwbmp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisisGame/GameDevTools/fb95744d281e48b02061d762f50ce4fb679a35ce/imageformats/qwbmp.dll -------------------------------------------------------------------------------- /imageformats/qwebp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisisGame/GameDevTools/fb95744d281e48b02061d762f50ce4fb679a35ce/imageformats/qwebp.dll -------------------------------------------------------------------------------- /libEGL.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisisGame/GameDevTools/fb95744d281e48b02061d762f50ce4fb679a35ce/libEGL.dll -------------------------------------------------------------------------------- /libGLESV2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisisGame/GameDevTools/fb95744d281e48b02061d762f50ce4fb679a35ce/libGLESV2.dll -------------------------------------------------------------------------------- /libcrypto-1_1-x64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisisGame/GameDevTools/fb95744d281e48b02061d762f50ce4fb679a35ce/libcrypto-1_1-x64.dll -------------------------------------------------------------------------------- /libgcc_s_seh-1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisisGame/GameDevTools/fb95744d281e48b02061d762f50ce4fb679a35ce/libgcc_s_seh-1.dll -------------------------------------------------------------------------------- /libssl-1_1-x64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisisGame/GameDevTools/fb95744d281e48b02061d762f50ce4fb679a35ce/libssl-1_1-x64.dll -------------------------------------------------------------------------------- /libstdc++-6.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisisGame/GameDevTools/fb95744d281e48b02061d762f50ce4fb679a35ce/libstdc++-6.dll -------------------------------------------------------------------------------- /libwinpthread-1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisisGame/GameDevTools/fb95744d281e48b02061d762f50ce4fb679a35ce/libwinpthread-1.dll -------------------------------------------------------------------------------- /logo.trayico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisisGame/GameDevTools/fb95744d281e48b02061d762f50ce4fb679a35ce/logo.trayico -------------------------------------------------------------------------------- /opengl32sw.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisisGame/GameDevTools/fb95744d281e48b02061d762f50ce4fb679a35ce/opengl32sw.dll -------------------------------------------------------------------------------- /platforms/qwindows.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisisGame/GameDevTools/fb95744d281e48b02061d762f50ce4fb679a35ce/platforms/qwindows.dll -------------------------------------------------------------------------------- /styles/qwindowsvistastyle.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisisGame/GameDevTools/fb95744d281e48b02061d762f50ce4fb679a35ce/styles/qwindowsvistastyle.dll -------------------------------------------------------------------------------- /translations/qt_ar.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisisGame/GameDevTools/fb95744d281e48b02061d762f50ce4fb679a35ce/translations/qt_ar.qm -------------------------------------------------------------------------------- /translations/qt_bg.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisisGame/GameDevTools/fb95744d281e48b02061d762f50ce4fb679a35ce/translations/qt_bg.qm -------------------------------------------------------------------------------- /translations/qt_ca.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisisGame/GameDevTools/fb95744d281e48b02061d762f50ce4fb679a35ce/translations/qt_ca.qm -------------------------------------------------------------------------------- /translations/qt_cs.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisisGame/GameDevTools/fb95744d281e48b02061d762f50ce4fb679a35ce/translations/qt_cs.qm -------------------------------------------------------------------------------- /translations/qt_da.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisisGame/GameDevTools/fb95744d281e48b02061d762f50ce4fb679a35ce/translations/qt_da.qm -------------------------------------------------------------------------------- /translations/qt_de.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisisGame/GameDevTools/fb95744d281e48b02061d762f50ce4fb679a35ce/translations/qt_de.qm -------------------------------------------------------------------------------- /translations/qt_en.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisisGame/GameDevTools/fb95744d281e48b02061d762f50ce4fb679a35ce/translations/qt_en.qm -------------------------------------------------------------------------------- /translations/qt_es.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisisGame/GameDevTools/fb95744d281e48b02061d762f50ce4fb679a35ce/translations/qt_es.qm -------------------------------------------------------------------------------- /translations/qt_fi.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisisGame/GameDevTools/fb95744d281e48b02061d762f50ce4fb679a35ce/translations/qt_fi.qm -------------------------------------------------------------------------------- /translations/qt_fr.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisisGame/GameDevTools/fb95744d281e48b02061d762f50ce4fb679a35ce/translations/qt_fr.qm -------------------------------------------------------------------------------- /translations/qt_gd.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisisGame/GameDevTools/fb95744d281e48b02061d762f50ce4fb679a35ce/translations/qt_gd.qm -------------------------------------------------------------------------------- /translations/qt_he.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisisGame/GameDevTools/fb95744d281e48b02061d762f50ce4fb679a35ce/translations/qt_he.qm -------------------------------------------------------------------------------- /translations/qt_hu.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisisGame/GameDevTools/fb95744d281e48b02061d762f50ce4fb679a35ce/translations/qt_hu.qm -------------------------------------------------------------------------------- /translations/qt_it.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisisGame/GameDevTools/fb95744d281e48b02061d762f50ce4fb679a35ce/translations/qt_it.qm -------------------------------------------------------------------------------- /translations/qt_ja.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisisGame/GameDevTools/fb95744d281e48b02061d762f50ce4fb679a35ce/translations/qt_ja.qm -------------------------------------------------------------------------------- /translations/qt_ko.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisisGame/GameDevTools/fb95744d281e48b02061d762f50ce4fb679a35ce/translations/qt_ko.qm -------------------------------------------------------------------------------- /translations/qt_lv.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisisGame/GameDevTools/fb95744d281e48b02061d762f50ce4fb679a35ce/translations/qt_lv.qm -------------------------------------------------------------------------------- /translations/qt_pl.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisisGame/GameDevTools/fb95744d281e48b02061d762f50ce4fb679a35ce/translations/qt_pl.qm -------------------------------------------------------------------------------- /translations/qt_ru.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisisGame/GameDevTools/fb95744d281e48b02061d762f50ce4fb679a35ce/translations/qt_ru.qm -------------------------------------------------------------------------------- /translations/qt_sk.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisisGame/GameDevTools/fb95744d281e48b02061d762f50ce4fb679a35ce/translations/qt_sk.qm -------------------------------------------------------------------------------- /translations/qt_uk.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisisGame/GameDevTools/fb95744d281e48b02061d762f50ce4fb679a35ce/translations/qt_uk.qm -------------------------------------------------------------------------------- /translations/qt_zh_TW.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisisGame/GameDevTools/fb95744d281e48b02061d762f50ce4fb679a35ce/translations/qt_zh_TW.qm --------------------------------------------------------------------------------