duckietm
4225dbdd90
🆙 Removed the generic.asset.url
...
We have removed the generic.asset.url and all is now in the renderer, so easy to edit and no more wrongly loaded assets
2026-02-06 13:00:22 +01:00
duckietm
501f918d0d
🆙 Windows 100% done!
...
- Background color added
- Fixed one missing window
- Better cloud animation
- (NEW) real miror view in windows
2026-02-05 16:57:32 +01:00
duckietm
bed34615c1
🆙 cleanup and small fix to the json
2026-02-05 13:42:27 +01:00
duckietm
17ae1bd644
🆙 added Room background colors,so windows and landscapes are now 100%
2026-02-05 13:04:44 +01:00
duckietm
91c20c49e7
🆙 Clouds work 100% now
2026-02-05 11:06:59 +01:00
duckietm
120a502a7d
🆙 Update
...
- Animation canvas uses full landscape height for proper vertical positioning
- Animation assets always loaded from room collection
- Fallback to default plane when specific plane not found
2026-02-05 08:32:02 +01:00
duckietm
e056013d5d
🆙 refectorimng room.nitro to be loaded by the renderer
2026-02-04 11:05:18 +01:00
duckietm
6a8dfc6c14
🆙 Lets change the way generic asset is loading WiP
2026-02-02 16:42:11 +01:00
duckietm
7b59a31b0f
🆙 Working landscapes as in V1
2026-02-02 10:15:14 +01:00
DuckieTM
c197de7ea2
☁️ Fase 1 done, adding animated landscapes
2026-02-01 16:42:27 +01:00
DuckieTM
bd059d739d
🆙 foto's 100% in renderer as in habbo
2026-02-01 15:13:30 +01:00
DuckieTM
1fe48bcda7
🆙 Update Furniture Badge
...
- Better performance - PixiJS handles animation
- GPU acceleration - Textures are uploaded to GPU instead of CPU canvas operations
2026-01-31 20:54:42 +01:00
DuckieTM
4f2c2f904c
🆙 Updates
...
* Fix PixiJS v8 deprecation warning (PixiJS v8 only allows Container objects to have children)
* Changed from whitelist to blocklist approach in LegacyExternalInterface:
- Allows legitimate callbacks like 'openroom', 'opennavigator', etc.
- Blocks only dangerous globals (eval, Function, window, document, etc.)
- Blocks prototype pollution vectors (__proto__, constructor, etc.)
- Blocks network/storage APIs from being overwritten.
2026-01-31 16:18:03 +01:00
DuckieTM
eb4fe80612
🆙 Updates
...
- Added Test Coverage
- Fix Potential Memory Leaks
2026-01-31 13:21:59 +01:00
duckietm
e263ce59bf
🆙 Added animated gif to badge_display
...
Display Container
├── Furniture Container (renders 1st - back)
│ └── All furniture sprites sorted by z-depth
├── Avatar Container (renders 2nd - middle)
│ └── All avatar sprites sorted by z-depth
└── Badge Container (renders 3rd - front)
└── All badge sprites sorted by z-depth
✅ Badges render on top of their furniture
✅ Avatars respect proper 3D depth (in front when in front, behind when behind)
✅ Animated GIFs work beautifully
✅ Clean, maintainable code with just a tiny z-offset
2026-01-30 09:59:04 +01:00
duckietm
866449efca
🆙 small fix as it was only doing it for my test badge
2026-01-29 13:46:28 +01:00
duckietm
53c6ecfbc3
:fix Furniture Badges & update pixijs
2026-01-29 11:02:58 +01:00
duckietm
b07cda1991
🐛 Fix in invalid data in PetBreedingMessageParser
2025-06-05 08:12:57 +02:00
duckietm
476f71a482
🆙 Add backgrounds to renderer
2025-05-22 10:31:31 +02:00
duckietm
7c40e69c75
🆙 added Backgrounds to the renderer
2025-05-20 14:16:05 +02:00
duckietm
e0c0c06c99
👈 Added FURNITURE_PICKUP_ALL for chooser
2025-03-19 12:49:49 +01:00
duckietm
45bf5aa96f
🆙 removed debug logs
2025-03-18 16:08:47 +01:00
duckietm
feda0b3e3a
📷 Fully working Photo now in rooms
2025-03-18 16:05:59 +01:00
duckietm
ea4b7bfb97
wip
2025-03-18 10:46:58 +01:00
duckietm
7d9fba7865
Merge branch 'main' of https://github.com/duckietm/Nitro-Cool-UI-Renderer
2025-03-18 10:46:24 +01:00
duckietm
8acd0c7de4
Wip
2025-03-18 10:46:22 +01:00
DuckieTM
76ba605c1d
🆙 Update FurnitureChangeStateWhenStepOnLogic
2025-03-17 19:43:06 +01:00
DuckieTM
00790c0789
WiP Camera
2025-03-16 21:57:32 +01:00
DuckieTM
d864fe3018
🆙 Update Deps. + WiP
2025-03-15 14:54:10 +01:00
duckietm
c6ccfab5f5
WiP for the camera Thumbnail
2025-03-11 16:57:17 +01:00
DuckieTM
203de64746
🆙 Enable the Effect in Renderer
2025-03-10 23:04:01 +01:00
DuckieTM
beac15e20a
🆙 Even more updates
2025-03-09 11:56:32 +01:00
DuckieTM
791309ff73
🆙 More Updates
2025-03-09 11:45:21 +01:00
DuckieTM
4cae55befc
🆙 More updates
2025-03-09 11:27:01 +01:00
DuckieTM
5ff7478cb5
🆙 Update IGetImageListener
2025-03-09 10:53:31 +01:00
DuckieTM
70b1d232d5
🆙 Update dependencies
2025-03-09 10:39:43 +01:00
duckietm
14bf0fdcbd
🆙 Fix firework memory leak and update pixi.js
2024-09-13 08:04:35 +02:00
duckietm
1e4f45a107
🆙 the latest updates to Renderer
2024-07-15 10:23:54 +02:00
duckietm
bd09ea8b25
🆙 added latest changes
2024-07-04 15:03:26 +02:00
duckietm
d5a3a05c40
Updated the renderer V2
2024-04-25 11:35:50 +02:00
duckietm
95bc0045ec
Added Color to the Renderer and Avatar update
2024-04-04 09:26:05 +02:00
duckietm
187622429f
Added: MachineID generated at login
2024-04-03 09:35:19 +02:00
duckietm
d567171bcf
Merge branch 'main' of https://github.com/duckietm/Nitro-Cool-UI-Renderer
2024-04-03 09:28:16 +02:00
duckietm
b3134ce50b
Move to Renderer V2
2024-04-03 09:27:56 +02:00
duckietm
aacdf3e82e
Update README.md
2024-04-03 09:20:00 +02:00
duckietm
110c3ad393
init: Fork from Original V2 Renderer
2024-04-03 09:16:49 +02:00