Skip to content

Commit

Permalink
ifrpgmvp ver 1.1.0 リリース
Browse files Browse the repository at this point in the history
  • Loading branch information
Tan90909090 committed Aug 1, 2021
1 parent 808402b commit c353bb1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
## 概要
`Susie 32bit Plug-in 仕様 rev5`に基づいたSusieプラグインです。
本ソフトウェアで.rpgmvp形式のファイルを読み込むことが出来ます。
現状では、RPGツクールMV製の.rpgmvpファイルと、RPGツクールMZ製の.png_ファイルを読み込めます。

`Susie 32bit Plug-in 仕様 rev5`[Susieのだうんろーど](https://www.digitalpad.co.jp/~takechin/download.html#spi)からダウンロードできる`Plug-in package ver0.08`中の`Spi_api.txt`にて定義されています。

Expand Down Expand Up @@ -36,3 +37,7 @@ ZIP中に以下のプラグインがありますので、お好みの方をア

## ライセンス
本ソフトウェアはMITライセンスのもとで公開されています。

## バージョン履歴
- 2021/08/01 ver 1.1.0 RPGツクールMZの.png_形式に対応
- 2019/09/05 ver 1.0.0 初リリース
2 changes: 1 addition & 1 deletion ifrpgmvp/spi_apis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ SPI_API(std::int32_t) GetPluginInfo(std::int32_t infono, LPSTR buf, std::int32_t
using namespace std::literals::string_view_literals;
constexpr static std::array infos = {
"00IN"sv,
"RPGMVP to " BPP " DIB filter ver 1.0.0 (compiled with libpng ver " PNG_LIBPNG_VER_STRING ")"sv,
"RPGMVP to " BPP " DIB filter ver 1.1.0 (compiled with libpng ver " PNG_LIBPNG_VER_STRING ")"sv,
"*.rpgmvp"sv,
"RPGMVP"sv,
"*.png_"sv,
Expand Down

0 comments on commit c353bb1

Please sign in to comment.