Out to the Black is in active development with new releases shipping continuously. This page is the player-facing summary of what's changed — new features, gameplay tuning, UI polish, accessibility improvements, and content additions you'll actually notice in-game. The full developer-side change history (including infrastructure work, performance instrumentation, and back-end refactors that don't affect what you see) lives separately and isn't reproduced here.
For real-time discussion of updates, feedback on balance, and bug reports, join our Discord community or follow @Sand_Box_Studio on X for patch notes and behind-the-scenes development.
May 13, 2026
Ad-Policy ComplianceMajor rework of how ads behave to align with ad-network policy. The forced mid-game fullscreen ad that used to trigger automatically after 10 minutes of cumulative play is gone — fullscreen ads are now strictly opt-in via the death-screen Watch Ad button. The 9-minute countdown bar that led into the forced ad is also removed. On the death screen, a passive free-respawn countdown now runs alongside the Subscribe and Watch Ad buttons: ignore both options and the screen lets you respawn for free after 60 seconds. The bottom banner no longer appears during the pre-signin loading splash or the game-full queue screen — it only shows once you're signed in and in the game. Banner and death-side ads now refresh only on genuine game-screen transitions (Fleet, Asteroids, Player Ship, Build) rather than on every UI button click. No effect on gameplay; quality-of-life and policy-compliance improvements across the board.
Spring 2026New content site: deep guides for every gameplay system. Eight new pages cover Factions, Controls, Combat, Mining, Building, AI, Galaxy Events, Leveling, Survival Tips, Getting Started, and Highscores. Each one is the comprehensive reference we wish we'd had when we started playing — written from inside the cockpit, with the math, the timing, and the tradeoffs spelled out.
May 5, 2026
Galaxy ExpansionThe galaxy doubled in size. Every spatial constant — the preferred no-pull zone, team home positions, wormhole locations, asteroid spawn corners — stretched together so the gravity rhythm and asteroid drift you already knew scale to the new world. Player engine power and asteroid drift unchanged: traversal takes longer, and traversing the dead zone at the center may legitimately consume fuel — by design. Spawn jitter widened proportionally so teammates still spawn in a recognizable cluster.
New Galaxy MapsThe sign-in galaxy map and the in-game search map now stretch automatically with the expanded galaxy. The server tells the client what scale to render, so future changes to galaxy size only require a server-side adjustment. Same visual structure, accurate at any scale.
April 30, 2026
Daily Highscores in DiscordThree new daily leaderboard categories: Top Kill (biggest single takedown), Biggest Single-Life Score, Longest Survival. Daily winners are announced every morning at 08:00 UTC in their own dedicated Discord channels with custom-colored embeds. The records reset daily, so every day starts a new race. Join our Discord to track who's winning.
Death Photo CardWhen you die, you can now share your death moment as a polished image card. The card features YOU DIED in dramatic red with a triple-layer white halo, a zoomed screenshot of your final moments, your level and score and survival time, and the outtotheblack.com handle. On mobile, the share button opens the native share sheet to text, email, Discord, or any installed social app. On desktop it copies the image to your clipboard AND downloads as a backup. Optimized JPEG keeps file size small so it actually sends.
Daily Admin DigestNew admin-only daily digest page consolidates the previous day's metrics into a single view, plus the three daily highscore winners (Top Kill, Biggest Score, Longest Survival) for that day. Historical days are frozen so once a day passes, its numbers can't change. Helps us see at a glance which features are working and which players are dominating.
May 3, 2026
Mobile Fullscreen GatePhones and tablets now require landscape fullscreen to play. A sci-fi-styled overlay appears before sign-in with a glowing FULLSCREEN button that pulses for attention. Tapping it enters fullscreen and locks landscape orientation in the same gesture. If you exit fullscreen mid-game for any reason — system gesture, app switch, swipe-down menu — the gate immediately reappears so the next tap of FULLSCREEN restores play. Same gate appears if you rotate to portrait. Desktop play is unaffected.
Cross-Device PolishTwo updates that make the game feel native on every device. First: control surfaces now route through device detection rather than viewport width, so larger tablets (iPad Pro in landscape) correctly get touch sliders, and narrow desktop windows correctly keep keyboard controls. Second: mobile chrome polish — added the responsive-rendering hint to the homepage so layouts render crisp on phones, removed the gray flash that iOS Safari shows on tap, stopped long-press selection menus on stat labels and the canvas, and suppressed the pull-to-refresh gesture so an accidental thumb-swipe during play can't reload mid-fight.
Subscribe Geo-GatingThe Subscribe button now appears only for visitors in the United States, where Sandbox Studios is registered to collect subscription payments. International players continue to enjoy full free-tier access including the in-game experience and the ad-supported respawn flow. Geo-detection happens server-side via the visitor's IP at page-load.
Security Hardening PassA comprehensive security review shipped seven updates that affect what happens behind the scenes. Operator-only alerts now fire to a private Discord channel when something goes wrong on the server so we hear about issues in real time. Stronger input validation rejects malformed network messages silently. Stricter browser security headers protect against clickjacking and content-type sniffing. The subscription payment flow was tightened so all calls now derive identity from your verified sign-in rather than from anything in the request body. None of these are visible during normal play; the game looks and feels exactly the same.
Death Screen PolishThe death screen now uses a solid black background instead of the tiled cockpit-panel pattern that frames the central viewport during gameplay. The cleaner mood matches the pre-sign-in splash. Pattern returns the moment you respawn. The central circle where the death stats card and any frozen scene appear is unaffected; only the outer frame changes from patterned to black.
May 2, 2026
In-Game About Screen LinksThe in-game About screen now includes direct links to Privacy Policy and Terms of Service alongside the existing How-to-Play Guide and Version History links. Players can reach every policy page from inside the game without leaving the gameplay context. Each link opens in a new tab so it doesn't interrupt an active session.
Privacy Policy and Terms of ServiceAdded comprehensive Privacy Policy and Terms of Service pages at /privacy and /terms. The Privacy Policy covers what data is collected, how it's used, the third parties involved, cookie usage, the consent flow for European visitors, children-under-13 disclosures, and the rights residents of the EEA, the UK, and California have to access, correct, or delete data. The Terms of Service covers eligibility, account responsibilities, acceptable use, intellectual property, subscription terms, and the standard legal framework for the service. Both are linked from the site footer.
Faction Color Palette UnificationCleaned up an inconsistency where the structure-destruction particle bursts used a separate color palette from the rest of the game. All team-color rendering now flows through a single canonical palette. Same colors you've always seen, just sourced from one place — small architectural cleanup with no visual change.
Device Detection CentralizedCentralized mobile-vs-desktop detection into one shared helper. Side benefit: iPad on iPadOS 13+ now correctly identifies as a touch device across all gameplay surfaces (mobile sliders, fullscreen behavior, sign-in layout, orientation handling) instead of falling through to desktop UI as it did before due to Safari reporting itself as Macintosh. iPad players should see the touch UI from now on. No change for any other device.
Tip-System Architecture CleanupInternal cleanup pass: deduplicated several utility helpers that were copy-pasted across multiple files (score formatter, angle-normalization, asteroid tier lookup, faction palette, device detection). Same outputs, sourced from one canonical location. New player-visible behavior elsewhere benefits from the cleaner foundation.
May 4, 2026
Performance: Smoother CombatSignificant performance work that delivers a much smoother feel during heavy combat. Five separate per-tick state updates were combined into a single message, cutting per-recipient network overhead substantially. Spatial indexing for who-sees-what calculations replaced linear scans — what was quadratic in player count became near-constant. Object pooling for the spatial index reduced memory churn so the garbage collector runs less often and with much shorter pauses. Tail latency under load is dramatically improved.
Distance-Sensitive BroadcastsStationary items and structures no longer re-broadcast every server tick when nothing has changed. Items are stationary until picked up; structures only change when their team or health shifts. The per-tick update now omits these sub-fields when the world is calm. No effect on what players see; just less work per tick.
View Version History on Sign-In ScreenA new VIEW VERSION HISTORY button on the sign-in screen reveals the complete release history without leaving the page. Tap the X or press Escape to close it. The button only appears on the sign-in screen and only after the loading splash has finished — never during gameplay.
Frame-Time Performance InstrumentationAdded always-on per-tick timing in the game loop — phase durations for physics, collisions, item pickup, and network broadcasts, plus total frame time over a rolling five-second window with garbage-collection pauses captured separately. Internal data only, exposed to admin operators for ongoing performance monitoring. No effect on player-side performance; the overhead is well under the frame budget.
May 7, 2026
Search Engine and Ad-Network ReadinessAdded the standard signals search engines and ad-network crawlers expect. Page titles, document type declarations, language attributes, canonical URLs, social-share images, and Twitter Card tags across every public page. Structured-data markup tells crawlers in machine-readable form that this is a free-to-play multiplayer persistent-world space game by Sandbox Studios LLC with a free-with-ads tier and a US-only subscription tier. None of this affects gameplay.
24-Hour Structure CleanupTo keep the galaxy from filling up with abandoned structures, structures owned by players who have been offline for 24+ hours AND whose ship was destroyed before they disconnected are now automatically cleaned up. The underlying asteroid unclaims if no other structures remain on it. This affects only long-absent players whose last login is more than a day ago AND whose ship was destroyed before they disconnected. Returning within 24 hours, or being alive when you log off, leaves your structures untouched. Cleanup runs every 15 minutes in the background.
Bug Fix: Stale Harpoon GraphicsFixed a long-standing rendering bug where the visual harpoon would stay on screen indefinitely after a missed harpoon retracted, until an unrelated harpoon fired nearby or an asteroid was eaten. No effect on harpoon flight, attachment, retraction speed, rope physics, or any other gameplay behavior — purely a render-cleanup correctness fix.
Earlier Foundation
Before the recent releases listed above, an extensive foundation phase brought the game from its first commit to a playable state. Highlights of that work include the original server architecture, the rendering engine, the physics system, the multiplayer networking layer, and the core gameplay loop. The full developer changelog covering hundreds of foundational versions is preserved internally and surfaced for active players via the in-game About → Version History link.
Game foundation · Server architecture · Rendering engine · Physics system · Networking protocol · Core gameplay loop · AI patrol and engagement · Faction balancing · Asteroid generation · Wormhole gravity · Multiplayer sync