Commit graph

21 commits

Author SHA1 Message Date
Pedro Cruz
52a85a7344
fix: errors dialog (#142)
Fixes the errors dialog in Browse Field and Selections.
2025-09-26 09:29:40 -03:00
Eduardo Dantas
6d501a5ad2
feat: support reading assets from client 11 or higher (#70)
feat: migrate Remeres to 12.x assets system and modernized item handling

• Migrated old Remeres .dat/.spr system to new 12.x client /assets/ appearance & sprite format
• Removed OTB dependency and outdated client version structures
• Integrated Protobuf-based sprite reader (credit: @nekiro)
• Major refactor on graphics.cpp structure and brush icon handling
• Updated brushes and tags system
• Fixed top order drawing bugs and missing brushes icons
• Fixed outfit color paint and correct offset handling for non-32x32 sprites
• Re-enabled map saving and loading
• Improved creature sprite rendering and brush previews
• Added new item properties window with toggle for legacy/new layout

Co-authored-by: Marcos <66353315+marcosvf132@users.noreply.github.com>
Co-authored-by: Pedro Henrique Alves Cruz <phac@cin.ufpe.br>
2025-05-10 16:38:45 -03:00
Pedro Cruz
7b137f718c
feat: item overlay order customization in browser field (#110)
This commit implements a feature that enables the ability to customize the order of items except from ground in browse field.
2024-08-16 20:37:08 -03:00
Pedro Cruz
f1ed084fdd
feat: edit item properties from browse field (#97)
Feature that add the ability to access the item properties window from Browse Field dialog/modal.
It can be accessed through Properties button or double click on the list item.
2024-08-12 22:40:29 -03:00
Pedro Cruz
669ab8116f
fix: sonar issues (#76) 2024-06-07 18:16:45 -03:00
Luan Santos
2ee365e836
ci: add clang-format linter (#54) 2023-10-09 19:12:16 -07:00
Nailson
b4f4af03b1 Add check to enable buttons in the Browse Field window. 2020-12-27 11:37:35 -03:00
Moisés dos Santos
b2516b8e84
fix ghost selected items in the browse field (#327) 2020-12-20 20:48:36 -03:00
Evil Puncker
cfe36ce5b3
license headers (#315) 2020-07-30 11:42:28 -03:00
Elime1
610aeeaeaa Remove use of wxT macro. Closes #141 2016-11-05 15:28:14 +01:00
Nailson
6ab0f851a4 Rename global variable 'gui' to 'g_gui'. 2016-09-29 20:30:54 -03:00
Nailson
23a8fb15a1 Trim trailing whitespaces. 2016-09-29 19:24:45 -03:00
Nailson
f2eb0b66d9 Change label. 2016-06-10 15:36:51 -03:00
Nailson
243ec65e68 Add Select RAW button on the Browse Field window. 2016-04-24 12:14:38 -03:00
Nailson
46e21c4256 Fix #114 2016-03-17 07:09:40 -03:00
Nailson
d7a4254604 Code style and some cleanup. 2015-12-06 11:42:37 -03:00
Nailson
0783ce16ef More tile info. 2015-01-24 13:55:55 -03:00
Nailson
bdc5c791e4 Code cleanup. 2015-01-23 17:54:11 -03:00
Nailson
d265026857 Added Delete button in Browse Field window. 2015-01-21 13:41:44 -03:00
Nailson
1601691ace Displays the ID's of the items. 2015-01-19 20:46:21 -03:00
Nailson
cbc6df420b Added browse field window. 2015-01-19 00:44:47 -03:00