Lorenzune
02f3ded44e
Merge remote-tracking branch 'duckie-temp/main' into duckie-merge-2026-04-21
...
# Conflicts:
# Emulator/src/main/java/com/eu/habbo/habbohotel/achievements/AchievementManager.java
# Emulator/src/main/java/com/eu/habbo/habbohotel/rooms/Room.java
# Emulator/src/main/java/com/eu/habbo/habbohotel/users/inventory/ItemsComponent.java
# Emulator/src/main/java/com/eu/habbo/messages/incoming/Incoming.java
2026-04-21 11:20:06 +02:00
duckietm
263408dbed
🆕 YoutubeTV broadcasting
2026-04-10 09:05:21 +02:00
duckietm
c5609ed00b
🆙 Added packet rate limit ==> 50 p/s & youtube fixes
2026-04-09 15:20:31 +02:00
Lorenzune
17e316e521
Add wired signal and variable fixes
2026-04-08 16:18:16 +02:00
Lorenzune
ece0a16612
Merge remote-tracking branch 'upstream/main' into merge/duckietm-main-20260407
...
# Conflicts:
# Emulator/src/main/java/com/eu/habbo/habbohotel/wired/core/WiredEngine.java
# Emulator/src/main/java/com/eu/habbo/habbohotel/wired/core/WiredManager.java
2026-04-07 15:34:07 +02:00
Lorenzune
50334d50e7
feat: add builders club catalog and room flow
2026-04-07 14:40:51 +02:00
duckietm
46230d0709
🆙 Stage 1 of DB rebuild
2026-04-07 13:53:21 +02:00
duckietm
0634c3d600
🆙 Small update to the script
2026-04-07 10:21:15 +02:00
duckietm
5e586d1093
🆙 Fix in habbomanager
...
The getCloneAccounts query had an operator-precedence bug:
WHERE ip_register = ? OR ip_current = ? AND id != ?
-- parsed as:
WHERE ip_register = ? OR (ip_current = ? AND id != ?)
So a user whose ip_register matched themselves would show up in their own clone list. Added parentheses:
WHERE (ip_register = ? OR ip_current = ?) AND id != ?
So please run the 006_HabboManager_fix before you run the update Emulator !
2026-04-07 09:20:15 +02:00
duckietm
65c777dbc8
Merge branch 'dev' of https://github.com/duckietm/Arcturus-Morningstar-Extended into dev
2026-04-07 08:45:44 +02:00
duckietm
d161d8da82
🆙 Set all wired interaction type's
2026-04-07 08:45:42 +02:00
DuckieTM
e6f824aedd
🆙 Wired Core updates
...
Thanks to Migueg
2026-04-04 16:19:46 +02:00
Lorenzune
3efcca1e34
feat: update wired movement and show message behavior
2026-04-04 15:57:43 +02:00
duckietm
c030ea5fc6
🆙 Small update to SQL
2026-04-03 19:10:55 +02:00
duckietm
d52609e78b
🆙 Update Optimize script, if run please run again !
2026-04-03 14:09:25 +02:00
Lorenzune
db6cb80ca7
Merge remote-tracking branch 'upstream/main' into feature/checkpoint-20260403
2026-04-03 05:25:28 +02:00
Lorenzune
9dc77aebf7
feat: add advanced wired variable system and tooling
2026-04-02 04:44:04 +02:00
duckietm
791ddf679e
💯 added missing SQL
2026-04-01 11:19:13 +02:00
duckietm
8459e1a45e
🆙 Remove SQL for emu settings Youtube Thumbnail
2026-03-31 14:55:59 +02:00
duckietm
62814f2e21
🆙 Added permissions for Furni Editor
2026-03-30 16:21:03 +02:00
duckietm
544ea8c50f
👶 Oepsie in SQL
2026-03-30 13:56:13 +02:00
duckietm
52559dc748
🆙 SQL update file renamed
2026-03-30 13:10:03 +02:00
DuckieTM
88536e4e88
Merge pull request #53 from simoleo89/furnieditor
...
feat: FurniEditor WebSocket (packets 10040-10045)
2026-03-30 11:12:13 +02:00
DuckieTM
c34bf49e64
🆕 Groups Forums
...
- Please run the 002_forum_groups.sql !
2026-03-29 14:46:53 +02:00
Life
7e736900a3
feat: FurniEditor WebSocket handlers (10040-10045) — search, detail, update, delete, interactions
2026-03-27 20:10:03 +01:00
duckietm
f2b0ba0138
🆙 Start working on SQL
2026-03-26 09:20:49 +01:00
DuckieTM
876150264f
:basecampy: Added SQL for user_prefixes
2026-03-21 12:42:16 +01:00
Lorenzune
00782cbde9
feat(wired): add advanced match conditions and hotel timezone
2026-03-19 14:30:32 +01:00
duckietm
438936df1d
🆙 Added the SQL for the camera & latest build
2026-03-18 07:44:15 +01:00
simoleo89
b0f3f1488d
feat(pathfinder): add per-room underpass setting via room settings UI
...
Add allow_underpass as a per-room boolean setting that controls whether
avatars can walk under elevated furniture. When disabled (default), the
room behaves normally with blocking items. When enabled, items elevated
above the UNDERPASS_HEIGHT threshold allow walking underneath.
Changes:
- Room: add allowUnderpass field with DB load/save
- RoomTileManager: make all 3 underpass checks conditional on room setting
- RoomItemManager: getWalkableItemAt() falls back when underpass disabled
- RoomSettingsComposer/SaveEvent: send/receive the flag in room settings packet
- SQL migration: add allow_underpass column to rooms table
Co-Authored-By: medievalshell <medievalshell@users.noreply.github.com >
2026-03-17 13:38:43 +01:00
duckietm
8b17307c7d
:up Pull request from simoleo89 - Integrate UpdateAll plugin as built-in command
...
Make sure you use the SQL in the SQL Update directory
2026-03-16 09:39:56 +01:00
duckietm
ee8b436306
🆙 Added SQL for Chat bubbles
2026-01-13 09:51:04 +01:00
duckietm
d37a16f4a5
🆙 update to 4.0.3
2026-01-12 12:03:14 +01:00
duckietm
c650e411da
🆙 Update to 4.0.2
2026-01-09 09:41:22 +01:00
duckietm
16d88b4422
🆙 Database updates for 4.0.1
2026-01-07 13:48:20 +01:00
duckietm
e2114d5358
🆙 Added Dance CMD
2025-12-22 16:36:31 +01:00
DuckieTM
55d0c15e57
🆙 Added SQL and Compiled version
2025-04-17 19:38:18 +02:00
duckietm
31fd5f2b31
Update UpdateDatabase_unignorable.sql
...
Small SQL Fix
2025-02-26 21:48:02 +01:00
duckietm
6e59026141
Update UpdateDatabase_Allow_diagonale.sql
2025-02-10 13:01:18 +01:00
duckietm
e0f4f4a19f
🆙 allow to walk diagonal between objects
...
Don't forget to run the SQL !
2025-02-06 14:46:04 +01:00
duckietm
cad0ea5c81
🆙 Krews update : "Goodbye Happyness, welcome Happiness."
2025-02-04 09:54:19 +01:00
duckietm
54080dee5a
🆙 Fix Ignore issue
2024-11-20 10:28:52 +01:00
duckietm
b0d3a1f3c1
🆙 SQL for new release
2024-10-21 13:08:55 +02:00
duckietm
9f061273ab
updates
2024-03-12 15:36:59 +01:00