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 bfc85c006f API: add useitem il y a 5 ans
api API: add useitem il y a 5 ans
database Add chat API, move "items" to "inventory", add color+icon fields to items il y a 5 ans
langs API: add useitem 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 API: add useitem il y a 5 ans
.gitmodules Convert material-color CSS to submodule il y a 7 ans
LICENSE.md Correct license copyright dates 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 Add chat API, move "items" to "inventory", add color+icon fields to items il y a 5 ans
composer.lock Add chat API, move "items" to "inventory", add color+icon fields to items il y a 5 ans
database.mwb Add chat API, move "items" to "inventory", add color+icon fields to items il y a 5 ans
database.mwb.bak API: add useitem 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 Get nearby places and players API, improve DB schema, ignore zero-weighted items when picking 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.