• Joined on 2022-03-04
waifu commented on issue waifu/kemoverse#19 2025-06-25 20:49:50 -07:00
Feature: Implement Stats System

Completed in #21, we could already start working in the dueling system i think

waifu closed issue waifu/kemoverse#19 2025-06-25 20:49:50 -07:00
Feature: Implement Stats System
waifu pushed to dev at waifu/kemoverse 2025-06-25 20:45:14 -07:00
c59edbcf4f Merge pull request 'Added table and general functions for stats system' (#21) from stats_system into dev
91dfe77ffa Enhance add_card function to include power, charm, and wit parameters with validation checks
7c7d299fc4 Fix SQL table name in insert_card function and update argument validation for optional attributes
23ffd55b7b typo
ad17d33660 Update card stats migration to set default values for power, charm, and wit columns to 0
Compare 17 commits »
waifu merged pull request waifu/kemoverse#21 2025-06-25 20:45:13 -07:00
Added table and general functions for stats system
waifu pushed to stats_system at waifu/kemoverse 2025-06-25 20:37:53 -07:00
91dfe77ffa Enhance add_card function to include power, charm, and wit parameters with validation checks
waifu pushed to stats_system at waifu/kemoverse 2025-06-24 21:12:42 -07:00
7c7d299fc4 Fix SQL table name in insert_card function and update argument validation for optional attributes
23ffd55b7b typo
Compare 2 commits »
waifu pushed to stats_system at waifu/kemoverse 2025-06-24 20:26:25 -07:00
ad17d33660 Update card stats migration to set default values for power, charm, and wit columns to 0
waifu pushed to stats_system at waifu/kemoverse 2025-06-24 20:21:42 -07:00
8c5c860ef6 get cards function
cce941471f Enhance insert_card function to support optional power, charm, and wit parameters
7b75a7eea9 Refactor card_stats migration to add power, charm, and wit columns to the card table
Compare 3 commits »
waifu pushed to stats_system at waifu/kemoverse 2025-06-21 20:54:55 -07:00
e1e6808b0a Merge branch 'dev' into stats_system
91c4531a47 Merge pull request 'license_change' (#59) from license_change into dev
7f3e0e0f8b Update copyright notices to include all contributors in various files
42180f4139 Added copyright notice
e3fc633fc4 Merge pull request 'pleroma-support - optionally use pleroma as a host for the bot.' (#54) from pleroma-support into dev
Compare 99 commits »
waifu created pull request waifu/kemoverse#60 2025-06-21 17:42:01 -07:00
WIP: Website overhaul
waifu created branch website in waifu/kemoverse 2025-06-21 17:37:13 -07:00
waifu pushed to website at waifu/kemoverse 2025-06-21 17:37:13 -07:00
255e9a953d Website fix, modified variable names to correctly refer the glossary
waifu deleted branch license_change from waifu/kemoverse 2025-06-17 20:35:05 -07:00
waifu pushed to dev at waifu/kemoverse 2025-06-17 20:34:34 -07:00
91c4531a47 Merge pull request 'license_change' (#59) from license_change into dev
7f3e0e0f8b Update copyright notices to include all contributors in various files
42180f4139 Added copyright notice
Compare 3 commits »
waifu merged pull request waifu/kemoverse#59 2025-06-17 20:34:33 -07:00
license_change
waifu created pull request waifu/kemoverse#59 2025-06-17 20:34:26 -07:00
license_change
waifu pushed to license_change at waifu/kemoverse 2025-06-17 20:23:51 -07:00
7f3e0e0f8b Update copyright notices to include all contributors in various files
42180f4139 Added copyright notice
e3fc633fc4 Merge pull request 'pleroma-support - optionally use pleroma as a host for the bot.' (#54) from pleroma-support into dev
c74fc17dfb Merge branch 'dev' into pleroma-support
6494ac4909 Typo that saves the west
Compare 29 commits »
waifu pushed to dev at waifu/kemoverse 2025-06-15 19:35:42 -07:00
e3fc633fc4 Merge pull request 'pleroma-support - optionally use pleroma as a host for the bot.' (#54) from pleroma-support into dev
c74fc17dfb Merge branch 'dev' into pleroma-support
0039717a01 Merge branch 'dev' into pleroma-support
bf8d9823b2 Merge branch 'dev' into pleroma-support
337a989671 rm vestigial trusted instances config.
Compare 25 commits »
waifu merged pull request waifu/kemoverse#54 2025-06-15 19:35:41 -07:00
pleroma-support - optionally use pleroma as a host for the bot.
waifu commented on pull request waifu/kemoverse#54 2025-06-15 13:45:18 -07:00
pleroma-support - optionally use pleroma as a host for the bot.

I tested and it works well on misskey, I'm currently reading changes to check if i understand everything but it should be okay to merge.