Reldens Versions Save

Reldens - You can make it - Open Source MMORPG Platform

4.0.0-beta.34

1 month ago
  • [Bug] - Fix support for multiple tilset images.
  • [Bug] - Installer is success but storage data is not been reloaded so the installer fails.
  • [Feature] - Improve tile map generator with maps association.
  • [Core] - Integrate Game Data Generator as command.
  • [Core] - Included class paths enabled flag.
  • [Core] - Implement current "/scripts" as npx commands.

4.0.0-beta.33

3 months ago

[Bug] - Room audio not working. [Bug] - Wrong forgot password link URL. [Bug] - Bullets sprites not always been removed. [Bug] - Improve respawn transition. [Bug] - Animation sound related are getting stuck. [Bug] - Improve scene change transition. [Bug] - Broken registration because missing rooms data. [Bug] - Fix default themes favicos and PWA data. [Feature] - Implement option to make objects show an "activation" green border on "hover".

4.0.0-beta.32

3 months ago
  • [Bug] - Missing "select scene" snippet.
  • [Bug] - Fixed scene selector titles.
  • [Bug] - On disconnection there's none error handler.
  • [Bug] - Debug and improve FPS.
  • [Bug] - Fixed player name and move sprites updates.
  • [Bug] - Include core validation for room ID coming from the config on player creation without room selection enabled.
  • [Core] - Add bullet speed check, remove if X and Y speed are zero.

4.0.0-beta.31.1

3 months ago
  • [Bug] - Wrong @reldens/utils version.

4.0.0-beta.31

3 months ago
  • [Bug] - Check change points on house-2.
  • [Bug] - Fix "Image tile area not tile size multiple in: reldens-gravity"
  • [Bug] - Overspeed in gravity room.
  • [Bug] - Error message "Target body world is missing. Body ID" when the player is death.
  • [Bug] - ItemSprites not replaying a second time and wrong depth.
  • [Bug] - Texture "aK_heal_potion_20" not found
  • [Bug] - Texture "aK_magic_potion_20" not found
  • [Bug] - magic_potion_20.png 404 (Not Found)
  • [Bug] - heal_potion_20.png 404 (Not Found)
  • [Bug] - ObjectBody world is null on restoreObject method. Disable onDispose is not working.
  • [Bug] - "Battle inactive target" after respawn.
  • [Bug] - Changing scene old world not been removed.
  • [Bug] - Missing animation: default_death.
  • [Bug] - ERROR - Animation sprite not found fireball_cast.
  • [Bug] - TypeError: this.positionToTiles is not a function.
  • [Bug] - Missing animation: undefined_down.
  • [Bug] - Missing sample data updates on rooms names.
  • [Bug] - Missing configurations and update queries on last migration.
  • [Bug] - Fix avatar default position on player selector to use front-view and not side step.
  • [Bug] - Change "users" default view data in the administration panel.

4.0.0-beta.30

4 months ago
  • [Bug] - Error: Creation query failed error. Invalid or missing value for: autoFillRanges. Make sure checkboxes will get a default value when empty.
  • [Bug] - ERROR - Configuration level 2 > "groupBaseData" not defined
  • [Bug] - Undefined reldens version on demo.
  • [Bug] - Make sure system config for speeds are been used properly. See rooms/world/movementSpeed and players/physicsBody/speed.
  • [Bug] - Fix default fallback from class path image to player image.
  • [Bug] - AdminJS issue on authenticated router.
  • [Core] - On admin panel include room files upload.

4.0.0-beta.29

5 months ago
  • [Bug] - Fixed objects assets file.
  • [Bug] - Fixed snippets on item system.
  • [Bug] - Applied rate limtis on homepage.
  • [Bug] - Cleaned game configuriation and removed harcoded values.
  • [Bug] - Fixed environment variables validation.
  • [Bug] - Fix outdated nodemailer implementation.
  • [Bug] - Fix game chat not auto-scrolling with new messages.
  • [Bug] - TypeError: Error.captureStackTrace is not a function.
  • [Core] - Update Colyseus to latest version.
  • [Core] - Update Firebase to latest version.
  • [Core] - Update Phaser to latest version.
  • [Core] - Made player initial state and stats fully configurable, removed all process values.
  • [Core] - Improved default theme.
  • [Core] - Made administration panel options configurable from the storage.
  • [Core] - Allow config processor to use single paths.
  • [Core] - Split installation between core and sample-data, making sample data optional.
  • [Core] - Improve installation process, create a web and script step by step asking for all the requirements.

4.0.0-beta.28

6 months ago
  • [Bug] - Disable ads or provide a test app for reldens.demo.
  • [Bug] - Migration upgrade script for beta.27 is broken.
  • [Bug] - Disabled sounds and music playing after ads.
  • [Core] - Update Firebase to latest version.
  • [Core] - Update Phaser to latest version.
  • [Core] - Update Colyseus to latest version.
  • [Core] - Implement group body blocks.

4.0.0-beta.27

7 months ago
  • [Bug] - Fixed broken sections in the admin.
  • [Bug] - Chat private messages not showing the other player name.
  • [Bug] - Minimap default zoom.
  • [Bug] - Blocked player bodies on deactivated state.
  • [Bug] - Deactivated state on players value.
  • [Feature] - Create an ads plugin to integrate ads views in game.
  • [Feature] - Improve chat view sample with chat tabs by chat type.
  • [Core] - Create translations table with processor for game-client.
  • [Core] - Make objects base classes configurable from admin.

4.0.0-beta.26.2

11 months ago
  • [Bug] - Fix TODOs in the "theme" folder.
  • [Bug] - TileSetAnimation doesn't support multiple tilesets, the animation index is incorrect, it requires the tileset initial index been considered.