Commit graph

13147 commits

Author SHA1 Message Date
BondageProjects
2bddaceffb Merge branch 'FlatSuit' into 'master'
Business Suit for Flat bodies, Added All Fours Poses. Zipped, Unzipped and Down states added to Business Trousers.

See merge request 
2025-03-28 01:19:13 +00:00
BondageProjects
8625a09b8e Merge branch 'craft-focus' into 'master'
ENH: Add a focus grid for filtering crafting items by group

See merge request 
2025-03-28 01:17:57 +00:00
BondageProjects
af68e86736 Merge branch 'fix/dojo-removes-locks' into 'master'
Fix the Dojo daily job deleting owner locks on release

See merge request 
2025-03-28 01:16:53 +00:00
BondageProjects
de6d26a338 Merge branch 'shackles_mapimmobile' into 'master'
BUG: Fix limited items being rejected

See merge request 
2025-03-28 01:16:03 +00:00
BondageProjects
31123d58e3 Merge branch 'feature/message-replies' into 'master'
Added the ability to reply to whispers, actions and chat messages

See merge request 
2025-03-28 01:14:28 +00:00
RavenCreative
2f4406d07f Business Suit for Flat bodies, Added All Fours Poses.
Business Suit Trousers: Zipped, Unzipped, Down poses/layers added.

Accepting New Code to remove error
2025-03-28 00:38:05 +01:00
bananarama92
d66c818d7e
ENH: Add a focus grid for filtering crafting items by group 2025-03-27 18:12:12 +01:00
bananarama92
ac70b2df37
ENH: Add API for creating a DOM-based dialog focus grid 2025-03-27 17:56:11 +01:00
Jean-Baptiste Emmanuel Zorg
5b10ed50e7 Fix the Dojo daily job deleting owner locks on release
Instead of just blanket-releasing the player, just remove the two
assets we've put on. Technically, the dialog should also restore the
player's initial appearance, since they also get CharacterNaked called
upon them, but that's more involved.
2025-03-26 22:21:02 +01:00
Zoe-64
3dc904d2ce Added replies to messages, actions and whispers 2025-03-26 22:13:52 +01:00
BondageProjects
36d5bb532f Merge branch 'chat-log' into 'master'
ENH: Add the new room namespace icons to the chat log header

See merge request 
2025-03-26 16:31:29 +00:00
BondageProjects
2bab98eb16 Merge branch 'set' into 'master'
BUG: Fix `ExtendedItemSetOptionByRecord()` failing to propagate all valid baseline property names

See merge request 
2025-03-26 16:30:51 +00:00
BondageProjects
2384df94ec Merge branch 'craft-inventory' into 'master'
BUG: Fix a number of issues related to the ownership of 0-valued items

See merge request 
2025-03-26 16:30:10 +00:00
EllieThePink
2e5cc6c6dc BUG: Fix limited items being rejected
This was causing items to be rejected incorrectly when people had their
permission set to owner, lover, whitelist because it probably meant <= 3
rather than < 3. However, I don't see why this check is useful at all:
it's already established that the item is limited so the player needs
to be whitelisted in order for it to be permitted, regardless of what
their item permission is set to (as I understand) so I think the correct
fix is to remove the check altogether.

As far as I know, owners and lovers can't override limited items, so
I think the line above excluding owners and lovers might want to be
deleted too.
2025-03-25 22:30:09 +00:00
bananarama92
534d744797
ENH: Add the new room namespace icons to the chat log header 2025-03-25 16:34:01 +01:00
bananarama92
e8a95235c9
BUG: Fix ExtendedItemSetOptionByRecord() failing to propagate all valid baseline property names 2025-03-25 15:11:49 +01:00
bananarama92
a0a33b706f
MAINT: Use InventoryAvailable() in more places over direct C.Inventory inspection 2025-03-25 14:24:55 +01:00
bananarama92
222ce1777d
BUG: Fix InventoryAvailable() being unable to handle nullish buy groups 2025-03-25 14:24:55 +01:00
bananarama92
fd35def2ba
BUG: Only run the crafting validation after all GGTS asylum items have been added 2025-03-25 13:55:42 +01:00
bananarama92
bab039ae93
BUG: Fix the crafting validation failing to properly handle 0-valued items 2025-03-25 13:55:42 +01:00
BondageProjects
4e79439d91 Merge branch 'friendlist' into 'master'
ENH: Use semantic HTML for the friend list and add a new column for room types

See merge request 
2025-03-25 00:10:55 +00:00
BondageProjects
d970e5b17d Merge branch 'canvas-performance' into 'master'
Improved canvas drawing performance, mostly by avoiding unnecessary filter calls.

