Releases: damian-pastorini/reldens
Releases · damian-pastorini/reldens
4.0.0-beta.32
- [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
- [Bug] - Wrong @reldens/utils version.
4.0.0-beta.31
- [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
- [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
- [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
- [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
- [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
- [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.
4.0.0-beta.26.1
- [Bug] - Players second connection throwing errors and first connection position not been saved.
- [Bug] - Team leave undefined playerName.
- [Bug] - Diagonal movement not working.
- [Bug] - Clan invite declined undefined room_id.
4.0.0-beta.26
- [Bug] - Fix minimap display position.
- [Bug] - Trade sub-actions are not working.
- [Bug] - Check admin login with social media login.
- [Bug] - Touch screen to move on mobile is not working.
- [Bug] - Press release on movement keys is not stopping the player.
- [Feature] - Make broadcast played time optional.
- [Feature] - Implement item drops.
- [Feature] - Implement Teams and Clan system.
- [Feature] - Integrate Team and Clan actions with the Chat.
- [Feature] - Improve Battle system rewards.
- [Feature] - Integrate drops with Teams to split items configurable by player level, damage made or random.
- [Core] - Include terms and conditions feature.