Heroic 1.01 (HoloRP) (ArcturusEMU)

LeChris

github.com/habbo-hotel
Sep 30, 2013
2,725
1,306
Habbo.com - but optimized for retro development!​
Updates

Code:
January 20, 2018


Rewrote client and fixed hotel problems
Hangouts has been rewrote to include more features
Radio is disabled until web sockets is finished
Added user ranks to the default $localStorage
Enabled SSO authentication over a JWT secured GET request
Fixed ng-animate flash bug on navigation
January 19, 2018

Start of changelog
Added multiple children for one child abstract (NAVI)
User authentication tune ups
Started work on web socket server for stability
Added basic client, still needs habbo functionality
Updated website /about page to be more detailed
User registration is being worked on
Rewrote news component to prevent image bug
Added news articles states and rewrote community.news state

Videos?

Arcturus Version

Holo Version
Download


Databases
 

Lotus

Legacy, it's all anyone leaves behind.
Jun 8, 2012
1,637
501
Who built that ugly ass room?
Nathan?

Anyways not a bad release.
 

LeChris

github.com/habbo-hotel
Sep 30, 2013
2,725
1,306
> using nodemon for production
lmao
False. If you actually looked at the code you would see there is a command called "npm run build" which compiles into ES5 so you may run it. Somebody clearly did not look any further into the source before commenting.

Code:
  "scripts": {
    "start": "nodemon -L --exec babel-node ./src/boot.js --presets env --plugins transform-class-properties",
    "stable": "babel-node ./src/boot.js --presets env --plugins transform-class-properties",
    "build": "babel ./src --out-dir=dist --presets env --plugins transform-class-properties"
  }

Seems self-explanatory, doesn't it?
 

TesoMayn

Boredom, it vexes me.
Oct 30, 2011
1,482
1,482
I encourage usage of supervisor, or forever when using something in production but never add it to my package.json as its usually a global dependency.
I prefer

Also, you're expecting the Habbotards that'd use this to know how?

It's probably best to include it, and set it as a script.
 

LeChris

github.com/habbo-hotel
Sep 30, 2013
2,725
1,306
I prefer

Also, you're expecting the Habbotards that'd use this to know how?

It's probably best to include it, and set it as a script.
These are just general releases. When I reach the 2nd version - it will be released in two versions.
  • Open Source
  • Compiled executable with dependencies
    • Let's habtards just double click and the website is running
 
Be sure to follow the development of the second version,
 

Users who are viewing this thread

Top