From 9724f9d81becc2e95a7576e8ef7e20383c2e2f71 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Thu, 3 Sep 2020 17:16:17 +0100 Subject: [PATCH 1/2] Scrub the enhanced branches from PHILOSOPHY.md --- PHILOSOPHY.md | 59 --------------------------------------------------- 1 file changed, 59 deletions(-) diff --git a/PHILOSOPHY.md b/PHILOSOPHY.md index a38f09a9..0434e029 100644 --- a/PHILOSOPHY.md +++ b/PHILOSOPHY.md @@ -61,62 +61,3 @@ the subset of C99 that C++98 allows. I prefer compiler-specific code to be avoided, since more-portable code benefits all compilers, and keeps the codebase free of clutter. - -# `enhanced-lite` branch -This branch deviates the most from the `accurate` branch, focussing less on -authenticity, and more on improving the base engine. - -## Goal -This branch is intended to benefit modders, by providing a feature-rich base for -mods, while still keeping the original game's 'feel' (think of the Boom project -rather than Chocolate Doom or GZDoom). - -That said, I want to avoid the codebase becoming an over-engineered mess of -seldom-used and niche features - only features with a strong reason to be -included should be added. - -Priority features include ones that already exist in the modding community as -"EXE hacks", such as... -* Common custom TSC commands (' Date: Thu, 3 Sep 2020 17:23:29 +0100 Subject: [PATCH 2/2] Ignore error.log, remove enhanced branch stuff --- .gitignore | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index 027c9659..b494a505 100644 --- a/.gitignore +++ b/.gitignore @@ -46,6 +46,10 @@ /game_japanese/save /game_japanese/s_reverse +# Exclude error logs +/game_english/error.log +/game_japanese/error.log + ################### # Accurate branch # ################### @@ -75,19 +79,3 @@ # Exclude converted resource files /src/Resource - -######################## -# Enhanced-lite branch # -######################## - -# Exclude CSE2EL configuration file -/game_english/ConfigCSE2EL.dat -/game_japanese/ConfigCSE2EL.dat - -################### -# Enhanced branch # -################### - -# Exclude CSE2E configuration file -/game_english/ConfigCSE2E.dat -/game_japanese/ConfigCSE2E.dat