• Joined on 2022-03-04
waifu created branch 26-rarity-vs-weighing in waifu/kemoverse 2025-06-06 21:39:42 -07:00
waifu pushed to 26-rarity-vs-weighing at waifu/kemoverse 2025-06-06 21:39:42 -07:00
956d5927cd small config fix
67afa22e2e Merge branch 'dev' into 26-rarity-vs-weighing
cbdbefb5fc weight add_character change
Compare 3 commits »
waifu closed issue waifu/kemoverse#35 2025-06-03 19:11:15 -07:00
Explicit Account Creation/Deletion
waifu commented on issue waifu/kemoverse#35 2025-06-03 19:11:14 -07:00
Explicit Account Creation/Deletion

Closing as the necesary changes got merged on #42, and the issue #43 would solve the registration limit. Thanks kings

waifu deleted branch 35_Explicit_account_modification from waifu/kemoverse 2025-06-03 19:07:20 -07:00
waifu pushed to dev at waifu/kemoverse 2025-06-03 19:06:16 -07:00
0a2f7fe00d Merge pull request 'Explicit account modification' (#42) from 35_Explicit_account_modification into dev
3de6a9ac3d remove unused parts of the code
3a09b481e5 more fixes
66a91b5deb Merge remote-tracking branch 'origin/dev' into 35_Explicit_account_modification
Compare 8 commits »
waifu merged pull request waifu/kemoverse#42 2025-06-03 19:06:15 -07:00
Explicit account modification
waifu pushed to 35_Explicit_account_modification at waifu/kemoverse 2025-06-03 19:04:56 -07:00
3de6a9ac3d remove unused parts of the code
waifu opened issue waifu/kemoverse#45 2025-06-03 18:59:37 -07:00
Refactor response.py
waifu commented on issue waifu/kemoverse#37 2025-06-03 06:06:27 -07:00
Popularity and Pity Points

One point that kept going in my mind was about how decisive it is to set a main stat as a constantly changing value, it seemed difficult to implement and a bit too disruptive, so perhaps we could…

waifu closed issue waifu/kemoverse#18 2025-06-02 07:34:49 -07:00
Reduce Reliance on Tuples
waifu commented on issue waifu/kemoverse#18 2025-06-02 07:34:48 -07:00
Reduce Reliance on Tuples

I like the implementation, I actually didn't understood it fully until I was rewriting the pr #42, but especifies a lot of things and makes functions more explicit. Let's go with it absolutely 💯

waifu opened issue waifu/kemoverse#44 2025-06-02 05:47:35 -07:00
Card creator
waifu commented on pull request waifu/kemoverse#42 2025-06-01 21:40:17 -07:00
Explicit account modification

Should be ok for review

waifu pushed to 35_Explicit_account_modification at waifu/kemoverse 2025-06-01 20:42:51 -07:00
3a09b481e5 more fixes
waifu pushed to 35_Explicit_account_modification at waifu/kemoverse 2025-06-01 20:17:23 -07:00
waifu pushed to 35_Explicit_account_modification at waifu/kemoverse 2025-06-01 20:14:19 -07:00
66a91b5deb Merge remote-tracking branch 'origin/dev' into 35_Explicit_account_modification
71b9cd9d16 Merge pull request 'Reduce reliance on tuples' (#41) from 18_reduce_tuples into dev
3fdf64c6ed Merge branch 'dev' into 18_reduce_tuples
7b9a5cf428 Reduce reliance on tuples
Compare 4 commits »
waifu merged pull request waifu/kemoverse#41 2025-06-01 19:17:09 -07:00
Reduce reliance on tuples
waifu pushed to dev at waifu/kemoverse 2025-06-01 19:17:09 -07:00
71b9cd9d16 Merge pull request 'Reduce reliance on tuples' (#41) from 18_reduce_tuples into dev
3fdf64c6ed Merge branch 'dev' into 18_reduce_tuples
7b9a5cf428 Reduce reliance on tuples
Compare 3 commits »
waifu approved waifu/kemoverse#41 2025-06-01 19:17:03 -07:00
Reduce reliance on tuples

Looking good and working as intended, thanks