Skip to content

Releases: hibiyasleep/OverlayPlugin

OverlayPlugin 0.3.4.0

27 Nov 01:37
Compare
Choose a tag to compare

PLEASE READ: If you ended up here by following a guide, please ignore that guide and follow this setup guide instead. Just look at the release date above or read the next paragraph to figure out how outdated the guide you're reading is.

This version hasn't been updated in a very long time, due to limited ability of maintainer about C#. There's an updated fork that's been very active; please follow the link, and use newer version.

공지: 이 저장소를 관리하던 제 한계로 인해, 이 버전은 약 최근 2년간 업데이트되지 못했습니다. ngld님의 새 fork 쪽의 버전을 사용해 주세요.

お知らせ: このレポジトリの管理者の限界のために、このバージョンは約2年間更新されていないです。その問題のように、ngldさんの新しいバージョンを利用してください。


This release includes tested features from 0.3.3.14.

  • OverlayPluginApi.version (String) is now available.
  • OverlayPluginApi.overlayMessage and OverlayPluginApi.overlayName has added, for call-back any message to OverlayPlugin (and addons). (see also: #24)
  • Improved stability. (see also: #18 #19)
  • Ignore Win32Exception occured when ACT running without Administrator permissions, but FFXIV with.
  • Fixed problem that some of deleted overlay persists until get restarted.

heavily thanks for @danakj, who did most contribute on this release.

The x64 file is for 64bit Windows (which you most likely have) and x86 is for 32bit Windows (you'll notice that you have this by the fact that you can't run FFXIV in DX 11 mode).
Please don't get those mixed up.


이 릴리즈는 0.3.3.14의 테스트된 기능을 포함합니다.

  • OverlayPluginApi.version (String)을 사용할 수 있습니다.
  • OverlayPluginApi.overlayMessageOverlayPluginApi.overlayName이 추가되어, OverlayPlugin(과 addon의) 방향으로 메시지를 보낼 수 있게 되었습니다. (자세히: #24)
  • 안정성이 개선되었습니다. (자세히: #18 #19)
  • FFXIV가 관리자 권한으로 실행되고 있지만 ACT가 일반 사용자 권한일 때 발생하는 Win32Exception을 무시합니다.
  • 삭제된 오버레이가 일부 경우 재시작하기 전까지 남아있는 문제를 수정했습니다.

OverlayPlugin 0.3.3.14 (Beta): LogParse update

13 Aug 16:42
Compare
Choose a tag to compare

image

  • New overlay type LogParse added.
  • 'Hotkey Type' added, which allow hotkey to toggle visible/clickthru/lock status.
  • CEF's locale will now set correctly.

  • 새 오버레이 타입 LogParse가 추가되었습니다.
  • 'Hotkey Type'이 추가되어, 핫 키를 사용해 표시 여부뿐만 아니라 클릭 무시, 위치 잠금을 토글할 수 있습니다.
  • CEF의 로케일이 시스템 로케일대로 올바르게 설정됩니다.

OverlayPlugin 0.3.3.13 (Minor UI Update)

06 Jun 08:32
Compare
Choose a tag to compare

image

New design was applied, there's no breaking change in this release.

NOTE: this is quick release for korean 3.4 ACT installer, and 0.3.4.0 will out shortly.

OverlayPlugin 0.3.3.12

13 Mar 19:34
Compare
Choose a tag to compare

Patch file may work on upgrades from 0.3.3.9 or upwards. (should: .10)

Changes

  • New OverlayPluginApi function: endEncounter()
  • New browser-side event: onLogLine -- This only listens for /e echo messages now.
  • use Newtonsoft.Json for proper, safer JSON handling.
  • Multi-window handling was improved slightly.

About 'End Encounter'

From this version, overlay skin can request 'mark this encounter done, split it' to ACT. However, skin needs to be updated to support this function. currently kagerou supports this.

For example, default miniparse.html can be modified like:

  <script>
    // when 'Encounter' section right-clicked...
    document.getElementById('encounter').addEventListener('oncontextmenu', function(){
      // request endEncounter
      OverlayPluginApi.endEncounter()
    })
  <script>

Inserting this above </body> will enable this function, which triggered by right-click on encounter title.

Since there's a ton of OverlaySkins, I can't help every patch request. please contact skin's author.


패치 파일은 0.3.3.9 이후의 버전에서 업데이트할 때 사용할 수 있을 것 같습니다.

변경점

  • OverlayPluginApi 객체에 새 함수 endEncounter()가 추가되었습니다.
  • 새 이벤트 onLogLine을 받을 수 있습니다 -- 지금은 /e로 사용하는 혼잣말만 받아옵니다.
  • 적절하고 안전하게 JSON을 취급하기 위해 Newtonsoft.Json을 사용합니다.
  • 여러 창 취급이 조금 개선되었습니다.

OverlayPlugin 0.3.3.11

03 Dec 21:50
Compare
Choose a tag to compare

If you came here for 0.3.3.10, just get 0.3.3.11. it's bugfix release.

  • Newly poped-up window will focused (with higher chance, least then before) correctly.
  • Fixed a bug that resizing not available before first reloading. (thx @laiglinne-ff)
  • All browser window/frame can receive JS Events (onOverlayDataUpdate etc).

만약 다른 곳에서 0.3.3.10을 받으러 오셨다면, 그거 말고 여기 있는 0.3.3.11을 사용하세요.

  • 새 창이 (이전보다 높은 확률로) 정상적으로 포커싱됩니다.
  • 한 번 새로고침하기 전까지 크기를 변경할 수 없던 문제가 수정되었습니다. (thx @laiglinne-ff)
  • 모든 브라우저 창과 프레임에서 JS 이벤트를 받을 수 있습니다. (onOverlayDataUpdate 등).

OverlayPlugin 0.3.3.10 (pre-release)

02 Dec 08:29
Compare
Choose a tag to compare
Pre-release
  • Clicking on overlay no longer moves window focus.
  • "Copy update variable" always copy valid JSON.
  • localStorage, IndexedDB, etc will preserve.
  • Added "Open DevTools" button.
  • Overlay can pop-up new window without 'no control' of overlay itself.
  • Overlay may not resize. (bug, reload to solve)
  • Added korean translation.

  • 오버레이 창에 클릭해도 창 포커스가 옮겨가지 않습니다.
  • '업데이트 값 복사' 기능이 완전한 JSON을 복사합니다.
  • 이제 localStorage, IndexedDB 등이 유지됩니다.
  • 개발자 도구를 열 수 있습니다.
  • 오버레이에서 새 창을 띄우면 오버레이를 조작할 수 없던 문제를 해결했습니다.
  • 오버레이 크기가 바뀌지 않을 수 있습니다 (버그, 대부분의 경우 새로 고치면 해결됩니다)
  • 한국어 번역을 추가했습니다.