Update SQL dumps for catalog_pages, catalog_items and items_base. In catalog_pages.sql: refresh dump metadata (source/target host/version and timestamps), reduce caption_save from varchar(128) to varchar(25), extend page_layout enum with builders_club_* entries, switch table engine from InnoDB to MyISAM and bump AUTO_INCREMENT. catalog_items.sql: update dump timestamp. items_base.sql: updated (dump/schema/data changes included).
Annotate catalog reference with [cite: 1] markers across table docs and lists, and condense several sections for clarity. Removed the BETA notice and large compatibility tables, simplified the compatibility matrix and data flow notes, updated the Reference Data blurb to reference the SQL Version 2 dataset, and cleaned up the See Also entries. Overall cleanup/refactor of readme.md for brevity and source attribution.
Update SQL dump metadata (server/host/version/date) and modify catalog_pages schema: expand caption_save from 25 to 128, add catalog_mode ENUM('NORMAL','BUILDER','BOTH') DEFAULT 'NORMAL', switch storage engine from MyISAM to InnoDB, adjust index and AUTO_INCREMENT. Also remove bulk INSERT records from the dump. These changes prepare the table for a newer MariaDB target and add builder/catalog mode support and larger captions.
Add new SQL dump file creating and populating the catalog_pages table for the Habbo schema. The file (sql version 2 ( new)/Dutch_sqls/catalog_pages.sql) is a Navicat export that sets utf8mb4, disables foreign key checks, creates the catalog_pages table with its schema and inserts a large set of page records (catalog metadata and localized Dutch captions) to populate the catalog pages.
Add six new binary pet assets to Gamedata/bundled/pets: bunny_HM_geest.nitro, bunnymnster.nitro, bunnymonsterHM.nitro, luigi_viter_h2.nitro, pkmgengarpe.nitro, and sponge.nitro. These are asset additions only (binary .nitro files), no code changes.
Add a prominent BETA warning to the README, clarify that the catalog is a beta release (not production-ready) while still compatible with Nitro-V3 and Nitro_Render_V3, and adjust wording to set expectations about ongoing schema and feature changes. Also fix the missing newline at end of file for the final link.
Replace previous EpicNabbo v2 development README with a comprehensive Catalog Database Reference. The new document details core tables (items_base, catalog_pages, catalog_items), additional catalog tables, full column schemas, compatibility with Arcturus emulator, Nitro-V3 client and Nitro_Render_V3 renderer, schema differences, data flow diagram, and reference counts from FullDatabase.sql. Removes the prior development warning/marketing content and provides actionable technical documentation and links to relevant files for developers.
Bulk-correct item type IDs in catalog_items.sql INSERT statements (replacing several incorrect type values such as 629, 9955, 2234654, etc. with corrected IDs like 216, 2002, 940, 93/99/100/101 and others). Also update the SQL dump timestamp. These changes restore consistency for various item groups (Greek, Timeturner, apo palettes, habbox entries, pets, etc.) in the catalog data.
Refresh SQL seed data: update file timestamp and mass-edit catalog_items INSERTs to normalize numeric fields. Many item base IDs were replaced with 9965890, various rarity/status fields were standardized to 99 or 999 (replacing legacy negative or other codes), and a few item rows had minor field/text adjustments (e.g. Chess). These changes standardize the catalog seed data for the new dump/version.
Add two new HC gift items: hc_gift_14days (item id 9325, catalog ids 1996672127) and hc_gift_31days (item id 9326, catalog id 1996672128). Inserted corresponding rows into items_base and catalog_items. Updated catalog_items AUTO_INCREMENT to 1996672129 and refreshed dump timestamps.
Add numerous .nitro furniture assets under Gamedata/bundled/furniture (multiple collections: Bellarose_Chase, seaside, yufex, papi2026, nft/clothing items, etc.). Update SQL schema/data files (sql version 2/catalog_items.sql and sql version 2/items_base.sql) to register and include the new items.
Update SQL dump timestamp; correct parent IDs for catalog_pages entries 3126 (8892 -> 8890) and 1714 (4100 -> 8890). Add a new catalog_pages row (id 216) for 'Grieks' including header, teaser and descriptive text. No other structural changes.