chiark / gitweb /
changelog: document further make-release changes
[otter.git] / wasm /
2022-06-26 Ian JacksonCargo.toml: Update all versions to 1.2.1
2022-06-23 Ian JacksonCargo.toml: Update all versions to 1.2.0 otter-1.2.0
2022-05-26 Ian JacksonCargo.toml: Update all versions to 1.1.0
2022-05-14 Ian Jacksoncrate structure: Rename "imports" to "crates"
2022-04-27 Ian JacksonSwitch to Rust 2021
2022-04-16 Ian Jacksondice: Rename remprop parameter to wasm die_cooldown_path
2022-04-15 Ian Jacksondice: Provide die_cooldown_path
2022-04-02 Ian JacksonCargo.toml: Update all versions to 1.0.0 otter-1.0.0
2022-04-02 Ian JacksonFormulaic doc comments for other crates
2022-03-30 Ian Jacksonzcoord: Move from_str impl for Mutable to be FromStr...
2022-03-30 Ian Jacksonclippy: Miscellaneous minor changes
2022-03-30 Ian Jacksonclippy: Miscellaneous minor changes
2022-03-06 Ian Jacksonwasm: No not use wee-alloc. It has bugs and seems...
2021-07-25 Ian JacksonCargo.toml: Update all versions to 0.7.3 otter-0.7.3
2021-07-15 Ian JacksonCargo.toml: Update all versions to 0.7.2
2021-06-10 Ian JacksonCargo.toml: Update all versions to 0.7.1
2021-06-08 Ian JacksonCargo.toml: Update all versions to 0.7.0
2021-05-23 Ian JacksonCargo.toml: Update all versions to 0.6.0 otter-0.6.0
2021-04-19 Ian JacksonCargo.toml: Update all versions to 0.5.1
2021-04-18 Ian JacksonCargo.toml: Update all versions to 0.5.1 otter-0.5.1
2021-04-18 Ian JacksonCargo.toml: Update all versions to 0.5.0 otter-0.5.0
2021-04-18 Ian JacksonCargo.toml: Add many metadata fields (and synch. versions)
2021-04-18 Ian JacksonCargo.toml: Prettify layout etc.
2021-04-01 Ian Jacksonwasm: Provide main window attributes
2021-03-29 Ian Jacksoncargo: Add trailing newlines back plus a guard comment
2021-03-25 Ian Jacksonwasm: RegionList: Have methods return a `changed` bool
2021-03-25 Ian Jacksongeometry: Massive overhaul of types and fields
2021-03-25 Ian Jacksonrename Region to RegionC, in line with PosC and AreaC
2021-03-25 Ian JacksonRefactor PieceOccult to provide active_occ
2021-03-25 Ian Jacksonwasm: Provide RegionList
2021-03-25 Ian Jacksonwasm: Sections
2021-03-21 Ian JacksonUpdate to modern wasm-bindgen
2021-03-21 Ian Jacksoncargo: Fix syntax for wasm-bindgen dependency
2021-03-21 Ian Jacksoncargo: Add our dependency on wasm-bindgen-cli
2021-03-21 Ian Jacksoncargo: Add two more missing newlines at end of files
2021-03-20 Ian Jacksonplumb GameState into add_ui_operations
2021-03-08 Ian Jacksoncargo: Pin wasm-bindgen which has a regression
2021-02-15 Ian JacksonCentralise thiserror
2021-02-14 Ian JacksonCannot centralise thiserror
2021-02-14 Ian JacksonDocument why fehler not centralised
2021-02-14 Ian JacksonRename zcoord crate to otter-base
2021-01-31 Ian Jacksonmove our default() into zcoord::misc and use it everywhere
2021-01-12 Ian JacksonUpdate copyright notices for 2021 and other contributors
2021-01-05 Ian Jacksonwip rotation
2020-12-06 Ian Jacksonformatting, some from rustfmt (manually picked)
2020-12-06 Ian Jacksonadd missing copyright etc. header to wasm.rs
2020-11-28 Ian Jacksontidy up Cargo.lock
2020-11-26 Ian Jacksonabbrev timestamps of added messages
2020-11-26 Ian Jacksonwip timestamp_abbreviate
2020-11-20 Ian Jacksonfix zcoord debug
2020-11-19 Ian Jacksonwasm: provide def_zcoord
2020-10-12 Ian Jacksonconsole_error_panic_hook
2020-10-12 Ian Jacksonjs tests seem to work
2020-10-12 Ian Jacksonrequire Copy
2020-10-12 Ian Jacksonbindings
2020-10-11 Ian Jacksonsort out errors
2020-10-11 Ian Jacksonwee_alloc saves quite a bit of binary size
2020-10-11 Ian Jacksontowards new string arrangements
2020-10-11 Ian Jacksonthis jsstring does not call the text*coder machinery
2020-10-11 Ian Jacksonbefore try provide own textdecoder
2020-10-11 Ian Jacksonimprove a message
2020-10-11 Ian Jacksonwip wasm bindings
2020-10-11 Ian Jacksonadd js-sys dependency
2020-10-10 Ian JacksonAdd 'webassembly-types/' from commit '5e2f4ce1d5fc5ddd8...
2020-10-10 Ian Jacksonwasm seems to work now
2020-10-10 Ian Jacksonexample iterator method
2020-10-10 Ian Jacksonwip wasm
2020-10-10 Ian JacksonInitial wasm crate