home · contact · privacy
In web client, get rid of matchAll, unsupported in older browsers.
[plomrogue2] / rogue_chat_curses.py
2020-11-13 Christian HellerFix square grid scrolling bug.
2020-11-13 Christian HellerAugment map display with thing amount info.
2020-11-13 Christian HellerAdd item picking and dropping.
2020-11-13 Christian HellerAdd basic non-player things system.
2020-11-13 Christian HellerRemove chat QUERY.
2020-11-12 Christian HellerFix empty input bug in curses client.
2020-11-12 Christian HellerFix visibility tests on annotation, volume algorithm.
2020-11-12 Christian HellerAdd field of view.
2020-11-12 Christian HellerImprove client connection failire / reconnect handling.
2020-11-11 Christian HellerMinor key effect fixes in clients.
2020-11-10 Christian HellerPut all editing below play mode.
2020-11-10 Christian HellerFix arg order for passwords.
2020-11-10 Christian HellerPassword-protect tiles from portal and annotation editi...
2020-11-10 Christian HellerDon't lose input values by /help input.
2020-11-10 Christian HellerImprove help system.
2020-11-10 Christian HellerAlso inhibit FLATTEN_SURROUNDINGS with terrain passwording.
2020-11-10 Christian HellerAdd terrain editing access control via passwords.
2020-11-10 Christian HellerAdd TASK command to request available commands.
2020-11-10 Christian HellerSplit LOGIN into NICK and LOGIN.
2020-11-09 Christian HellerInitial commit.