chiark / gitweb /
Rename SetPlayer to AddPlayer
[otter.git] / src / global.rs
2022-06-12 Ian JacksonRename SetPlayer to AddPlayer
2022-05-25 Ian Jacksonshapelib: Fix a backward incompatible ifastsplits field
2022-05-14 Ian Jacksonpiece API: rename save_reloaded_hook
2022-05-14 Ian Jacksonsupport: Move config
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-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 JacksonChange many .drain(..) into into_iter()
2022-05-01 Ian JacksonFix a tiny whitespace error
2022-04-30 Ian Jacksonfastsplit: Fix recovery
2022-04-30 Ian Jacksonfastsplit: Introduce fastsplit concept
2022-04-30 Ian JacksonModifyingPieces: Provide on-your-own-head constructors...
2022-04-27 Ian JacksonDocument OccultOwningId serialisation and refcount...
2022-04-18 Ian JacksonAdd special field to SpecLoaded
2022-04-17 Ian Jacksonilk mixing: Support non-mixing pieces
2022-04-09 Ian JacksonRemove loaded_via_alias
2022-03-31 Ian JacksonPlayerUpdates: Rename update log starting functions...
2022-03-31 Ian Jacksonclippy: Miscellaneous minor changes
2022-03-31 Ian Jacksonclippy: Miscellaneous minor changes
2022-03-31 Ian JacksonRawToken: Replace constructor with a From impl
2022-03-27 Ian JacksonMutex debug: Introduce DebugIdentify trait
2021-07-21 Ian Jacksonglobal: Provide an escape hatch for tests
2021-07-13 Ian Jacksonerrors: Include error_msg in ESVU::PieceOpError
2021-07-13 Ian Jacksonerrors: Abolish alias OE for Fatal
2021-07-13 Ian Jacksonerrors: Rename POE type alias to Ia
2021-07-13 Ian Jacksonerrors: Rename error types according to new scheme
2021-05-30 Ian Jacksonauthproofs: Rename methods with proof obligation to...
2021-05-20 Ian Jacksonbundles: Record and return and display hashes
2021-05-20 Ian Jacksonbundles: Implement finding specs in bundles
2021-05-18 Ian Jacksoncargo update: Update to latest ArrayVec, const generics
2021-05-17 Ian Jacksonbundles: Truncate bundle files before deleting them
2021-05-15 Ian Jacksonbundles: Actually implement shape loading
2021-05-15 Ian Jacksonbundles: Minor code tidying, including a new type alias
2021-05-15 Ian JacksonProvide .is_empty() for many types
2021-05-15 Ian JacksonPiece traits: Pass ig and depth rather than PieceAliases
2021-05-10 Ian JacksonRevert "bundles: Save aux after incorporating"
2021-05-10 Ian Jacksonbundles: Save aux after incorporating
2021-05-09 Ian Jacksonbundles: Rework loading (wip)
2021-05-04 Ian Jacksonbundles download: Send url to web clients (wip)
2021-05-04 Ian JacksonAssetUrlKey: save and restore
2021-05-04 Ian JacksonAssetUrlKey: wip
2021-05-03 Ian Jacksonbundles: Save the bundle list in the ig for ready access
2021-05-02 Ian Jacksonbundles: Add a todo
2021-05-01 Ian Jacksonbundles: Initial implementation of framework
2021-05-01 Ian Jacksonglobal: Prepare for aux save files to also be dirs
2021-05-01 Ian Jacksonglobal: Make savefilename pub
2021-05-01 Ian Jacksonglobal: Refactor destroy game best effort deleting
2021-05-01 Ian Jacksonglobal: Slightly reorganise InstanceOuter construction
2021-05-01 Ian Jacksonglobal: Introduce InstanceOuter
2021-04-24 Ian Jacksonglobal: Rename "aux" (from daft old name "access")
2021-04-13 Ian JacksonMerge remote-tracking branch 'aldabra/typos' into typos
2021-04-10 Ian JacksonRevert "locks: Make config an Option"
2021-04-09 Ian JacksonAbolish InstanceLockError, turning it into just GameBei...
2021-04-09 Ian Jacksonlocks: Make config an Option
2021-04-09 Ian Jacksonlocks: Switch to parking_lot for everything
2021-04-09 Ian Jacksonpoison, locks: Rename lock_even_poisoned
2021-04-09 Ian Jacksonpoison, locks: Ignore all poisoning
2021-04-06 Ian JacksonTrack Loaded_via_alias
2021-04-06 Ian Jacksonpcaliases: split out
2021-04-03 Ian Jacksonupdates: Send xupdates without by_client
2021-04-02 Ian Jacksonupdates: Move PUE_P alias into prelude
2021-04-01 Ian Jacksonhtml: Move to otter-base
2021-04-01 Ian Jacksonspec: Rename `implementation` module to `imp`
2021-03-30 Ian JacksonUse new Html everywhere
2021-03-27 Ian Jacksonglobal: Unauthorised: Provide lock_even_poisoned
2021-03-25 Ian Jacksonpiece aliases: Add to Instance
2021-03-25 Ian Jacksonglobal: Unpack InstanceSaveAccesses with nicer syntax
2021-03-25 Ian Jacksoninstance save: Make various things non-optional
2021-03-20 Ian JacksonPieceTrait, global: Provide loaded_hook() with &InstanceRef
2021-03-20 Ian JacksonPieceTrait, global: Provide loaded_hook()
2021-03-20 Ian JacksonReplace OE::PieceGone with POE::PieceGone
2021-03-20 Ian Jacksonglobal: Provide InstanceWeakRef
2021-03-19 Ian JacksonSome comments
2021-03-16 Ian JacksonNew IPieceTraitObj: proof of concept
2021-03-11 Ian Jacksonhidden, etc.: pass ioccults and ipc everywhere
2021-03-11 Ian Jacksonoccult ilks: find piece ilk and record it - BREAKING
2021-03-11 Ian Jacksonoccult ilks: Wrap in some structures
2021-03-11 Ian Jacksonoccult ilks: Change type of IPiece, no functional chang...
2021-03-11 Ian Jacksonoccult ilks: Save and restore
2021-02-28 Ian JacksonSome variable name corrections
2021-02-27 Ian Jacksonrename PieceTrait and OutlineTrait
2021-02-27 Ian Jacksonrename IPlayer
2021-02-27 Ian Jacksonrename GPlayer and GPiece
2021-02-27 Ian Jacksonrename IPieces and GPieces
2021-02-22 Ian JacksonUse lots of deref_to_field
2021-02-21 Ian JacksonSoup up deref_to_field and use more
2021-02-15 Ian JacksonUse Void and abolish our Impossible
2021-02-14 Ian JacksonRename otter::imports to otter::prelude
2021-02-01 Ian Jacksonvisible slotmap keys: handle null specially
2021-02-01 Ian Jacksonstyle: Make commands::* not global, type aliases, etc.
2021-02-01 Ian Jacksonstyle: Centralise many type aliases
2021-02-01 Ian Jacksonstyle: Remove space before :, etc., in src/*.rs
2021-01-31 Ian Jacksonuse our default() alias everywhere we can
2021-01-31 Ian Jacksonhidden: Abolish Lens
2021-01-31 Ian Jacksonhidden prep: Provide GameOccults in GameState
2021-01-31 Ian Jacksonhidden prep: Reorganise PieceUpdateFromOp
2021-01-30 Ian Jacksonupdates, errors: Completely revamp error handling
2021-01-26 Ian Jacksonremove redundant semicolons
next