Game server and admin dashboard for TerranQuest.
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
Skylar Ittner 7ec5396d1f Update readme 5 anni fa
api API: Check for user permission 5 anni fa
langs Nicer access denied message 5 anni fa
lib Add `addTextInput` and `addSelect` methods that are simpler than `addInput` 5 anni fa
mobile Add more permissions checks 5 anni fa
nbproject Create project from app template and old v1 database schema 5 anni fa
pages Add textarea to FormBuilder 5 anni fa
static Minor text changes 5 anni fa
tests Rewrite to use classes, aligning with AccountHub 2.0 6 anni fa
.gitignore User name in navbar now links to Portal home 7 anni fa
.gitmodules Convert material-color CSS to submodule 7 anni fa
LICENSE.md Update license and readme 5 anni fa
README.md Update readme 5 anni fa
action.php Minor text changes 5 anni fa
api.php Add comment 5 anni fa
app.php Create project from app template and old v1 database schema 5 anni fa
composer.json Switch to Mozilla Public License 2.0 for code consistency 6 anni fa
composer.lock Rewrite to use classes, aligning with AccountHub 2.0 6 anni fa
database.mwb Create project from app template and old v1 database schema 5 anni fa
index.php Nicer access denied message 5 anni fa
pages.php Add FormBuilder 5 anni fa
required.php Whoops 5 anni fa
settings.template.php Merge ../../BizApps/BusinessAppTemplate 5 anni fa

README.md

TerranQuest Server

This is the second iteration of a server for TerranQuest.

Setup Tips

  • Run composer install (or composer.phar install) to install dependency libraries
  • If you don't have any color in the navbar, run git submodule init and git submodule update.