duckietm
9b77ca1016
🆙 Cleanup
2026-05-04 10:52:48 +02:00
duckietm
8a8cd1121e
🆕 Create Custom Bage & Security update
2026-05-01 15:58:48 +02:00
duckietm
860f61f765
🆕 News API
2026-04-30 17:21:33 +02:00
duckietm
0224f3f416
🆕 Added Staffchat to the Emu
...
!!! Do not run the Staffchat plugin anymore !!!!
- execute the sql:
INSERT INTO `permission_definitions` (`permission_key`, `max_value`, `comment`)
VALUES ( 'acc_staff_chat', 1, 'Grants access to the in-game Staff Chat group buddy: receives broadcasts from other staff and can broadcast to anyone holding this permission.' )
ON DUPLICATE KEY UPDATE `max_value` = VALUES(`max_value`), `comment` = VALUES(`comment`);
2026-04-28 13:51:04 +02:00
duckietm
b18d65bd79
🆙 CryptoV2 - please red the how_things_work on DC !!!
2026-04-24 15:54:37 +02:00
duckietm
da2307f3b5
🆙 Updated Tokens to use JWT rotational tokens
2026-04-24 11:18:46 +02:00
duckietm
dd06f2b15c
🆙 Token login added
2026-04-23 10:19:06 +02:00
duckietm
d5497e49ad
🆙 Update API and added Copy to Template room command
2026-04-22 16:03:40 +02:00
duckietm
7347906786
🆕 Added UI login to the Emu
2026-04-20 14:27:19 +02:00
DuckieTM
e2c823253f
🆙 update SQL
2026-04-19 09:41:21 +02:00
DuckieTM
671ab04b50
🆙 Update SQL files
2026-04-19 09:39:51 +02:00
duckietm
ed9155c19a
🆙 Small SQL Fix
2026-04-14 15:59:32 +02:00
duckietm
41a6c912e1
🆙 Added items SQL for wired
2026-04-14 15:21:43 +02:00
duckietm
ce103f1855
🆙 Stage 2 Fix SQL
2026-04-14 09:54:10 +02:00
duckietm
ab570885e6
🆙 Stage 1 New wired
2026-04-13 17:40:31 +02:00
DuckieTM
176d766665
Merge branch 'dev' into feat/wired-signal-flow-apr13
2026-04-13 17:00:54 +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