home · contact · privacy
plomrogue2
2020-12-08 Christian HellerFix web client moving player with explorer on move...
2020-12-08 Christian HellerAvoid multiprocessing until it's really worth it.
2020-12-08 Christian HellerOnly re-process FOVs for players whose FOV radius is...
2020-12-08 Christian HellerFix faulty FOV handling of non-player Things.
2020-12-08 Christian HellerRefactor thing addition / removal.
2020-12-08 Christian HellerUpdate FOV if dropping a hat (= creating a new Thing...
2020-12-08 Christian HellerUpdate FOVs on dropping Things in a way that removes...
2020-12-08 Christian HellerRecalc FOVs and their map view results only on relevant...
2020-12-07 Christian HellerFix web client default target.
2020-12-07 Christian HellerFix remixer drop bug.
2020-12-07 Christian HellerWiden face and hat.
2020-12-07 Christian HellerAlso activate HatRemixer when dropping hat by unwearing it.
2020-12-07 Christian HellerSpawn hats from BottleDeposit, add HatRemixer.
2020-12-07 Christian HellerAdd wearable hats.
2020-12-07 Christian HellerAdd editable player faces.
2020-12-07 Christian HellerAdd song deletion to MusicPlayer.
2020-12-07 Christian HellerFix bug where MAP height setting would break draw_map.
2020-12-07 Christian HellerFix broken THING_MUSICPLAYER_SETTINGS.
2020-12-07 Christian HellerOverhaul MusicPlayer code.
2020-12-07 Christian HellerImprove precision of install key name.
2020-12-07 Christian HellerAdd install/uninstall feedback messages.
2020-12-07 Christian HellerFix broken MusicPlayer handling.
2020-12-07 Christian HellerShow Thing installation status in Thing info display.
2020-12-07 Christian HellerSave thing installation status.
2020-12-07 Christian HellerFix bug sending THING_CARRYING to clients who don't...
2020-12-07 Christian HellerExclude non-portable things from pick_up selection.
2020-12-07 Christian HellerSimplify pick up failure messages.
2020-12-07 Christian HellerMake doors installable/uninstallable.
2020-12-07 Christian HellerMark thing-carrying players with $ instead of +.
2020-12-06 Christian HellerStandardize leaving input prompts with empty input.
2020-12-06 Christian HellerImprove pick-up listing messages.
2020-12-06 Christian HellerEnable picking up from neighbbor tiles.
2020-12-06 Christian HellerIn pick_up selection view, use list indexes instead...
2020-12-06 Christian HellerMinor client mode switch refactor.
2020-12-06 Christian HellerEnable selecting specific thing for pick-up.
2020-12-06 Christian HellerIn client map drawing, draw Player things last (= on...
2020-12-06 Christian HellerRecord ideas for optimizing Dijkstra mapping.
2020-12-06 Christian HellerDon't recalculate directions all the time, unnecessarily.
2020-12-06 Christian HellerFix faulty default web client target.
2020-12-06 Christian HellerIn web client, fix buggy attempt at drawing empty map.
2020-12-06 Christian HellerReplace annotation polling with annotation push, cache...
2020-12-06 Christian HellerLimit annotation length.
2020-12-05 Christian HellerWhile rtrim() doesn't work to allow \n-trailed tablet...
2020-12-05 Christian HellerRemove filter-TODO now fulfilled directly in parser.
2020-12-05 Christian HellerWhitelist legal input characters.
2020-12-05 Christian HellerRe-instate (better) flood protection.
2020-12-05 Christian HellerFix buggy task code leading to endless collision flicker.
2020-12-05 Christian HellerDon't set game.changed where no new send_gamestate...
2020-12-05 Christian HellerRemove unnecessary looping.
2020-12-05 Christian HellerMulti-process FOV generation on send_gamestate.
2020-12-03 Christian HellerGreatly reduce FOV on drunkenness.
2020-12-03 Christian HellerFix Bottle.thing_char on emptiness command.
2020-12-03 Christian HellerMake fullness/emptiness of bottles visible via .thing_char.
2020-12-03 Christian HellerAdd BottleDeposit thing that spawns MusicPlayers for...
2020-12-03 Christian HellerTurn Consumable into Bottle that may be full or empty.
2020-12-03 Christian HellerAdd music player.
2020-12-03 Christian HellerAdd comment explaining game state sending interval.
2020-12-03 Christian HellerAdd main thread profiling hint.
2020-12-03 Christian HellerFix faulty main loop, comment out inactive cause buggy...
2020-12-03 Christian HellerFix delay flickering in web client.
2020-12-03 Christian HellerOnly send out new gamestate every 1/25 second.
2020-12-03 Christian HellerIn curses client, eliminate lag flickering.
2020-12-01 Christian HellerFix color setting bug.
2020-12-01 Christian HellerAdd colourful intoxication beverage.
2020-12-01 Christian HellerMake windows block sound.
2020-12-01 Christian HellerFix bug that blocked sound from reaching players.
2020-12-01 Christian HellerStore door state.
2020-12-01 Christian HellerFix hashbang typo.
2020-12-01 Christian HellerMake door closing visible.
2020-12-01 Christian HellerMove back thing protection status in display.
2020-12-01 Christian HellerImplement doors.
2020-12-01 Christian HellerRemove redundant button texts.
2020-12-01 Christian HellerFix move keybinding input field disappearance.
2020-11-30 Christian HellerFix intro button display.
2020-11-30 Christian HellerRefactor clients.
2020-11-30 Christian HellerRefactor curses client.
2020-11-30 Christian HellerAdd key control hints to web client buttons.
2020-11-27 Christian HellerUse more helpful default for SpawnPoint.name.
2020-11-27 Christian HellerIntroduce SpawnPoint things, and their Spawners.
2020-11-27 Christian HellerDifferentiate Spawner into ItemSpawner.
2020-11-27 Christian HellerFix minor link formatting bug.
2020-11-27 Christian HellerAdd Thing spawner.
2020-11-27 Christian HellerChange language to reflect map protection becoming...
2020-11-27 Christian HellerEnable player movement in admin mode.
2020-11-27 Christian HellerAdd thing protection.
2020-11-26 Christian HellerFix input line recalculation bugs.
2020-11-26 Christian HellerAdd thing name editing.
2020-11-26 Christian HellerFix game state change overwriting input fields.
2020-11-26 Christian HellerSimplify Thing type differentiation, Furniture becomes...
2020-11-26 Christian HellerFix broken map geometry commandeering.
2020-11-26 Christian HellerSome more code style improvements after flake8.
2020-11-26 Christian HellerFix various minor, mostly "unused" flake8 complaints.
2020-11-26 Christian HellerFix SSL bug.
2020-11-26 Christian HellerFix missing ArgError import.
2020-11-26 Christian HellerAdd dependency installation hints to README.
2020-11-26 Christian HellerFix README.
2020-11-25 Christian HellerReplace forced map protections view with map mode toggling.
2020-11-25 Christian HellerOpen in-terminal links in separate window.
2020-11-25 Christian HellerMention movement ability in edit mode help.
2020-11-25 Christian HellerOnly enforce keyboard input when strictly needed in...
next