BondageProjects
a96a49b0ff
R110 Beta 1 + Change Log
2024-11-09 11:54:48 -05:00
BondageProjects
a58ad88fc0
R109 + Change Log + Credits + Patrons
2024-10-21 19:28:32 -04:00
BondageProjects
62931c7e89
R109 - Beta3
2024-10-19 22:16:24 -04:00
BondageProjects
8e4be085ab
R109 - Beta 2
2024-10-17 15:50:42 -04:00
BondageProjects
2cc9a8cddd
R109 - Beta 1
2024-10-16 07:41:21 -04:00
BondageProjects
c24ab0e548
R108 + Credits + Patrons
2024-09-16 20:07:02 -04:00
BondageProjects
7b4542b3f7
FIX - Virgin Killer - Yoked + OverTheHead Poses Compatibility
2024-09-13 16:57:20 -04:00
BondageProjects
7c1e99d5a4
Beta 2
2024-09-11 17:26:33 -04:00
BondageProjects
930a26f331
Change Log + Beta 1
2024-09-09 23:26:29 -04:00
BondageProjects
9c6bed44c7
R107 + Credits + Patrons
2024-08-16 17:12:09 -04:00
BondageProjects
37721de00a
FIX - Bondage Bustier 2 - OverTheHead and Yoked poses compatibility
2024-08-14 20:47:10 -04:00
BondageProjects
939f3d6524
FIX - Make Bondage Bustier compatible with OverTheHead and Yoked poses
2024-08-12 21:19:36 -04:00
BondageProjects
bce9395660
R107 Beta1 + Change Log
2024-08-09 10:12:00 -04:00
Jean-Baptiste Emmanuel Zorg
bee5d34dbb
Change the global event handlers to use lambdas
...
Those event listeners are all going through a lambda so that mods can
correctly hook into them. Using the functions directly causes a copy of
them to be made (well, their code, actually), breaking that ability and
causing issues for mods, since the original function never really gets
called.
2024-07-29 07:38:03 +02:00
BondageProjects
d2a3deb9bd
Full Release + Credits + Patrons
2024-07-16 22:46:44 -04:00
BondageProjects
817a1ff9f6
Beta 3
2024-07-15 21:21:30 -04:00
BondageProjects
a678c7fd24
NPC - New Bunny Archetype and Dialog
2024-07-11 19:42:48 -04:00
BondageProjects
f49fb320a2
Beta1 + Change Log
2024-07-09 16:53:20 -04:00
bananarama92
a261c8492b
BUG: Fix GameKeyDown
checks terminating prematurely
2024-07-09 16:53:06 +02:00
bananarama92
39cafe4bf3
ENH: Allow the Esc key to unfocus the active element prior to exiting the screen
2024-06-27 22:23:34 +02:00
BondageProjects
4f4fb899d5
Skip Inventory ID Validation in Production Environments
2024-06-19 17:35:36 -04:00
BondageProjects
8df3041854
R105 + Credits + Patrons
2024-06-16 10:18:29 -04:00
BondageProjects
1741554594
Beta 3
2024-06-14 00:56:03 -04:00
BondageProjects
bfa6349f93
ClubCard functions integrity
2024-06-11 20:05:00 -04:00
BondageProjects
e28df6c28c
R105 Beta1
2024-06-09 10:36:56 -04:00
BondageProjects
2ca79c953c
InventoryID Validation + Clothing IDs
2024-05-22 23:19:37 -04:00
bananarama92
002ab787b4
TYP,BUG: Fix the MouseWheel
event type to WheelEvent
2024-05-17 17:13:27 +02:00
BondageProjects
49881a21d3
R104 + Change Log + Credits
2024-05-16 21:15:00 -04:00
BondageProjects
fad9eb6cea
Chat Room Maps - 3 New Floor/Water Tiles
2024-05-13 15:20:18 -04:00
BondageProjects
6730569fad
FIX - Club Card French Maid Typo
2024-05-11 18:32:34 -04:00
BondageProjects
a82fc693d9
Change Log + Beta 1
2024-05-09 17:59:24 -04:00
u3shit
9c468f4bda
ENH: Limit FPS when BC window is not focused
2024-05-01 23:05:22 +02:00
BondageProjects
138ed4f608
R103 + Credits + Patrons + Change Log
2024-04-16 17:20:10 -04:00
BondageProjects
70185e3aa2
Allow skipping struggle on non-roleplay difficulties for R103
2024-04-14 12:06:41 -04:00
Jean-Baptiste Emmanuel Zorg
4d1de40182
Bring FBC's FPS counter and limiter into Graphics settings
...
The default FPS is 60. Unlimited restores the previous behavior.
2024-04-14 00:03:35 +02:00
BondageProjects
81253620c0
Beta 2
2024-04-11 18:26:37 -04:00
u3shit
55850d6d58
Rename GameRunNormal back to GameRun for better mod compatibility
2024-04-11 18:55:05 +02:00
BondageProjects
f0f3044c0d
Beta 1 + Change Log
2024-04-09 17:41:52 -04:00
u3shit
f011a26580
Add a Draw method, separate GameRun so the screen is not redrawn when in the background
2024-03-24 17:07:06 +01:00
u3shit
7bcf7a5fa6
Stop the game if GameRun throws an error
2024-03-24 17:07:05 +01:00
u3shit
213d8b3ee9
Keep running in background
2024-03-24 17:07:05 +01:00
BondageProjects
a3d1c1476b
R102 + Credits + Patrons
2024-03-16 11:19:13 -04:00
BondageProjects
10d9b9afd8
Chat Room Maps - New Beach Assets
2024-03-14 17:08:11 -04:00
BondageProjects
eb336bf172
Online Chat Rooms - Always Show Kneel Button
2024-03-11 23:11:57 -04:00
BondageProjects
85e1f3b063
R102 Beta 1 + Change Log
2024-03-09 11:23:18 -05:00
Jean-Baptiste Emmanuel Zorg
4c3dfd7230
Rework the keyboard handling
...
This pushes the KeyboardEvent object down to each handler, allowing for
future removal of the global `KeyPress` variable (which is now deprecated).
Having access to that event properties allows for better handling of
keyboard layout, so most of them have been switched to use `.key`, which
corresponds to the character pressed, and a few others to `.code`, which
instead maps to the actual key location pressed.
Navigation in the Pandora's Box is now layout-independent, and the Maid Drinks
mini-game uses SDKL, to workaround the pesky A key (there's no way to tell
what character a keystroke will cause, only the OS knows).
2024-02-26 20:47:46 +01:00
BondageProjects
519d1ca60c
Release 101
2024-02-17 12:01:30 -05:00
BondageProjects
a98790b6ee
R101 Beta 4
2024-02-16 00:33:41 -05:00
BondageProjects
3e12fcdd57
FIX - Controller Support + Default to XBox gamepad
2024-02-14 11:59:20 -05:00
BondageProjects
2d8f2ce20b
R101 Beta 3
2024-02-13 15:51:39 -05:00