|
9aff807593
|
Bug fixes
* Fixed inconsistent spacing
* Fixed inconsistent state var access
|
2024-04-02 16:18:18 +01:00 |
|
|
908beae5d3
|
Maintain access convention within save compat
|
2024-04-02 14:19:59 +01:00 |
|
|
d8751d73b9
|
Remove nonsense calls of getattr
(cherry picked from commit 7ca17b7ba7 )
|
2024-04-02 13:53:55 +01:00 |
|
|
224194754f
|
Avoid using unnecessary screens
|
2024-04-02 13:44:04 +01:00 |
|
|
e3c5fb609d
|
Avoid python statement
(cherry picked from commit 22348f0901 )
|
2024-04-02 13:41:44 +01:00 |
|
|
e04fd221dd
|
Flag unreachable code
(cherry picked from commit 25820e002a )
|
2024-04-02 13:37:20 +01:00 |
|
|
ef97c273db
|
Linting dynamic
(cherry picked from commit 60244e258a )
|
2024-04-02 13:36:59 +01:00 |
|
|
2566ef665f
|
Version bump
|
2024-03-31 21:20:39 +01:00 |
|
|
86f95fcfe4
|
Save compatibility bug fix
* Fix broken save state
|
2024-03-31 21:19:28 +01:00 |
|
|
e50292c1e6
|
Minor fixes
|
2024-03-30 21:39:37 +01:00 |
|
|
f06d33cd8d
|
Bug fix, save compatibility
* Fixed zorder issue with Tonks' office outfit accessory
|
2024-03-30 20:11:56 +00:00 |
|
|
b54a65a7ee
|
Bug fix
* Fixed imported outfits not appearing in the list, until the category of the wardrobe is changed.
|
2024-03-30 19:47:54 +00:00 |
|
|
e93aa18285
|
Bug fixes
* Fixed mixed paths in outfit import feature
* Fixed paths in outfit import feature
* Fixed missing imports
|
2024-03-30 19:20:46 +00:00 |
|
|
7164a782e7
|
Remove unused imports
(cherry picked from commit ec3483ae26 )
|
2024-03-30 18:21:15 +00:00 |
|
|
7e4d4a6799
|
Fix
(cherry picked from commit 218d8c63d2 )
|
2024-03-30 18:14:24 +00:00 |
|
|
cd6de9aa8c
|
Remove the last setattr on the store
benign in this case since the variable is builtin, but consistency and good practices
(cherry picked from commit 1d1d18ad1c )
|
2024-03-30 18:14:08 +00:00 |
|
|
1bd428a0d8
|
Avoid mutable objects in signature
(cherry picked from commit 31ebf9356a )
|
2024-03-30 18:13:10 +00:00 |
|
|
62cb39cd19
|
Default queues instead of using instanciation magic
(cherry picked from commit f7f0ecb566 )
|
2024-03-30 18:13:03 +00:00 |
|
|
fb7fc5300e
|
hotfix
(cherry picked from commit 750d8dff4d )
|
2024-03-30 18:11:03 +00:00 |
|
|
c5c04ff79e
|
Convert existing cds using the new system
(cherry picked from commit 4770be5f1b )
|
2024-03-30 18:04:49 +00:00 |
|
|
6408942054
|
Exception type
(cherry picked from commit a048b0e3cc )
|
2024-03-30 18:02:15 +00:00 |
|
|
ea59c387d2
|
Turn unnecessary class into namespace
(cherry picked from commit 34165c7b2b )
|
2024-03-30 18:02:08 +00:00 |
|
|
630ede144c
|
Add dynamic statement
(cherry picked from commit e98680d123 )
|
2024-03-30 18:01:56 +00:00 |
|
|
b489b59545
|
Add decorator
(cherry picked from commit 8e80555393 )
|
2024-03-30 18:00:08 +00:00 |
|
|
04a07328fe
|
Cleanup
(cherry picked from commit 17ebf50170 )
|
2024-03-30 17:59:58 +00:00 |
|
|
707e14e0cf
|
fix
(cherry picked from commit 375b77b2ab )
|
2024-03-30 17:58:36 +00:00 |
|
|
7f71d15e70
|
Speedup dict accesses
nested dicts are حَرَام but due punishment will come at a later time
(cherry picked from commit ffc47109ed )
|
2024-03-30 17:58:30 +00:00 |
|
|
af2142393f
|
Remove another throwaway variable
(cherry picked from commit f39cebc06f )
|
2024-03-30 17:57:51 +00:00 |
|
|
faba726a3d
|
Avoid code duplication and using throwaway variables
(cherry picked from commit 66f8f5ab28 )
|
2024-03-30 17:57:41 +00:00 |
|
|
36582d0f9c
|
Final f-string batch
some uses of str.format remain, but converting them would be more trouble than it's worth
(cherry picked from commit f17cffa3ec )
|
2024-03-30 17:57:17 +00:00 |
|
|
068629d34d
|
Warn about using reset_variables
(cherry picked from commit 04f76d2b54 )
|
2024-03-30 17:55:40 +00:00 |
|
|
a7a9fe2d9e
|
A bunch more f-strings
I'm not done
(cherry picked from commit be88d0ed7e )
|
2024-03-30 17:55:26 +00:00 |
|
|
d9f9454a03
|
Translation doesn't work like that
(cherry picked from commit 5fa2a0ff19 )
|
2024-03-30 17:53:18 +00:00 |
|
|
b62fbcb179
|
More f-strings
(cherry picked from commit 15b6025d39 )
|
2024-03-30 17:53:07 +00:00 |
|
|
5659c4e4f4
|
Fix kwarg calls
(cherry picked from commit 489f43cd0b )
|
2024-03-30 17:52:59 +00:00 |
|
|
cc6e76d154
|
Generalized use of f-strings
(cherry picked from commit fa0acdbfff )
|
2024-03-30 17:52:43 +00:00 |
|
|
f673985bc3
|
Avoid shadowing the builtin
(cherry picked from commit e4d64839b8 )
|
2024-03-30 17:52:17 +00:00 |
|
|
9182e5b750
|
Unnecessary formatting
(cherry picked from commit c816674c7c )
|
2024-03-30 17:51:34 +00:00 |
|
|
3ebb5c53f4
|
Factorize check
(cherry picked from commit 40be2ccf18 )
|
2024-03-30 17:51:17 +00:00 |
|
|
1cc3374330
|
Update build info
|
2024-03-29 18:08:55 +00:00 |
|
|
1a8b0908d1
|
Update whitespace
|
2024-03-29 16:55:57 +00:00 |
|
|
aaa5ff6beb
|
Fixed issues reported by lint
|
2024-03-29 15:22:18 +01:00 |
|
|
5efd315847
|
Bug fixes, Save Compatibility, Secularisation
|
2024-03-28 15:48:19 +00:00 |
|
|
1d6cc4fb47
|
Luna Talk to me CG posing
* Posed the remainder of the event.
|
2024-03-28 15:59:36 +01:00 |
|
|
c6d00ae49d
|
fix
|
2024-03-27 20:11:14 +01:00 |
|
|
699db8d14f
|
Luna Doll cum layers
* Added "light" face cum layers.
|
2024-03-27 20:10:54 +01:00 |
|
|
dcb2f30348
|
Bugfix
* Fixed another layering issue
|
2024-03-27 16:28:35 +00:00 |
|
|
fffdc788a2
|
Bug fix
* Fixed breast layer order for 'Talk To Me' CG.
|
2024-03-27 16:20:57 +00:00 |
|
|
a91e0efe72
|
Wetness layers
* Added wetness layers for 'Talk To Me' CG.
|
2024-03-27 16:12:09 +00:00 |
|
|
6176e0cdda
|
Cum layers
* Added cum layers for 'Talk To Me' CG.
|
2024-03-27 15:47:35 +00:00 |
|