Releases: iw2d/kaentake
Releases · iw2d/kaentake
v3.4.0
v3.3.1
Fix CWzGr2D__AdjustCenterY_hook
v3.3.0
- Use custom origin vectors for CUIStatusBar, CUIScreenMsg, CQuickSlot to easily control their positioning
- Add patches for CUIScreenMsg width
- Origin_LB status bar by default, lock CUIScreenMsg position
- Implement temporary stat duration and cooltime countdown
- numbers backported from UI/UIWindow2.img/SkillCooldownNumber
- Add checks for linked canvases in inlink.cpp

v3.2.0
Change Custom.wz structure
- Custom.wz
└─ UI
├─ UIWindow.img
│ └─ SysOpt
│ └─ backgrnd
└─ UIWindowEx.img
└─ MobHPRatioInfo
├─ mob
└─ num
v3.1.0
- Commandline arguments and config.ini for client redirection
- ItemEff support
- Equip stat delta in tooltip
v3.0.2
Fix cursor disappearing on titlebar
v3.0.1
Properly handle exceptions in CWvsApp::Run - potential fix for hanging process
v3.0.0
Now using original Gr2D_DX8.dll for ScreenResolution / AdjustCenter - the original DLL from a clean v83 installation is included just for this release, in case you've been using a previous release and have not backed it up.
Other changes:
Implement inlink support, tamingMob and bodyRelMove chairs
Backported mob hp percentage from UI/UIWindow7.img/MobHPRatioInfo
Added StringPool hook: stringpool.cpp

v2.2.1
Fix CTemporaryStatView hover/rclick
v2.2.0
Rewrite CWnd::OnMoveWnd to take window origin into account - CDialog origin is now set to Origin_CC instead of patching l, t on creation - Fixes UI issue on returning to login screen
