-
4d41eaaf56
Bump version to v0.3.0
main
v0.3.0
cmounce
2026-04-29 14:21:32 -07:00
-
5fffaf2582
Update dependencies
cmounce
2026-04-29 14:17:18 -07:00
-
1f3173a563
Tweak comment
cmounce
2026-04-29 14:13:51 -07:00
-
e1a5c6528d
Add doc comment about board size limits
cmounce
2026-03-21 00:19:08 -07:00
-
cfb4518a53
Rename x/y step fields to
step_x, step_y
cmounce
2026-03-20 23:04:56 -07:00
-
24d20ae01f
Fix up names, doc comments for some Board fields
cmounce
2026-03-20 20:27:20 -07:00
-
4ed4eb46b4
Clean up interface for standalone board parsing
cmounce
2026-03-20 19:02:23 -07:00
-
ba1889d40d
Rename a text element yet again
cmounce
2026-03-20 19:02:23 -07:00
-
d82e05505c
Update packages, bump version to 0.2.0
v0.2.0
cmounce
2026-03-18 17:22:25 -07:00
-
3e8bedb0c9
Clean up docs for Program enum, text functions
cmounce
2026-03-18 17:07:37 -07:00
-
76149f0a69
Add documentation for Stat struct
cmounce
2026-03-18 13:37:07 -07:00
-
15bfe7712b
Document the Board struct a little more
cmounce
2026-03-18 12:39:15 -07:00
-
11339ef6ae
Add docs on treatment of strings, World fields
cmounce
2026-03-17 17:22:26 -07:00
-
a1b54b6172
Add crate-level documentation, examples
cmounce
2026-03-15 17:05:29 -07:00
-
c649933afa
Rename a few files for clarity
cmounce
2026-03-15 16:45:59 -07:00
-
cb9c0fd68e
Update variant names of Element enum
cmounce
2026-03-15 14:57:29 -07:00
-
ba3321fb4f
Re-export Keys struct
cmounce
2026-03-14 17:57:01 -07:00
-
bb6358489c
Add README
v0.1.0
cmounce
2026-03-14 03:23:52 -07:00
-
afcf0cd7e3
Change keys from bool array to Keys struct
cmounce
2026-03-12 19:09:05 -07:00
-
1c0641e1d6
Don't show terrain in Board Debug impl
cmounce
2026-03-11 15:55:23 -07:00
-
dc7f70e01b
Reorganize parse.rs, don't expose Nom in errors
cmounce
2026-03-10 19:23:38 -07:00
-
113d006518
Add license
cmounce
2026-03-10 18:34:39 -07:00
-
2e59e9a760
Add encode/decode tests: roundtrip, debug snapshot
cmounce
2026-03-10 14:20:47 -07:00
-
d73faf64c7
Split error enum into Encode vs. Decode errors
cmounce
2026-03-10 00:08:51 -07:00
-
93339881c5
Clean up element.rs
cmounce
2026-03-09 20:34:07 -07:00
-
8c1c31be56
Initial conversion to Rust library
cmounce
2026-03-09 18:31:15 -07:00
-
99b70c7578
Replace old text parser with new one
cmounce
2026-02-16 22:17:21 -08:00
-
c442701d5d
WIP new parser: parse stats
cmounce
2026-02-13 14:57:27 -08:00
-
962fbcd5ad
WIP text parser: parse board terrain
cmounce
2026-02-09 14:49:21 -08:00
-
8ee51b14b6
WIP New parser
cmounce
2026-01-28 17:16:57 -08:00
-
b8c20f4f8c
Change bind indexes to be
NonZero<i16>
cmounce
2026-01-28 14:45:21 -08:00
-
dc349e8b95
Move stuff around to prep for future crates
cmounce
2026-01-28 14:20:51 -08:00
-
6899e11aad
Add reciprocal marker to board exit comments
cmounce
2026-01-24 15:02:33 -08:00
-
c58658f0b5
Use NonZero type to represent board edge exits
cmounce
2026-01-24 14:21:33 -08:00
-
0419de7ec8
Add comments after bind indexes, board indexes
cmounce
2026-01-24 01:23:29 -08:00
-
a05805b30c
Combine enter_x/enter_y into a single param
cmounce
2026-01-23 22:17:02 -08:00
-
3a886ee86a
Revise format for keys, add test for headers
cmounce
2026-01-23 18:00:41 -08:00
-
7f0f6421d3
Use single params for stat coordinates, step vals
cmounce
2026-01-23 17:17:39 -08:00
-
f59851e2be
Use element names, hex colors for
under
cmounce
2026-01-23 14:11:40 -08:00
-
6d3de543fd
Only number board headers inside world files
cmounce
2026-01-23 13:34:19 -08:00
-
fe80d9e349
Fix up empty line padding in the text format
cmounce
2026-01-23 12:36:49 -08:00
-
1db3aa84c2
Allow boards, stats to be reordered
cmounce
2026-01-23 01:03:10 -08:00
-
d1a1801ef8
Fix parsing of
# comments in text
cmounce
2026-01-23 03:15:27 -08:00
-
4f6f8fbc1a
Set better defaults for a few values
cmounce
2026-01-22 23:24:55 -08:00
-
00c2873839
Add snapshot tests for roundtrip conversions
cmounce
2026-01-22 15:48:07 -08:00
-
3e152b39a8
Initial parser for parsing text into ZZT/BRD files
cmounce
2026-01-21 01:26:27 -08:00
-
a9af6859f3
Add initial text format for .ZZT/.BRD
cmounce
2026-01-20 18:30:54 -08:00
-
8da41f5fe4
Adapt ZZT world/board parsing from Marzipan
cmounce
2026-01-20 17:31:44 -08:00