Commit Graph

1889 Commits

Author SHA1 Message Date
Stankman
9f40ce0a43 Removed cycleRoomUnit for RoomAvatars 2023-07-25 11:57:29 -05:00
Stankman
4fee1bccf3 Room.java Clean-Up 2023-07-25 11:17:15 -05:00
Stankman
ff2cfc2498 Refactored Permissions Groups, changed command and rights keys 2023-07-24 17:55:25 -05:00
Stankman
e2b0299aec Fixed Permissions Reloading and more cleanup 2023-07-24 17:53:40 -05:00
Stankman
cb154377e9 Room.java clean-up 2023-07-23 20:18:43 -05:00
Stankman
b80f3da289 Room.java clean-up 2023-07-22 21:42:41 -05:00
Stankman
4d81fc9dd0 Room.java clean-up 2023-07-22 19:23:03 -05:00
Stankman
2eec0dc0ba Room.java clean-up 2023-07-22 17:04:48 -05:00
Stankman
4c5b362b87 Room.java clean-up 2023-07-21 16:37:33 -05:00
Stankman
a46b38920e Item Pick up fix 2023-07-20 18:33:30 -05:00
Stankman
c08c57db3c Cleaning up Room.java 2023-07-20 18:14:24 -05:00
Stankman
659a9d375f More Refactoring 2023-07-20 16:17:29 -05:00
Stankman
ab529344ef Separating DanceType from RoomUnit 2023-07-18 15:24:46 -05:00
Stankman
1c5e1cde61 Dismounting Fix 2023-07-17 12:29:11 -05:00
Stankman
9fe1fd593e Supernova 2023-07-17 12:09:56 -05:00
Stankman
f08278b5d5 Wired Data not read if empty 2023-07-06 10:20:43 -05:00
Stankman
a077912e9c Fixed wireds not appearing because can't parse correctly 2023-07-05 10:04:19 -05:00
Stankman
a871e91cfc Fixed Issue 1997 2023-06-27 09:35:32 -05:00
Stankman
88c4e0b288 Fixed overcomplicated implementation 2023-06-27 00:04:47 -05:00
Stankman
13e882021b Changed Periodical Wired Cycle to Room 2023-06-26 20:26:44 -05:00
Stankman
f05fab12f4 Fixed Wired Match Effect with new structure 2023-06-26 11:04:18 -05:00
Stankman
9ed3bfc37a Fixed Some Wireds with new structure, patched bug with repeaters, loadWired moved to Items 2023-06-20 22:01:21 -05:00
Stankman
a6c6e8222f Fixed Wired Change Direction, and Permissions Rights 2023-06-19 08:57:31 -05:00
Stankman
d5036979c4 Added TODOs 2023-06-17 18:34:04 -05:00
Stankman
0a14f35093 Wired At Set Time param times 500 2023-06-17 18:05:43 -05:00
Stankman
eefcc5b89c Refactored LoadDefaultParams to LoadDefaultIntegerParams and removed GSON 2023-06-17 17:49:18 -05:00
Stankman
6d49cfc37c Default Params and JSON serialization done 2023-06-17 17:33:42 -05:00
Stankman
a152105453 More refactoring 2023-06-17 11:25:00 -05:00
Stankman
94dd34a11e Refactored All Wireds 2023-06-16 19:30:07 -05:00
Stankman
00a81ed5c3 WiredSettings Serialization on Database 2023-06-15 19:06:18 -05:00
Stankman
7cf3e3e863 Remove serialization per wired. 2023-06-15 16:28:23 -05:00
Oliver
3bb8ce1624 Merge branch 'ms4/refactor-permissions' into 'ms4/dev'
Finished Implementing New Permissions System

See merge request morningstar/Arcturus-Community!68
2023-06-05 16:40:42 +00:00
Stankman
7d34dbeb2f Added :rights Command to view user rights 2023-06-03 00:37:07 -05:00
Stankman
3c9cc149f8 Refactoring to Permissions new System and some command names 2023-06-03 00:14:49 -05:00
Stankman
8cb172c605 Finished Implementing New Permissions System 2023-06-02 21:56:51 -05:00
John
cf55c2193d Merge branch 'adjustment-dont-remove-handitem' into 'ms4/dev'
Getting rid of handitem disposal

See merge request morningstar/Arcturus-Community!62
2023-03-24 13:54:27 +00:00
John
8fb46affc2 Merge branch 'fix-bot-limit-walk-distance' into 'ms4/dev'
Make bots act more like Habbo's bots

See merge request morningstar/Arcturus-Community!60
2023-03-24 13:53:58 +00:00
Yordi
2a6ddaee2b Make bots act more like Habbo's bots 2023-03-24 13:53:58 +00:00
John
3f89a92df0 Merge branch 'fix-effect-bots' into 'ms4/dev'
Fix applying effects to bots

See merge request morningstar/Arcturus-Community!63
2023-03-24 13:53:34 +00:00
Yordi
fe2e3c0594 Fix applying effects to bots 2023-03-24 13:53:33 +00:00
Yordi
54aa966e57 Getting rid of handitem disposal 2023-02-23 15:11:07 +01:00
John
ffd01c2965 Merge branch 'fix-wordfilter-habbo-null' into 'ms4/dev'
Check if habbo != null when applying wordFilter + use habbo when filtering bot texts/name

See merge request morningstar/Arcturus-Community!59
2023-02-08 01:31:13 +00:00
John
b4e14cce35 Merge branch 'fix-usage-policy' into 'ms4/dev'
Add extra usage policy + new logic found for switches which can be activated...

See merge request morningstar/Arcturus-Community!61
2023-02-08 01:30:02 +00:00
Yordi
495cb137c4 Check if habbo != null when applying wordFilter && use habbo when filtering bot texts/name 2023-02-03 14:35:48 +01:00
John
2897b24917 Merge branch 'TheOleg-ms4/dev-patch-49040' into 'ms4/dev'
Update Dockerfile for using proper maven for JDK 19

See merge request morningstar/Arcturus-Community!58
2023-01-30 21:34:32 +00:00
O O
5897a4a04f Update Dockerfile for using proper maven for JDK 19 2023-01-30 16:04:36 +00:00
John
43a34366e5 Merge branch 'ms4/dev' into 'ms4/dev'
Dockerfile update for Java 19

See merge request morningstar/Arcturus-Community!51
2023-01-28 02:03:34 +00:00
John
8094e71528 Merge branch 'additional-wordfilters' into 'ms4/dev'
Apply wordfilter on more user-input fields #1679

See merge request morningstar/Arcturus-Community!54
2023-01-28 02:03:16 +00:00
Yordi
2cac6175eb Apply wordfilter on more user-input fields #1679 2023-01-28 02:03:16 +00:00
John
dac0a187cc Merge branch 'activate-pressureplate-on-bot' into 'ms4/dev'
Make bots trigger pressureplate just like Habbo

See merge request morningstar/Arcturus-Community!56
2023-01-28 02:02:08 +00:00