Visual-Ts Lake of fire [0.6.22]
Lake of fire 0.6.22
Server config changes:
Added free service mongodb.net ->
// enum : 'dev', 'prod', `mongodb.net` or `mongodb.net-dev`
this.serverMode = "mongodb.net-dev";
Setup dev
when you wanna run all it in localhost.
Setup mongodb.net
when you use public production server but you wanna use mongodb.net
Setup prod
When you use your own mongod on your public production server.
Setup mongodb.net-dev
if you wanna use localhost env but you wanna use mongodb.net free service.
This is fix for always pain switching between different env's.
this.databaseRoot = {
dev: "mongodb://localhost:27017" ,
prod: "mongodb://userAdmin:*************@localhost:27017/admin",
freeService: "mongodb+srv://userAdmin:**********@cluster0.piqav.mongodb.net/masterdatabase?retryWrites=true&w=majority"
};
New features
0.6.21 -> Added record-canvas npm module, game play can be recorded to the mp4 format and with no action download after rec interval ends.
0.6.20 -> Added Sound:On/Off feature
0.6.19 -> Adding Sound class to the ioc controller, help for generate self-singed cert
0.6.18 -> Added free service mongodb.net new optimal option for choosing database
0.6.16 -> added background audio and jump effect for single player
0.6.15 -> UPDATE Broadcaster , added webcam access local without networking hot fix . Added local-stream-loaded dispatch event trigger.
etc...