From b44f4497a4d8d21a879dac757156277f8847cbb3 Mon Sep 17 00:00:00 2001 From: Paddy Xu Date: Mon, 18 Jan 2016 14:26:49 +0800 Subject: [PATCH] Remove documents --- Docs/Q&A.eng.txt | 45 ------------- Docs/Q&A.txt | 43 ------------ Docs/changelog.eng.txt | 145 ----------------------------------------- Docs/changelog.txt | 145 ----------------------------------------- 4 files changed, 378 deletions(-) delete mode 100644 Docs/Q&A.eng.txt delete mode 100644 Docs/Q&A.txt delete mode 100644 Docs/changelog.eng.txt delete mode 100644 Docs/changelog.txt diff --git a/Docs/Q&A.eng.txt b/Docs/Q&A.eng.txt deleted file mode 100644 index 6785b61..0000000 --- a/Docs/Q&A.eng.txt +++ /dev/null @@ -1,45 +0,0 @@ -Release Page: http://i.watashi.me/archives/locale-emulator.html - -Q: What is the easiest way to use LE? -A: Right click on a executable, then select "Run in Japanese". - -Q: The english words "Run in Japanese" looks bad together with my OS. Can I change it? -A: Yes. Click on "Edit Global Profile List" -> "Save", then input another name. - -Q: What is "Application Profile"? -A: You should use it when one of your application needs a arguments to run properly. Besides, you can create a shortcut on your desktop here. - -Q: When I an running LiveMaker games, I need to wait for more than 10 seconds to see the game. Is this normal? -A: Yes. LiveMaker calls for EnumFontFamiliesEx API many times, and LE spend much time on that. - -Q: I want to create a shortcut on my desktop. -A: Select "Modify Application Profile", then click "Save". - -Q: I want to move "Run in Japanese" item to the top-level of my context menu. -A: Select "Edit Global Profile List" and check "Show this profile in main menu". - -Q: What is "CREATE_SUSPENDED"? -A: You will not ask the question if you really need this. - -Q: The context menu is REALLY SLOW after I installed LE. -A: You can use a simplified version of context menu to run a application with LE. Copy the code below into a .reg file, modify path and "a6d2f812-2172-4d0e-981d-e8cc5dfd6bff" with the "Guid" found in your LEConfig.xml, then import it into your registry. - -Windows Registry Editor Version 5.00 - -[HKEY_CLASSES_ROOT\*\shell\RunWithLE] -@="Run with Locale Emulator" - -[HKEY_CLASSES_ROOT\*\shell\RunWithLE\command] -@="C:\\Locale Emulator\\LEProc.exe \"-runas\" \"a6d2f812-2172-4d0e-981d-e8cc5dfd6bff\" \"%1\"" - - -In case if you want to remove the context-menu, you can use this: -Windows Registry Editor Version 5.00 - -[-HKEY_CLASSES_ROOT\*\shell\RunWithLE] - - - -Q: I found a registry item which is used been a application for checking system locale. How could I report it to LE? -A: Please report the item by the same ways for bug report. Thanks! - diff --git a/Docs/Q&A.txt b/Docs/Q&A.txt deleted file mode 100644 index b21b3a6..0000000 --- a/Docs/Q&A.txt +++ /dev/null @@ -1,43 +0,0 @@ -发布页面:http://i.watashi.me/archives/locale-emulator.html - -Q: 这东西怎么用? -A: 右键单击文件,选择 Run in Japanese 即可。 - -Q: 英文的 Run in Japanese 看着难受,能改吗? -A: 点击“管理通用配置列表”(Edit Global Profile List),点“另存为”(Save as)。 - -Q: “此程序的配置”(Application Profile)是干啥的? -A: 当你的某个程序需要用参数才能运行时,请用这个方式运行。另外,快捷方式也是在这里建立的。 - -Q: 我运行 LiveMaker 引擎的游戏时,需要十多秒才能看到游戏界面。这正常吗? -A: 正常。LiveMaker 用了许多次 EnumFontFamiliesEx API,LE 在这里花了很多时间。 - -Q: 我想建一个桌面快捷方式。 -A: 右键,“修改此程序的配置”(Modify Application Profile),“保存”(Save)。 - -Q: Run in Japanese 在子菜单里,我想把它挪到顶层去。 -A: “管理通用配置列表”(Edit Global Profile List),选中“在一级菜单中显示此配置”(Show this profile in main menu)。 - -Q: CREATE_SUSPENDED 是干嘛的? -A: 调试时便于挂钩的,一般人用不到。 - -Q: 我不想用自带的右键菜单了,我想用简单的 -A: 把下面的 .reg 文件中第一个红色部分修改为自己的目录,第二个红色部分修改为想要的配置文件的 Guid(可在 LEConfig.xml 中找到),然后导入: -Windows Registry Editor Version 5.00 - -[HKEY_CLASSES_ROOT\*\shell\RunWithLE] -@="Run with Locale Emulator" - -[HKEY_CLASSES_ROOT\*\shell\RunWithLE\command] -@="C:\\Locale Emulator\\LEProc.exe \"-runas\" \"a6d2f812-2172-4d0e-981d-e8cc5dfd6bff\" \"%1\"" - - -如果你想取消,可以使用如下注册表项: -Windows Registry Editor Version 5.00 - -[-HKEY_CLASSES_ROOT\*\shell\RunWithLE] - - -Q: 我找到了一个被某些程序作为区域检测的注册表条目,如何汇报给 LE? -A: 请通过 BUG 汇报的途径来提交,谢谢。 - diff --git a/Docs/changelog.eng.txt b/Docs/changelog.eng.txt deleted file mode 100644 index 3ecdc52..0000000 --- a/Docs/changelog.eng.txt +++ /dev/null @@ -1,145 +0,0 @@ -V2.1.1.0: -Add Italian translation (thanks to @JamesMaloney.) -Check MS Gothic (MS ゴシック) font when starts. -LEProc.exe now accept arguments: LEProc.exe your_app.exe "arg1" "arg2". You can also add arguments in desktop shortcuts. -Fuck 2djgame.txt. - -V2.1.0.0: -Disable automatic DPI scaling on LEProc. -Speedup startup speed for LiveMaker games by 1000%. - -V2.0.1.0: -Move update info to GitHub Pages. - -V2.0.0.2: -Fix issue on Windows Single Language edition. -Fix issue on all OSs that cause application not showing UI. - -V2.0.0.1: -Windows 7 compatibility. - -V2.0.0.0: -Windows 10 Build 10240 compatibility. -Fix a arash when creating shortcut. - -V1.4.1.1: -Improve Korean translation. -Fix a error when uninstalling LE. - -V1.4.1.0: -Add Windows 10 compatibility. - -V1.4.0.1: -Fix error C0000142 under Win8.1 32bit OS. -Uninstall is not needed anymore before upgrading. -New icon set :) -Add zh-TW UI language. - -V1.3.0.0: -Use new inject mothod, no more crash when using LE after running Dungeon & Fighter(TenProtect) by Tencent. -Fix crash when running InstallShield setup programs. -Fix error when running MDI-based applications. - -V1.2.0.1: -Modify some logic to handle REG_MULTI_SZ correctly. - -V1.2.0.0: -Remove duplicate localized font names. - -V1.1.1.1: -Speed up the loading speed of LiveMaker games. -Improve version management. Uninstall may not needed anymore before upgrade to a new version. - -V1.1.1.0: -Return localized font name (MS Gothic ==ja-JP==> MS ゴシック) to run LiveMaker-powered games. -When dropping a file onto LEProc.exe, LE will use a default profile (Japanese profile) to run it. -Remove useless "Default Font" parameter in LEGUI. -Remove most update notification. - -V1.1.0.2: -Bugfix again, about MFC :) - -V1.1.0.1: -Bugfix :) - -V1.1.0.0: -Now LE can return fake result for any registry items (List is updateable). -New update checker. - -V1.0.9.1: -Fix a rarely issue which could cause context-menu fails to install (HRESULT 0x80131515). -Fix GetUserDefaultLCID, NtQueryDefaultLocale, NtQueryDefaultUILanguage, NtQueryInstallUILanguage under Win 8.1. - -V1.0.9.0: -Switch to .NET 4.0. -Faster LEGUI loading speed. -"Make shortcut" button. -Allow "run as administrator". - -V1.0.8.2: -Implement update checker. - -V1.0.8.1: -Fix: LE is not working under Windows 7 32bit OS. - -V1.0.8.0: -Kernel back to V1.0.7.2 and bring some bugfixes :) -Fix: Better compatibility with AdvHD games (ココロ@ファンクション!) and (maybe) more games. - -V1.0.7.6: -Fix: LEGUI.exe could not load language resource file if it is external. -Enhancement: Add German and Korean translations (Thanks to carstene1ns and otromonde). - -V1.0.7.5: -Fix: A bug that we may overwrite the target executable when user dropped it onto LEGUI. -Enhancement: Remove dependency of LECommonLibrary on LEInstaller for smoother install & uninstall process. - -V1.0.7.4: -Enhancement: Better compatibility with Visual Novel Reader - Now LEGUI will require administrator permission only when necessary. -If you have permission problems again, please report it to me. - -V1.0.7.3: -Fix: Rollback core complements to V1.0.7.1 due to a compatibility issue. - -V1.0.7.2: -Enhancement: Some small changes on GUI. -Fix: Cannot run games which use RT_VERSION to detect system localization. - -V1.0.7.1: -Enhancement: Dump crash log when target crashes. - -V1.0.7.0: -Enhancement: Add ja-JP translation (Thanks to zz0165). -Enhancement: Simplify context menu items. - -V1.0.6.0: -Enhancement: Add zh-TW translation (Thanks to newgene from Sumisora). -Enhancement: Now you can create a shortcut via "Modify Application Profile -> Save". - -V1.0.5.2: -Fix: Crash when running an executable from a read-only directory (For example, form DVD-ROM). -Fix: Crash when opening font dialog from notepad. - -V1.0.5.1: -Fix: Reliability while determining the type of an executable. - -V1.0.5.0: -Enhancement: Do not display context menus when right-clicking on a 64-bit executable. -Enhancement: Force remove all registry entries while uninstalling. - -V1.0.4.0: -Fix: Font size is too small in some games (Justy×Nasty ~魔王はじめました~). - -V1.0.3.1: -Fix: Mistake when determining file extension. - -V1.0.3.0: -Enhancement: Automatically (No annoying msgbox) require administrator rights when error occurs. -Enhancement: Now support all file-types. - -V1.0.2.0: -Enhancement: Add fr-FR translation (Thanks to 明镜止水 from 9gal). -Enhancement: Support executables written in .NET. - -V1.0.1.0: -Enhancement: Ask for administrator rights when error occurs. \ No newline at end of file diff --git a/Docs/changelog.txt b/Docs/changelog.txt deleted file mode 100644 index 7930b5d..0000000 --- a/Docs/changelog.txt +++ /dev/null @@ -1,145 +0,0 @@ -V2.1.1.0: -添加意大利语翻译(感谢 @JamesMaloney)。 -运行之前检查 MS Gothic (MS ゴシック)字体。 -LEProc.exe 接受附加参数。用法:LEProc.exe your_app.exe "arg1" "arg2"。你也可以把参数添加到桌面快捷方式里面。 -怒草 2djgame.txt。 - -V2.1.0.0: -禁止对 LEProc 的 DPI 缩放。 -加快 LiveMaker 游戏启动速度 1000%。 - -V2.0.1.0: -检查更新路径移动至 GitHub Pages。 - -V2.0.0.2: -修复在 Windows 单语言版上运行的问题。 -修复某些时候程序不显示用户界面的问题。 - -V2.0.0.1: -修复 Windows 7 兼容性。 - -V2.0.0.0: -兼容 Windows 10 Build 10240。 -修复在创建快捷方式时崩溃的问题。 - -V1.4.1.1: -改进韩语翻译。 -修复在卸载 LE 时的报错问题。 - -V1.4.1.0: -添加 Windows 10 兼容性。 - -V1.4.0.1: -修复 Win8.1 32 位系统下的 C0000142 报错。 -现在更新 LE 之前不再需要卸载旧版本。 -新的图标 :) -添加 zh-TW 语言文件。 - -V1.3.0.0: -使用新注入方式,在运行《地下城与勇士》(腾讯科技)之后运行 LE 不在崩溃(Tencent, fxxk you!)。 -修复在运行 InstallShield 安装程序时的崩溃。 -修复在运行 MDI 界面程序时的报错。 - -V1.2.0.1: -修改部分逻辑以兼容 REG_MULTI_SZ。 - -V1.2.0.0: -去除重复的本地字体名。 - -V1.1.1.1: -加快 LiveMaker 游戏的载入速度。 -改进版本号机制,今后更新可能不再需要事先卸载旧版本。 - -V1.1.1.0: -返回适合指定区域的字体名称(MS Gothic ==ja-JP==> MS ゴシック),顺便兼容 LiveMaker 引擎游戏。 -拖动文件到 LEProc.exe 上时,将以默认区域(日本区域)运行此文件。 -删除 LEGUI 里已经废弃的默认字体选项。 -取消绝大部分更新提示。 - -V1.1.0.2: -再次问题修复,关键词 MFC :) - -V1.1.0.1: -问题修复 :) - -V1.1.0.0: -LE 现在能对任何注册表项目返回伪造的结果(列表可更新)。 -新的更新检查器。 - -V1.0.9.1: -修复极少发生的导致右键菜单无法安装的问题 (HRESULT 0x80131515)。 -修复 Win 8.1 下 GetUserDefaultLCID, NtQueryDefaultLocale, NtQueryDefaultUILanguage, NtQueryInstallUILanguage 挂钩无效的问题。 - -V1.0.9.0: -切换到 .NET 4.0 平台。 -更快的 LEGUI 载入速度。 -更明显的桌面快捷方式按钮。 -允许强制以管理员权限运行。 - -V1.0.8.2: -添加更新检查器。 - -V1.0.8.1: -修复在 Windows 7 32 位系统下无效的问题。 - -V1.0.8.0: -核心回归 V1.0.7.2 版本,并带来一些问题修复: -更好的兼容 AdvHD 游戏 (例如『ココロ@ファンクション!』),(可能)增强了对其他游戏的兼容性。 - -V1.0.7.6: -修复 LEGUI.exe 无法载入外部语言文件的问题。 -添加德语和韩语语言文件。 - -V1.0.7.5: -修复在用户把 exe 拖到 LEGUI 上会错误覆盖原文件的问题。 -取消 LEInstaller 对 LECommonLibrary 的依赖,以带来更好的安装 / 卸载体验。 - -V1.0.7.4: -提高 Visual Novel Reader 兼容性:现在 LEGUI 只会在必要时请求管理员权限。 -如果仍然遇到了权限问题,请反馈给作者。 - -V1.0.7.3: -因兼容性问题,内核部分回滚回 V1.0.7.1。 - -V1.0.7.2: -少量 GUI 改进。 -支持以 RT_VERSION 判断区域的游戏。 - -V1.0.7.1 可选更新: -加载崩溃时生成 DUMP 文件,便于查找原因。 - -V1.0.7.0 更新: -添加日本語语言文件:感谢 zz0165 的翻译。 -精简右键菜单。 - -V1.0.6.0 更新: -添加繁體中文(台灣)语言文件:感谢 CK newgene 的翻译。 -添加创建快捷方式功能(修改此程序的配置 -> 保存) - -V1.0.5.2 更新: -修正以独立配置运行只读目录(例如光盘中)下的程序的问题。 -修复转区后记事本“字体”对话框崩溃的问题。 - -V1.0.5.1 更新: -优化右键菜单中判断 64 位程序的逻辑。 - -V1.0.5.0 更新: -修改右键菜单逻辑:自动判定所选程序是 32 位还是 64 位,若为 64 位则不再显示 LE 菜单。 -菜单安装工具:强制删除所有旧版本 DLL 的注册表项。 - -V1.0.4.0 更新: -内核更新:修正某些游戏文字过小的问题(例如 『Justy×Nasty ~魔王はじめました~』)。 - -V1.0.3.1 更新: -修正文件扩展名判定 BUG。感谢 zhaliwangzi 发现此问题。 - -V1.0.3.0 更新: -优化 UAC 提权逻辑,运行不成功时会自动请求提权,不再弹出提示。 -支持所有文件类型(例如 .txt)。 - -V1.0.2.0 更新: -法语支持:感谢 KF 明镜止水 的翻译。 -内核更新:支持运行基于 .NET 的程序。 - -V1.0.1.0 更新: -在首次运行失败时提示是否用管理员权限再次尝试运行。 \ No newline at end of file