See merge request 
2025-03-25 00:09:16 +00:00
BondageProjects
5b0e4dde99 Merge branch 'unload_fix' into 'master'
Fix unload is not handled correctely

See merge request 
2025-03-25 00:08:39 +00:00
BondageProjects
68bcec78d9 Merge branch 'checkbox' into 'master'
ENH: Centralize the construction and handling of DOM-based checkboxes

See merge request 
2025-03-23 20:26:54 +00:00
BondageProjects
2e478e9f03 Merge branch 'doc' into 'master'
DOC: Improve `DialogMenu` and `AssetLayer.CreateLayerTypes` documentation

See merge request 
2025-03-23 20:06:15 +00:00
BondageProjects
868aedec93 Merge branch 'fix/ci' into 'master'
Fiiiiix, CI!

See merge request 
2025-03-23 20:05:18 +00:00
BondageProjects
285d827037 Merge branch 'master' into 'master'
Deleting useless assets.

See merge request 
2025-03-23 20:03:39 +00:00
dynilath
f61f8c297e
Rebasing, and make eslint happy with it 2025-03-23 12:40:45 +08:00
dynilath
e724cbe757
Resolve color picker problem 2025-03-23 12:40:44 +08:00
dynilath
e00a5c5325
fix naming style 2025-03-23 12:40:44 +08:00
dynilath
0a83a43406
fix unload is not handled correctely 2025-03-23 12:40:43 +08:00
Cleon
82bd325761 Deleting useless assets. 2025-03-22 22:24:35 +00:00
Jean-Baptiste Emmanuel Zorg
d754652ef5 Fiiiiix, CI! 2025-03-22 12:13:25 +01:00
bananarama92
dfd3253646
DOC: Further emphasize the relation between typerecord keys and extended item data/module names 2025-03-22 11:46:44 +01:00
bananarama92
b18cd8361a
TYP: Improve ActivityName-related annotations 2025-03-22 11:46:43 +01:00
bananarama92
79db23d89f
DOC: Improve CreateLayerTypes documentation 2025-03-22 11:46:43 +01:00
bananarama92
d348ec8960
DOC: Improve DialogMenu documentation 2025-03-22 11:46:25 +01:00
BondageProjects
c7ef712a6b Merge branch 'fix/friendnames-in-lists' into 'master'
Format the output of /showfriendlist & WL to possibly show the names as well

See merge request 
2025-03-21 23:06:54 +00:00
BondageProjects
f1d389922f Merge branch 'fix-name-mention-notif' into 'master'
Fix "Name Mentioned" notification not working for players with "fancy" (italic, bold etc.) nicknames

See merge request 
2025-03-21 23:04:48 +00:00
BondageProjects
83d3f0ae28 Merge branch 'init' into 'master'
MAINT: Make the `DialogMenu` init property handling more robust and extendable

See merge request 
2025-03-21 23:03:44 +00:00
BondageProjects
9924b87060 Merge branch 'blocked' into 'master'
ENH: Add an icon for blocked items

See merge request 
2025-03-21 23:01:23 +00:00
BondageProjects
7ce87df6cc Merge branch 'master' into 'master'
[ADD] Asylum: Blindfold,Muzzle and Collar -Fans: Kyosensu and Uchiwa- Up CreepyIronMask.

See merge request 
2025-03-21 23:00:41 +00:00
BondageProjects
8223636074 Merge branch 'audio2' into 'master'
HOTFIX: Fix `PreferenceSubscreenNotificationsExit()` being unable to handle nullish player notification settings

See merge request 
2025-03-21 17:00:15 +00:00
bananarama92
0b4015466c
Fix PreferenceSubscreenNotificationsExit() being unable to handle nullish player notification settings 2025-03-21 12:13:49 +01:00
BondageProjects
fef60bdf21 Merge branch 'craft-pattern' into 'master'
HOTFIX: Fix crafted names with characters larger than /u+FFFF being invalid

See merge request 
2025-03-20 23:06:19 +00:00
bananarama92
2f88d178f7
BUG: Fix crafted names with characters larger than /u+FFFF being invalid 2025-03-20 17:23:43 +01:00
Cleon
fb8d9233b8 More Creepy format 2025-03-20 09:24:35 +00:00
Cleon
dbe925f143 Some Creepy format 2025-03-20 03:35:06 +00:00
Cleon
f75c22a26f [ADD] Asylum: Blindfold,Muzzle and Collar -Fans: Kyosensu and Uchiwa- Up CreepyIronMask. 2025-03-20 03:18:03 +00:00
BondageProjects
4a7e328da6 FIX - Make sure OnlineSharedSettings.GameVersion is updated 2025-03-19 21:13:21 -04:00