aboutsummaryrefslogtreecommitdiff
path: root/systems/sheet
Commit message (Collapse)AuthorAgeFilesLines
* Add ordering for LocalMapping based on custom character groups魏曹先生2026-02-251-0/+116
|
* Add public getter for sheet mappings魏曹先生2026-02-251-0/+10
|
* Add serde derive to sheet system structs魏曹先生2026-02-254-8/+14
|
* Fix missing mapping insertions after swapping values魏曹先生2026-02-241-0/+2
|
* fixup! Move sheet file R/W to v1 module魏曹先生2026-02-241-2/+17
|
* Move sheet file R/W to v1 module魏曹先生2026-02-2412-64/+272
|
* Move sheet reader and writer to v1 subdirectory魏曹先生2026-02-244-0/+0
|
* Implement SheetSystem core library魏曹先生2026-02-2413-138/+2248
| | | | | | | | | | | | | | Add IndexSource type for resource addressing and implement mapping system with LocalMapping, Mapping, and MappingBuf types. Create Sheet and SheetData structs for managing sheet data with editing capabilities. Implement binary format serialization/deserialization with reader and writer modules. Add constants for file format layout and comprehensive test suite for roundtrip verification.
* Add deprecated feature and migrate string_proc to just_fmt魏曹先生2026-02-241-1/+0
| | | | | | | | | | | - Add `deprecated` feature flag to Cargo.toml - Gate `string_proc` module behind both `deprecated` and `string_proc` features - Replace internal `string_proc` dependency with `just_fmt` crate in constants macros - Mark all `string_proc` modules as deprecated with migration instructions - Remove `string_proc` dependency from sheet system
* Add sheet system with mapping macros and modules魏曹先生2026-02-127-1/+992
|
* Add sheet system and reorganize workspace魏曹先生2026-02-112-0/+7
- Add new "sheet" crate to workspace - Rename "systems/asset" to "systems/_asset" - Reorder workspace members and dependencies for clarity - Update constants with new paths for auth and rules - Add conditional compilation for system module