Game server and admin dashboard for TerranQuest.
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
Skylar Ittner 7ec5396d1f Update readme 5 lat temu
api API: Check for user permission 5 lat temu
langs Nicer access denied message 5 lat temu
lib Add `addTextInput` and `addSelect` methods that are simpler than `addInput` 5 lat temu
mobile Add more permissions checks 5 lat temu
nbproject Create project from app template and old v1 database schema 5 lat temu
pages Add textarea to FormBuilder 5 lat temu
static Minor text changes 5 lat temu
tests Rewrite to use classes, aligning with AccountHub 2.0 6 lat temu
.gitignore User name in navbar now links to Portal home 7 lat temu
.gitmodules Convert material-color CSS to submodule 7 lat temu
LICENSE.md Update license and readme 5 lat temu
README.md Update readme 5 lat temu
action.php Minor text changes 5 lat temu
api.php Add comment 5 lat temu
app.php Create project from app template and old v1 database schema 5 lat temu
composer.json Switch to Mozilla Public License 2.0 for code consistency 6 lat temu
composer.lock Rewrite to use classes, aligning with AccountHub 2.0 6 lat temu
database.mwb Create project from app template and old v1 database schema 5 lat temu
index.php Nicer access denied message 5 lat temu
pages.php Add FormBuilder 5 lat temu
required.php Whoops 5 lat temu
settings.template.php Merge ../../BizApps/BusinessAppTemplate 5 lat temu

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.