Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged base and d3xp together. #29

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on May 24, 2023

  1. Merged base and d3xp together.

    After this commit, all of the DOOM 3 base code and Resurrection of Evil
    SDK code exist as one unified codebase, producing two DLLs but sharing
    90% of the same code. Anything that is different between them (should)
    be `#ifdef`'d out.
    
    The primary motivation for doing this is to eliminate code reuse. I want
    to develop a mod for both Resurrection of Evil and the base game, but I
    don't want to make my changes twice. Thus, having a unified codebase
    like this makes a lot of sense.
    eezstreet committed May 24, 2023
    Configuration menu
    Copy the full SHA
    eead50c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a59315 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2072cb7 View commit details
    Browse the repository at this point in the history