From a3819f9e16da77e10cd1f3e6bc0d0284390fd194 Mon Sep 17 00:00:00 2001 From: Sky Johnson Date: Thu, 11 Jul 2024 21:19:20 -0500 Subject: [PATCH] Move old files to folder for cleanup --- CHANGELOG.md | 2 +- admin.php => old/admin.php | 0 cookies.php => old/cookies.php | 0 explore.php => old/explore.php | 0 fight.php => old/fight.php | 0 forum.php => old/forum.php | 0 heal.php => old/heal.php | 0 help.php => old/help.php | 0 index.php => old/index.php | 0 install.php => old/install.php | 0 login.php => old/login.php | 0 towns.php => old/towns.php | 0 users.php => old/users.php | 0 13 files changed, 1 insertion(+), 1 deletion(-) rename admin.php => old/admin.php (100%) rename cookies.php => old/cookies.php (100%) rename explore.php => old/explore.php (100%) rename fight.php => old/fight.php (100%) rename forum.php => old/forum.php (100%) rename heal.php => old/heal.php (100%) rename help.php => old/help.php (100%) rename index.php => old/index.php (100%) rename install.php => old/install.php (100%) rename login.php => old/login.php (100%) rename towns.php => old/towns.php (100%) rename users.php => old/users.php (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74876e3..acd907c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ The Update has not been merged into `master` yet, but it will be. In the meantim ### Added -- New database wrapper! Allows easy access to the database, which itself has been changed (see changed notes). Can CRUD with a simple interface. +- ~~New database wrapper! Allows easy access to the database, which itself has been changed (see changed notes). Can CRUD with a simple interface.~~ The wrapper has been dropped in favor of a leaner light debug-focused wrapper for PDO. - New render method! Uses an output buffer and `extract()` to safely render templates and allows us to use pure PHP for templating... which we *were* doing before, but now it's even better! - New background image; this one is small, but the old garrish yellow background has been replaced with a smooth white/gray background. The plan is to add a theme toggle later to use the retro look on demand. - Status points; to give the player more build agency, status points will be given per level-up. The number of points can be changed in the overall game settings. diff --git a/admin.php b/old/admin.php similarity index 100% rename from admin.php rename to old/admin.php diff --git a/cookies.php b/old/cookies.php similarity index 100% rename from cookies.php rename to old/cookies.php diff --git a/explore.php b/old/explore.php similarity index 100% rename from explore.php rename to old/explore.php diff --git a/fight.php b/old/fight.php similarity index 100% rename from fight.php rename to old/fight.php diff --git a/forum.php b/old/forum.php similarity index 100% rename from forum.php rename to old/forum.php diff --git a/heal.php b/old/heal.php similarity index 100% rename from heal.php rename to old/heal.php diff --git a/help.php b/old/help.php similarity index 100% rename from help.php rename to old/help.php diff --git a/index.php b/old/index.php similarity index 100% rename from index.php rename to old/index.php diff --git a/install.php b/old/install.php similarity index 100% rename from install.php rename to old/install.php diff --git a/login.php b/old/login.php similarity index 100% rename from login.php rename to old/login.php diff --git a/towns.php b/old/towns.php similarity index 100% rename from towns.php rename to old/towns.php diff --git a/users.php b/old/users.php similarity index 100% rename from users.php rename to old/users.php