chiark / gitweb /
otter.git
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
2022-05-01 Ian JacksonProvide desc even in piece updates, and note in script.ts
2022-05-01 Ian Jacksonat-currency: Use synchu to synchronise, to update a_pieces
2022-05-01 Ian Jacksonapitest: updates: implement MoveQuiet
2022-05-01 Ian Jacksonapitest: updates: implement Insert
2022-05-01 Ian Jacksonapitest: updates: move p unwraps
2022-05-01 Ian Jacksonapitest: updates: drop a dbg and the parameter it uses
2022-05-01 Ian Jacksonapitest: updates: reorder generics to match argument...
2022-05-01 Ian Jacksonapitest: updates: panic on unknown updates
2022-05-01 Ian Jacksonapitest: updates: explicitly ignore Log
2022-05-01 Ian Jacksonapitest: updates: explicitly ignore various other updates
2022-05-01 Ian Jacksonapitest: updates: explicitly ignore SetTable*
2022-05-01 Ian Jacksonapitest: updates: handle RecordedUnpredictable
2022-05-01 Ian Jacksonapitest: updates: explicitly ignore MoveHist*
2022-05-01 Ian Jacksonapitest: updates: handle Image
2022-05-01 Ian Jacksonapitest: Introduce and use JsV extension extend
2022-05-01 Ian Jacksonapitest: updates: Always call findp
2022-05-01 Ian Jacksonapitest: updates: Refactor findp again
2022-05-01 Ian Jacksonapitest: Add a comment about what PieceInfo<JsV> means
2022-05-01 Ian Jacksonapitest: updatess: Implement Recorded
2022-05-01 Ian Jacksonapitest: updatess: Expect to find the pieces we are...
2022-05-01 Ian Jacksonapitest: Break out findp
2022-05-01 Ian Jacksonapitest: Introduce and use JsV extension set
2022-05-01 Ian Jacksonapitest: fold lines longer
2022-05-01 Ian Jacksonapitest: Refactor to make room for handling more piece ops
2022-05-01 Ian Jacksonapitest: Add a bit of logging
2022-05-01 Ian Jacksonat-currency: wip
2022-05-01 Ian Jacksoncurrency: Fix the log message
2022-05-01 Ian Jacksonfastsplit_delete: Implement, and use in currency
2022-05-01 Ian Jacksonheld_change_hook: Pass some more arguments
2022-05-01 Ian JacksonToReculculate: Slightly improve docs and formatting...
2022-05-01 Ian JacksonToRecalculate: Refactor implement methods
2022-05-01 Ian Jacksondelete_piece: Plumb PieceUpdateOp, and document re log
2022-05-01 Ian Jacksondelete_piece: Break out into global.rs
2022-05-01 Ian Jacksonrename GOccults from GameOccults
2022-05-01 Ian JacksonRemove a pointless function
2022-05-01 Ian JacksonChange many .drain(..) into into_iter()
2022-05-01 Ian JacksonMiscellaneous cleanups prompted by clippy
2022-05-01 Ian JacksonOpOutcomeThunk: replace the other open-coded resolution...
2022-05-01 Ian JacksonOpOutcomeThunk: change resolve to be method on thunk
2022-05-01 Ian JacksonIntroduce OpOutcomeThunkGeneric resolve on Result
2022-05-01 Ian JacksonGenericise OpOutcomeThunk
2022-05-01 Ian JacksonOpOutcomeThunk: Fix typo in comment
2022-05-01 Ian JacksonReplace an open-coded into_unprepared call
2022-05-01 Ian JacksonOptimise into_unprepared slightly
2022-05-01 Ian JacksonIntroduce OpHookThunk
2022-05-01 Ian JacksonOpOutcomeThunk: Rationalise doc comment
2022-05-01 Ian JacksonFix a tiny whitespace error
2022-04-30 Ian Jacksonscript: Allow multiselect of large numbers
2022-04-30 Ian Jacksonscript: In error handler, use piece_checkconflict_nrda
2022-04-30 Ian Jacksonscript: piece_checkconflict_nrda: abolish unused return...
2022-04-30 Ian JacksonIntroduce and use PieceTraitDowncastFailed error
2022-04-30 Ian JacksonIntroduce and use downcast_piece_fastsplit
2022-04-30 Ian JacksonIntroduce and use PiceTrait downcaste_piece extension...
2022-04-30 Ian Jacksongamestate: Add divider comment
next