chiark / gitweb /
otter.git
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
2022-04-30 Ian Jacksonfastsplit: Move Z check from multigrab into fastsplit...
2022-04-30 Ian Jacksonfastsplit: Correct z order
2022-04-30 Ian JacksonReorganise Z setting into two phases
2022-04-30 Ian JacksonMove op_do_set_z to gamestate
2022-04-30 Ian Jacksonfastsplit: Move a comment to its right place
2022-04-30 Ian Jacksonfastsplit: Fix recovery
2022-04-30 Ian Jacksoncurrency: Fix and improve multigrab (splitting) log...
2022-04-30 Ian Jacksonmultigrab/fastsplit: Plumb ShowUnocculted and &PieceTrait
2022-04-30 Ian JacksonPieceTrait: impl Downcast
2022-04-30 Ian Jacksoncurrency: Many fixes to splitting
2022-04-30 Ian Jacksoncurrency: Move some assignments about
2022-04-30 Ian Jacksoncurrency: Rename value
2022-04-30 Ian Jacksoncurrency: wip test
2022-04-30 Ian Jacksoncurrency: Implement op_multigrab and therefore splitting
2022-04-30 Ian Jacksonfastsplit: Implement splitting
2022-04-30 Ian Jacksoncurrency: Make currency pieces be fastsplit
2022-04-30 Ian Jacksonfastsplit: Add some imprecations about not dropping...
2022-04-30 Ian Jacksonfastsplit: Introduce fastsplit concept
2022-04-30 Ian JacksonDrop an unneeded lifetime argument
2022-04-30 Ian Jacksonambassador: Introduce dependency and make some traits...
2022-04-30 Ian Jacksonmultigrab: Set the z coordinate
next