Skip to content

Releases: RainbowMage/OverlayPlugin

OverlayPlugin 0.3.3.9

08 Dec 11:26
Compare
Choose a tag to compare

CEFのバージョンを3.2454.1320(Chromium 45.0.2454.85)にアップデート
いくつかのバグを修正


Updated CEF library into version 3.2454.1320 (Chromium 45.0.2454.85).
Fixed some issues.

OverlayPlugin 0.3.3.8

28 Jun 11:17
Compare
Choose a tag to compare

Added support for force top most on DirectX11 client.

OverlayPlugin 0.3.3.7

23 Jun 08:52
Compare
Choose a tag to compare

Support DirectX11 client.

OverlayPlugin-0.3.3.6

27 Mar 22:12
Compare
Choose a tag to compare
  • FF14かACTのウィンドウがアクティブなときのみオーバーレイを表示する機能を追加

  • Added option to auto-hide overlays when FFXIV or ACT window has not focus.

OverlayPlugin-0.3.3.5

26 Mar 09:29
Compare
Choose a tag to compare
  • 文字列ベースのオーバーレイ間通信を実装した
  • 初回起動時に設定される URL が正しくなかった問題を修正

  • Implemented string based inter-overlay communication. Please see JavaScript API reference page.
  • Fixed an issue that the initial configuration of the overlays' URL are not correct.

OverlayPlugin-0.3.3.3

24 Mar 10:35
Compare
Choose a tag to compare
  • キーボード入力に対応(日本語入力には非対応)
  • LabelOverlayの一部のチェックボックスが正常に動作していなかったのを修正
  • その他細かいバグ修正

  • Add keyboard input support on the overlays. (Input with IME is not supported.)
  • Fixed: Check box on the LabelOverlay configuration tab was not working.
  • Fixed: Minor issues

OverlayPlugin-0.3.3.1

23 Mar 10:31
Compare
Choose a tag to compare
  • オーバーレイへのマウス入力に対応
    • キーボード入力は未実装
  • 位置とサイズをロックするオプションを追加
    • これを有効にすると、オーバーレイ内でドラッグすることができるようになります
  • LabelOverlay を追加
    • 画面上にテキストを貼り付けるだけのオーバーレイ
    • HTML での表示も可能
    • カンペ用

  • Support mouse input on the overlays.
    • Keyboard input is not implemented yet.
  • Added option to lock size and position of the overlays.
    • You can drag on the overlay with enabling this option.
  • Added LabelOverlay.
    • Simple overlay which just displays plain text or HTML.

OverlayPlugin-0.3.1.0

10 Mar 09:35
Compare
Choose a tag to compare
  • アドオン機能に関して、大きな問題があったので修正しました
  • 内部構造が大きく変更されたため、0.3.0.0 を使用している場合、オーバーレイの設定を引き継げません

  • Fix major problem on loading addon.
  • Overlay configurations of v0.3.0.0 is not upgraded due to internal structure has changed.

OverlayPlugin-0.3.0.0 (人柱バージョン)

06 Mar 16:52
Compare
Choose a tag to compare

人柱バージョンです。
安定するまでは旧バージョンを使用することを強くお勧めします。
興味がある方のみお使いください。

  • 複数のオーバーレイを追加可能
  • アドオンに対応
  • グローバルホットキーの導入に伴い、Ctrl+M、Ctrl+S ショートカットキーを削除
  • MiniParseOverlay の処理の一部を並列化

This is VERY BETA BUILD of v0.3 series.
I highly recommend that you use v0.2 series instead of this build.

  • Support multiple overlay.
  • Support add-ons.
  • Remove shortcut keys (Ctrl+M, Ctrl+S). Please use global hotkey instead.
  • Parallelize some codes of the MiniParseOverlay.

OverlayPlugin-0.2.6.1

02 Mar 10:30
Compare
Choose a tag to compare
  • MiniParseOverlay のパフォーマンスを改善。

  • Performance improvement of mini parse overlay.