GDmod Patcher 版本历史 - 7 个版本
GDmod Patcher 作者: arthuro555
GDmod Patcher 版本历史 - 7 个版本
小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。
最新版本
版本 0.1.2
发布于 2021年5月7日 - 353.17 KB适用于 firefox 48.0 及更高版本✨ Improvements
- New better logo (thanks alaska#3432!)
- Updated the internal extensions loader extensions list
- Added GDAPI docs
- Added strict validation of mod manifest
- Errors reports in the console are also more detailed now
- Added support for loading audio resources
- Made resource parsing more forgiving
- A resources.json containing for example ["foo.png"] will automatically be converted to [{"file": "foo.png", "name": "foo.png", kind: "image"}]
🐞 Bug fixes
- Fix internal GDMod variables leaking into mods code
- Fix the web loader crashing on errors instead of showing it
- Fix some occasional crashes
- Fix the API not working on older electron versions
🛠️ Internal changes
- Switched to another RuntimeGame access patch
- The new patch only gets it once instead of every frame to prevent any lag.
- Switched to a lerna managed monorepo to make contributing easier
- Converted the API to typescript es modules
- This caused some breaking changes to the API.
- Remove dependency on the GDevelop repository
- Added unit tests to the API源代码遵循 MIT 许可证 发布
下载 Firefox 并安装扩展您需要 Firefox 来使用此扩展较早版本
版本 0.0.8
发布于 2021年3月3日 - 151.27 KB适用于 firefox 48.0 及更高版本Rework the mod manager into a class
Fix bugs when reinstalling a currently loaded mod
Fix the global namespace of websites getting polluted by the mod loader
Add unload() to the mod class to allow cleaning up manually when the mod unloads
Adapt some code to make the Mozilla extensions linter happy源代码遵循 MIT 许可证 发布
版本 0.0.7
发布于 2021年2月26日 - 150.94 KB适用于 firefox 48.0 及更高版本- Files are now added to the extension at compilation time, no longer relying on an external CDN for extra speed, safety and reliability
- Mods are now cached inside browser storage
- Mods can now be unloaded
- Added support for older GDevelop versions by polyfilling missing APIs
- Auto formatted the code with prettier源代码遵循 MIT 许可证 发布
版本 0.0.5
发布于 2020年9月30日 - 104.78 KB适用于 firefox 48.0 及更高版本Changes to the class API: initialized removed, sceneChanged added.
Fixed some mior API bugs
Fixed class API callbacks
Added mechanism to load non-exported GDevelop extensions源代码遵循 MIT 许可证 发布
版本 0.0.4
发布于 2020年6月14日 - 103.59 KB适用于 firefox 48.0 及更高版本- Added Resource loading
- Fixed many bugs
- Added 2 template mods (see main repository)源代码遵循 MIT 许可证 发布
版本 0.0.3
发布于 2020年6月12日 - 104.17 KB适用于 firefox 48.0 及更高版本- Refactored way the extensions are loaded
- Added basic Mod Manager (internally)
- Added mod loading modal
- Added mod loading error modal
- Added Mod Template
- Fixed appearance issue in firefox
- Updated to UiKit 3.5.3源代码遵循 MIT 许可证 发布