Commit graph

  • 377b572684 Merge branch 'work/ritchie/tts' into 'devel' Ritchie Frodomar 2025-01-22 03:06:35 +0000
  • fca8889c38
    Add basic speech synthesis, with a Linux Speech Dispatcher backend. work/ritchie/tts Ritchie Frodomar 2025-01-21 22:01:18 -0500
  • 19c0e6ce2c The Shell Update devel Ritchie Frodomar 2025-01-22 02:10:11 +0000
  • 6b7fedbe26 Merge branch 'work/ritchie/cli' into 'devel' Ritchie Frodomar 2025-01-22 01:56:32 +0000
  • 7d1f96ef6b
    Fix nmap showing all ports as open. Ritchie Frodomar 2025-01-21 20:56:16 -0500
  • 89deb6e4ee
    Expose nmap command to new command API Ritchie Frodomar 2025-01-21 20:43:27 -0500
  • 63db77fe86
    Add network mapping support Ritchie Frodomar 2025-01-18 19:16:45 -0500
  • 9ff22bd975
    Re-implement ping Ritchie Frodomar 2025-01-18 19:11:28 -0500
  • 310f1a5531
    Fix NetworkConnection.ConnectToServer not reporting actual connection originator to the game Ritchie Frodomar 2025-01-13 20:40:16 -0500
  • 9bb3be8a5b
    Implement ssh Ritchie Frodomar 2025-01-13 20:27:33 -0500
  • 142b6845df
    Reimplement netcat command Ritchie Frodomar 2025-01-13 18:37:24 -0500
  • 0f24750d8f
    Use new command API for dig command Ritchie Frodomar 2025-01-13 16:53:20 -0500
  • da41fc61eb
    Add extremely basic dig command Ritchie Frodomar 2025-01-13 14:05:51 -0500
  • cc5f016245
    Allow LAN nodes to resolve port translations Ritchie Frodomar 2025-01-13 13:28:18 -0500
  • 9860c7ff8a
    Allow sim nodes to return a resolved port when resolving a network address and port. Ritchie Frodomar 2025-01-13 13:15:12 -0500
  • 190c484758
    Use cancellation in ServerTest and ClientTest to detect disconnects Ritchie Frodomar 2025-01-12 22:28:18 -0500
  • 310d645bfe
    Add cancellation to IConsoleDriver.REadKey and IConsoleDriver.ReadLine Ritchie Frodomar 2025-01-12 22:12:29 -0500
  • 3bdb4d4f02
    Add support for cancellation of ITextScreen.REadLIne Ritchie Frodomar 2025-01-12 22:05:48 -0500
  • 81f81cbf0f
    Attach a cancellation token to all connections, allowing async methods to be cancelled on disconnect Ritchie Frodomar 2025-01-12 21:57:37 -0500
  • 133627da81
    Fix improper cleanup of ServerTest and ClientTest Ritchie Frodomar 2025-01-12 15:34:45 -0500
  • f022f8618b
    Fix stack overflow when tearing down a network connection Ritchie Frodomar 2025-01-12 15:30:57 -0500
  • 4503105e74
    Fix ConsoleLineEditor not setting initial cursor position on first keystroke Ritchie Frodomar 2025-01-12 14:53:38 -0500
  • 4d255903b7
    Allow NetCat listener and client to communicate arbitrary data Ritchie Frodomar 2025-01-12 14:42:53 -0500
  • 73807e0de0
    Turn connection IDs into connection handles. Ritchie Frodomar 2025-01-12 14:09:16 -0500
  • 5cc051e594
    Allow connections to be associated with connection IDs Ritchie Frodomar 2025-01-12 13:57:27 -0500
  • b382875ec7
    Add support for connections on localhost Ritchie Frodomar 2025-01-11 15:21:23 -0500
  • 16b6c453dd
    Allow devices to create listeners again Ritchie Frodomar 2025-01-11 14:53:48 -0500
  • 543cd4f885
    Allow device nodes to be associated with their actual computers Ritchie Frodomar 2025-01-11 12:14:47 -0500
  • 91a40003aa
    Remove SimulationThread Ritchie Frodomar 2025-01-10 19:48:24 -0500
  • d12dd56e5f
    Remove all packet transfer code from network simulation Ritchie Frodomar 2025-01-10 19:32:14 -0500
  • 1322bdf176
    Strip network simulation from core game APIs Ritchie Frodomar 2025-01-10 19:15:32 -0500
  • 69744bef8f Merge branch 'work/ritchie/flow' into 'devel' Ritchie Frodomar 2025-01-13 16:00:17 +0000
  • f267da5dd1
    Fuck this. I'm rewriting net sim on another branch. Damn deadlocks. Ritchie Frodomar 2025-01-10 18:45:59 -0500
  • e9f206102d
    Fix compilation errors after rebase Ritchie Frodomar 2025-01-07 17:41:42 -0500
  • 36995dd0a1
    Fix LineEditor not rendering line after Enter key is pressed, leading to visually dropped keystrokes if console is slow. Ritchie Frodomar 2024-12-28 14:50:02 -0500
  • 340e30a5d6
    Fix ssh causing server-side console input to de-sync with client-side visuals Ritchie Frodomar 2024-12-28 14:44:20 -0500
  • 63de665f72
    Add support for (extremely slow) ssh connections Ritchie Frodomar 2024-12-27 18:22:34 -0500
  • b3472b80bc
    Allow commands using classic argument parsing to ignore new error handling Ritchie Frodomar 2024-12-26 13:09:41 -0500
  • 87d4641d1f
    Add API for retrieving terminal capabilities Ritchie Frodomar 2024-12-26 13:05:43 -0500
  • f95b7ab877
    Add support for searching for actual asterisk characters when shell globbing Ritchie Frodomar 2024-12-26 11:21:55 -0500
  • 9d4eff03c6
    Implement actual file deletion into rm Ritchie Frodomar 2024-12-25 20:29:49 -0500
  • 66ed4b659e
    Add support for shell globbing Ritchie Frodomar 2024-12-25 19:55:35 -0500
  • d9fbe9fca4
    Add support for glob patterns in sdsh Ritchie Frodomar 2024-12-25 16:55:17 -0500
  • 7ca8fce3bd
    Allow any ScriptableCommand to parse arguments using System.CommandLine Ritchie Frodomar 2024-12-25 14:39:21 -0500
  • adf464f0ab
    Minor performance improvements Ritchie Frodomar 2025-01-10 12:23:30 -0500
  • c97724967b
    Rework the Adrenaline system work/ritchie/flow Ritchie Frodomar 2024-11-29 23:09:06 -0500
  • fb06178b0b
    Add support for adrenaline decay Ritchie Frodomar 2024-11-28 17:39:26 -0500
  • 36cf80ec79
    Allow earning Flow by running commands Ritchie Frodomar 2024-11-28 17:12:34 -0500
  • f032b231e2
    Add rendering code for Flow Meter Ritchie Frodomar 2024-11-28 16:11:30 -0500
  • 7b0908b149
    Allow widgets without mouse handlers to show popovers when hovered Ritchie Frodomar 2024-11-28 16:02:47 -0500
  • 686de2946a
    Add Flow Meter Widget Ritchie Frodomar 2024-11-28 16:00:38 -0500
  • 45c0a228ba
    Remove support for old terminal work/ritchie/progression work/ritchie/glob Ritchie Frodomar 2025-01-07 17:05:17 -0500
  • 9afe3f2f40 New Console Renderer Ritchie Frodomar 2025-01-07 22:02:46 +0000
  • e73deda7f4
    Glob support Ritchie Frodomar 2024-12-24 23:29:57 +0000
  • 875e0a4cfb
    Workspace Cycler Ritchie Frodomar 2024-12-01 01:16:14 +0000
  • 6e0c6fac7d
    Wayland Toggle Fix Ritchie Frodomar 2024-11-28 19:12:57 +0000
  • 85f4c24f26
    Update LICENSE master Ritchie Frodomar 2025-01-06 18:46:12 -0500
  • d2565530ed Emoji support Ritchie Frodomar 2024-11-27 02:35:56 +0000
  • f22f252aac Neon Lights and Argon Nights Ritchie Frodomar 2024-11-22 22:27:50 +0000
  • 3412bf0cf9
    Do not publish MRs to Steam. Ritchie Frodomar 2024-11-03 14:23:20 -0500
  • 79d5f00e99 New UI Visual Style System Ritchie Frodomar 2024-11-03 19:15:27 +0000
  • de73d0800b Fix even more platform-related issues Ritchie Frodomar 2024-10-29 19:32:18 +0000
  • 75c8b5432c Fix various platform issues and slightly improve UI Ritchie Frodomar 2024-10-28 03:17:01 +0000
  • 7f8f7dbf42
    Rename build jobs Ritchie Frodomar 2024-10-27 12:42:07 -0400
  • bbd5e4e99d
    Rename 'Coronavirus' icon constant to 'BeerWorm' Ritchie Frodomar 2024-10-27 12:13:25 -0400
  • 1667648adf
    Add Windows build job Ritchie Frodomar 2024-10-26 21:05:46 -0400
  • 7dc36d5d53
    Remove Steam Deck motherboard check. Ritchie Frodomar 2024-10-26 20:47:08 -0400
  • 73b540b415
    Remove seveal unneeded APIs Ritchie Frodomar 2024-10-25 21:41:57 -0400
  • e2e65c63af
    Upgrade dotnet-tools Ritchie Frodomar 2024-10-25 20:24:35 -0400
  • e2cf7e12dd
    Dependency conflict Ritchie Frodomar 2024-10-25 20:14:19 -0400
  • a39daf7c1f
    Upgrade MonoGame packages Ritchie Frodomar 2024-10-25 20:01:41 -0400
  • 5039e44baf
    Remove need for manually adding NuGet feeds Ritchie Frodomar 2024-10-23 16:21:50 -0400
  • e8963a8aa7
    Allow tags to be published to Steam 24.10-ci_test_2 Ritchie Frodomar 2024-10-22 20:40:30 -0400
  • e3df0072bb
    Fix typo in build version info 24.10-ci_test Ritchie Frodomar 2024-10-22 20:22:36 -0400
  • ee736ea34f
    Try again Ritchie Frodomar 2024-10-22 20:15:27 -0400
  • 76ef4f434e
    Pass the version string differently Ritchie Frodomar 2024-10-22 20:02:30 -0400
  • 2ef8519aa9
    Try passing the variables differently Ritchie Frodomar 2024-10-22 19:46:40 -0400
  • d4fc8e0088
    Try again... Ritchie Frodomar 2024-10-22 19:34:18 -0400
  • e16a6b8938
    Fix build description Ritchie Frodomar 2024-10-22 19:20:14 -0400
  • 3e50029695
    Fix repository URL in Steam job Ritchie Frodomar 2024-10-22 19:10:17 -0400
  • 2906b1169e
    Fix incorrect branch name for Steam job Ritchie Frodomar 2024-10-22 18:53:32 -0400
  • 34804a857a Update .gitlab-ci.yml file Ritchie Frodomar 2024-10-22 22:48:22 +0000
  • b02f8b45b0
    Allow Steam deployment Ritchie Frodomar 2024-10-22 18:46:53 -0400
  • 64f710e729
    Document how to build Career Mode Ritchie Frodomar 2024-10-20 20:51:59 -0400
  • bbe7fc6364
    Rename Career submodule list so users don't accidentally try to clone it when not permitted. Ritchie Frodomar 2024-10-20 20:27:59 -0400
  • d4d2fa9575
    Optimize how many times we build the game on a new container Ritchie Frodomar 2024-10-20 20:22:23 -0400
  • 7785481efd Add Career assets as submodule Ritchie Frodomar 2024-10-20 18:18:50 -0400
  • 4e7a183684 Remove unnecessary scale transform in Desktop Ritchie Frodomar 2024-09-14 20:13:31 -0400
  • 0cea3a657e Switch to Windows (misc. changes from copying the repo) Ritchie Frodomar 2024-09-14 19:04:56 -0400
  • 427e4b6439 Add licensed UI audio Ritchie Frodomar 2024-08-16 16:06:12 -0400
  • 61733849a5 Fix deadlock when exiting a game to main menu Ritchie Frodomar 2024-08-16 18:04:34 -0400
  • 043f35f830 Add events for widgets being removed/added in the hierarchy Ritchie Frodomar 2024-08-16 17:44:45 -0400
  • 8cc587a54f Fix issue where Ritchie wrote code under the influence of a migraine, leading to sounds not playing. Ritchie Frodomar 2024-08-16 16:28:28 -0400
  • ad4aa04497 Add entry sounds to LineEditor Ritchie Frodomar 2024-08-16 14:07:48 -0400
  • 685e611c8a Add support for tutorial overlays Ritchie Frodomar 2024-08-08 20:10:29 -0400
  • a60e2865d9 Add support for crafting and disassembling Ritchie Frodomar 2024-08-07 18:54:22 -0400
  • 03f381c027 Implement skeletal crafting UI Ritchie Frodomar 2024-08-04 22:59:35 -0400
  • 9fad87c32c Add support for crafting in the save file Ritchie Frodomar 2024-08-03 21:51:45 -0400
  • 454930999b Add support for inter-ISP packets in Network Simulation Ritchie Frodomar 2024-08-02 16:00:04 -0400
  • dc2df1b726 Add support for widget tweening Ritchie Frodomar 2024-08-01 16:08:19 -0400