Condorra Condorra
  • Joined on 2023-01-14
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)
Condorra pushed to main at blasthavers/worldwideportal 2024-09-07 00:17:34 +10:00
466566a6c5 Implement UserData interning + websocket connect
1df6e574d2 Work in progress towards implementing WebSocket connection.
Compare 2 commits »
Condorra pushed to main at blasthavers/worldwideportal-server 2024-09-03 22:01:39 +10:00
89379e40d9 Enable TLS, CORS options
Condorra pushed to main at blasthavers/worldwideportal-server 2024-09-01 00:13:50 +10:00
8dfd84343d Make server configurable through environment.
Condorra created branch main in blasthavers/worldwideportal-server 2024-08-31 21:52:28 +10:00
Condorra pushed to main at blasthavers/worldwideportal-server 2024-08-31 21:52:28 +10:00
528d264b02 Initial tiny test server
Condorra created repository blasthavers/worldwideportal-server 2024-08-31 21:52:20 +10:00
Condorra pushed to main at blasthavers/worldwideportal 2024-08-26 20:28:08 +10:00
1fa196da1f Add hsplit / merge, LICENCE
Condorra pushed to main at blasthavers/worldwideportal 2024-08-23 23:38:15 +10:00
c32d7ac2bd Support vsplit from in Lua.
Condorra pushed to main at blasthavers/worldwideportal 2024-08-22 22:25:32 +10:00
525f69296e Render runtime split-screen layout.