Commit Graph

14 Commits

Author SHA1 Message Date
Niklas f389dbaa71 chore: run prettier on complete project 2023-10-23 16:44:24 +02:00
Niklas a6da048ccc feat: rentable Spaces fix error packet
From @oobjectt
becf87b66801~
2023-10-23 15:47:20 +02:00
Niklas 5ff2f5ccd0 chore: update formatting 2023-03-24 22:23:27 +01:00
DuckieTM 7ca00d697a Small fixes 2023-03-24 21:17:15 +01:00
duckietm 047287ee91 Add missing 2023-03-24 15:53:07 +01:00
duckietm 264179556a updates
- SnowStormOnStageEndingEvent and SnowStormOnStageEndingComposer added
- VotePollCounterMessageComposer added
- GuideAdvertisementReadMessageComposer added
- CitizenshipVipOfferPromoEnabledEvent added
- OfferRewardDeliveredMessageEvent added
- RestoreClientMessageEvent added
- FireworkChargeDataEvent added
- CameraSnapshotMessageEvent added
- RoomPollResultEvent added
- StartRoomPollEvent added
2023-03-24 15:42:47 +01:00
duckietm e6982421f0 fix: Bill forgot to remove
I saw this commit to fix a mask error 354f72c9c5 but I believe the issue is still here. I have this one room, if I enter it once; it works fine. If I re-enter the room this errors pops up

Uncaught TypeError: Cannot read properties of null (reading 'width')
    at RenderTexture2.get (Texture.ts:648:26)
    at _PlaneTextureCache.clearAndFillRenderTexture (RoomTextureUtils.ts:96:38)
    at _PlaneTextureCache.createAndFillRenderTexture (RoomTextureUtils.ts:76:21)
    at _RoomPlane.updateMask (RoomPlane.ts:791:55)
    at _RoomPlane.getTexture (RoomPlane.ts:327:22)
    at _RoomPlane.update (RoomPlane.ts:571:34)
    at _RoomVisualization.updatePlanes (RoomVisualization.ts:744:30)
    at _RoomVisualization.update (RoomVisualization.ts:190:17)
    at RoomSpriteCanvas.renderObject (RoomSpriteCanvas.ts:455:41)
    at RoomSpriteCanvas.render (RoomSpriteCanvas.ts:372:51)
2023-03-24 08:19:40 +01:00
Niklas 82e3760818 fix: close all active windows on connection lost 2023-03-21 02:00:54 +01:00
Niklas 3e24a23f90 chore: run prettier on all projects 2023-03-19 22:12:19 +01:00
Niklas 28a2b07db6 fix: fixed renderer typescript errors 2023-03-18 00:45:34 +01:00
Niklas 63eee81b54 chore: use prettier on all projects 2023-03-17 00:22:55 +01:00
Niklas 2c998c1306 added nitro-renderer to nx workspace 2023-03-17 00:17:40 +01:00
Niklas 5548909bee init monorepo with nitro-react 2023-03-16 23:54:48 +01:00
Niklas faf34c100f Initial commit 2023-03-16 23:15:43 +01:00