Game server and admin dashboard for TerranQuest.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Skylar Ittner 718bde141d Add chat API, move "items" to "inventory", add color+icon fields to items 5 years ago
api Add chat API, move "items" to "inventory", add color+icon fields to items 5 years ago
database Add chat API, move "items" to "inventory", add color+icon fields to items 5 years ago
langs Nicer access denied message 5 years ago
lib Add `addTextInput` and `addSelect` methods that are simpler than `addInput` 5 years ago
mobile Add more permissions checks 5 years ago
nbproject Create project from app template and old v1 database schema 5 years ago
pages Add textarea to FormBuilder 5 years ago
static Minor text changes 5 years ago
tests Rewrite to use classes, aligning with AccountHub 2.0 6 years ago
.gitignore User name in navbar now links to Portal home 7 years ago
.gitmodules Convert material-color CSS to submodule 6 years ago
LICENSE.md Correct license copyright dates 5 years ago
README.md Update readme 5 years ago
action.php Minor text changes 5 years ago
api.php Add comment 5 years ago
app.php Create project from app template and old v1 database schema 5 years ago
composer.json Add chat API, move "items" to "inventory", add color+icon fields to items 5 years ago
composer.lock Add chat API, move "items" to "inventory", add color+icon fields to items 5 years ago
database.mwb Add chat API, move "items" to "inventory", add color+icon fields to items 5 years ago
database.mwb.bak Get nearby places and players API, improve DB schema, ignore zero-weighted items when picking 5 years ago
index.php Nicer access denied message 5 years ago
pages.php Add FormBuilder 5 years ago
required.php Whoops 5 years ago
settings.template.php Get nearby places and players API, improve DB schema, ignore zero-weighted items when picking 5 years ago

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.