Commit graph

77 commits

Author SHA1 Message Date
bananarama92
8fbd4e345b
MAINT: Use ElementButton.Create() for the chat room separator 2024-06-08 13:56:36 +02:00
bananarama92
60056a17a4
MAINT: Use ElementButton.Create() for the shop pose panel 2024-06-08 13:56:36 +02:00
bananarama92
88624618b1
MAINT: Use ElementButton.Create() for the layering screen 2024-06-08 13:56:36 +02:00
bananarama92
a111244154
ENH: Add a helper function for creating DOM buttons 2024-06-08 13:56:35 +02:00
bananarama92
25d891b3d9
ENH: Allow whispering by clicking on someones name in the chat area 2024-05-31 15:58:27 +02:00
bananarama92
2c53b0d3ea
BUG: Second attempt at mimicking the desktop-hovering behavior on mobile 2024-05-29 17:16:05 +02:00
bananarama92
7568958785
MAINT: Remove duplicate css styling 2024-05-29 15:33:21 +02:00
bananarama92
35f8ce62c7
BUG: Fix the spurious chat room separator transparancy when in sens dep 2024-05-29 15:32:50 +02:00
bananarama92
b5ed11ee30
ENH: Chat room seperater overhaul 2024-05-24 16:22:29 +02:00
bananarama92
5325bfc603
MAINT: Use opaque background colors for actions, emotes and activities 2024-05-24 12:35:09 +02:00
bananarama92
b8e2b3c087
MAINT: Use ElementCreate() for the shop 2024-05-23 19:08:19 +02:00
bananarama92
9b21a30cd4
BUG: Disable layering for locked items that one cannot unlock 2024-05-20 21:20:57 +02:00
BondageProjects
39854fe86b Merge branch 'layering-hotfix2' into 'master'
HOTFIX: Fix the layering blur event listener being broken

See merge request BondageProjects/Bondage-College!5050
2024-05-19 14:59:14 +00:00
bananarama92
56c8287325
STY: Minor layering css fix 2024-05-18 21:45:49 +02:00
bananarama92
d144f04760
MAINT: Use a CSS class for setting background colors rather than directly modifying the style attribute 2024-05-18 20:16:28 +02:00
bananarama92
fd7860feb3
BUG: Fix the pose button hover color not working when a pose is selected 2024-05-11 14:42:27 +02:00
bananarama92
2f427e8344
STY: Misc CSS fixes 2024-05-06 15:34:49 +02:00
BondageProjects
a8787173c5 Merge branch 'pose-shop' into 'master'
ENH: Add a pose menu to the shop

See merge request BondageProjects/Bondage-College!5005
2024-05-03 13:43:11 +00:00
bananarama92
5d0d110885
ENH: Add a pose menu to the shop 2024-05-02 17:31:01 +02:00
bananarama92
c544129741
STY: Only unset the input/textarea bottom- and top-padding 2024-05-02 16:40:19 +02:00
bananarama92
44e84766e9
ENH: Let the input chat element respect the player's color theme 2024-05-02 16:35:05 +02:00
bananarama92
037406dc1c
STY: Remove the double bottom-padding from the bottom-most layering grid 2024-04-23 20:58:52 +02:00
bananarama92
3e79107c0a
STY: Add some minor padding to the layering header and number inputs 2024-04-23 20:58:51 +02:00
bananarama92
ddcd579563
ENH: Ensure that displayed priorities are sanitized the moment their input element is deselected 2024-04-23 20:58:50 +02:00
BondageProjects
410af182e6 Merge branch 'input-elem' into 'master'
MAINT: Remove the absolute width anti-padding of `ElementPosition`

See merge request BondageProjects/Bondage-College!4988
2024-04-22 14:05:08 +00:00
BondageProjects
bbb30dfe6b Merge branch 'layering' into 'master'
ENH: Add a proper layering sub screen

See merge request BondageProjects/Bondage-College!4984
2024-04-22 14:02:21 +00:00
bananarama92
765f89b3fd
ENH: Add a new layering sub screen
Update Layering.js
2024-04-20 23:55:20 +02:00
bananarama92
cf64447ae0
MAINT: Remove the padding from input and textarea elements 2024-04-20 15:38:39 +02:00
bananarama92
258aeb05af
BUG: Fix font size units for the shop checkbox labels 2024-04-20 14:32:53 +02:00
BondageProjects
00fba0286e Merge branch 'rev' into 'master'
REV: Revert always showing a message when the player character enters a room

See merge request BondageProjects/Bondage-College!4933
2024-04-04 22:20:22 +00:00
bananarama92
68169a8f51
REV: Revert always showing a message when the player character enters a room
This reverts commit 8401934cd7.
2024-04-04 16:00:14 +02:00
bananarama92
4d96f27ab7
MAINT: Tweak shop-related CSS units 2024-04-04 15:34:04 +02:00
bananarama92
8401934cd7
ENH: Always show a message when the player character enters a room 2024-03-20 17:11:27 +01:00
bananarama92
d9ec03c929
MAINT: Add disabled css to the checkbox 2024-03-16 22:32:44 +01:00
bananarama92
4a843c53cb
BETA: Display category names above the shop's group-filter 2024-03-13 16:57:31 +01:00
bananarama92
9bd2604a32
BUG: Adjust the Shop2 .css to remove redundant scroll bars on Chrome 2024-03-08 18:38:27 +01:00
bananarama92
d91b21700c
ENH: Shop overhaul 2024-03-06 00:02:34 +01:00
BondageProjects
dd78b3b3ad FIX - Bondage Brawl Mobile Support 2024-02-11 13:12:32 -05:00
Jean-Baptiste Emmanuel Zorg
afe390fdea Add a character count to the chat input field 2024-01-16 01:36:53 +01:00
dDeepLb
c2990cf7c9 Beta: Whisper copyright resolving 2024-01-15 23:57:45 +00:00
dDeepLb
0ee1473527 Add w command and reply buttons. And some little fixes🙂 2024-01-05 15:33:36 +00:00
Constantan
bde5dc18f2 First beta fixes 2023-11-11 12:10:09 +00:00
elliesec
24c3cdfdba Bugfix: Fixes broken thumb icons for range slider inputs 2023-07-31 13:35:03 +00:00
bananarama92
9baaa1c2fd
ENH: Add the new Caveat font 2023-06-23 17:06:42 +02:00
Ellie
56d714af82
Adds Cheerleader Top asset 2023-02-20 22:35:16 +00:00
Ace
c3a71f41ef Lucky Wheel (WIP, needs menu and asset) 2022-07-13 17:39:34 +02:00
Nina-1474
c505f8189c
New Variable-Height Rope Suspensions (#3417)
* Archetype - slider config & get/set change

* Remove SuspensionHogtied pose

* Prerequisite change to use effect

* Lactation pump fix

* More consistent rope previews

* Four new variable height rope suspensions

* Load script in AssetCheck

* Use the OverrideHeight get/set functions by default
2022-05-21 16:12:46 -04:00
Ace
44a3b6a60a
Misc small beta fixes (#2960)
* added more missing futuristic muzzle dialog

* fix bib font 404

* fix milk bottle text
2021-09-15 10:10:12 -04:00
Shiranui-Izayoi
de5fc29f91
New Item: Doll Box (#2887)
* Start

Will finish later

* Finished

I hope

* Update package-lock.json

* Update DollBox.js

* Update Female3DCG.js

* Requested Changes
2021-09-08 10:19:26 -04:00
Jomshir98
fade8bbfc6
Fix background color of input elements on Android Chrome (#2906) 2021-09-06 06:31:15 -04:00