• Joined on 2022-03-04
waifu pushed to website at waifu/kemoverse 2025-07-09 06:10:55 -07:00
7fa08d8cba Merge branch 'dev' into website
7ad353e695 Merge pull request 'Add new SVG logos and update theme documentation' (#61) from docs into dev
b49ccd39ea Add new SVG logos and update theme documentation
Compare 3 commits »
waifu pushed to dueling_v1 at waifu/kemoverse 2025-07-09 06:06:00 -07:00
1a1964f956 Add duel update functionality: implement card and stat selection for duels
c8bc16638e Fix card retrieval and enhance duel notifications: update SQL queries and include server IDs for players
f686daaeae add to the player table the fedi server id
Compare 3 commits »
waifu created pull request waifu/kemoverse#64 2025-07-08 12:07:31 -07:00
WIP: dueling_v1
waifu opened issue waifu/kemoverse#63 2025-07-07 20:44:00 -07:00
Duplicated user
waifu pushed to dueling_v1 at waifu/kemoverse 2025-07-06 20:49:59 -07:00
4a0318ec10 Refactor duel creation: enhance start_duel function and add thread ID to duels table
waifu pushed to dueling_v1 at waifu/kemoverse 2025-07-06 19:39:52 -07:00
59f88b8a4a Enhance duel creation and response handling: add duel notification and card check
b8bf9449ba Add duel request retrieval and acceptance functionality
9bcbfca5df Update insert_duel_request to return duel ID and modify duel_request response message
528e21db23 Refactor duel request handling and add accept duel functionality
ffa298631a Update duel request functionality and schema to include competitive flag and creation date
Compare 6 commits »
waifu opened issue waifu/kemoverse#62 2025-07-06 12:26:32 -07:00
Unseen notifications
waifu pushed to dueling_v1 at waifu/kemoverse 2025-07-03 20:24:36 -07:00
fc335d4537 Add duel request functionality and update duel table schema
5d150bfe23 typo
e5c7196fa9 Add duel request functionality and update duel table schema
Compare 3 commits »
waifu pushed to dueling_v1 at waifu/kemoverse 2025-07-02 19:49:57 -07:00
614da6cd07 Merge branch 'dev' into dueling_v1
29efddbb51 Add duel table migration for game mechanics
7ad353e695 Merge pull request 'Add new SVG logos and update theme documentation' (#61) from docs into dev
b49ccd39ea Add new SVG logos and update theme documentation
Compare 4 commits »
waifu closed issue waifu/kemoverse#25 2025-07-02 19:25:23 -07:00
Standard trading card layout template
waifu commented on issue waifu/kemoverse#25 2025-07-02 19:25:22 -07:00
Standard trading card layout template

Solved in #61, added a section in the docs/theme.md file for easy access and reference.

waifu pushed to card-creator at waifu/kemoverse 2025-07-02 19:15:09 -07:00
928c1dfc5c Merge branch 'dev' into card-creator
7ad353e695 Merge pull request 'Add new SVG logos and update theme documentation' (#61) from docs into dev
b49ccd39ea Add new SVG logos and update theme documentation
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
Compare 81 commits »
waifu pushed to dev at waifu/kemoverse 2025-07-02 19:07:44 -07:00
7ad353e695 Merge pull request 'Add new SVG logos and update theme documentation' (#61) from docs into dev
b49ccd39ea Add new SVG logos and update theme documentation
Compare 2 commits »
waifu merged pull request waifu/kemoverse#61 2025-07-02 19:07:43 -07:00
Add new SVG logos and update theme documentation
waifu created pull request waifu/kemoverse#61 2025-07-02 19:07:32 -07:00
Add new SVG logos and update theme documentation
waifu pushed to docs at waifu/kemoverse 2025-07-02 19:06:27 -07:00
b49ccd39ea Add new SVG logos and update theme documentation
waifu pushed to docs at waifu/kemoverse 2025-06-29 18:46:41 -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 74 commits »
waifu commented on issue waifu/kemoverse#25 2025-06-29 18:43:21 -07:00
Standard trading card layout template

Told a friend to "just check it out" and I ended up receiving this, which I really like. We can start with this and add more templates as time goes on. I'll add the template to the docs as the…

waifu commented on issue waifu/kemoverse#14 2025-06-29 18:31:24 -07:00
Feat: Stat-based Duel Mode

I started to write the basic functioning of the dueling system now that we have the stats, it goes like this:

Duel table:

waifu pushed to dueling_v1 at waifu/kemoverse 2025-06-29 12:49:08 -07:00