Game server and admin dashboard for TerranQuest.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
Skylar Ittner 7ec5396d1f Update readme il y a 5 ans
api API: Check for user permission il y a 5 ans
langs Nicer access denied message il y a 5 ans
lib Add `addTextInput` and `addSelect` methods that are simpler than `addInput` il y a 5 ans
mobile Add more permissions checks il y a 5 ans
nbproject Create project from app template and old v1 database schema il y a 5 ans
pages Add textarea to FormBuilder il y a 5 ans
static Minor text changes il y a 5 ans
tests Rewrite to use classes, aligning with AccountHub 2.0 il y a 6 ans
.gitignore User name in navbar now links to Portal home il y a 7 ans
.gitmodules Convert material-color CSS to submodule il y a 7 ans
LICENSE.md Update license and readme il y a 5 ans
README.md Update readme il y a 5 ans
action.php Minor text changes il y a 5 ans
api.php Add comment il y a 5 ans
app.php Create project from app template and old v1 database schema il y a 5 ans
composer.json Switch to Mozilla Public License 2.0 for code consistency il y a 6 ans
composer.lock Rewrite to use classes, aligning with AccountHub 2.0 il y a 6 ans
database.mwb Create project from app template and old v1 database schema il y a 5 ans
index.php Nicer access denied message il y a 5 ans
pages.php Add FormBuilder il y a 5 ans
required.php Whoops il y a 5 ans
settings.template.php Merge ../../BizApps/BusinessAppTemplate il y a 5 ans

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.