| 2020-12-07 | 
Christian Heller | Mark thing-carrying players with $ instead of +. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-12-06 | 
Christian Heller | Standardize leaving input prompts with empty input. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-12-06 | 
Christian Heller | Improve pick-up listing messages. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-12-06 | 
Christian Heller | Enable picking up from neighbbor tiles. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-12-06 | 
Christian Heller | In pick_up selection view, use list indexes instead...  | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-12-06 | 
Christian Heller | Minor client mode switch refactor. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-12-06 | 
Christian Heller | Enable selecting specific thing for pick-up. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-12-06 | 
Christian Heller | In client map drawing, draw Player things last (= on...  | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-12-06 | 
Christian Heller | Record ideas for optimizing Dijkstra mapping. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-12-06 | 
Christian Heller | Don't recalculate directions all the time, unnecessarily. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-12-06 | 
Christian Heller | Fix faulty default web client target. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-12-06 | 
Christian Heller | In web client, fix buggy attempt at drawing empty map. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-12-06 | 
Christian Heller | Replace annotation polling with annotation push, cache...  | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-12-06 | 
Christian Heller | Limit annotation length. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-12-05 | 
Christian Heller | While rtrim() doesn't work to allow \n-trailed tablet...  | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-12-05 | 
Christian Heller | Remove filter-TODO now fulfilled directly in parser. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-12-05 | 
Christian Heller | Whitelist legal input characters. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-12-05 | 
Christian Heller | Re-instate (better) flood protection. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-12-05 | 
Christian Heller | Fix buggy task code leading to endless collision flicker. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-12-05 | 
Christian Heller | Don't set game.changed where no new send_gamestate...  | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-12-05 | 
Christian Heller | Remove unnecessary looping. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-12-05 | 
Christian Heller | Multi-process FOV generation on send_gamestate. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-12-03 | 
Christian Heller | Greatly reduce FOV on drunkenness. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-12-03 | 
Christian Heller | Fix Bottle.thing_char on emptiness command. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-12-03 | 
Christian Heller | Make fullness/emptiness of bottles visible via .thing_char. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-12-03 | 
Christian Heller | Add BottleDeposit thing that spawns MusicPlayers for...  | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-12-03 | 
Christian Heller | Turn Consumable into Bottle that may be full or empty. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-12-03 | 
Christian Heller | Add music player. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-12-03 | 
Christian Heller | Add comment explaining game state sending interval. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-12-03 | 
Christian Heller | Add main thread profiling hint. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-12-03 | 
Christian Heller | Fix faulty main loop, comment out inactive cause buggy...  | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-12-03 | 
Christian Heller | Fix delay flickering in web client. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-12-03 | 
Christian Heller | Only send out new gamestate every 1/25 second. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-12-03 | 
Christian Heller | In curses client, eliminate lag flickering. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-12-01 | 
Christian Heller | Fix color setting bug. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-12-01 | 
Christian Heller | Add colourful intoxication beverage. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-12-01 | 
Christian Heller | Make windows block sound. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-12-01 | 
Christian Heller | Fix bug that blocked sound from reaching players. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-12-01 | 
Christian Heller | Store door state. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-12-01 | 
Christian Heller | Fix hashbang typo. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-12-01 | 
Christian Heller | Make door closing visible. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-12-01 | 
Christian Heller | Move back thing protection status in display. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-12-01 | 
Christian Heller | Implement doors. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-12-01 | 
Christian Heller | Remove redundant button texts. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-12-01 | 
Christian Heller | Fix move keybinding input field disappearance. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-11-30 | 
Christian Heller | Fix intro button display. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-11-30 | 
Christian Heller | Refactor clients. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-11-30 | 
Christian Heller | Refactor curses client. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-11-30 | 
Christian Heller | Add key control hints to web client buttons. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-11-27 | 
Christian Heller | Use more helpful default for SpawnPoint.name. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-11-27 | 
Christian Heller | Introduce SpawnPoint things, and their Spawners. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-11-27 | 
Christian Heller | Differentiate Spawner into ItemSpawner. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-11-27 | 
Christian Heller | Fix minor link formatting bug. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-11-27 | 
Christian Heller | Add Thing spawner. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-11-27 | 
Christian Heller | Change language to reflect map protection becoming...  | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-11-27 | 
Christian Heller | Enable player movement in admin mode. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-11-27 | 
Christian Heller | Add thing protection. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-11-26 | 
Christian Heller | Fix input line recalculation bugs. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-11-26 | 
Christian Heller | Add thing name editing. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-11-26 | 
Christian Heller | Fix game state change overwriting input fields. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-11-26 | 
Christian Heller | Simplify Thing type differentiation, Furniture becomes...  | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-11-26 | 
Christian Heller | Fix broken map geometry commandeering. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-11-26 | 
Christian Heller | Some more code style improvements after flake8. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-11-26 | 
Christian Heller | Fix various minor, mostly "unused" flake8 complaints. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-11-26 | 
Christian Heller | Fix SSL bug. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-11-26 | 
Christian Heller | Fix missing ArgError import. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-11-26 | 
Christian Heller | Add dependency installation hints to README. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-11-26 | 
Christian Heller | Fix README. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-11-25 | 
Christian Heller | Replace forced map protections view with map mode toggling. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-11-25 | 
Christian Heller | Open in-terminal links in separate window. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-11-25 | 
Christian Heller | Mention movement ability in edit mode help. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-11-25 | 
Christian Heller | Only enforce keyboard input when strictly needed in...  | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-11-25 | 
Christian Heller | More responsive mode leaving. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-11-25 | 
Christian Heller | Display keyboard control hint in web client. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-11-25 | 
Christian Heller | Improve documentation/help choise of words. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-11-25 | 
Christian Heller | Enable edit mode movement in web client. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-11-25 | 
Christian Heller | In web client, also hide help screen on any click. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-11-25 | 
Christian Heller | In study mode, explicitely name map mode. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-11-25 | 
Christian Heller | Minor refactor. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-11-25 | 
Christian Heller | Improve admin modes. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-11-25 | 
Christian Heller | Toggle tile drawing in tile control drawing mode. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-11-25 | 
Christian Heller | Add item-free-terrain view, and augment other views...  | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-11-25 | 
Christian Heller | Show portal char next to terrain char. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-11-25 | 
Christian Heller | Remove need for set password on tile control edit. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-11-25 | 
Christian Heller | Minor refactor. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-11-25 | 
Christian Heller | Minor action renaming. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-11-25 | 
Christian Heller | Put map editing into dedicated map editing mode. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-11-25 | 
Christian Heller | Put admin stuff into dedicated admin mode. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-11-24 | 
Christian Heller | Add most basic README. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-11-24 | 
Christian Heller | Shorten web client HTML file name. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-11-24 | 
Christian Heller | Move socket configuration into command line options. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-11-22 | 
Christian Heller | Lessen audio calculation weight. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-11-22 | 
Christian Heller | Fix terminal link coloring. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-11-22 | 
Christian Heller | Link source code. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-11-22 | 
Christian Heller | Improve move button alignments. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-11-22 | 
Christian Heller | Minor refactor. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-11-22 | 
Christian Heller | Hide map movement keys unavailable in current map geometry. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-11-22 | 
Christian Heller | Minor refactoring. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-11-22 | 
Christian Heller | Minor mode description handling improvements. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2020-11-22 | 
Christian Heller | Improve web client click table layout. | 
commit | commitdiff | tree | snapshot (zip tar.gz) | 
| next |