chiark / gitweb /
otter.git
2022-05-11 Ian Jacksonmformat 1: Drop the size parameter from load_mf1
2022-05-11 Ian Jacksonmformat 2: Provide OutlineDefn::load which takes an...
2022-05-11 Ian Jacksonshapelib: outlines: Fold get* into load_mf1
2022-05-11 Ian Jacksonmformat 2: Have resolve_square_size return Option
2022-05-11 Ian Jacksonmformat 2: Actually tolerate missing size during deser
2022-05-11 Ian Jacksonmformat 2: Deserialise the data that library format...
2022-05-11 Ian Jacksonmformat 2: Allow materials_format::Version to contain 2
2022-05-11 Ian Jacksonmformat 1: Have FaceTransform::from_group_mf1 take...
2022-05-11 Ian Jacksonmformat 2: Rename various functions to have _mf1
2022-05-11 Ian Jacksonmformat 2: Document new format
2022-05-11 Ian Jacksonmformat: Provide Incompat, utility functions, LLE varia...
2022-05-11 Ian Jacksonshapelib: Rename nominal arg to rect from centre
2022-05-11 Ian Jacksonshapelib: Implement check() as load() with dummy size
2022-05-11 Ian JacksonFix BuiltinLibrary::default_materials_format
2022-05-11 Ian JacksonMakefile: Always run miri on nightly
2022-05-09 Ian Jacksonshapelib: Break out resolve_square_size
2022-05-09 Ian Jacksonshapelib: Reorganise shape/outline handling (2)
2022-05-09 Ian Jacksonshapelib: Reorganise shape/outline handling (1)
2022-05-09 Ian Jacksonshapelib::RectShape: Add a note
2022-05-09 Ian Jacksonshapelib: Reorder file and introduce sections
2022-05-09 Ian Jacksonshapelib: Promote call to group.d.outline.check()
2022-05-08 Ian Jacksongeometry: Properly publish pos_zip_try_map etc., and...
2022-05-08 Ian Jacksongeometry: Rename pos_zip_try_map, add infallible pos_zi...
2022-05-08 Ian Jacksongeometry: Introduce some affordances, and add a use...
2022-05-05 Ian Jacksondocs: Document format compatibility
2022-05-05 Ian Jacksondocs: Make room for format version in doc of bundle...
2022-05-05 Ian Jacksondocs: Fix formatting of sub-entries in gamespec
2022-05-05 Ian JacksonMakefile, make-release: Make published version current
2022-05-05 Ian JacksonMakefile: mkdir the version-specific sphinx output dir
2022-05-05 Ian JacksonMakefile: Break out PUBLISH_DOC_SPHINX_BASE and _TAIL
2022-05-05 Ian JacksonMakefile, make-release: Publish to unreleased/docs...
2022-05-04 Ian Jacksondocs: Fix wrong information about builtin shape libraries
2022-05-04 Ian Jacksondocs: Fix an editing error in dev.md
2022-05-04 Ian Jacksonshapelib: Plumb mformat through to OutlineDefn via...
2022-05-04 Ian Jacksonshapelib: Make fields of GroupData private
2022-05-04 Ian Jacksonmaterials format: Read in game specs, but currently...
2022-05-04 Ian Jacksonmaterials format: Plumb through to load_catalogue
2022-05-04 Ian Jacksonmaterials format: Make constants be of type VERSION
2022-05-04 Ian Jacksonmaterials format: Provide try_from_integer
2022-05-04 Ian Jacksonmaterials format: String parsing
2022-05-04 Ian Jacksonmaterials format: Introduce version type
2022-05-04 Ian Jacksonmain lib.rs: Sort the hyphen imports
2022-05-04 Ian Jacksonshapelib: Promote toplevel as table access
2022-05-04 Ian JacksonSwitch to deriving Deref
2022-05-04 Ian JacksonSwitch to deriving Deref
2022-05-04 Ian JacksonSwitch to deriving Deref
2022-05-04 Ian JacksonSwitch to deriving Deref
2022-05-04 Ian JacksonSwitch to deriving Deref
2022-05-04 Ian JacksonSwitch to deriving Deref
2022-05-04 Ian JacksonSwitch to deriving Deref
2022-05-04 Ian JacksonSwitch to deriving Deref
2022-05-04 Ian JacksonSwitch to deriving Deref
2022-05-04 Ian JacksonFix doc comment order
2022-05-04 Ian Jacksonshapelib: Rename Catalogue from Contents
2022-05-04 Ian Jacksonsize handling: Centralise into Contents::load_image
2022-05-04 Ian Jacksonsize handling: Make OutlineOccultable return type Copy
2022-05-04 Ian Jacksonshapelib: Rename ImageLoaded
2022-05-04 Ian Jacksonsize handling: Rename OutlineCalculable::err_mapper
2022-05-04 Ian Jacksonshapelib: Tidy a tiny bit of formatting
2022-05-04 Ian Jacksonsize handling: Sort out outline trait error handling
2022-05-04 Ian Jacksonsize handling: Drop From<Outline> for OutlineCalculable
2022-05-04 Ian Jacksonsize handling: Plumb svg size through to OutlineDefn
2022-05-04 Ian Jacksonsize handling: Postpone outline & xform calculations...
2022-05-04 Ian Jacksonsize handling: Introduce OccInertLoaded
2022-05-04 Ian Jacksonutils: svg_parse_size: Take &HtmlStr, not &str
2022-05-03 Ian JacksonRemove some Arcs
2022-05-03 Ian JacksonProvide todo function
2022-05-02 Ian Jacksonsvg size handling: Obtain transform a bit earlier
2022-05-02 Ian Jacksonsvg size handling: Replace bundles.rs version
2022-05-02 Ian Jacksonsvg size handling: Make the size mandatory
2022-05-02 Ian Jacksonsvg size handling: Introduce SVGWidthOrHeight
2022-05-02 Ian Jacksonsvg size handling: SVG is case sensitive
2022-05-02 Ian Jacksonsvg size handling: Insist on having the SVG element...
2022-05-02 Ian Jacksonsvg size handling: Insist on having an SVG element
2022-05-02 Ian Jacksonsvg size handling: Break out tokens as mut iterator
2022-05-02 Ian Jacksonsvg size handling: Rename and move svg_parse_size
2022-05-02 Ian Jacksonutils: Drop EmptyType
2022-05-02 Ian Jacksonutils: Drop some unused bits
2022-05-02 Ian Jacksonutils: Tidy up and move DigestRead and DigestWrite
2022-05-02 Ian Jacksonsvg size handling: Introduce new size parser
2022-05-02 Ian JacksonFix an error message typo
2022-05-02 Ian Jacksonusvg-processor: Be a bit more verbose in error messages
2022-05-01 Ian Jacksoncurrency: Example
2022-05-01 Ian Jacksoncurrency: Document
2022-05-01 Ian Jacksondice: Document
2022-05-01 Ian Jacksonat-currency: Test merging properly
2022-05-01 Ian Jacksonapitest: updates: handle Delete
2022-05-01 Ian Jacksonat-currency: Rename variables
2022-05-01 Ian Jacksonat-currency: More test
2022-05-01 Ian Jacksonapitest: updates: Recorded: Do not overwrite with nulls
2022-05-01 Ian Jacksonat-currency: Add spaces in desc patterns
2022-05-01 Ian Jacksonat-currency: Break out PieceInfo::assert_desc_contains
2022-05-01 Ian Jacksonat-currency: rename bn to bn1
2022-05-01 Ian JacksonReplace make_svg_defs with render
2022-05-01 Ian Jacksonat-currency: Check that descriptions (ie, qts) change
2022-05-01 Ian JacksonProperly update desc in Recorded updates
2022-05-01 Ian Jacksonat-currency: Use find_by_desc_glob
2022-05-01 Ian Jacksonat-currency: Use currency symbol to find in desc
2022-05-01 Ian Jacksonscript: Demonstrate that we can use the desc in a log...
2022-05-01 Ian JacksonCorrect sense of pin/unpin log message
next