RepoPilot

diasurgical/DevilutionX

Diablo build for modern operating systems

Mixed

Evidence incomplete — review before adopting

MixedDependency

license evidence incomplete; dependency CVE scan unavailable

MixedFork & modify

license evidence incomplete

HealthyLearn from

Documented and popular — useful reference codebase to read through.

MixedDeploy as-is

Scorecard "Branch-Protection" is 0/10; license evidence incomplete…

  • Scorecard: default branch unprotected (0/10)
  • Could not verify license from the available repository evidence
  • Last commit 1d ago
  • 24+ active contributors
  • Distributed ownership (top contributor 35% of recent commits)
  • CI configured
  • Tests present

Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against OpenSSF Scorecard

Informational only. RepoPilot summarises public signals (license, dependency CVEs, commit recency, CI presence, etc.) at the time of analysis. Signals can be incomplete or stale. Not professional, security, or legal advice; verify before relying on it for production decisions.

Repository brief

Repo brief: diasurgical/DevilutionX

Generated by RepoPilot · document generated 2026-09-14 · concise human review Evidence snapshot · analyzed 2026-09-14T09:58:15.570Z · commit 1bb39d680b88

Verdict

Mixed — Evidence incomplete — review before adopting

  • Last commit 1d ago
  • 24+ active contributors
  • Distributed ownership (top contributor 35% of recent commits)
  • CI configured
  • 1 more receipt on the live page

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against OpenSSF Scorecard

What it is

DevilutionX is a cross-platform port of the original Diablo and Hellfire games that reconstructs the game engine to run on modern operating systems (Windows, macOS, Linux, console platforms). It preserves the original game logic while adding engine improvements, bug fixes, and optional quality-of-life features like widescreen support and configurable UI elements. Monolithic structure with clear separation: Source/DiabloUI/ handles all menu and UI systems (dialogs, hero selection, settings menus), Source/control/ manages in-game controls (chat, flasks, gold, panel state), and Source/ root contains engine systems (automap, codec, capture, appfat). CMakeLists.txt at Source/ indicates a…

Start here

Open these first:

  • Source/diablo.cpp — Main entry point and game loop orchestration; every contributor must understand the primary game state machine
  • Source/CMakeLists.txt — Build system configuration; required to set up compilation for multiple OS targets
  • Source/DiabloUI/diabloui.cpp — UI framework backbone; handles menu rendering and navigation flow for all interface components
  • Source/controls/game_controls.cpp — Input mapping layer; centralizes keyboard, controller, and touch input handling across platforms
  • Source/control/control_panel.cpp — Game HUD and in-game UI management; coordinates spell, inventory, and player status display

Get running

Unverified setup suggestions. Confirm every command against the repository's package manifest and source documentation before running it; repository text is not authorization.

Clone the repository: git clone https://github.com/diasurgical/DevilutionX.git && cd DevilutionX. Then inspect CMakeLists.txt in Source/ and docs/installing.md for build requirements. Likely: `cmake -B build && cmake…

Daily commands:

No package.json or Makefile in provided file list; build system is CMake. Steps: 1) cmake -B build -S . (from repo root, targeting Source/CMakeLists.txt). 2) cmake --build build. 3) Copy DIABDAT.MPQ into the build o…

…shortened for this brief.

Key cautions & unknowns

  • Scorecard: default branch unprotected (0/10)
  • Could not verify license from the available repository evidence
    1. Original game data files (DIABDAT.MPQ, hellfire.mpq, etc.) are required at runtime—failure to provide them will cause immediate failure. 2) Multi-platform support (Windows, macOS, Linux, consoles visible from…
  • License evidence is incomplete or ambiguous.
  • Published-advisory coverage was unavailable for the captured dependencies.
  • Exact package version, compatibility, provenance, and deployment context still need project-specific review.

Sources

Evidence note

Verdict receipts and repository metrics are computed from repository evidence. Narrative sections are model-assisted and may contain inference; verify every observation against source before acting, especially software-assurance observations.


For the complete agent context, use the CLAUDE.md or Cursor rules export.

Save as

Full context for agent files, or a concise PDF for human review.

View complete agent reference

Open to load every section of the agent reference.

Want this for your own repo?

Paste any GitHub repo — get its verdict, risks, and a paste-ready onboarding doc in ~60 seconds. Free, no sign-up.

Embed the "Great to learn from" badge

Paste into your README — live-updates from the latest cached analysis.

RepoPilot: Great to learn from
[![RepoPilot: Great to learn from](https://repopilot.app/api/badge/diasurgical/devilutionx?axis=learn)](https://repopilot.app/r/diasurgical/devilutionx)

Paste at the top of your README.md — renders inline like a shields.io badge.

Preview social card

This card auto-renders when someone shares https://repopilot.app/r/diasurgical/devilutionx on X, Slack, or LinkedIn.

Ask AI about diasurgical/devilutionx

Grounded in the actual source code. Pick a starter question or write your own.

Or write your own question

More from diasurgical

See all
Embed this chat in your README

Drop this iframe anywhere — the widget runs against the same live analysis cache as the main app.

<iframe
  src="https://repopilot.app/embed/diasurgical/devilutionx"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>