chiark / gitweb /
changelog: document further make-release changes
[otter.git] / src /
2022-06-12 Ian JacksonBreak out prepare_set_player_update
2022-06-12 Ian JacksonRename SetPlayer to AddPlayer
2022-06-12 Ian Jacksonclock: Explain why separate rendering with abs positions
2022-06-12 Ian JacksonChange monospace font to DejaVu Sans
2022-06-12 Ian JacksonWhen printing game access URL, say in message that...
2022-06-12 Ian Jacksonhidden: Note everything as occulted, even the unoccultable
2022-06-12 Ian Jacksonapitest: Provide initial_[vp]id_by_desc_glob
2022-05-26 Ian Jacksonshapelib: Fix backward incompatible unnotched, stack_pos
2022-05-25 Ian Jacksonshapelib: Fix a backward incompatible ifastsplits field
2022-05-25 Ian Jacksonshapelib: Fix a backward incompatible itemname field
2022-05-23 Ian Jacksonangles: Reinstate compatibility with mf1 format
2022-05-22 Ian JacksonSupport stack_pos on PickupDeck
2022-05-22 Ian JacksonAdd more missing font options
2022-05-22 Ian Jacksonusvg: Pass default options even during bundle processing.
2022-05-22 Ian Jacksonusvg: Refactor code that runs it in bundles.rs
2022-05-22 Ian JacksonPlumb usvg options from a file src/USVG_DEFAULT_ARGS.txt
2022-05-22 Ian Jacksonangles: Make not be insane
2022-05-22 Ian Jacksonapitest: Fish out quantities
2022-05-20 Ian Jacksonfastsplit: Properly occult the left-behind piece
2022-05-20 Ian Jacksonfastsplit: Promote construction of ipc_from_record
2022-05-20 Ian Jacksoncurrency: Occult the left-behind value too
2022-05-20 Ian Jacksoncurrency: Occult multigrab taken log properly
2022-05-19 Ian Jacksoncurrency: Use our own describe function
2022-05-19 Ian Jacksoncurrency: Drop an unused variable
2022-05-19 Ian Jacksoncurrency: Split a line
2022-05-19 Ian Jacksoncurrency: Merge even when we're occulted
2022-05-19 Ian Jacksonfastsplit: No longer have fastsplit_delete insist on...
2022-05-19 Ian Jacksoncurrency: Rename show_new_qty
2022-05-19 Ian Jacksoncurrency: Change Value::html to demand a ShowUnocculted
2022-05-19 Ian Jacksoncurrency: Change "new_qty" to "new_value"
2022-05-19 Ian Jacksoncurrency: Rename to show_to_player
2022-05-19 Ian Jacksoncurrency: Move slight, to prepare for occultation
2022-05-19 Ian Jacksoncurrency: Restructure slightly to make next log changes...
2022-05-19 Ian Jacksoncurrency: Offer occulted version
2022-05-19 Ian Jacksoncurrency: Promote image conversion
2022-05-19 Ian Jacksoncurrency: Break out describe()
2022-05-19 Ian Jacksoncurrency: Break out value.html()
2022-05-19 Ian Jacksoncurrency: Break out render
2022-05-19 Ian Jacksoncurrency: Support adjusting size of the unit text,...
2022-05-19 Ian Jacksondice: Arrange to use text_options.start_element
2022-05-19 Ian JacksonBreak out SVG_FONT_Y_ADJUST_OF_FONT_SIZE into a separat...
2022-05-19 Ian JacksonTextOptions: break out y_adjust
2022-05-19 Ian Jacksondice: Note a todo
2022-05-19 Ian JacksonBreak out TextOptions::start_element (from currency)
2022-05-19 Ian JacksonUse TextOptions in currency, so it now supports setting...
2022-05-19 Ian JacksonMove text size into TextOptions, so dice now support...
2022-05-19 Ian JacksonBreak out TextOptions and TextOptionsSpec
2022-05-17 Ian Jacksoncurrency: support label text recolouring
2022-05-17 Ian JacksonBreak out ColourSpecExt::resolve
2022-05-16 Ian Jacksonspec loop detecton: Write down the rule
2022-05-16 Ian Jacksonspec loop detecton: Detect for magic too.
2022-05-16 Ian Jacksonclippy: Misc minor improvements
2022-05-16 Ian Jacksonclippy: Remove a redundant pair of parens
2022-05-15 Ian Jacksonprogress: Allow ProgressInfo's Count to contain only...
2022-05-15 Ian Jacksondice: Allow setting label colour
2022-05-15 Ian Jacksonbundles: Fix a bug which could cause IE on bundle load
2022-05-15 Ian Jacksonshapelib subst: Reorder other settings
2022-05-15 Ian Jacksonshapelib subst: Reorder overrides
2022-05-15 Ian Jacksonshapelib, subst: Allow colours to provide magic substs
2022-05-15 Ian Jacksonshapelib, subst: Allow groups to provide magic substs
2022-05-15 Ian Jacksonshapelib subst: Prepare for substituting more into...
2022-05-15 Ian Jacksonsubst: Use ${...} format internally for most things
2022-05-15 Ian Jacksonsubst tests: Add test cases for converting needles
2022-05-15 Ian Jacksonsubst: Have substitutor handle any needle syntax
2022-05-15 Ian Jacksonsubst: Have subst_general return the resolved needle
2022-05-15 Ian Jacksonsubst test: Add many dbg calls
2022-05-15 Ian Jacksonsubst: Substitute x* variables into magic template
2022-05-15 Ian Jacksonsubst: Allow non-'static keys
2022-05-15 Ian Jacksonmagic: Use new ${image} syntax
2022-05-15 Ian Jacksonsubst test: Test format 2 more thoroughly
2022-05-15 Ian Jacksonsubst tests: Disable under miri
2022-05-15 Ian Jacksonsubst test: Test format 2
2022-05-15 Ian Jacksonsubst test: Test mf1 Filename
2022-05-15 Ian Jacksonsubst test: Reintroduce and fix up for new API
2022-05-15 Ian Jacksonsubst: Make some things into methods
2022-05-15 Ian Jacksonsubst: Always substitute dollars in mformat 2 text
2022-05-15 Ian Jacksonsubst: Provide Dollars::enabled
2022-05-15 Ian Jacksonsubst: Hoist dollars into c_* aliases
2022-05-15 Ian Jacksonsubst: Demote PerhapsSubst
2022-05-15 Ian Jacksonsubst: Track whether we're working in a filename
2022-05-15 Ian Jacksonsubst: Provide and use internal_err()
2022-05-15 Ian Jacksonsubst: Break out Substituting::err
2022-05-15 Ian JacksonMake InternalLogicError be Clone, with an Arc
2022-05-15 Ian Jacksonsubst: Implement format 2 and convert all libraries
2022-05-15 Ian Jacksonsubst: Have internal functions take borrows
2022-05-15 Ian Jacksonsubst: Plumb mformat into Substituting, and change...
2022-05-15 Ian Jacksonsubst: Temporarily comment out the test
2022-05-15 Ian Jacksonsubst: Track in type whether we're substituting
2022-05-15 Ian Jacksonsubst: Promote PerhapsSubst
2022-05-15 Ian Jacksonsubst: Make PerhapsSubst::finish fallible
2022-05-15 Ian Jacksonsubst: Introduce PerhapsSubst which will let us have...
2022-05-15 Ian Jacksonotterlib: Show large objects a bit bigger
2022-05-15 Ian Jacksonotterlib: Show three views only for first two faces
2022-05-15 Ian Jacksonotterlib: Fix column handling in preview
2022-05-15 Ian Jacksondice: Get size right in preview with a special entrypoint
2022-05-15 Ian JacksonRevert "dice: Get size right in preview by setting...
2022-05-15 Ian Jacksondice: Get size right in preview by setting bbox, breaki...
2022-05-15 Ian Jacksondice: Unwrap surround_path
2022-05-15 Ian Jacksondice: Delegate our shape and bbox to outline
2022-05-15 Ian Jacksondice: Preview partially-cooled-down
next