Tag: Admin

  • VS Code Migration

    VS Code Migration

    VS Code Implementation Godot’s built-in script editor gets the job done, but VS Code brings more features to the table—better autocomplete, debugging, and real-time collaboration. Now, all scripts open in VS Code by default, with full IntelliSense, LSP (Language Server Protocol) support, and remote pair programming. Pros of VS Code Migration: ✅ Smarter Autocomplete &…

  • Multiplayer Security Update: Hardening Our Defenses

    Multiplayer Security Update: Hardening Our Defenses

    Secure Networking Implementation A key part of getting the build production-ready is secure multiplayer. With encrypted connections, authentication, and automated integrity checks, players can focus on the fight without worrying about outside interference. No man-in-the-middle attacks, no intercepted traffic, no malicious code sneaking in with your packets. Just a secure, stable battlefield. Reinforced Infrastructure Data…

  • Release v0.06c

    Release v0.06c

    Technical Implementation The biggest milestone: getting code signing working. With that in place, release version 0.06c moves one step closer to a clean, professional build. Additional improvements include: UI Positioning Strategic placement of visual elements: Technical Challenges Resolved key implementation hurdles: Next Steps Lore Integration A name, a signature, a mark of authenticity—small things that…

  • Prototype 0.06: Release Package Creation

    Prototype 0.06: Release Package Creation

    Prototype 0.06: Release Package Creation I got started on this rabbit hole because I needed a website to serve as a routing hub, pointing the clients to the correct IP address for their matchmaking server. My EC2 instance has a different public IP each time I take it down and bring it up, so I…

  • Ammo Reset Feature

    Ammo Reset Feature

    Ammo Reset Feature Taking care of a bunch of admin before getting back to the prototype. The LLC and Trademark are filed, and I created a bunch of social media pages. Technical Update Fixed critical gameplay issues with ammo persistence and spawn mechanics: Development Context From the commit logs: “Also cleaning up despawn behavior and…