This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
Releases: EtherealEngine/etherealengine
Releases Β· EtherealEngine/etherealengine
v0.5.4
What's Changed
- v0.5.3 by @github-actions in #5889
- Avatar Fall Animation by @mohsenheydari in #5884
- Various refactor by @HexaField in #5870
- Fixes to project build process, rearranging of dependencies. by @barankyle in #5877
- Remove Thumbnail with avatar by @zulqarnainhanif in #5909
- Pinning all feathers packages to 5.0.0-pre.10 by @barankyle in #5916
- World.namedEntities ECS integration by @speigg in #5907
- Fix accumulator skip by @speigg in #5918
- feathers dep fix by @HexaField in #5934
- feathers peer deps by @HexaField in #5935
- clean up engine and project cross import by @HexaField in #5945
- VR Left Thumbstick Rotation Fix by @mohsenheydari in #5888
- Remove Collider Meshes After Processing by @HexaField in #5893
- Remove static resource with file browser key if available by @zulqarnainhanif in #5914
- Pinning kubectl version to 1.23.6 to avoid aws-cli user apiVersion issue by @barankyle in #5959
- Fix: pug path CI/CD failure by @HexaField in #5953
- scene bug fix, log for avatar cicd failure by @HexaField in #5963
- added login at editor no-access page by @FabriceIRANKUNDA in #5956
- Fix up e2e bot tests by @HexaField in #5706
- Optimized Material Shader Pipeline by @HexaField in #5664
- Discord bot integration by @barankyle in #4981
- Fix FixedPipelineSystem test by @speigg in #5964
- Set isLoggedIn after LOADED_USER_DATA by @speigg in #5976
- Fix bug when trying to delete broken project by @barankyle in #5978
- File browser issue fix by @NPatel10 in #5967
- Added Stats js to render performance charts by @NPatel10 in #5926
- Move test bot by @HexaField in #5979
- Fix: 'Rename Scene' Click Away Listener by @HexaField in #5980
- add popup if scene has been modified when trying to rename scene by @HexaField in #5981
- Component test cases by @NPatel10 in #5982
- Configurable Camera Raycast + Avatar Upload Fix by @dinomut1 in #5881
- Gameserver Cleanup by @HexaField in #5985
- setup_helm_builder.sh now uses same commands as setup_helm.sh by @barankyle in #5995
- fixed bug with editor camera component by @dinomut1 in #6000
- Dev: Elastic Search & Grafana setup dev with pino logger by @ashishguptasanu in #5946
- Use Custom Theme from DB in Client by @zulqarnainhanif in #5852
- added scroll option and improved instance chat UI by @FabriceIRANKUNDA in #5883
- Fetching project files from storageProvider instead of local. by @barankyle in #6019
- Raycast fix by @dinomut1 in #6020
- Scenes/Projects use Storage Provider Instead of File System by @HexaField in #5998
- Vol Component Playlist Count Controlled String by @HexaField in #6024
- Trigger Volume only for Local User by @HexaField in #6026
- Removed some
subQuery: false
params to fix pagination. by @barankyle in #6030 - Faster Engine init & customizable injected systems by @speigg in #6036
- Editor bug fixes by @NPatel10 in #6041
- init and bot improvements by @HexaField in #6049
- Refactor logging, add component. by @dmitrizagidulin in #6044
- Changes for rippled helm charts by @hanzlamateen in #6021
- Update light mode theme by @zulqarnainhanif in #6028
- Hands IK by @mohsenheydari in #5549
- Postprocessing and shadow fix by @NPatel10 in #6038
- Changes for IPFS helm charts by @hanzlamateen in #6050
- '/' is not mandatory at the end of url to load cubemap by @NPatel10 in #6051
- Storage Provider no longer in Global Scope by @HexaField in #6055
- Fixes for several A/V problems by @barankyle in #6035
- Cleanup time conventions and world time origins by @speigg in #6068
- Collider optimize by @dinomut1 in #6086
- Fixes for recent changes to how storage providers work. by @barankyle in #6065
- Move scene and camera objects from Engine to World by @HexaField in #6088
- Network Transport and Handler Refactor by @HexaField in #6089
- Fix TSC Error by @HexaField in #6096
- Avatar T-Pose Detection And Conversion by @mohsenheydari in #6097
- Editor bug fix by @NPatel10 in #6056
- Fix Party Chat Profile Menu by @zulqarnainhanif in #6090
New Contributors
- @ashishguptasanu made their first contribution in #5946
Full Changelog: v0.5.3...v0.5.4
v0.5.3
What's Changed
- Restructure README and documentation markdown. by @dmitrizagidulin in #5687
- Added VITE_MEDIATOR_SERVICE to builder.extraEnv in templates. by @barankyle in #5690
- Offline Mode and Refactor Auto Login by @HexaField in #5683
- Improve Admin Panel Mobile Views by @zulqarnainhanif in #5661
- File browser refactor and refinements by @NPatel10 in #5595
- Csm issue fix by @NPatel10 in #5684
- Added script to check db exists only by @hanzlamateen in #5697
- Reformat Project docs, fix links, add missing dep. by @dmitrizagidulin in #5712
- Moved feathers-swagger to server-core package.json by @barankyle in #5715
- Cleanup scripts and agones logging by @speigg in #5720
- Remove pre-push hook, Improve Contribution Template and Docs by @HexaField in #5723
- Feathers Avatar Upload Works by @HexaField in #5657
- Fixed a couple of bugs with the PIP user video window. by @barankyle in #5719
- Refactor code by @zulqarnainhanif in #5729
- Support Multiple Cubemaps and Fix Cubemap Prefab Baking by @HexaField in #5752
- Remove Link Prefab by @HexaField in #5750
- Merge Deps by @HexaField in #5663
- add audio listener once audio context is enabled by @HexaField in #5760
- Update DateTime Picker Dialog Styling by @zulqarnainhanif in #5768
- Update Apexchart tooltip and menu styling to make it readable by @zulqarnainhanif in #5761
- HyperFlux, Engine.store, and Engine.currentWorld.store by @speigg in #5604
- Fix Audio Autoplay by @HexaField in #5771
- hyperflux docker by @HexaField in #5773
- Improve Engine Timer accuracy and World time sync by @speigg in #5772
- Avatar linear mode movement fixes by @hamzzam in #5749
- Move client-core tests to explicit test folder. by @dmitrizagidulin in #5778
- Fixed issues with VITE_* ENV_VARS not being used in client build. by @barankyle in #5782
- Patch threejs audio matrix update and resume audio context properly by @HexaField in #5780
- Head Decap Shader and Functions Update by @mohsenheydari in #5703
- Clean up world & engine actions, idempotency, type safety by @HexaField in #5785
- Add Asset Component by @dinomut1 in #5655
- Controller model customisation by @FabriceIRANKUNDA in #5654
- Added local storage support for editor helpers by @NPatel10 in #5710
- Fixed large file upload issue by returning uploaded file URLs by @indrajitsinh in #5795
- S3 url fix by @dinomut1 in #5801
- Fix webrtc transport connection issues by @speigg in #5804
- Fix networked action dispatch ordering / lifecycle by @HexaField in #5796
- Fix client core dep by @dinomut1 in #5806
- revert avatar input state to engine store by @FabriceIRANKUNDA in #5810
- Hardware acceleration by @FabriceIRANKUNDA in #5735
- Asset Test Project Integration by @HexaField in #5807
- revert adding test suite to cicd by @HexaField in #5821
- Avatar movement VR bug fixes by @hamzzam in #5800
- clean up old seeder code and fix avatar upload issues by @HexaField in #5822
- Fix and test ECS Typings by @speigg in #5828
- some vr controller fixes by @HexaField in #5827
- Color Scheme Customization by @zulqarnainhanif in #5791
- Convert Engine Events to Actions by @HexaField in #5816
- Retargeting System Refactor by @mohsenheydari in #5572
- File browser error fix by @NPatel10 in #5832
- Chat user typing by @FabriceIRANKUNDA in #5809
- Replace winston and console with pino logger. by @dmitrizagidulin in #5813
- Move all renderer associated objects from Engine to EngineRenderer by @HexaField in #5836
- Added button to install project from url by @NPatel10 in #5846
- Fix Local Build & Improve Env Var Handling by @HexaField in #5859
- Remove is editor by @NPatel10 in #5861
- Fix license info by @speigg in #5867
- Instancify Engine Object by @HexaField in #5860
- Various Bug Fixes by @HexaField in #5875
- Skipping logger.fatal on exit code 0 by @barankyle in #5874
- Remove circular dependencies related to Engine.ts and hyperflux by @speigg in #5880
- Jump Animation Update by @mohsenheydari in #5864
- Added support to override global environment map for model nodes by @NPatel10 in #5882
Full Changelog: v0.5.2...v0.5.3
v0.5.2
What's Changed
- v0.5.1 by @github-actions in #5360
- Fix Typescript Errors Not Failing CI/CD by @HexaField in #5363
- Changes to build xrengine with projects by @hanzlamateen in #5339
- Update 01-installation.md by @michaelsharpe in #5350
- Animation system update by @mohsenheydari in #5277
- typescript nonsense by @HexaField in #5375
- Editor ux improvements by @NPatel10 in #5308
- Replace EditorEvents with Hookstate by @zulqarnainhanif in #5348
- Added podName column to instance model. by @barankyle in #5369
- Fix Avatars in Loopable Animation Model Component by @HexaField in #5392
- Removed use of gameserver subdomains in Mediasoup announcedIp. by @barankyle in #5389
- Delete Project Properly by @zulqarnainhanif in #5381
- Improved media server reconnection. by @barankyle in #5393
- updated spawn plate by @mrhegemon in #5417
- Unify Tutorials and Docs by @HexaField in #5143
- XRUI interactable modal improvements by @speigg in #5419
- Fix model animation interact with the trigger volume by @rondoor124 in #5354
- Fix obstacles positioned incorrectly by @HexaField in #5423
- Physics engine improvements by @hamzzam in #5355
- Fixed some bugs with authentication settings. by @barankyle in #5418
- Fixed fetching of current closest users and their media. by @barankyle in #5412
- Eliminate Global Scope for Server-Core tests and Fix Silent Failing Tests by @HexaField in #5276
- Create Avatar by upload .glb file on admin system by @kimenyikevin in #5312
- Test cases for some nodes and a Mouse movement bug fix in editor by @NPatel10 in #5426
- Client core types by @kinjalravel in #5290
- Improve static files cdn by @FabriceIRANKUNDA in #5309
- Ktx2 and meshopt integration by @dinomut1 in #5435
- Pre-Cached & Synchronous Asset Loader by @HexaField in #5384
- Added root-builder to minikube build script by @hanzlamateen in #5440
- Fix some interactive system errors while scene is loading by @speigg in #5439
- Fixed a bug with seeding values. by @barankyle in #5446
- Fix physics debug renderer not updating by @HexaField in #5441
- Admin panel should use login modal by @kimenyikevin in #5438
- Restored placing the instanceId in the URL. by @barankyle in #5454
- Update bitecs by @HexaField in #5455
- CORS Proxy Scene Parser Handled Explicitly by @HexaField in #5449
- Improve scene loading typings & fix loading race by @speigg in #5468
- Project Configurable Env Settings by @zulqarnainhanif in #5409
- GLTF ECS Matrix Auto Update Bug Fixes by @HexaField in #5492
- Add sorting to admin panel tables by @kimenyikevin in #5461
- Location type not pre-populating in edit modal (Fix) by @kimenyikevin in #5494
- Changes to initially load gameserver with location by @hanzlamateen in #5231
- Graph changes on admin panel by @zulqarnainhanif in #5471
- State sync for physics by @hamzzam in #5480
- Netcode: Replace scrollViewCursor with shouldWrite arg by @HexaField in #5497
- Issues in admin/avatars by @kimenyikevin in #5501
- Multi-button Combination Input by @HexaField in #5499
- Netcode Fix Fixed Tick Bug & No-change Desync by @HexaField in #5511
- Miscellaneous VR bug fixes by @HexaField in #5512
- Fixed bug in rendering private project information in upload modal. by @barankyle in #5510
- Improved transport reconnection logic. by @barankyle in #5515
- Update Color scheme for Editor by @zulqarnainhanif in #5504
- Fixed a bug with minikube client local file loading. by @barankyle in #5482
- Update Admin color scheme by @zulqarnainhanif in #5516
- Clean user login by @FabriceIRANKUNDA in #5472
- Added cluster autoscaler installation to AWS setup instructions. by @barankyle in #5527
- Remove ownerIndex from NetworkObjectComponent by @HexaField in #5532
- Express App Initialization Refactor by @HexaField in #5528
- Animation System Update by @mohsenheydari in #5526
- Removed all the mangers and replaced them with state and functions by @NPatel10 in #5533
- hooks Type by @kinjalravel in #5539
- Fix msa file upload by @indrajitsinh in #5546
- Fix Typescript Errors by @HexaField in #5551
- Update Admin Panel popup and drawer color scheme by @zulqarnainhanif in #5542
- Fixed issues with OAuth by moving app.set('host') and ('port') by @barankyle in #5548
- update color scheme in location panels by @zulqarnainhanif in #5550
- Remove unnecessary param helper function by @HexaField in #5552
- Verify Scope Tests by @HexaField in #5553
- Add a minimalist mode with some show/hide buttons on location UI by @FabriceIRANKUNDA in #5436
- designed ui for select avatar menu by @FabriceIRANKUNDA in #5517
- Improved some admin project modals by @barankyle in #5537
- Editor light node fix by @NPatel10 in #5556
- Feathers service types - client core by @kinjalravel in #5462
- HomePage Improvements by @zulqarnainhanif in #5558
- Some Editor UI improvements and bug fixes by @NPatel10 in #5567
- Update threejs to r139 by @HexaField in #5566
- Reimplemented glTF Import/Export by @dinomut1 in #5571
- Styling Improvements by @zulqarnainhanif in #5581
- Avatar loading material effect by @rondoor124 in #5394
- Resize Avatar in Avatar Load Pipeline by @HexaField in #5592
- Replace FXAA with SMAA by @HexaField in #5594
- Fixed [Admin] the pagination count of groups in admin are wrong #5574 by @kinjalravel in #5583
- Style scroll bars in editor #5593 by @kinjalravel in #5597
- Added npm upgrade in root dockerfile by @hanzlamateen in #5582
- Improve login by magiclink by @FabriceIRANKUNDA in #5580
- add optional fields to MatchUserInterface by @XiaNi in #5610
- Editor Project API bug fix by @HexaField in #5606
- Removed unnecessary braces from Services #5602 by @kinjalravel in #5609
- fixed Invite to Party issue #5573 by @kinjalravel in #5596
- Minor readme/markdown formatting fixes. by @dmitrizagidulin in #5611
- Fix location refresh issue by @FabriceIRANKUNDA in https://github.com/XRFoundation/XREng...
v0.5.1
What's Changed
- v0.5.0 by @github-actions in #5028
- Update texture compression by @speigg in #5025
- Changes to make first user admin on isDev by @hanzlamateen in #4993
- Adds tests for engine/system functions & clean up portal implementation by @HexaField in #4995
- Fix touchmove bounce on mobile by @speigg in #5043
- Network Action Receptor Tests by @HexaField in #5035
- Deps by @HexaField in #5045
- Apply New Style to Network Action Receptors by @HexaField in #5047
- Fixed issues with seeding from builder. by @barankyle in #5053
- Fixed bug in party-permission-authenticate.ts params by @barankyle in #5054
- Improve Server Timer by @HexaField in #5056
- New connection rather than old connection disallowed when same user logs in by @HexaField in #5058
- Bone Matching Improvement V2 by @rondoor124 in #5055
- fixed issues caused by rapid change of scene by @FabriceIRANKUNDA in #5065
- Add performance monitoring by @speigg in #5066
- Fix guests being unable to update their username by @HexaField in #5067
- Fixes in /admin/groups route and admin/user route fixes( user role update ) by @kimenyikevin in #5007
- Upload avatar by @FabriceIRANKUNDA in #5037
- Inventory Front End Refactor #4430 by @kinjalravel in #5064
- Asset Loader Streamline by @HexaField in #5073
- move inventory to project by @HexaField in #5070
- Interactables tests by @HexaField in #5072
- Add portal redirect option by @HexaField in #5084
- Avatar spawn bug fixes by @HexaField in #5085
- Media Server Connection Bugs by @HexaField in #5086
- New netcode hotfix by @hamzzam in #5090
- Fixed improper spacing in changes to builder-deployment.yaml by @barankyle in #5101
- Fixed bug with loading initial layer users. by @barankyle in #5102
- Canvas size fix by @mohsenheydari in #5104
- Improve Action Cleanup by @HexaField in #5106
- Updated source of dotenv.config in vite.config.js. by @barankyle in #5110
- added invalidate cache button in project admin page by @FabriceIRANKUNDA in #5095
- Fixed issues with audio/video systems and gameserver shutdown. by @barankyle in #5126
- Fix arrow key default behavior by @speigg in #5112
- Avatar Function Tests by @HexaField in #5111
- ComponentFunction tests by @HexaField in #5109
- Head Decap VR by @mohsenheydari in #4979
- Avatar NPC Animations by @HexaField in #5115
- added analytics, create & update Bot, activeRout types by @kinjalravel in #5076
- Distributed authority by @hamzzam in #5120
- Changes for common typings by @hanzlamateen in #5049
- Added User typings ( Server core) by @kinjalravel in #5129
- Fix avatar old one behind issue by @rondoor124 in #5142
- fix tsconfig for projects by @HexaField in #5147
- Low Latency Pose Forwarding by @speigg in #5149
- Tests for distributed authority by @hamzzam in #5167
- Added location-admin, channel, location-ban, location-settings, location-type, location, message, message-status, party-user, party typings ( Server core) by @kinjalravel in #5131
- Setting type by @kinjalravel in #5152
- Make shift key a toggle to sprint and default speed walking by @rondoor124 in #5158
- /admin route sidebar improvement by @kimenyikevin in #5171
- sync @kubernetes/client-node versions in server and server-core packages by @XiaNi in #5169
- Payments type by @kinjalravel in #5157
- Media type by @kinjalravel in #5173
- refactor admin panel related code by @zulqarnainhanif in #5151
- QAT testbot fixes by @hanzlamateen in #4970
- Networking type by @kinjalravel in #5170
- fix entity undefined in data reader by @HexaField in #5178
- Deps by @HexaField in #5184
- Scene loading error handling by @speigg in #5150
- Refactor /admin/avatars by @kimenyikevin in #5105
- Server core unit tests by @hanzlamateen in #5121
- Added better handling of JSON database settings. by @barankyle in #5177
- Made publish scripts create repos if they don't exist. by @barankyle in #5174
- Use Effects Class from Post Processing Package by @HexaField in #5199
- Refactor User Menu by @HexaField in #5155
- Create scene with all nodes by @NPatel10 in #5004
- Break apart gameserver init into smaller functions by @HexaField in #5204
- Fix pagination on admin system by @kimenyikevin in #5193
- Fixed some issues encountered when testing on minikube. by @barankyle in #5220
- Fixed some issues with LinkedIn and Twitter OAuth2. by @barankyle in #5221
- Fix clear model on create location and pagination on route by @kimenyikevin in #5223
- All Editor Scenes Generate Cubemap by @FabriceIRANKUNDA in #5132
- changed console.info message to more appropriate by @XiaNi in #5228
- fix mock avatars, remove unneeded call in ikfunctions by @HexaField in #5225
- Switched Helm references from
mariadb
tosql
. by @barankyle in #5235 - app property with same Application type is already in parent CustomOA⦠by @XiaNi in #5226
- Object layer simplification by @HexaField in #5236
- loading screen no longer downscales with render quality by @HexaField in #5241
- refactored s3 to use async functions by @FabriceIRANKUNDA in #5234
- Add docker quickstart docs from wiki by @HexaField in #5046
- Fixed bug in producer creation/resumption. by @barankyle in #5269
- fix dispatch bug and fix npc bug by @HexaField in #5270
- Avatar Upload Preview uses ECS by @FabriceIRANKUNDA in #5168
- change package for joystick by @zulqarnainhanif in #5244
- Project menu improvement by @NPatel10 in #5210
- Service type by @kinjalravel in #5206
- Improve model handling in asset loader by @HexaField in #5287
- Portal improvements by @HexaField in #5282
- Updated build process to run more in parallel by @barankyle in #5283
- Reduced initial delays on all services. by @barankyle in #5297
- Simplify User Menu XRUI by @HexaField in #5165
- Equippables use hand pose by @HexaField in #5306
- loading screen tex...
v0.5.0
Featured Contributions:
- Matchmaking @XiaNi
- Editor uses the Engine @NPatel10
- Editor scene loading is isomorphic with runtime @NPatel10
- Equippables & Grabbables @hamzzam
- Invite to location with nearby spawning @hamzzam
- Comprehensive Typescript Error Checking @HexaField
- Configurable Server App Settings via Admin Panel @barankyle @zulqarnainhanif
- Networked Cached Actions @speigg
- Simplify Incoming & Outgoing Action Networking @speigg
- Safe ECS exit queries & entity removal/recycling tags @speigg
- 3x Optimized Logic & Scene Render @NateTheGreatt @HexaField @speigg
- 5x Optimized Netcode via ECS Serialization @NateTheGreatt
- CORS Proxy @rondoor124 @barankyle
- Bone Matching for better avatar support @rondoor124
- Overhauled Animation & Camera System (towards true VR IK) @mohsenheydari
- First Person Head Decapitation @mohsenheydari
- Locomotion foot sync @mohsenheydari
- User Inventory & Trade via BIAB Integration @swpnit82 @kinjalravel @zulqarnainhanif @HexaField
- Project API MVP @HexaField
- Dynamic System Injection @speigg @HexaField
- XRUI MVP @speigg
- XRUI Loading Screen @speigg @sheflywithwings @zulqarnainhanif @HexaField
- Testing Bot & Benchmark Deployment QA CI/CD Integration MVP @hanzlamateen
- Github Repository Auth for Private Project Install @rondoor124
- Engine State Refactor @Abhishek-Pathak-Here
- Finalised Performance Auto Tuning @HexaField @speigg
- Discord Oauth @barankyle
- Refactor nextjs public runtime config to simple process.env @barankyle @HexaField
- Separate Docker Images for API, Instance, Analytics servers and Client @barankyle
- More granular deployment configuration @barankyle
- Use google STUN servers @barankyle
- Client UI QA & Refactor @zulqarnainhanif
- Admin UI QA & Refactor @zulqarnainhanif @kimenyikevin
- Harmony UI QA & Refactor @kimenyikevin
- Editor UI QA & Refactor @NPatel10 @FabriceIRANKUNDA
What's Changed
- v0.4.13 by @github-actions in #4228
- Continue with documentation by @HexaField in #4230
- Location Loading More Reliant on FLUX Pattern by @HexaField in #4241
- Clean up globals by @HexaField in #4217
- Network Action Test Helper Function by @HexaField in #4219
- Deps by @HexaField in #4252
- Editor project creation improvements by @zulqarnainhanif in #4236
- Fix Physics Tests by @HexaField in #4247
- Typescript Error Checking by @HexaField in #4238
- IK System Updates by @mohsenheydari in #4147
- Added minikube installation instructions. by @barankyle in #4262
- Fix disconnect server crash by @speigg in #4257
- Make Server Configs Editable by @zulqarnainhanif in #4234
- Improved instance provisioning to reduce double-provisions and other issues. by @barankyle in #4221
- Revert "Improved instance provisioning to reduce double-provisions and other issues." by @barankyle in #4282
- Changes for fixing docs by @hanzlamateen in #4220
- submit create project form on enter by @zulqarnainhanif in #4281
- Consolidate error logging by @speigg in #4263
- Pin dependencies by @renovate in #4090
- Better instance provisioning by @barankyle in #4288
- Mock Avatar Spawning and Bone Solver Optimizations by @HexaField in #4289
- Avatar Project Overhaul by @HexaField in #4267
- Add network spawning for dynamic gltf-model objects. Make equippables work for network spawned objects. by @HexaField in #4071
- specify port for gameserver/dev script by @XiaNi in #4280
- Fix CORS Issue by @rondoor124 in #4271
- CORS Proxy Scene URLs Handled on the Backend by @HexaField in #4330
- Refetch Scene in Editor on save by @zulqarnainhanif in #4315
- Press Delete Key to delete nodes in Editor by @zulqarnainhanif in #4333
- Dependencies audit by @hanzlamateen in #4304
- Lock threejs to a specific commit from github until webxr bugs are fixed by @HexaField in #4335
- UI Improvement Editor Post Processing Text by @zulqarnainhanif in #4344
- Fix PartyVideoWindows by @speigg in #4313
- Upgraded to mediasoup 3.9.2 from 3.8.4 by @hanzlamateen in #4348
- Fix Engine State Debug Viewer by @speigg in #4314
- Added Camera IK solver by @mohsenheydari in #4336
- Puttclub fixes by @alextitonis in #4355
- Updated cors-proxying to be done entirely via nginx in production. by @barankyle in #4343
- changed getTicketsAssignment to use node fetch by @XiaNi in #4339
- Updated Helm templates and added local template. by @barankyle in #4351
- Fixed issues with audio/video not transmitting and local channel connection. by @barankyle in #4359
- Create upload and projects folders if not found on server startup by @HexaField in #4361
- Dynamic Engine System Injection and Refactor by @HexaField in #4368
- Separate DB for tests by @hanzlamateen in #4362
- delete unused map files, prepare to organize remaining files by @patreeceeo in #4249
- Functional Scene Loader Refactor by @HexaField in #4369
- Fixed the command for helm add by @hanzlamateen in #4375
- Add scene loader tests by @HexaField in #4377
- Fix removeEntity bug by @speigg in #4337
- Fixes for docker file by @hanzlamateen in #4395
- Exiting the api server on forceRefresh only occurs on dev. by @barankyle in #4405
- Fixed project seeding. by @barankyle in #4412
- Fixed a bug with creating magiclink identity-providers. by @barankyle in #4413
- Added pagination to listObjects function. by @barankyle in #4416
- Refactor Seeder for Projects by @HexaField in #4417
- Fixed issues with provisioning channel instances and clearing instanceIds by @barankyle in #4390
- change @styled/icon to mui icons by @zulqarnainhanif in #4420
- Matchmaking: ticket attributes by @XiaNi in #4378
- Inventory & Trade by @swpnit82 in #4347
- Deleting package.json before npm installing cli and aws-sdk in GH actions by @barankyle in #4431
- Media icons box fix by @barankyle in #4432
- Test Script Tweaks by @HexaField in #4429
- Add test for putting and listing over 1000 objects in s3 by @HexaField in #4440
- Wordpress & WooCommerce Implementation by @rondoor124 in #3941
- Fixed some bugs in user service and MediaStreamService. by @barankyle in #4442
- Updated AWS deployment documentation and Helm config templates. by @barankyle in #4425
- Refactor Database Seeding by @HexaField in #4448
- Physics for equippables by @hamzzam in #4373
- cleaned the engine with digital being systems by @alextitonis in #4436
- Updated documentation to account for seeding DB from builder. by @barankyle in #4459
- Removed skipping of downloading default-project. by @barankyle in #4461
- Fixed bugs in chat and provisioning. by @barankyle in #4450
- Refactor Harmony by @barankyle in #4404
- Network Action Caching & Avatar Detail Refactor by @HexaField in https://github.com...
v5.0.0-beta3
Devops fixes (#5017)
v5.0.0-beta2
Devops fixes (#5015)
v5.0.0-beta1
Initialize WebGLRendererSystem before XRUISystem This fixes