Condorra Condorra
  • Joined on 2023-01-14
Condorra pushed to main at blasthavers/worldwideportal 2024-10-01 23:02:49 +10:00
56edc3d484 Add tick / delay / untick timer commands.
Condorra pushed to main at blasthavers/worldwideportal 2024-09-30 17:18:16 +10:00
cfe2e6cd6d Revoke object URL after clicking anchor to free memory.
Condorra pushed to main at blasthavers/worldwideportal 2024-09-30 16:52:39 +10:00
7fddf30657 Add option to turn on logging to IndexedDB + delete logs + download
Condorra pushed to main at blasthavers/worldwideportal 2024-09-28 21:40:08 +10:00
a8c279e13e Add triggers + removing triggers / aliases.
Condorra pushed to main at blasthavers/worldwideportal 2024-09-27 22:46:28 +10:00
ecdbb3cfa7 Allow listing aliases with #alias with no args.
Condorra pushed to main at blasthavers/worldwideportal 2024-09-27 21:58:20 +10:00
a215133ea6 Make #alias work.
Condorra pushed to main at blasthavers/worldwideportal 2024-09-26 23:31:13 +10:00
ff840c04c2 Implement command queue, and let match table interact with it
Condorra pushed to main at blasthavers/worldwideportal 2024-09-23 22:39:17 +10:00
b1bf0f317a Implement a match table ready for aliases and triggers.
Condorra pushed to main at blasthavers/worldwideportal 2024-09-21 23:26:16 +10:00
0214897a91 Simplify async_sequence function calls.
Condorra pushed to main at blasthavers/worldwideportal 2024-09-21 22:18:48 +10:00
855ecfc13a Unquote strings and braces to simplify command-Lua interop.
Condorra pushed to main at blasthavers/worldwideportal 2024-09-20 23:03:04 +10:00
ba49876f80 Clean up superfluous calls to debrace.
Condorra pushed to main at blasthavers/worldwideportal 2024-09-20 22:59:15 +10:00
f6486498f6 Improve parsing to remove need for debrace everywhere.
Condorra pushed to main at blasthavers/worldwideportal 2024-09-19 23:01:33 +10:00
f619aa4770 Default to JetBrains Mono with no ligatures
Condorra pushed to main at blasthavers/worldwideportal 2024-09-19 22:16:25 +10:00
f79d092c5c Save history in localStorage.
Condorra pushed to main at blasthavers/worldwideportal 2024-09-17 22:14:24 +10:00
8816d76c53 Implement mudinput (sending to MUD from terminal)
Condorra pushed to main at blasthavers/worldwideportal 2024-09-14 21:54:33 +10:00
ff0411b040 Set up frameroutes to route MUD messages to termframes
Condorra pushed to main at blasthavers/minicrossterm 2024-09-13 21:11:41 +10:00
0c8c6d4f0c Fix bug on multiple simultaneous input + tests
Condorra pushed to main at blasthavers/worldwideportal 2024-09-12 20:43:53 +10:00
1015bcb4ad Upgrade to latest (by rev) Lua / gc-arena
Condorra pushed to main at blasthavers/worldwideportal 2024-09-07 22:05:43 +10:00
243132eeec Refactor ready for MUD-specific routing
Condorra pushed to main at blasthavers/worldwideportal-server 2024-09-07 16:42:55 +10:00
958607eabb Check Origin, not CORS (no CORS for WS)