Cameron Currie

Results 7 issues of Cameron Currie

- Each monster should have its own class (e.g. `MonsterHornet.cpp`) - The `Monster` class should be made more generic (i.e. have virtual methods for attacking the player that will be...

refactor

Depends on #8 Initial idea is for `Object` to define a virtual `use` method that takes various parameters such as a user and target (depending on the context they might...

refactor

- [ ] Define format for NPC description files - [ ] Define directory structure (e.g. `data/npcs`) - [ ] Convert generic hardcoded NPCs to the dynamic system This is...

feature

Details TBD.

feature

My use case is the consumption of [server-sent events](https://html.spec.whatwg.org/multipage/comms.html#server-sent-events) from a "firehose" API endpoint, which is constantly sending data. Ideally, my connection to this endpoint would never be closed. The...

This seems to mainly be a problem when there are multiple potential matches for the username. Say there are two users in chat: alice alice1 Autocompletion for `al` works as...

UI
Bug

https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events#event_stream_format

enhancement