bondage-college-mirr/BondageClub/Scripts
2025-03-16 16:41:48 -04:00
..
lib MAINT: Vendor country-flag-emoji-polyfill v1.8 2025-03-07 12:47:18 +01:00
Activity.js BUG: Ensure that ItemActivity take into account MirrorActivitiesFrom when setting group names 2024-12-10 19:01:06 +01:00
AfkTimer.js Stop the AFK timer from popping up on login 2024-04-19 01:49:48 +02:00
Animation.js Cleanup low-level character identification details 2024-02-20 16:55:31 +01:00
Asset.js Make Min/Max & Opacity obey the EditOpacity setting, and layers inherit those 2025-03-10 21:54:33 +01:00
Audio.js [ADD] CreepyIronMask, HorrorMuzzle, FemalePelvisHarness and NoseClip 2025-03-03 04:17:47 +00:00
Character.js Merge branch 'fix/modded-data-deletion' into 'master' 2025-03-11 16:58:24 +00:00
CharacterName.js CI: Make a pass over ESLint fixes and enable it as part of CI 2023-02-21 22:29:06 +01:00
ColorPicker.js Fix a crash when trying to set the default color 2024-11-20 18:18:49 +01:00
Common.js BUG: Fix CommonDynamicFunctionParams() incorrectly parsing parameters of length 0 2025-03-08 13:26:26 +01:00
CommonDraw.js ENH: Ensure that the asset's ParentGroup can be specified on a pose-by-pose basis 2025-01-16 16:45:23 +01:00
ControllerSupport.js Major cleanup of login and types 2025-02-24 11:44:49 +01:00
Dialog.js BUG: Fix speech effects being improperly applied to custom dialog dialog statuses 2025-03-12 14:18:27 +01:00
DictionaryBuilder.js Merge low-level ChatRoomChat sender into one function 2024-04-26 16:52:59 +02:00
Drawing.js BUG: Fix blur effects being enabled by default when rendering backgrounds 2024-12-04 17:59:17 +01:00
Drawing3D.js Tweaks 2023-01-19 21:39:04 -06:00
DynamicDraw.js TYP: Improve Scripts/*-related type annotations 2023-02-28 23:47:14 +01:00
Element.js ENH: Let ElementPosition() accept either elements or element IDs 2025-03-07 12:47:19 +01:00
ExtendedItem.js BUG: Fix the tighten/loosen button not always checking Player.CanInteract if the item is locked 2024-12-13 00:22:08 +01:00
Game.js R114 + Credits + Patrons 2025-03-16 16:41:48 -04:00
GameLog.js Find-replace all the .ID == 0 checks to .IsPlayer() 2023-12-06 16:50:52 +01:00
GameWorker.js Keep running in background 2024-03-24 17:07:05 +01:00
GLDraw.js Expose the draw options to the appearance build function 2023-12-05 02:28:04 +01:00
Graph.js Fix/Improvement: Many small fixes, documentation and formatting () 2021-06-29 11:13:36 -04:00
Import.js TYP: Misc improvements 2023-11-09 16:16:20 +01:00
Inventory.js Fix a bug with free assets not being filtered properly 2025-03-10 18:29:54 +01:00
Layering.js MAINT: Ensure that ElementCreate() & co intpret boolean attribute values as boolean attributes 2025-02-26 23:57:47 +01:00
Messages.d.ts Merge branch 'fix/validate-login' into 'master' 2025-03-07 02:59:18 +00:00
MessagesPatch.d.ts TYP: Misc type annotation improvements 2025-02-09 14:12:01 +01:00
MiniGame.js Proper typing for screen names 2025-02-19 01:32:22 +01:00
ModularItem.js Fix bug with 2nd page modules not being clickable 2025-02-09 02:53:18 +01:00
Mouse.js Unify scripts indentation () 2021-04-30 16:37:42 -04:00
NoArch.js Move all interface strings into Interface.csv 2024-04-16 18:18:49 +02:00
Notification.js Go through all the uses of DialogFindPlayer and remap them to either assets or interface 2024-04-16 18:18:48 +02:00
NPC.js ENH: Convert the dialog subscreen menubar to DOM 2025-02-05 20:26:36 +01:00
PortalLink.js BUG: Ensure that ElementButton.CreateForActivity sets the label to the activity description rather than name 2024-12-04 18:41:02 +01:00
Pose.js BUG: Fix the freeze effect accidentally limiting upper body changes 2024-05-25 14:41:16 +02:00
Preference.js Fix the "Extra keys" message being fired even with no extra keys 2025-03-13 09:18:54 +01:00
Property.js BUG: Ensure that voice-triggered auto-punishments more thoroughly check for OOC blocks 2024-11-15 23:29:45 +01:00
Reputation.js Major cleanup of login and types 2025-02-24 11:44:49 +01:00
Server.js Merge branch 'fix/validate-login' into 'master' 2025-03-07 02:59:18 +00:00
Skill.js Major cleanup of login and types 2025-02-24 11:44:49 +01:00
Speech.js ENH: Garble update 2024-08-29 21:50:24 +00:00
Struggle.js ENH: Add CommonKey.IsPressed and CommonKey.GetModifiers 2024-11-14 18:57:29 +01:00
Testing.js ENH: Ensure that asset names, layer names and color group names are looked up via DynamicGroupName 2024-04-07 19:04:59 +02:00
Text.js ENH: Let TextPrefetchFile return the relevant text cache 2025-02-19 15:38:21 +01:00
TextItem.js MAINT: Get rid of IsBrowser() guards in favor of globalThis 2024-01-21 21:38:59 +01:00
TightenLoosenItem.js MAINT: Minor cleanup and misc fixes related to the tighten/loosen code 2024-11-08 14:06:19 +01:00
Timer.js FIX: correctly propagate timer locks unlocking 2024-09-14 17:15:28 +02:00
Translation.js BUG: Fix the language drop down not properly setting the translation language 2025-03-07 23:59:33 +01:00
Typedef.d.ts Fix a bug where the pre-login player dummy would confuse things 2025-03-07 13:56:02 +01:00
TypedItem.js BUG: Ensure that extended item sanitization preserves locks when repairing properties 2024-12-18 17:22:58 +01:00
Validation.js Major cleanup of login and types 2025-02-24 11:44:49 +01:00
VariableHeight.js Go through all the uses of DialogFindPlayer and remap them to either assets or interface 2024-04-16 18:18:48 +02:00
VibratorMode.js Fix broken options in the VibratorMode archetype 2024-05-09 16:48:11 +02:00