alpha
Login
or
Join now
aaronworld.uk
/
pets-and-pals
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/aaronateataco/pets-and-pals. Pets & Pals — client-side companion pets with real presence. Fork/redesign of downloadableduck's Pets Mod.
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
pets-and-pals
/
src
/
client
/
java
/
io
/
github
/
aaronateataco
/
petsandpals
/
ui
/
at
26.1
4 files
aaronateataco
0.40.1: fix wide-species preview tiles overflowing their grid cell
2mo ago
a2c3c25d
PreviewTileButton.java
0.40.1: fix wide-species preview tiles overflowing their grid cell PreviewTileButton scaled its entity render off bounding-box height alone, which AdoptionScreen's small hand-picked preview roster never happened to expose but the full 77-species grid does - wide/short mobs (ravager, most quadrupeds) now scale against whichever of height/width is more constraining instead. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2 months ago
ScrollRow.java
0.37.0: additional-pet adoption with cooldown+currency, original UI theme, bee/connection fixes - Original dark square-cornered theme (Theme/ThemedButton/ScrollRow) applied to the Menagerie and a rebuilt starter-pet adoption screen (translucent glass carousel) - Additional-pet adoption: species beyond your starter pet now wait 3 real days since your last adoption, or can be skipped by spending Paw Coins (cloud-tracked currency, bought via Stripe, no cash-out value). Species already owned stay free to switch to. Backed by a new D1 migration (event-sourced currency ledger with a no-overdraft trigger, verified live in production) and new worker.js endpoints, authenticated via the player secret that was previously issued but never actually checked by anything - Fixed the bee preview pose bug for real this time: the first fix only worked for a ticked, real pet - menu previews use never-ticked instances, which needed their own check - Fixed adoption's intermittent "no connection" report: pinned the HTTP client to HTTP/1.1 and added logging for any future failure - Added a Baby/Adult toggle to the adoption screen - Fixed the fork's Maven/Modrinth publish metadata still pointing at the original Pets Mod project's identity Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2 months ago
Theme.java
0.37.0: additional-pet adoption with cooldown+currency, original UI theme, bee/connection fixes - Original dark square-cornered theme (Theme/ThemedButton/ScrollRow) applied to the Menagerie and a rebuilt starter-pet adoption screen (translucent glass carousel) - Additional-pet adoption: species beyond your starter pet now wait 3 real days since your last adoption, or can be skipped by spending Paw Coins (cloud-tracked currency, bought via Stripe, no cash-out value). Species already owned stay free to switch to. Backed by a new D1 migration (event-sourced currency ledger with a no-overdraft trigger, verified live in production) and new worker.js endpoints, authenticated via the player secret that was previously issued but never actually checked by anything - Fixed the bee preview pose bug for real this time: the first fix only worked for a ticked, real pet - menu previews use never-ticked instances, which needed their own check - Fixed adoption's intermittent "no connection" report: pinned the HTTP client to HTTP/1.1 and added logging for any future failure - Added a Baby/Adult toggle to the adoption screen - Fixed the fork's Maven/Modrinth publish metadata still pointing at the original Pets Mod project's identity Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2 months ago
ThemedButton.java
0.38.2: fix broken search box/glyph, color-code Shop category tabs Fixes found from an actual screenshot (not guesswork): the search box rendered as a plain black bar (vanilla EditBox's border is nearly invisible on this theme's dark background), and almost every non-public species in the grid showed a broken/fallback glyph where a Unicode alembic character had no font glyph to render. Also recolored the category tabs toward the user's reference concept art - each of Land/Sky/Sea now gets its own distinct color instead of looking identical, tabs widened to show text alongside the icon. Corners stay square (not the concept's rounded pills) per an explicit decision to match the rest of the theme. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2 months ago