1222 Commits
Author SHA1 Message Date
Hay1tsme 1ff903c1a1 Merge branch 'develop' of git.tendokyu.moe:Hay1tsme/artemis into develop 2026-08-01 01:36:01 -04:00
Hay1tsme 85bfa7b073 Update changelog 2026-08-01 01:35:57 -04:00
Hay1tsme 2d0ad6892f Merge pull request 'chimedb update to match SDGB 1.55' (#246) from Keeboy/artemis:develop into develop
Reviewed-on: https://gitea.tendokyu.moe/Hay1tsme/artemis/pulls/246
2026-08-01 05:24:49 +00:00
Hay1tsme 15f397768d pokken: update default stun server 2026-08-01 01:20:36 -04:00
Hay1tsme 2b228e6d63 add billing timestamps 2026-07-11 13:44:00 -04:00
Hay1tsme 9f18d0b910 Merge pull request 'Billing playlimit improvements' (#250) from bugfix/drop_billing_playcount_unique into develop
Reviewed-on: https://gitea.tendokyu.moe/Hay1tsme/artemis/pulls/250
2026-07-10 19:57:25 +00:00
Dniel97 c90f5115de billing: improve playlimit calculation 2026-07-10 21:43:05 +02:00
Dniel97 297abf4e54 change campaign table definition from TEXT to String 2026-07-10 21:01:32 +02:00
Dniel97 db442ed8fa update alembic revision 2026-07-09 21:12:42 +02:00
Dniel97 24f854e61d allnet: improve billing playlimit to include history 2026-07-09 21:11:36 +02:00
Dniel97 1cf6228b43 Drop broken billing playcount unique constraint 2026-07-09 21:11:36 +02:00
Hay1tsme c1d3792d90 basic campaign support 2026-07-05 06:13:50 -04:00
Hay1tsme 0b1bd58033 mai2: document content bits 2026-07-03 20:22:14 -04:00
Hay1tsme 15ba1b16a3 billing: more debug logging to help diagnose an issue, omit truncated sections 2026-06-27 18:35:31 -04:00
Keeboy f74966002e chimedb update to match SDGB 1.55
uhhh hopefully doesnt break older versions
2026-06-09 07:46:43 +00:00
Hay1tsme 8f8390dd1a Merge pull request 'Mai2 Ping fix + extras' (#245) from Keeboy/artemis:develop into develop
Reviewed-on: https://gitea.tendokyu.moe/Hay1tsme/artemis/pulls/245
2026-06-08 21:36:41 +00:00
Keeboy bfa7ab3d1f Mai2 Ping fix + extras 2026-06-09 07:03:01 +12:00
Hay1tsme f2177132bd mai2: fix pandora flags 2026-04-23 13:31:37 -04:00
Hay1tsme d3c978de57 mai2: fixup for pre-dx table reading 2026-02-27 19:46:34 -05:00
Hay1tsme 2d2b24739d mai2: pre-dx music reading 2026-02-13 21:37:08 -05:00
Dniel97 d75f62bcb4 Merge pull request 'importer fix + extras' (#241) from Keeboy/artemis:develop into develop
Reviewed-on: https://gitea.tendokyu.moe/Hay1tsme/artemis/pulls/241
Reviewed-by: Dniel97 <dniel97@noreply.gitea.tendokyu.moe>
2026-01-29 05:00:47 +00:00
Keeboy99 04019da9ac importer fix + extras 2026-01-29 11:43:10 +13:00
Hay1tsme d91c21d047 Merge pull request '[chuni[ Bad profile subtrophy id defaults fix (issue #235)' (#239) from daydensteve/artemis_chuni_webui_improvements:chuni_subtrophy_db_fix into develop
Reviewed-on: https://gitea.tendokyu.moe/Hay1tsme/artemis/pulls/239
2026-01-09 02:16:20 +00:00
daydensteve b3824f038f Fixed bad default subtrophy values (issue #235) 2026-01-08 20:34:28 -05:00
Dniel97 f2afb3cff5 Merge branch 'feature/chunithm/xverse' into develop 2026-01-01 20:47:29 +01:00
Dniel97 8408d30dc5 chuni: add stage import and frontend config 2026-01-01 20:40:27 +01:00
beerpsi 2cbf34dc28 CHUNITHM X-VERSE support (#238)
Reviewed-on: https://gitea.tendokyu.moe/Hay1tsme/artemis/pulls/238
Co-authored-by: beerpsi <beerpsi@duck.com>
Co-committed-by: beerpsi <beerpsi@duck.com>
2026-01-01 21:35:23 +00:00
beerpsi 29a52d2712 chuni: fix map area/unlock challenge conditions (#237)
- Document all map area/unlock challenge condition IDs
- Add conditions for missing secret maps in LUMINOUS PLUS/VERSE

Reviewed-on: https://gitea.tendokyu.moe/Hay1tsme/artemis/pulls/237
Reviewed-by: Dniel97 <dniel97@noreply.gitea.tendokyu.moe>
Co-authored-by: beerpsi <beerpsi@duck.com>
Co-committed-by: beerpsi <beerpsi@duck.com>
2025-12-31 14:37:46 +00:00
Hay1tsme 5ba0c8b04c properly encode allnet response for some older titles 2025-11-24 09:31:41 -05:00
daydensteve b1e629b3d7 [chuni] misc frontend improvements/fixes (i.e. webp instead of png; css error; hide subtrophies on old version) (#234)
TL;DR avatar and userbox frontend pages can get hella slow when loading the first time when a ton of stuff is unlocked. Its driven primarily by all the images the server has to push to the client. To reduce the burden, these changes switch from using png to webp for all scaped images during import, reducing image sizes to roughly 20% of their png-equivalent.

The filelist is long so here's a summary list of changes:
- Replaced png assets with webp versions
- Updated read.py to save assets as webp instead of png
- Updated frontend.py and jinja to use webp instead of png
- Added a conversion function ran by both the importer and the frontend on launch that looks for previously imported png files and converts them to webp. Only included for the sake of anyone who already did imports since the frontend improvements were introduced.
- [bugfix] Fixed a css bug in the avatar jinja that affected Save/Reset button use on super narrow screens

Reviewed-on: https://gitea.tendokyu.moe/Hay1tsme/artemis/pulls/234
Co-authored-by: daydensteve <daydensteve@gmail.com>
Co-committed-by: daydensteve <daydensteve@gmail.com>
2025-10-18 15:25:23 +00:00
Hay1tsme e11db14292 Merge pull request '[mai2] Prism Plus support' (#232) from SoulGateKey/artemis:prism_plus_support into develop
Reviewed-on: https://gitea.tendokyu.moe/Hay1tsme/artemis/pulls/232
2025-10-07 17:59:48 +00:00
SoulGateKey 77152bf25c change down_revision when final merge 2025-10-07 17:59:02 +00:00
Hay1tsme f346d8572d chuni: fix typo in upgrade script 2025-10-07 13:26:54 -04:00
Hay1tsme ce621065a4 Merge pull request 'CHUNITHM VERSE support' (#224) from feature/chuni_verse_support into develop
Reviewed-on: https://gitea.tendokyu.moe/Hay1tsme/artemis/pulls/224
2025-09-27 20:20:21 +00:00
Hay1tsme 2d84865155 add ota update channels 2025-09-27 16:17:44 -04:00
Hay1tsme 10d38e14ae config: fix typo preventing ssl_cert from working correctly 2025-09-26 13:59:12 -04:00
Hay1tsme 8194520cca Merge pull request 'Remove duplicate get_opts in Ongeki static' (#228) from Kayori/artemis:smallcleanup into develop
Reviewed-on: https://gitea.tendokyu.moe/Hay1tsme/artemis/pulls/228
2025-09-24 00:24:21 +00:00
Hay1tsme 2612fc984c tui: more work 2025-09-21 00:33:35 -04:00
Hay1tsme dd546dcce2 idz: pretty up no key message, fix double handshake 2025-09-20 16:07:30 -04:00
SoulGateKey 21415de775 add lut 2025-09-19 23:13:57 +08:00
Dniel97 44168d6e71 chuni: fix card maker reqs 2025-09-18 21:38:48 +02:00
SoulGateKey d16ebe27d9 Merge pull request 'develop' (#16) from develop into prism_plus_support
Reviewed-on: https://gitea.tendokyu.moe/SoulGateKey/artemis/pulls/16
2025-09-18 13:05:46 +00:00
Hay1tsme 5ec6cc0398 tui: arcade management view 2025-09-17 18:08:34 -04:00
Hay1tsme c92ede9e55 tui: add edit user view 2025-09-17 12:38:14 -04:00
Hay1tsme 92422684ef sao: fix error on unknown response type 2025-09-16 22:50:06 -04:00
Hay1tsme 3df0f3fb06 idac: fix incorrect game_cfg variable name 2025-09-16 21:34:17 -04:00
Hay1tsme 0c800759bb diva: fix binary requests not being awaited 2025-09-16 21:31:27 -04:00
Hay1tsme 3ad56306bf remove unused funcs from TitleServlet 2025-09-16 20:59:35 -04:00
Hay1tsme d5c68a624f billing: bomb out early if we have unsent logs to avoid duplicating work that's never used 2025-09-16 18:11:52 -04:00
SoulGateKey fa18b4c6a2 Merge pull request 'develop' (#15) from develop into prism_plus_support
Reviewed-on: https://gitea.tendokyu.moe/SoulGateKey/artemis/pulls/15
2025-09-16 17:54:52 +00:00