ef087e593f
Merge pull request 'More fixes and features to the card-creator' ( #67 ) from card-creator into dev
...
Reviewed-on: #67
2025-07-19 21:42:51 -07:00
a248eb4864
Add Pack Index input and update card ID generation in card creator
2025-07-20 01:39:01 -03:00
98c36f913f
Fix ZIP file naming in download functionality for card creator
2025-07-20 01:01:54 -03:00
21005d311c
Add white background to card drawing for improved visibility
2025-07-20 00:58:58 -03:00
7ae5c8f62a
Update frame options in card creator to include stat values for clarity
2025-07-20 00:49:46 -03:00
01df661b60
Add stat restriction feature based on rarity caps in card creator
2025-07-20 00:48:53 -03:00
8f1dda579f
Add character card standards documentation including dimensions, layout, rarity tiers, and stat allocation rules
2025-07-20 00:43:41 -03:00
da27513334
Enhance card creator UI with instructions and clarifications for users
2025-07-20 00:17:28 -03:00
da68928f12
requirements hotfix
2025-07-19 23:24:19 -03:00
86de43678c
Merge pull request 'card-creator' ( #66 ) from card-creator into dev
...
Reviewed-on: #66
2025-07-17 20:46:57 -07:00
fa24ab5729
Merge branch 'dev' into card-creator
2025-07-17 20:46:08 -07:00
e1c3f0e50b
Add environment mode support and WSGI configuration
...
- Introduced environment mode variable to control bot and web server behavior.
- Updated startup script to run Gunicorn in production mode and Flask in development mode.
- Created a new WSGI entry point for the web application.
2025-07-18 00:44:11 -03:00
3a8b10c787
Fix database connection to allow multi-threaded access
2025-07-18 00:24:21 -03:00
8cf3344bfe
Update card ID format and include in download data
2025-07-17 23:57:00 -03:00
f826e27523
Add ZIP download functionality for card creation
...
- Included JSZip library for ZIP file creation.
- Added a button to download card data as a ZIP file containing the card image and JSON data.
- Implemented logic to generate safe filenames for the card image and JSON file.
2025-07-17 23:35:39 -03:00
3068b16a72
Sanitize file names for card image and JSON downloads to prevent invalid characters
2025-07-17 23:24:06 -03:00
076fcfc1c4
Add JSON download button for card information in card creator
2025-07-17 00:29:02 -03:00
61cf469d80
Merge pull request 'Card Creator' ( #51 ) from card-creator into dev
...
Reviewed-on: #51
2025-07-16 20:04:08 -07:00
5356c1ecf4
Enhance card drawing functionality to crop and center uploaded art as background
2025-07-17 00:02:23 -03:00
c66155e933
Optimize card drawing function and enhance image download quality
2025-07-16 23:43:35 -03:00
be998ba928
Add frame selection dropdown to card creator for customizable card designs
2025-07-16 23:22:28 -03:00
983325a2e2
Change download format of card image from PNG to WEBP for improved quality and file size
2025-07-16 23:10:48 -03:00
7d7cd1bb46
Add image upload functionality to card creator and draw uploaded art
2025-07-16 22:47:17 -03:00
8ae6d2cb38
Adjust positioning of power, charm, and wit text in drawCard function for better alignment
2025-07-16 22:40:03 -03:00
18b1eef26e
Refactor generateCardId function to accept variable arguments for enhanced ID generation
2025-07-16 22:37:22 -03:00
eff962608f
Enhance text wrapping in drawCard function to support multi-line input
2025-07-16 22:32:57 -03:00
41505776af
Center align flavor text and card ID in drawing function
2025-07-16 22:29:04 -03:00
05711c22f2
Add Wit and Artist fields to card creation; update drawing logic
2025-07-16 22:19:07 -03:00
84fc17398d
Refactor card creation inputs and enhance canvas drawing functionality
2025-07-15 01:28:14 -03:00
28b933ecb8
Rename card function to card_creator for clarity
2025-07-15 01:04:29 -03:00
f22c618dda
Add link to Card Creator in navigation menu
2025-07-15 00:59:28 -03:00
6130ac70a6
Merge branch 'dev' into card-creator
2025-07-11 00:37:03 -03:00
dbbaef22f5
Merge pull request 'Website fix' ( #60 ) from website into dev
...
Reviewed-on: #60
2025-07-09 06:21:49 -07:00
7fa08d8cba
Merge branch 'dev' into website
2025-07-09 06:10:53 -07:00
928c1dfc5c
Merge branch 'dev' into card-creator
2025-07-02 19:15:07 -07:00
7ad353e695
Merge pull request 'Add new SVG logos and update theme documentation' ( #61 ) from docs into dev
...
Reviewed-on: #61
2025-07-02 19:07:43 -07:00
b49ccd39ea
Add new SVG logos and update theme documentation
...
- Added LogoKemoverse.svg and SimboloKemoverse.svg to the logo directory.
- Updated theme.md to include new logo images, mascot logo, card templates, and additional logo versions.
- Improved formatting of the primary color palette section for better readability.
2025-07-02 23:06:21 -03:00
0b9e9eb67c
Add player list feature and enhance navigation
...
- Implemented a new route to display a list of players fetched from the database.
- Added a navigation menu in the header for better accessibility.
- Updated the about page content for clarity and engagement.
- Removed redundant header content from the index page.
2025-06-29 02:28:31 -03:00
1804ddc93a
Merge branch 'dev' into website
2025-06-28 01:03:53 -03:00
c59edbcf4f
Merge pull request 'Added table and general functions for stats system' ( #21 ) from stats_system into dev
...
Some notes:
- Set the default value for card stats as 0, as we don't know the max we want
- Added a get_cards function that takes a list of ids and returns all the card information from the database, there's probably better ways to implement it though
Tested and works correctly
Reviewed-on: #21
2025-06-25 20:45:12 -07:00
91dfe77ffa
Enhance add_card function to include power, charm, and wit parameters with validation checks
2025-06-26 00:37:47 -03:00
7c7d299fc4
Fix SQL table name in insert_card function and update argument validation for optional attributes
2025-06-25 01:11:37 -03:00
23ffd55b7b
typo
2025-06-25 00:59:39 -03:00
ad17d33660
Update card stats migration to set default values for power, charm, and wit columns to 0
2025-06-25 00:26:11 -03:00
8c5c860ef6
get cards function
2025-06-25 00:21:37 -03:00
cce941471f
Enhance insert_card function to support optional power, charm, and wit parameters
2025-06-22 01:42:08 -03:00
7b75a7eea9
Refactor card_stats migration to add power, charm, and wit columns to the card table
2025-06-22 01:14:32 -03:00
e1e6808b0a
Merge branch 'dev' into stats_system
2025-06-22 00:53:09 -03:00
255e9a953d
Website fix, modified variable names to correctly refer the glossary
2025-06-21 21:36:49 -03:00
91c4531a47
Merge pull request 'license_change' ( #59 ) from license_change into dev
...
Reviewed-on: #59
2025-06-17 20:34:32 -07:00