Commit graph

11 commits

Author SHA1 Message Date
kokekanon
4a87cebb11
feat: protocol 15.24 packets and features (#1604)
New Features:
- Task Board (Bounty, Weekly, Shop) with Preferred & Soulseal modals, Kill Tracker, Offline Training dialog, Vocation tutorial, infobanner notifications, redesigned NPC chat/trade, and multi-slot action bar.

Gameplay Enhancements:
- Expanded Cyclopedia stats, talisman upgrades, weekly rewards/progress, soulseal fights, taskboard shop/offers and offline training actions.

UI / Graphics:
- Per-source spell-effect opacity sliders, status icon bar, HUD/scroll improvements, many new templates/styles, screenshot UI updates, and small label/icon fixes.

Bug Fixes:
- Miscellaneous UI behavior, layout and robustness improvements.
2026-05-20 11:26:11 -03:00
kokekanon
2a75a89c63
improve: rework game_stash (#1704)
New Features:
- Redesigned stash top bar with larger search, clear button, and three filter/sort controls.
- Incremental item loading as you scroll and dynamic stash combo options.
- Right-click/context menu with Retrieve, Cyclopedia search, Market redirect (when available), and QuickLoot actions.
- "Manage Containers" button added.

Improvements:
- Debounced search, category/imbuement/NPC filters, and smarter sort triggers.
- Immediate withdraw on select, restored focus on close, and centralized stash lifecycle/cleanup.
- Clearer item count rendering with a dedicated font and new formatting.
2026-05-02 20:44:23 -03:00
Rodrigo Paixão
0516b745b3
Fix nil access in controller scheduled events (#1345) 2025-10-06 10:52:59 -03:00
Renato Machado
f97007320f
improve: html/css v0.3b (#1333)
- Added support for reactive *for loops
- Implemented full event propagation system
- Fixed align-items to properly center elements vertically
- Fixed several bugs (and probably added a few new ones too 😆)
2025-10-04 18:50:59 -03:00
Renato Machado
1896b13c33 fix: HTML element events were not automatically bound when elements were created dynamically. 2025-09-28 17:23:56 -03:00
Renato Machado
6a2bff9a80
improve: html/css syntax 2025-09-28 14:46:24 -03:00
Renato Machado
dca3eb4f1d
improve: game_walk use controller system 2025-01-18 06:31:57 -03:00
InnerCircleTFS
db94fde2e1
improve: controller. add registerOpcode and reorder Controller:onTerminate 2024-12-10 14:51:30 -03:00
Renato Machado
e56528e0c1 fix: memory leak in controller 2024-08-29 18:07:23 -03:00
Renato Machado
ebc37798ef
improve: html syntax
- cleanup and organization
- add support tag link to import external css ex: <link href="module/any.css" />
- fix display block alignment
- add textarea css
2024-07-26 14:01:35 -03:00
Renato Machado
886a590459
feat: html system (#824) 2024-07-16 21:36:58 -03:00
Renamed from modules/gamelib/controller.lua (Browse further)